b2255839f7275fd4971f9251807d545f28555b02
[gnus] / lisp / ChangeLog
1 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
4         (sasl-string-prefix-p): New compatibility functions.
5
6 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus-compat.el (process-live-p): Added new compat function for Emacs
9         23.
10
11 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
12
13         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
14         from the server LIST response.
15
16 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
17
18         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
19         during header retrieval, error out instead of interpreting the data in
20         the buffer as the only messages there.  This way, we don't mark
21         articles as read on a server hangup (bug#19035).
22
23         * mm-decode.el (mm-head-p): New function.
24         (mm-display-part): Go to a blank line when inserting parts internally.
25
26 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
27
28         * sasl-scram-rfc.el: New file.
29
30         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
31         Add SCRAM-SHA-1 first.
32         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
33         entry (bug#17636).
34
35 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
36
37         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
38         that we don't get a warning when setting the buffer-local variable
39         (bug#19573).
40
41         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
42         `gnus-request-group'.
43
44 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * gnus-art.el (gnus-article-browse-html-save-cid-content)
47         (gnus-article-browse-html-parts): Make cid file names relative if and
48         only if html doesn't specify <base> directory.
49
50 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
51
52         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
53         parts, because that breaks filling (since buttons are in a bold face).
54
55 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
58         use gnus-overlays-at and gnus-overlay-put.
59
60 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
61
62         * mm-decode.el (mm-shr): Only pass the fill column when not using
63         fonts, because limiting the width to what's appropriate for followups
64         doesn't really help when not using proportional fonts.
65
66 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
67
68         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
69         shr, beacause that breaks folding.
70         (mm-shr): Don't shorten the width when using fonts.
71
72 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
73
74         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
75         variable; always check the newrc timestamp.
76         (gnus-save-newsrc-file): Always check timestamp.
77
78 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
79
80         * mail-source.el (mail-source-call-script): If scripts exit with an
81         error, pop up an error buffer.
82
83 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
84
85         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
86         as a default.
87
88         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
89         correct server.
90
91 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
92
93         * nnimap.el (nnimap-request-group-scan): Fix the function name.
94
95         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
96
97 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
98
99         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
100         that nnimap works for non-activated backends.
101
102 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
103
104         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
105         message, since we already get an obsolescence message.  Use `declare'.
106
107 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
108
109         * nnir.el: Revert "Enable non-ASCII IMAP searches".
110
111 2015-01-30  Glenn Morris  <rgm@gnu.org>
112
113         * gnus-registry.el (gnus-registry-max-pruned-entries)
114         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
115         Fix :version.
116         (gnus-registry-default-sort-function): Improve :type.
117
118 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
119
120         * nnimap.el (nnimap-request-group): Allow running this function on
121         groups that don't exist in Gnus yet.
122         (nnimap-request-group): Revert previous patch since that made it
123         impossible to enter nnimap groups.
124
125         * message.el (message-smtpmail-send-it): Remove the mail header
126         separator before sending.
127
128 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
129
130         * nnimap.el (nnimap-find-expired-articles): Fix handling of
131         (expiry-wait . never).
132
133 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
134
135         * nnimap.el (nnimap-request-group): Clear the buffer before returning
136         the data.
137
138 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * gnus-compat.el (string-bytes): Work for XEmacs.
141
142 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
143
144         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
145
146         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
147         IMAP.
148
149 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
150
151         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
152
153         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
154
155         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
156         be added to the backlog.
157
158 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
159
160         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
161         target with a recursive make call.
162
163 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
164
165         * nnimap.el (nnimap-header-parameters): Refactor and request
166         X-GM-LABELS if it's been announced.
167         (nnimap-transform-headers): Gather and output GM-LABELS.
168
169 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
170
171         * mm-decode.el (mm-display-part): Make non-string methods work.
172         Non-string methods are funcalled and work just fine, the test was
173         bogus.
174         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
175         whole frame.
176
177 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
178
179         * nnimap.el (nnimap-request-accept-article): Allow respooling using
180         nnimap.
181
182         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
183         request rescans when being run interactively.
184
185         * nnimap.el (nnimap-request-group): Don't rescan the group here,
186         because that can be very slow in large groups.
187
188         * gnus-int.el (gnus-request-group-scan): New backend function.
189
190         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
191
192 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
193
194         * gnus-group.el (gnus-group-suspend): Close all backends.
195
196 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
197
198         * dgnushack.el (dgnushack-compile-file): New function.
199         (dgnushack-compile): Use it (bug#19514).
200
201 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
204
205 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
206
207         * registry.el: Don't use <class> as a variable.
208
209 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
210
211         system-name's returned value can vary
212         Also, the system-name variable is now obsolete.
213         Fixes Bug#19438.
214         * message.el (message-make-fqdn):
215         * nnvirtual.el (nnvirtual-retrieve-headers)
216         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
217         and avoid naming locals 'system-name'.
218
219 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
220
221         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
222         lines don't get overlong when responding.
223
224 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * registry.el (cl-remf, cl-loop, cl-subseq):
227         Alias to remf, loop, and subseq respectively for old Emacsen.
228
229 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
230
231         * gnus-group.el (gnus-read-ephemeral-bug-group):
232         Bind coding-system-for-read and coding-system-for-write only around
233         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
234
235 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
236
237         * registry.el (registry-db): Set default slot later.
238         This is because its value is not a literal integer.
239
240 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
241
242         * registry.el (registry-db): Fix default registry-db max-size.
243
244 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
245
246         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
247         add warning.
248
249         * gnus-art.el: Fix up compiler warnings.
250         (article-display-face, article-display-x-face): Remove unused `face'.
251         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
252         (article-date-ut): Remove unused var `first'.
253         (gnus-article-prepare): Remove unused var `gnus-article'.
254         (gnus-mime-save-part-and-strip): Remove unused var `param'.
255         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
256         `coding-system' along with corresponding dead code.
257         (gnus-mime-view-part-externally): Remove unused var
258         `mm-user-display-methods'.
259         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
260         (gnus-display-mime): Remove unused var `handle'.
261         (gnus-mime-display-alternative): Remove unused var `props'.
262         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
263         (gnus-article-edit-done): Remove unused var `p'.
264         (gnus-url-mailto): Remove unused var `to'.
265         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
266         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
267
268 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
269
270         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
271         slots into a :max-size slot.
272         (registry-db-version): Add new variable for database version number.
273         (registry-prune): Use :max-size slot. Accept and use a sort-function
274         argument.
275         (registry-collect-prune-candidates): Add new function for finding
276         non-precious pruning candidates.
277         (registry-prune-hard-candidates, registry-prune-soft-candidates):
278         Remove obsolete functions.
279         (initialize-instance): Upgrade registry version when starting.
280
281         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
282         (gnus-registry-max-pruned-entries): Remove obsolete variable.
283         (gnus-registry-cache-file): Change default
284         filename extension to "eieio".
285         (gnus-registry-read): Add new function, split out from
286         `gnus-registry-load', that does the actual object reading.
287         (gnus-registry-load): Use it. Add condition case handler to check for
288         old filename extension and rename to the new one.
289         (gnus-registry-default-sort-function): New variable to specify a sort
290         function to use when pruning.
291         (gnus-registry-save, gnus-registry-insert): Use it.
292         (gnus-registry-sort-by-creation-time): Define a default sort function.
293
294         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
295         Adjust test for new object signature.
296         (gnustest-registry-pruning-test): Add new pruning test.
297         (gnustest-registry-sort-function): Default sort function for testing.
298         (gnustest-registry-pruning-sort-test): New test for sorting.
299
300 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
303         function for reuse.
304         (gnus-mime-buttonize-attachments-in-header): Adjust.
305
306 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * message.el (message-change-subject): Really check whether the subject
309         changed.
310
311 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
314         PDFs.
315         (mailcap-view-mime): New function.
316
317 2014-12-01  Glenn Morris  <rgm@gnu.org>
318
319         * gnus-cloud.el (gnus-cloud): Add :version tag.
320
321 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * gnus-art.el (gnus-use-idna):
324         * gnus-sum.el (gnus-summary-idna-message):
325         * message.el (message-use-idna):
326         Protect against nil value for idna-program.
327
328         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
329
330 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
331
332         * auth-source.el (auth-source-macos-keychain-search-items): Return
333         result of `auth-source-macos-keychain-result-append' (bug#19074).
334
335 2014-11-25  Glenn Morris  <rgm@gnu.org>
336
337         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
338         Add :version tag.
339
340 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * pop3.el (pop3-open-server): Warn unless encrypted.
343
344         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
345
346 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
347
348         Port new time stamp handling to Emacs 23.2.
349         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
350         * time-date.el (time-add, time-subtract, time-less-p):
351         Use eval-and-compile, not eval-when-compile.
352
353 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
354
355         * message.el (message-valid-fqdn-regexp): Add non-internaional new
356         TLDs.
357
358 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
359
360         Port new time stamp handling to old Emacs and to XEmacs.
361         This is needed for Gnus, which copies time-date.el and which
362         runs on older Emacs implementations.
363         * time-date.el (with-decoded-time-value):
364         Handle 'nil' and floating-point arg more compatibly with new Emacs.
365         (encode-time-value, with-decoded-time-value):
366         Obsolete only if new Emacs.
367         (time-add, time-subtract, time-less-p): Define if not new Emacs.
368
369         Improve time stamp handling, and be more consistent about it.
370         This implements a suggestion made in:
371         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
372         Among other things, this means timer.el no longer needs to
373         autoload the time-date module.
374         * time-date.el (seconds-to-time, days-to-time, time-since)
375         (with-decoded-time-value):
376         Treat 'nil' as current time.  This is mostly for XEmacs.
377         (encode-time-value, with-decoded-time-value): Obsolete.
378         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
379         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
380
381 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
384         discarding changes in ephemeral groups.
385
386         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
387         things the user isn't interested in.
388
389 2014-11-13  Julien Danjou  <jd@abydos>
390
391         * gnus-notifications.el (gnus-notifications-notify): Provide both
392         app-icon and image-path.
393
394 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
395
396         * mm-url.el (mm-url-encode-multipart-form-data):
397         Restore to handle "multipart/form-data" by eww.
398
399 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
400
401         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
402         Landscheidt.
403
404 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
405
406         Simplify use of current-time and friends.
407         * gnus-delay.el (gnus-delay-article):
408         * gnus-sum.el (gnus-summary-read-document):
409         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
410         * message.el (message-make-expires-date):
411         Omit unnecessary call to current-time.
412         * gnus-util.el (gnus-float-time): Simplify to an alias because
413         time-to-seconds now behaves like float-time with respect to nil arg.
414         (gnus-seconds-year): Don't call current-time twice to get the current
415         time stamp, as this can lead to inconsistent results.
416         * time-date.el (time-to-seconds) [!float-time]:
417         Use current time if arg is nil, to be compatible with float-time.
418         (time-date--day-in-year): New function, with most of the guts of
419         the old time-to-day-in-year.
420         (time-to-day-in-year): Use it.
421         (time-to-days): Use it, to avoid decoding the same time stamp twice.
422
423 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus.el (gnus-mode-line-buffer-identification):
426         Don't add image data for a non-graphic display (bug#18813).
427
428 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
431         load-path, it blocks autoloading of find-image (bug#18813).
432
433 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
434
435         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
436         to keep connection open (bug#18728).
437
438 2014-10-20  Glenn Morris  <rgm@gnu.org>
439
440         * Merge in all changes up to 24.4 release.
441
442 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
443
444         * message.el (message-insert-signature): Use `newline' instead of
445         inserting explicit "\n".
446
447 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
448
449         * gnus-icalendar.el: Support vcal format timezones.
450         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
451         compute dates with associated timezone.
452         (gnus-icalendar-event-from-ical): Compute all timezones.
453
454 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
455
456         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
457         check the newsrc.eld file's timestamp before saving it.
458         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
459         timestamp has changed to be newer.
460
461 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
462
463         * gnus-icalendar.el (gnus-icalendar-identities):
464         Include message-alternative-emails.
465
466 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
469         New compatibility functions.
470         (ntlm-build-auth-response): Use them.
471
472 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
473
474         * ntlm.el (ntlm-build-auth-request):
475         Add NTLM2 Session support.  (Bug#15603)
476
477 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
478
479         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
480         expired messages only when it was built in reverse order.
481
482 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
483
484         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
485         last so it can be used in `message-send-hook'.
486
487 2014-09-29  Daiki Ueno  <ueno@gnu.org>
488
489         * mml.el (mml-parse-1): Error out if unknown mode is specified in
490         <#secure> tag (bug#18513).
491
492 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * parse-time.el: Require cl when compiling.
495
496 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         Use cl-lib as much as possible following the 2014-09-26 change
499         in the Emacs trunk.
500         * parse-time.el: Try requiring cl-lib.
501         (parse-time-incf): Alias to cl-incf or incf.
502         (digit-char-p): Remove.
503         (parse-time-integer): Alias to cl-parse-integer or the one defined.
504         (parse-integer): Rename to parse-time-integer.
505         (parse-time-tokenize, parse-time-rules, parse-time-string)
506         Use parse-time-incf and parse-time-integer.
507
508 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
509
510         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
511         of ":delete".
512
513 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * gnus-art.el (gnus-article-browse-html-save-cid-content)
516         (gnus-article-browse-html-parts):
517         Revert last change that breaks links other than cid contents.
518
519 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * gnus-art.el (gnus-article-browse-html-save-cid-content)
522         (gnus-article-browse-html-parts): Make cid file names relative.
523
524 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * mm-view.el (mm-display-inline-fontify): Make the working buffer
527         temporarily displayed when running a mode function (at least org-mode
528         requires it).
529
530 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
531
532         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
533         the gnus-summary-article-expire-hook should be told where the function
534         is going. In particular, the Gnus registry might want to know.
535
536 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
537
538         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
539
540 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * gnus-sum.el (gnus-summary-expire-articles): Revert.
543
544 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
545
546         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
547         the gnus-summary-article-expire-hook should be told where the function
548         is going. In particular, the Gnus registry might want to know.
549
550 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
551
552         Don't mishandle year-9999 dates (Bug#18176).
553         * parse-time.el (parse-time-rules):
554         Allow years up to most-positive-fixnum.
555         * time-date.el (date-to-time):
556         Pass "Specified time is not representable" errors through.
557
558 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
559
560         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
561         groups and t.
562
563 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * gnus-utils.el (gnus-recursive-directory-files):
566         Unify hard or symbolic links (bug#18063).
567
568 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
569
570         * gnus-msg.el (gnus-configure-posting-style):
571         Allow string replacements in values when matching against a header.
572
573 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
576         the dribble buffer even when it is shrunk a lot.
577         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
578
579 2014-06-26  Glenn Morris  <rgm@gnu.org>
580
581         * mm-util.el (help-function-arglist): Remove outdated declaration.
582
583 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
584
585         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
586         attribute values.  (Bug#17834)
587
588 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
589
590         * gnus-sum.el (gnus-summary-edit-article-done):
591         Prefer point-marker to copy-marker of point.
592
593 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * Makefile.in (install-el, install-el-elc): Compress .el files.
596         (uninstall): Remove compressed .el files.
597
598 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
601         (gnus-article-read-summary-keys):
602         Don't bug out when there is no article in the summary buffer.
603         (gnus-mime-buttonize-attachments-in-header):
604         Improve criterion that finds parts to display.
605
606         * gnus-art.el (gnus-mm-display-part):
607         * mm-decode.el (mm-shr):
608         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
609         (mm-insert-inline): Revert last changes.
610
611 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * gnus-art.el (gnus-mm-display-part):
614         * mm-decode.el (mm-shr):
615         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
616         (mm-insert-inline): Set insertion type of end-marker, not only
617         start-marker, of undisplayer so as to stay after inserted text.
618
619 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
620
621         * html2text.el (html2text-get-attr): Fix typo when splitting value from
622         attribute. (Bug#17613)
623
624 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
625
626         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
627         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
628
629 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
632         Don't delete next part button; keep spacing between buttons.
633
634 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
637         Work for the last MIME part in an article.
638         (gnus-mime-display-single): Suppress excessive newlines between parts.
639
640         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
641         by leading or trailing newline.
642
643 2014-05-12  Sam Steingold  <sds@gnu.org>
644
645         * time-date.el (seconds-to-string): New function to pretty print time
646         delay in seconds.
647
648 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
651         while prompting a user for a file name, etc.
652         (gnus-mime-display-single): Display part with a common appearance no
653         matter whether MIME button is omitted or not; don't add duplicate entry
654         to gnus-article-mime-handle-alist.
655         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
656
657 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
658
659         * mml2015.el (mml2015-display-key-image): New variable.
660
661 2014-05-08  Glenn Morris  <rgm@gnu.org>
662
663         * gnus-fun.el (gnus-grab-cam-face):
664         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
665         This is CVE-2014-3421.
666
667 2014-05-04  Glenn Morris  <rgm@gnu.org>
668
669         * gnus-registry.el (gnus-registry-install-p): Doc fix.
670
671 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
674         the displaying state of a part.
675         (gnus-mm-display-part): Don't insert a newline in the beginning of
676         a part like gnus-mime-inline-part doesn't; work for XEmacs.
677
678         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
679         (mm-shr): Make undisplayer unbreakable.
680
681         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
682         Don't insert excessive newline.
683         (mm-inline-text-html-render-with-w3m, mm-inline-text)
684         (mm-insert-inline): Make undisplayer unbreakable.
685
686 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
687
688         * gnus.el: Ma Gnus v0.11 is released.
689
690 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * gnus-art.el (gnus-mm-display-part):
693         Highlight header attachment buttons.
694
695 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
698         a part; redisplay a button (enbugged in 2014-02-05).
699
700 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
701
702         * auth-source.el (auth-source-search, auth-source-search-backends):
703         Treat :max 0 as an indicator that a boolean return is wanted, as
704         documented. Reported by Joe Bloggs.
705
706 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * gnus-icalendar.el: Require gnus-art.
709
710 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
711
712         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
713         (gnus-icalendar--update-org-event): put event timestamp in
714         the org entry body instead of the drawer.
715         (gnus-icalendar-event--get-attendee-names): list of participants should
716         contain even attendees without common name attribute.
717         (gnus-icalendar--update-org-event): don't generate duplicates of empty
718         property tags in org drawers.
719
720 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gmm-utils.el (gmm-format-time-string): New function.
723
724         * message.el (message-insert-formatted-citation-line): Use the original
725         author's time zone to express a date string.
726
727 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
728
729         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
730         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
731         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
732         Silence compiler warnings.
733         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
734
735 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * mml.el: Require url when compiling.
738
739         * gnus-cloud.el (gnus-cloud-parse-version-1):
740         Use plist-get rather than CL's getf.
741         (gnus-activate-group, gnus-subscribe-group): Declare.
742
743         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
744
745 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
748         buttons when toggling the header off.
749
750 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
751
752         * tls.el (tls-program): Reflow docstring.
753
754 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
755
756         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
757         groups work again.
758
759 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
760
761         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
762         999 correctly (i.e. "1,342").
763
764 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
765
766         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
767         out if the directory doesn't exist.
768
769 2014-03-07  Daiki Ueno  <ueno@gnu.org>
770
771         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
772         commands here; instead, only check if epg-config.el is available.
773
774 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
775
776         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
777         messages with embedded images.
778         (mml-generate-mime): Don't bug out if you don't have libxml.
779
780 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
781
782         * message.el (message-make-html-message-with-image-files): New command.
783
784 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-group.el (gnus-group-make-group): Clarify prompt.
787
788         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
789
790 2014-02-23  David Engster  <deng@randomsample.de>
791
792         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
793         to stay compatible with older Emacsen, so replace `cl-loop' with
794         `loop'.
795
796 2014-02-22  Daniel Colascione  <dancol@dancol.org>
797
798         * auth-source.el (auth-source-secrets-listify-pattern): New function.
799         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
800         instead, build list of patterns.
801
802 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
805         Display header attachment buttons by gnus-article-prepare-display
806         rather than gnus-article-prepare so as to view in mml-preview as well.
807
808 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
809
810         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
811         in `auth-sources' means and link to EPA docs.
812
813 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
814
815         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
816         (bug#12375).
817
818 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
821         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
822
823 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
824
825         * message.el (message-tab): Mention what happens on normal tabs
826         (bug#11297).
827
828 2014-02-08  Glenn Morris  <rgm@gnu.org>
829
830         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
831
832 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
835         buttons that are hidden in unselected alternative part as well.
836         (gnus-mime-display-alternative): Redraw attachment buttons in header.
837
838         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
839
840 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
843         keystroke.
844         (gnus-server-toggle-cloud-server): Only allow clouding applicable
845         types.
846
847         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
848         with an empty string.
849
850 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
851
852         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
853         buffer-local in some buffers, so bind it explicitly in the buffer we're
854         trying to cancel the article in (bug#10808).
855
856 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
859         New functions.
860
861         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
862         New user option.
863         (gnus-mime-buttonize-attachments-in-header): New function.
864         (gnus-article-prepare): Use it.
865         (gnus-mime-inline-part): Suppress extra newline.
866         (gnus-mm-display-part): Save excursion;
867         remove useless deleting and adding of buttons.
868         (gnus-insert-mime-button): Allow insertion in the middle of a line.
869
870         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
871         Add gnus-mime-buttonize-attachments-in-header.
872
873 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * nnimap.el (nnimap-request-articles): New command to download several
876         articles at once.
877
878         * gnus.el (gnus-variable-list): Save Cloud variables.
879
880         * gnus-int.el (gnus-request-accept-article): Doc fix.
881
882 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
883
884         * parse-time.el (parse-time-iso8601-regexp)
885         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
886         it more generally.
887
888 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
889
890         * gnus-cloud.el: New file to provide the Emacs Cloud.
891
892         * dgnushack.el: Silence XEmacs w3 warning.
893
894         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
895         `url-retrieve-synchronously', apparently.
896
897         * dgnushack.el: Silence XEmacs dns.el warning.
898
899         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
900         instead of in all files.
901
902         * dns.el (network-interface-list): Define for XEmacs.
903
904         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
905         XEmacs.
906
907         * nnrss.el (libxml-parse-html-region): Silence compilation error.
908
909 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
910
911         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
912         `gnus-group-split-fancy'.
913
914 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
915
916         * message.el (message-remove-header): Doc fix.
917         (message-forward-included-headers): New variable.
918         (message-remove-ignored-headers): Use it.
919
920 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
921
922         * nnir.el (nnir-request-update-mark): Don't try to update the source
923         group if we can't find it (bug#16611).
924
925 2014-01-31  Dave Abrahams  <dave@boostpro.com>
926
927         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
928
929 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
930
931         * dns.el (dns-servers-up-to-date-p): New function to see whether the
932         network interfaces changed.
933         (dns-query): Use it to flush the data.
934
935 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
936
937         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
938         from random face commands.
939         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
940         Face.
941         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
942         (gnus--random-face-with-type): Generic function returning a face-type
943         as a string.
944         (gnus--insert-random-face-with-type): Generic function inserting a face
945         in a message buffer header.
946         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
947         (gnus-insert-random-x-face-header): Rewritten to use
948         `gnus--insert-random-face-with-type`.
949         (gnus-random-face): Return random (png) Face as string.
950         (nus-insert-random-face-header): Insert random (png) Face in a message
951         buffer.
952
953 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
954
955         * mm-url.el: Remove all usage of w3.
956
957         * nnrss.el: Ditto.
958
959         * mm-decode.el: Ditto.
960
961         * mm-view.el: Ditto.
962
963         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
964         outdated and all Emacsen have url.el built-in.
965
966         * gnus-setup.el: Remove outdated file.
967
968 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
969
970         * gnus.el: Ma Gnus v0.9 is released.
971
972 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
973
974         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
975
976 2014-01-31  Dave Abrahams  <dave@boostpro.com>
977
978         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
979         in the summary buffer (bug#13769).
980
981 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
984         name if we're using a single article buffer.  Otherwise, it may point
985         to a killed buffer (bug#13756).
986
987 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
988
989         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
990         the match data, just save and restore it explictly (bug#12375).
991
992         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
993         that's needed.
994
995         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
996         the code once (bug#9069).
997
998 2014-01-18  Steinar Bang  <sb@dod.no>
999
1000         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1001         reading.
1002
1003 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1004
1005         * message.el (message-bury): Call bury-buffer with no argument
1006         in the message-return-action case too.
1007
1008 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1011         (nnimap-split-fancy, nnimap-split-methods): Declare.
1012
1013         * mm-util.el (help-function-arglist): Declare.
1014
1015 2013-12-28  Glenn Morris  <rgm@gnu.org>
1016
1017         * gnus-sieve.el (gnus-sieve-select-method):
1018         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1019         (gravatar-rating, gravatar-size):
1020         * message.el (message-minibuffer-local-map):
1021         * sieve-manage.el (sieve-manage-authenticators)
1022         (sieve-manage-authenticator-alist): Specify custom types.
1023
1024         * hashcash.el (hashcash-program): Rename from hashcash-path.
1025         Update callers.
1026
1027         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1028         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1029         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1030
1031         * auth-source.el (auth-sources):
1032         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1033         Fix custom types.
1034
1035         * tls.el (tls-certtool-program): Fix default value.
1036
1037 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1038
1039         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1040         we get proper traces there, too.
1041
1042 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1043
1044         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1045         value of the parameters if the current article has a Reply-To or From
1046         field.
1047
1048 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1051
1052 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1053
1054         * gnus-sum.el (gnus-summary-exit): Stop animations.
1055
1056 2013-12-19  Juri Linkov  <juri@jurta.org>
1057
1058         * gnus.el (gnus-suppress-keymap):
1059         * gnus-art.el (gnus-article-mode-map):
1060         * gnus-group.el (gnus-group-mode-map):
1061         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1062         Remove [backspace] key binding because it shadows DEL (bug#16035).
1063
1064         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1065
1066 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1069         Make sure work directory exists.
1070         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1071         rather than tmp directory.
1072         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1073         not necessarily always run, with it.
1074
1075 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1076
1077         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1078         value of gnus-icalendar-additional-identities work without restart.
1079
1080 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * mm-util.el (mm-make-temp-file):
1083         Alias to make-temp-file for modern Emacsen.
1084
1085 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1088         nnir-article-number and nnir-article-group.
1089
1090 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1091
1092         * message.el (message-send-mail-with-sendmail):
1093         Don't kill error buffer if sending fails.
1094
1095 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1096
1097         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1098         (gnus-icalendar-event->org-entry)
1099         (gnus-icalendar--update-org-event)
1100         (gnus-icalendar-event->gnus-calendar): Distinguish between
1101         required/optional/non-participant attendee status.  Fix bug causing
1102         the first required event participant to be omitted.
1103
1104 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * gnus-art.el (article-de-quoted-unreadable)
1107         (article-de-base64-unreadable, gnus-mime-copy-part)
1108         * gnus-html.el (gnus-article-html)
1109         * mm-view.el (mm-inline-text-html-render-with-w3)
1110         (mm-inline-text-html-render-with-w3m-standalone)
1111         * rfc2231.el (rfc2231-decode-encoded-string):
1112         Allow overriding charset by mm-charset-override-alist.
1113
1114         * gnus-art.el (gnus-article-browse-html-parts):
1115         Replace LWSPs with `&nbsp;'s in header.
1116
1117         Work for broken Chinese articles.
1118
1119         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1120         Exclude broken handles that gnus-summary-enter-digest-group may create.
1121         (gnus-article-browse-html-parts):
1122         Allow overriding charset by mm-charset-override-alist.
1123
1124 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1125
1126         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1127         (gnus-icalendar-identities): Support additional-identities.
1128
1129 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1130
1131         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1132         org-timestamp for events ending at midnight.
1133
1134 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1135
1136         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1137         .log files.
1138
1139 2013-11-20  David Engster  <deng@randomsample.de>
1140
1141         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1142
1143 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1144
1145         * message.el (message-beginning-of-line):
1146         Use beginning-of-visual-line when visual-line-mode is turned on.
1147
1148 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1149
1150         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1151         (gnus-icalendar-event-from-ical)
1152         (gnus-icalendar-event->org-entry)
1153         (gnus-icalendar--update-org-event): Required/optional participation,
1154         list of attendees synced to org.
1155
1156 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1157
1158         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1159         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1160         cancellations to be synced to org if the original appt has an org
1161         outline.
1162
1163 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1164
1165         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1166         (gnus-icalendar-event->org-entry)
1167         (gnus-icalendar--update-org-event)
1168         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1169
1170 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1171
1172         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1173         Fix timezone handling in gnus-icalendar export to org.
1174
1175 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1178
1179 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1182
1183 2013-10-30  Glenn Morris  <rgm@gnu.org>
1184
1185         * gnus-group.el (gnus-group-browse-foreign-server):
1186         * gnus-int.el (gnus-start-news-server):
1187         Silence compiler obsolescence warning.
1188
1189 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1190
1191         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1192         `nnoo-current-server' first, then for the actual `nnimap-address' to
1193         allow netrc entries for the nnoo server to coexist with netrc entries
1194         for the `nnimap-address'.
1195
1196 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * mm-decode.el (mm-dissect-buffer): Revert last change.
1199         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1200         The problem that motivated those changes was attributed to a broken
1201         mail sender, and has been fixed.
1202
1203 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1206         token is missing in the Content-Type header.
1207
1208         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1209
1210 2013-09-18  Glenn Morris  <rgm@gnu.org>
1211
1212         * gnus-util.el (image-size): Declare.
1213
1214 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1217         (gnus-icalendar-event-from-ical)
1218         (gnus-icalendar-event--build-reply-event-body)
1219         (gnus-icalendar-event-reply-from-buffer)
1220         (gnus-icalendar-find-org-event-file)
1221         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1222         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1223
1224         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1225
1226 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1227
1228         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1229         Use save-current-buffer.
1230         (gnus-tree-mode-map): Initialize in the declaration.
1231         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1232         (scroll-in-place): Defvar it.
1233         (gnus-tmp-*): Defvar them.
1234         (gnus-get-tree-buffer): Use derived-mode-p.
1235         (gnus--let-eval): New macro.
1236         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1237         non-prefixed variables.
1238         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1239
1240         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1241         vars since it doesn't seem to be available.
1242         (gnus-set-global-variables, gnus-summary-read-group-1)
1243         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1244         (gnus-summary-display-article, gnus-summary-select-article)
1245         (gnus-summary-next-article, gnus-offer-save-summaries)
1246         (gnus-summary-generic-mark): Use derived-mode-p.
1247         (gnus-summary-read-group-1, gnus-summary-exit)
1248         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1249         Adjust calls to gnus-tree-close and gnus-tree-open.
1250
1251         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1252
1253         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1254         (gnus-agent-mode): Use derived-mode-p.
1255         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1256         gnus-command-method and *-command-method to nil, but bind
1257         gnus-command-method to *-command-method instead!
1258         (gnus-agent-fetch-articles): Remove unused var `id'.
1259         (gnus-agent-fetch-headers): Remove unused arg `force'.
1260         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1261         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1262         (gnus-agent-short-article, gnus-agent-long-article)
1263         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1264         first use.
1265         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1266         `score-param'.
1267         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1268         (gnus-get-predicate): Push in front of the cache, rather than end.
1269         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1270         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1271         (gnus-agent-expire-unagentized-dirs): Don't rebind
1272         gnus-agent-expire-current-dirs since the defvar silences the warning.
1273         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1274         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1275         (gnus-agent-regenerate): Simplify interactive spec and doc.
1276
1277 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * gnus-int.el (gnus-open-server): Silence compiler.
1280
1281         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1282
1283         * message.el (message-display-completion-list): Abolish.
1284         (message-completion-in-region): Use display-completion-list.
1285
1286 2013-09-17  Glenn Morris  <rgm@gnu.org>
1287
1288         * gnus-util.el (gnus-message-with-timestamp-1):
1289         Use `messages-buffer' function if available.  Ignore read-only.
1290
1291 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * message.el (message-expand-group, message-completion-in-region):
1294         Correct the order of start and end of a region.
1295
1296 2013-09-13  Glenn Morris  <rgm@gnu.org>
1297
1298         * mml2015.el (gnus-create-image): Autoload it.
1299
1300         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1301
1302         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1303         (image-size): Declare.
1304
1305 2013-09-12  Glenn Morris  <rgm@gnu.org>
1306
1307         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1308         Avoid using `find', which i) might not be defined at runtime;
1309         ii) does not work, since its default test is eql, not equal.
1310         (gnus-mime-action-alist): Declare.
1311
1312 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1313
1314         * score-mode.el (gnus-score-mode-map): Move initialization
1315         into declaration.
1316         (gnus-score-mode): Use define-derived-mode.
1317         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1318         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1319         into declaration.
1320         (gnus-kill-file-mode): Use define-derived-mode.
1321         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1322         Use derived-mode-p.
1323         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1324         (gnus-group-setup-buffer, gnus-group-name-at-point)
1325         (gnus-group-make-web-group, gnus-group-enter-directory)
1326         (gnus-group-suspend): Use derived-mode-p.
1327         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1328         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1329         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1330         (gnus-article-setup-buffer, gnus-article-prepare)
1331         (gnus-article-prepare-display, gnus-sticky-article)
1332         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1333         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1334         (gnus-article-read-summary-keys): Use derived-mode-p.
1335
1336 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1337
1338         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1339
1340 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1343         shift_jis from the default value set for Japanese users.
1344
1345 2013-08-13  Glenn Morris  <rgm@gnu.org>
1346
1347         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1348
1349         * gnus.el (gnus-valid-select-methods): Fix type.
1350
1351         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1352
1353 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * mm-decode.el (mm-display-external): Run a timer for the temp files
1356         deletion after a viewer exits; add a deletion timer for the needsterm
1357         case, too.
1358
1359         * mm-decode.el (mm-display-external): Try to delete temporary files by
1360         using a 1-min. timer.
1361
1362 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1365         New internal variables.
1366         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1367         (mm-display-external): Use it to delete temporary files instead of
1368         using timers.
1369
1370 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1373
1374 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1375
1376         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1377         with cond for backwards compatability.
1378
1379 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * mm-decode.el (mm-display-external): Bind process-connection-type to
1382         nil; don't delete a temp file immediately even if a viewer finishes,
1383         since it may be a shell script, like xdg-open, that launches a real
1384         viewer program belatedly.
1385
1386 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1387
1388         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1389         that we can create nndoc groups that excerpt other groups.
1390
1391 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * gnus-delay.el (gnus-delay-article): Fix typo.
1394
1395         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1396         articles.
1397
1398         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1399         we can get spell-checking etc.
1400
1401 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1404         a single one used for encoding the whole text in a header.
1405
1406 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1409         doesn't work properly on XEmacs.
1410
1411 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1414         before sending.
1415
1416         * dgnushack.el (dgnushack-compile): Add a temporary check for
1417         gnus-icalendar.
1418
1419         * mm-decode.el (mm-command-output): New face.
1420         (mm-display-external): Use it.
1421
1422 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1423
1424         * nnmbox.el (nnmbox-request-article): Don't change point.
1425
1426 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1429         Include `handle' parameter.
1430
1431 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1432
1433         * gnus-icalendar.el: New file.
1434
1435 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1438
1439         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1440         dummy roots, too.
1441
1442 2013-08-01  David Edmondson  <dme@dme.org>
1443
1444         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1445         out on ttys.
1446
1447 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1450         not empty.
1451
1452         * nnrss.el (nnrss-discover-feed): Indent.
1453
1454 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1457
1458 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1461         dirty to ensure nnimap data being saved.
1462
1463 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1464
1465         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1466         menu entry.
1467
1468         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1469         the current thread's total score instead of the current article's
1470         score.
1471
1472         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1473         (gnus-sort-threads-recursively): Delete defcustom.
1474         (gnus-sort-threads-recursive): Adapt accordingly.
1475
1476 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1477
1478         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1479         (gnus-sort-threads-recursive): Use it.
1480         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1481         again.  Now that determines how to sort subthreads.
1482
1483 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1484
1485         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1486         (gnus-sort-threads): Use it.
1487
1488 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1489
1490         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1491         punctuation characters follow parentheses (bug#14950).
1492
1493 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * gnus.el (gnus-continuum-version):
1496         * gnus-msg.el (gnus-extended-version): Simplify.
1497
1498         * gnus.el (gnus-continuum-version-1): Remove.
1499         * gnus-msg.el (gnus-bug): Revert.
1500
1501         Calculate gnus-version correctly on Cygwin.
1502
1503         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1504         (gnus-continuum-version-1): New function, return a string.
1505
1506         * gnus-msg.el (gnus-extended-version, gnus-bug):
1507         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1508
1509 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1510
1511         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1512         (bug#13384).
1513
1514 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1517         that were only relevant in a development version a long time ago.
1518
1519 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1522         that the old Emacs 24s bundle.
1523
1524 2013-07-10  David Engster  <deng@randomsample.de>
1525
1526         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1527         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1528         fixes a bug in Emacs trunk where the 'unexist' marks were always
1529         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1530         Gnus v0.03".
1531
1532 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1533
1534         * gnus.el (gnus-summary-line-format): Reference
1535         `gnus-user-date-format-alist' for the &user-date; format, not
1536         `gnus-summary-user-date-format-alist'.
1537
1538 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1541         delete files (bug#13481).
1542
1543 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1544
1545         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1546
1547 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1548
1549         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1550         display images.
1551
1552         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1553
1554         * message.el (message-cancel-news): According to
1555         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1556         preferred over "cmsg cancel" in the Subject.
1557
1558         * nnir.el (nnir-engines): Note that the group specs are regexps
1559         (bug#13238).
1560
1561         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1562         gotten read-only text properties, ensure that those aren't heeded when
1563         copying stuff over (bug#13434).
1564
1565         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1566         (bug#13762).
1567
1568 2013-07-05  David Kastrup  <dak@gnu.org>
1569
1570         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1571         authinfo file again (important for blank passwords).  This had been
1572         broken with 2013-06-15 change.
1573
1574 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1577         Revert 2013-01-14 change.
1578
1579 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1580
1581         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1582         of 'create-image' for XEmacs compatibility; check errors when decoding
1583         image.  Reported by Uwe Brauer.
1584
1585 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1586
1587         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1588         gnus-button-push revised at 2011-01-19.
1589
1590 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591
1592         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1593         now live in the lisp/net Emacs 24 repository.
1594
1595 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * eww.el (eww-update-header-line-format): Quote % characters.
1598
1599 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * eww.el (eww-process-text-input): Display passwords as asterisks.
1602
1603         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1604
1605 2013-06-19  Tom Tromey  <tromey@redhat.com>
1606
1607         * eww.el (eww-top-url): Remove.
1608         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1609         (eww-render): Set new variables.  Don't set eww-top-url.
1610         (eww-handle-link): Handle "prev", "home", and "contents".
1611         Downcase the rel text.
1612         (eww-top-url): Choose best top URL.
1613
1614 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * eww.el: Rewrite to implement form elements "by hand" instead of
1617         relying in widget.el.  Using widget.el leads to too many
1618         user interface inconsistencies.
1619         (eww-self-insert): Implement entering commands in text fields.
1620         (eww-process-text-input): New function to make text input field editing
1621         work.
1622         (eww-submit): Rewrite to use the new-style form methods.
1623         (eww-select-display): Display the correct selected item.
1624         (eww-change-select): Implement changing the select value.
1625         (eww-toggle-checkbox): Implement radio/checkboxes.
1626         (eww-update-field): Fix compilation error.
1627         (eww-tag-textarea): Implement <textarea>.
1628
1629         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1630         don't shadow mode-specific bindings.
1631
1632         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1633         nothing to push.
1634
1635         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1636
1637 2013-06-19  Glenn Morris  <rgm@gnu.org>
1638
1639         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1640
1641 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1642
1643         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1644
1645 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * shr.el (shr-make-table-1): Implement <td rowspan>.
1648         (shr-table-horizontal-line): Allow nil as a value, and change the
1649         default.
1650         (shr-insert-table-ruler): Respect the nil value.
1651
1652 2013-06-18  Tom Tromey  <tromey@barimba>
1653
1654         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1655         New defvars.
1656         (eww-open-file): New defun.
1657         (eww-render): Initialize new variables.
1658         (eww-display-html): Handle "link" and "a".
1659         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1660         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1661         (eww-back-url): Rename from eww-previous-url.
1662         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1663         defuns.
1664
1665 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666
1667         * shr.el (shr-tag-table): Insert the images after the table, so that
1668         they're not covered by the table colourisation, which often looked
1669         awkward.
1670         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1671         <dd>.
1672         (shr-make-table-1): Implement <td colspan=> support.
1673         (shr-insert-document): Use one less than window width if `shr-width' is
1674         nil, since otherwise things may get one character too wide.
1675
1676 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * eww.el (eww-detect-charset): Improve regexp; move backward.
1679
1680 2013-06-18  Glenn Morris  <rgm@gnu.org>
1681
1682         * mm-decode.el (widget-convert-button): Autoload.
1683
1684         * sieve-manage.el (mm-enable-multibyte): Autoload.
1685
1686         * shr.el (libxml-parse-html-region): Declare.
1687         (shr-render-buffer): Explicit error if no libxml2 support.
1688
1689 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1690
1691         * auth-source.el (auth-source-current-line): New function.
1692         (auth-source-netrc-parse-entries): When a data token is "machine",
1693         assume we're in the wrong place and abort parsing the current line.
1694
1695 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1698         (eww-convert-widgets): Don't bug out if the first widget starts at the
1699         beginning of the buffer.
1700         (eww-convert-widgets): Fix last patch.
1701         (eww-tag-input): Support <input type=image>.
1702
1703         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1704         (shr-tag-base): Protect against base specs that are degenerate.
1705         (shr-ensure-paragraph): Don't delete empty lines that have text
1706         properties, because these may be input fields.
1707
1708         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1709         we can navigate to them.
1710
1711         * shr.el (shr-colorize-region): Put the colours over the entire region.
1712         (shr-inhibit-decoration): New variable.
1713         (shr-add-font): Use it to inhibit text property decorations while doing
1714         preliminary table renderings.  This speeds up typical Wikipedia page
1715         renderings by 15%.
1716         (shr-tag-span): Don't respect the <title>, because that overwrites the
1717         help-echo from links inside the spans.
1718         (shr-next-link): Use `help-echo' for navigation, so that we can
1719         navigate to form elements, too.
1720
1721         * eww.el (eww-button): New face.
1722         (eww-convert-widgets): Use it to make submit buttons more button-like.
1723
1724         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1725         that Gnus commands work.
1726
1727         * shr.el (shr-render-td): Support horizontal alignment.
1728
1729         * eww.el (eww-put-color): Removed.
1730         (eww-colorize-region): Use `add-face-text-property'.
1731
1732         * shr.el (shr-add-font): Append face data, so that we get the correct
1733         precedence: The innermost value (which is applied first) wins.
1734         (shr-make-overlay): Obsolete function.
1735
1736         * mm-decode.el (mm-convert-shr-links): New function to convert
1737         new-style shr URL links into widgets.
1738         (mm-shr): Use it.
1739
1740         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1741         widget commands, since we're no longer using widgets for links.
1742
1743         * shr.el (shr-next-link): New command.
1744         (shr-previous-link): New command.
1745         (shr-urlify): Don't use `widget-convert', because that's slow.
1746         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1747         because collecting the overlays and reapplying them when generating
1748         tables is slow.
1749         (shr-insert-table): Ditto.
1750
1751 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1752
1753         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1754         * shr.el (browse-url): Require `url'.
1755         * eww.el (url): Require format-spec.
1756
1757 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * eww.el (eww-display-html): Default to using the entire window width.
1760         (eww-browse-url): Don't add a User-Agent header (twice), because that
1761         makes Bing refuse connection.
1762
1763         * shr.el (shr-make-table): Cache the table rendering at the table
1764         level, and not the <td> level.  This is a bit faster.
1765
1766         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1767         #id.
1768
1769         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1770         browsers don't.
1771         (shr-expand-url): Respect #anchor links.
1772         (shr-parse-base): Chop off the anchor before using.
1773         (shr-descend): Respect display: none.
1774         (shr-descend): Allow marking elements that have certain IDs.
1775
1776         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1777
1778         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1779
1780         * eww.el (eww-tag-textarea): Support <textarea>.
1781
1782 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1783
1784         * shr.el (shr-dom-to-xml): Fixed function call.
1785
1786         * eww.el (eww): New group.
1787         (eww-header-line-format): New custom variable.
1788         (eww-current-title): New variable.
1789         (eww-display-html): Update header and handle title tag.
1790         (eww-update-header-line-format): New function.
1791         (eww-tag-title): New function.
1792
1793         * shr.el (shr-dom-to-xml): New function.
1794         (shr-tag-svg): Add support for the SVG tag.
1795         (shr-bullet): New custom variable.
1796         (shr-tag-li): Support custom bullet in unordered lists.
1797
1798 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * shr.el (shr-expand-url): Respect // URLs.
1801
1802         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1803         put a background colour onto the entire buffer.
1804         (eww-render): When being redirected, use the redirect URL as the new
1805         base URL.
1806
1807         * shr.el (shr-parse-base): Fix parsing error.
1808
1809         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1810
1811         * shr.el (shr-parse-base): New function.
1812         (shr-expand-url): Use it to expand relative URLs reliably.
1813
1814 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1815
1816         * auth-source.el (auth-source-search-collection): Fix docstring.
1817         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1818         single-quoted strings and multiline entries.
1819         (auth-source-netrc-parse-next-interesting)
1820         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1821         functions to support parser.
1822
1823 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * eww.el (eww-submit): Get submit button logic right when hitting RET
1826         on non-submit buttons.
1827
1828         * shr.el: Remove shr-preliminary-table-render, since that can't really
1829         be used for anything in practice.
1830
1831 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1832
1833         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1834         (sieve-manage-quit).
1835
1836 2013-06-14  Glenn Morris  <rgm@gnu.org>
1837
1838         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1839
1840 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1841
1842         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1843         control the maximum size of photo ID image.
1844         (mml2015-epg-key-image-to-string): Respect it.
1845
1846 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1849         instead of the final one so that we can more easily distinguish them.
1850
1851         * eww.el (eww-submit): Compute the submission URL correctly.
1852
1853 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1854
1855         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1856         Use plist-get rather than CL's getf.
1857         (sieve-manage-parse-capability): Avoid CL's remove-if.
1858
1859 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1860
1861         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1862         (sieve-manage-quit).
1863
1864 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1867         last slash.
1868
1869         * eww.el (eww-tag-select): Use the first value as the default value.
1870
1871 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1872
1873         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1874         (eww-mode): Use `define-derived-mode'.
1875         (eww-parse-headers): Parse headers from beginning of buffer so that
1876         file:// links work.
1877
1878 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1881
1882 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1883
1884         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1885         to handle them at all.
1886
1887 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1890         work, too.
1891         (eww-tag-select): Implement <select>.
1892
1893 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1894
1895         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1896         stream managing functions by using open-protocol-stream to do most of
1897         the work.  Has the nice benefit of enabling STARTTLS.
1898         Wait for capabilities after STARTTLS: following RFC5804, the server
1899         sends new capabilities after successfully establishing a TLS connection
1900         with the client.  The client should update the cached list of
1901         capabilities, but we just ignore the answer for now.
1902         (sieve-manage-network-p, sieve-manage-network-open)
1903         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1904         (sieve-manage-forward, sieve-manage-streams)
1905         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1906         API, nor called by any other function.
1907         Enable Multibyte for SieveManage buffers: The parser won't properly
1908         handle umlauts and line endings unless multibyte is turned on in the
1909         process buffer.
1910
1911 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * eww.el (eww-tag-input): Support password fields.
1914         (eww-submit): Support POST.
1915
1916 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * eww.el (eww-tag-form): Protect against degenerate forms.
1919
1920         * shr.el (shr-expand-url): Expand URLs that start with a slash
1921         correctly.
1922
1923         * eww.el (eww-submit): Get submit button logic right.
1924
1925         * shr.el (shr-final-table-render): New variable to signal when we're
1926         doing the final table rendering so that we can collect more data at
1927         that point.
1928
1929         * eww.el (eww-submit): Make form submission work.
1930         (eww-tag-input): Implement submit buttons.
1931         (eww-click-radio): Implement radio and checkboxes.
1932         (eww-submit): Handle hidden elements.
1933
1934         * shr.el (shr-descend): Allow other packages to override (or provide)
1935         rendering of elements.
1936         (shr-expand-url): Strip query strings from URLs before expanding them.
1937
1938         * eww.el: Don't require cl-lib.
1939         (eww-tag-form): Start form support.
1940
1941         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1942
1943         * eww.el: Start writing a new, tiny web browser.
1944         (eww-previous-url): New command.
1945         (eww-quit): New command.
1946
1947 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1948
1949         * sieve.el: Put point at beginning of buffer when viewing a script.
1950         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1951         number in sieve-buffer's header.  Fixed code to also work with a string
1952         as port specifier.  Properly close the connection on pressing 'q'.  Make
1953         sieve-manage-quit close the connection and process buffer.  Also, remove
1954         duplicate keybinding for 'q'.
1955
1956 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1957
1958         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1959         make it easier to read.
1960         (mm-pkcs7-enveloped-magic): Ditto.
1961
1962 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1963
1964         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1965         before `image-type-available-p' to avoid loading the image libraries
1966         needlessly.
1967
1968 2013-06-05  David Engster  <deng@randomsample.de>
1969
1970         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1971         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1972         to see whether the group was synced before.
1973
1974 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1975
1976         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1977         when opening the connection.
1978         Suggested by João Távora <joaotavora@gmail.com> in
1979         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1980
1981 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1984         assume Date header begins with "Date", that may be customized into
1985         something like "X-Sent" using gnus-article-time-format.
1986         (article-transform-date): Allow multi-line Date header.
1987
1988 2013-06-02  David Engster  <deng@randomsample.de>
1989
1990         * registry.el (initialize-instance, registry-lookup)
1991         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1992         (registry-lookup-secondary-value, registry-search, registry-delete)
1993         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1994         not wrap methods in `eval-and-compile'.  This breaks due to latest
1995         changes in EIEIO (introduction of eieio-core.el).
1996
1997 2013-05-30  Glenn Morris  <rgm@gnu.org>
1998
1999         * nnmail.el (nnmail-fancy-expiry-target):
2000         Also bind mail-dont-reply-to-names.
2001
2002         * spam-stat.el (spam-stat-save):
2003         No need to tweak font-lock in temp buffers.
2004
2005         * shr.el (shr-put-image): Silence compiler.
2006
2007 2013-05-29  Glenn Morris  <rgm@gnu.org>
2008
2009         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2010
2011         * gnus-group.el (gnus-sequence-of-unread-articles)
2012         (gnus-summary-add-mark, gnus-mark-article-as-read)
2013         (gnus-group-make-articles-read): Declare.
2014
2015         * gnus-sum.el (gnus-parameter-list-identifier)
2016         (gnus-article-stop-animations, gnus-stop-downloads)
2017         (gnus-article-only-boring-p, article-goto-body)
2018         (gnus-flush-original-article-buffer, article-narrow-to-head)
2019         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2020         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2021
2022         * gnus.el: No need to eval-and-compile autoloads.
2023
2024         * gravatar.el (help-function-arglist): Autoload.
2025
2026         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2027
2028         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2029
2030         * spam.el: No need to load spam-report when compiling.
2031         No need to eval-and-compile autoloads.
2032         (spam-report-resend-to): Declare.
2033         (spam-report-resend-register-routine): Require 'spam-report.
2034
2035 2013-05-24  Julien Danjou  <julien@danjou.info>
2036
2037         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2038         setup.
2039
2040 2013-05-23  Glenn Morris  <rgm@gnu.org>
2041
2042         * gnus-util.el (rmail-swap-buffers-maybe)
2043         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2044         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2045         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2046
2047         * mm-decode.el: No need to load term when compiling.
2048         (term-mode, term-char-mode): Declare.
2049
2050         * mm-util.el: No need to load jka-compr when compiling.
2051         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2052
2053         * nnmaildir.el: Require is automatically eval-and-compile.
2054         (nnmail): Require at run-time too.
2055
2056         * registry.el (registry-size): Move definition before use.
2057
2058 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2059
2060         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2061         signed data to conform the standard.  (Bug#14232)
2062
2063 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2064
2065         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2066         double angle quotation mark.
2067
2068 2013-05-20  Glenn Morris  <rgm@gnu.org>
2069
2070         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2071
2072 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2073
2074         * message.el (message-insert-formatted-citation-line): handle finding
2075         first/lastname when more than 2 names appear.
2076
2077 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2078
2079         * shr.el (shr-tag-span): New function.
2080
2081 2013-05-18  Glenn Morris  <rgm@gnu.org>
2082
2083         * message.el (message-mode): Use message-mode-abbrev-table,
2084         with text-mode-abbrev-table as parent.  (Bug#14413)
2085
2086 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * message.el (message-expand-group): Decode group names.
2089
2090 2013-05-16  Julien Danjou  <julien@danjou.info>
2091
2092         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2093         app-icon.
2094
2095 2013-05-15  Glenn Morris  <rgm@gnu.org>
2096
2097         * shr-color.el (shr-color-visible-luminance-min)
2098         (shr-color-visible-distance-min): Use shr-color group.
2099
2100 2013-05-11  Glenn Morris  <rgm@gnu.org>
2101
2102         * gnus-vm.el: Make it loadable without VM.
2103         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2104         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2105
2106 2013-05-09  Glenn Morris  <rgm@gnu.org>
2107
2108         * mml1991.el: Make it loadable.  (Bug#13456)
2109
2110         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2111         * gnus-async.el (gnus-async-post-fetch-function):
2112         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2113         * gnus-html.el (gnus-html-image-cache-ttl):
2114         * gnus-notifications.el (gnus-notifications-timeout):
2115         * gnus-picon.el (gnus-picon-properties):
2116         * gnus-util.el (gnus-completion-styles):
2117         * gnus.el (gnus-other-frame-resume-function):
2118         * message.el (message-user-organization-file)
2119         (message-cite-reply-position):
2120         * nnir.el (nnir-summary-line-format)
2121         (nnir-retrieve-headers-override-function):
2122         * shr-color.el (shr-color-visible-luminance-min):
2123         * shr.el (shr-blocked-images):
2124         * spam-report.el (spam-report-resend-to):
2125         * spam.el (spam-summary-exit-behavior): Fix custom types.
2126
2127         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2128
2129 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2132         because of let-binding help-xref-following.  (Bug#14356)
2133
2134 2013-05-06  Glenn Morris  <rgm@gnu.org>
2135
2136         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2137
2138 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2139
2140         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2141         entering into the registry.
2142
2143 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2144
2145         * gnus.el: Ma Gnus v0.7 is released.
2146
2147 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2150         (Bug#14304)
2151
2152 2013-04-27  Glenn Morris  <rgm@gnu.org>
2153
2154         * gnus.el (gnus-list-debbugs):
2155         Use require rather than autoload.  (Bug#14262)
2156
2157 2013-04-27  Julien Danjou  <julien@danjou.info>
2158
2159         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2160         port to "sieve" now that it has an official IANA port assigned.
2161
2162 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2165         Don't set the MAILHOST environment variable permanently (Bug#14271).
2166
2167 2013-04-26  Glenn Morris  <rgm@gnu.org>
2168
2169         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2170
2171 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2172
2173         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2174         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2175
2176 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2177
2178         * nnir.el (nnir-close-group): Make sure we are in the right group.
2179
2180         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2181         dependency table from all newly retrieved headers.
2182
2183 2013-04-16  David Edmondson  <dme@dme.org>
2184
2185         Support <img src="data:...">.
2186
2187         * shr.el (shr-image-from-data): New function.
2188         (shr-tag-img): Use it.
2189
2190 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2191
2192         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2193         group.
2194
2195 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2198         corresponding to any existing group (Bug#14166).
2199
2200 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2201
2202         * nnir.el (number-sequence): No longer used.
2203         (nnir-request-set-mark): New function.
2204         (nnir-request-update-info): Improve marks updating.
2205         (nnir-request-scan): Don't duplicate marks updating.
2206         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2207         Use 'assq rather than 'assoc.  Quote anonymous function.
2208         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2209         Use 'gnus-group-prefixed-p.
2210         (gnus-summary-create-nnir-group): Make sure server for method is open.
2211
2212 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2213
2214         * nnir.el (gnus-nnir-group-p): New function.
2215         (nnir-possibly-change-group): Use it.
2216
2217         * gnus-msg.el (gnus-setup-message): Use it.
2218
2219 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2222         `initial-input' for the argument name.
2223         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2224
2225 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2226
2227         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2228         (used by MH-E).
2229
2230 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2231
2232         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2233         group.
2234
2235         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2236         fix compilation.
2237
2238 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2239
2240         * nnir.el (nnir-method-default-engines): And another typo.
2241
2242 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2243
2244         * nnir.el (nnir-method-default-engines): Fix typo.
2245
2246 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2247
2248         * nnir.el: Define 'number-sequence for xemacs.
2249         (gnus-summary-create-nnir-group): New function to create an nnir group
2250         from an nnir summary buffer based on the current query.
2251         (nnir-request-create-group): Update to allow nnir group creation based
2252         on the current query.
2253
2254 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * nndraft.el (nndraft-request-expire-articles):
2257         Make expiry target always `delete'.
2258
2259 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2260
2261         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2262         buffer use the posting-style and gcc of the original article group.
2263         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2264
2265         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2266         after other deffoos.
2267
2268 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2269
2270         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2271         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2272         support for real (i.e. not ephemeral) nnir groups.
2273         (gnus-summary-make-nnir-group): New function for initiating searches
2274         from a summary buffer.
2275
2276 2013-03-18  Sam Steingold  <sds@gnu.org>
2277
2278         * message.el (message-bury): Minor cleanup.
2279
2280 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2281
2282         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2283
2284 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2287         nnml-request-list.  (Bug#13873)
2288         (nndir-request-newsgroups): Remove, unused.
2289
2290         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2291
2292 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2293
2294         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2295         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2296         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2297
2298 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2299
2300         * shr.el: Make all the overlays set the `evaporate' property so that
2301         they're removed properly.
2302
2303 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2304
2305         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2306         shell-quote-argument.
2307
2308 2013-02-22  David Engster  <deng@randomsample.de>
2309
2310         * gnus-registry.el (gnus-registry-save): Provide class name when
2311         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2312         `condition-case' to stay compatible with older EIEIO versions which
2313         only accept one argument.
2314
2315 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2316
2317         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2318         (epg-user-id-validity): Autoload.
2319         (mml2015-epg-check-user-id): New function.
2320         (mml2015-epg-check-sub-key): New function split from
2321         mml2015-epg-find-usable-key.
2322         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2323         optional name-is-key-id, to handle the case when user-id is unusable.
2324         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2325
2326 2013-02-17  Glenn Morris  <rgm@gnu.org>
2327
2328         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2329
2330 2013-02-16  Glenn Morris  <rgm@gnu.org>
2331
2332         * shr.el (shr-put-image): Only animate images that specify a delay.
2333         This is consistent with the old image-animated-p behavior.
2334
2335 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2338         for XEmacs.
2339
2340 2013-02-13  Juri Linkov  <juri@jurta.org>
2341
2342         * gnus-art.el (gnus-article-mode-map):
2343         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2344         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2345
2346 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2347
2348         * auth-source.el (auth-source-format-prompt): Don't get confused by
2349         any "\" in replacement text.  (Bug#13637)
2350
2351 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2352
2353         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2354         (gnus-backend-trace): Honour gnus-backend-trace.
2355
2356         * mml.el (mml-insert-part): Insert closing tag.
2357
2358         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2359
2360 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2363         able to find the article, which can happen in debbugs groups,
2364         apparently.
2365
2366 2013-01-16  Glenn Morris  <rgm@gnu.org>
2367
2368         * smiley.el (smiley-style): Make the file loadable in batch mode.
2369
2370 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2371
2372         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2373         imap process running.
2374
2375 2013-01-14  Julien Danjou  <julien@danjou.info>
2376
2377         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2378         Compare addresses against addresses, not against the full From field.
2379
2380 2013-01-13  Richard Stallman  <rms@gnu.org>
2381
2382         * message.el (message-forward-make-body-mime): New args BEG, END
2383         specify what part of FORWARD-BUFFER to use.  Do the work directly
2384         instead of calling `mml-insert-buffer'.
2385
2386 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2387
2388         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2389         cross-reference(s).
2390
2391         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2392         cross-reference(s).
2393
2394 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2395
2396         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2397         and point-max-marker.
2398         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2399
2400 2013-01-11  Julien Danjou  <julien@danjou.info>
2401
2402         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2403         max are almost equal.  Also return the correct value for V which is
2404         already between 0 and 1.
2405
2406 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2407
2408         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2409         to mml2015-encrypt-to-self.
2410         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2411
2412 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2413
2414         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2415         mml-smime-epg-find-usable-secret-key.
2416
2417 2013-01-08  Glenn Morris  <rgm@gnu.org>
2418
2419         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2420
2421 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2422
2423         * mml-smime.el: Support signing by sender.
2424         Requested by Uwe Brauer.
2425         (mml-smime-sign-with-sender): New user option analogous
2426         to mml2015-sign-with-sender.
2427         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2428         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2429         mml2015.el.
2430
2431 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2434         isn't running, because Gnus will probably not know how to handle the
2435         Gcc header (bug#11941).
2436
2437         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2438         articles.
2439
2440 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2443         (nnfolder-generate-active-file): Make this function work with recursive
2444         folder names.
2445
2446 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2447
2448         * nntp.el (nntp-open-connection): Use HELP as the capability command
2449         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2450         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2451
2452 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2453
2454         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2455         place holder since this gives `Invalid face reference: nil' messages.
2456         Use the `default' face instead.  It has the same effect here, even
2457         though it is not no-op.
2458
2459         * gnus-util.el
2460         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2461
2462 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2463
2464         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2465         non-string posting styles (bug#13285).
2466
2467 2012-12-27  Glenn Morris  <rgm@gnu.org>
2468
2469         * plstore.el (plstore-passphrase-callback-function):
2470         Use plstore-get-file.
2471
2472 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2473
2474         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2475         stderr.
2476
2477 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2480
2481         * gnus-compat.el (set-buffer-multibyte): Remove.
2482
2483 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2484
2485         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2486         temporary file to get PGP key image.  Pass no-show-photos when
2487         extracting image to avoid having it pop up twice.
2488
2489 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2490
2491         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2492         eligible for treatment.
2493
2494         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2495         lines.  This makes summary commands with hidden threads work more
2496         reliably.
2497
2498         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2499         button to mark the hidden citations (bug#9395).
2500
2501 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2502
2503         * mml2015.el (mml2015-epg-signature-to-string): New function.
2504         (mml2015-epg-verify-result-to-string): New function.
2505         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2506         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2507         instead of epg-verify-result-to-string.
2508         (epg-signature-key-id, epg-signature-to-string): Autoload.
2509         (epg-verify-result-to-string): Remove autoload.
2510
2511 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2512
2513         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2514         ID image from GPG public key.
2515         (mml2015-epg-key-image-to-string): New function.
2516
2517 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2518
2519         * plstore.el (plstore-passphrase-callback-function): Fix error when
2520         error when plstore-cache-passphrase-for-symmetric-encryption is set
2521         (bug#13264).
2522
2523 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2524
2525         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2526         buffer to the article buffer here, because that clobbers multiple
2527         article buffers.
2528
2529         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2530         buffer always points to the right summary buffer.
2531
2532 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2533
2534         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2535         the password (bug#12097).
2536
2537 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2538
2539         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2540         (bug#13263).
2541
2542         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2543         buffer exists before using it (bug#12475).
2544
2545         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2546         offline groups (bug#11937).
2547
2548         * message.el (message-yank-original): When using customize to set the
2549         value of `message-cite-style', the variable it set to a symbol that's
2550         the name of the variable, which must then be dereferenced (bug#12616).
2551
2552 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2553
2554         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2555         the `face' property with a list whose car is the face specified in the
2556         format string and whose cdr is (nil).
2557         * lisp/gnus-util.el
2558         (gnus-put-text-property-excluding-characters-with-faces):
2559         Change accordingly.
2560         (gnus-get-text-property-excluding-characters-with-faces): New function.
2561         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2562         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2563         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2564
2565 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2566
2567         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2568         login methods.
2569         (nnimap-login): Respect the `nnimap-authenticator' variable.
2570
2571         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2572         mark state when moving articles.  Otherwise unticked articles will get
2573         their ticks back after moving.
2574
2575 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2576
2577         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2578
2579         * message.el (message-ignored-news-headers): Always remove
2580         X-Message-SMTP-Method to avoid information leakage if the user
2581         mistakenly inserts the header into news messages.
2582
2583         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2584
2585         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2586         right than four characters, this command would move point to
2587         `point-max'.  Don't do that.
2588
2589         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2590         to nil to allow re-selecting groups that gain articles.
2591         (gnus-bug-group-download-format-alist): Update the URL.
2592
2593 2012-12-23  Andreas Schwab  <schwab@suse.de>
2594
2595         * shr.el (shr-tag-em): Render em as italic, not bold.
2596
2597 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2598
2599         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2600         for reuse.
2601         (gnus-open-server): Use it to add more tracing.
2602         (gnus-finish-retrieve-group-infos): Add backend tracing.
2603         (gnus-backend-trace): Also note the elapsed seconds.
2604
2605 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2606
2607         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2608         Set epa-file-encrypt-to from variable to avoid querying.
2609
2610 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2611
2612         * sieve-mode.el (sieve-font-lock-keywords):
2613         Keywords should be word delimited.  (Bug#13173)
2614
2615 2012-12-13  Andreas Schwab  <schwab@suse.de>
2616
2617         * tls.el (tls-program): Update customize type.
2618
2619 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2622         instead of <pre> to align message header.
2623
2624 2012-12-12  Sam Steingold  <sds@gnu.org>
2625
2626         * gnus.el (gnus-other-frame-resume-function): Add user option.
2627         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2628
2629 2012-12-06  Sam Steingold  <sds@gnu.org>
2630
2631         * gnus-start.el (gnus-before-resume-hook): Add.
2632         (gnus-1): Run it when Gnus is alive.
2633
2634 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2637         * gnus-art.el (article-unsplit-urls)
2638         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2639         * gnus-registry.el (gnus-registry-get-article-marks)
2640         * message.el (message-goto-body): Use it.
2641         (message-called-interactively-p): Remove.
2642
2643         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2644         (spam-stat-score-buffer): Use it.
2645
2646         * spam.el: Silence the warnings against BBDB functions when compiling.
2647
2648         * gnus-score.el (gnus-score-decode-text-parts):
2649         Use append+mapcar instead of the cl function mapcan.
2650
2651 2012-12-05  Sam Steingold  <sds@gnu.org>
2652
2653         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2654         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2655         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2656
2657 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * gmm-utils.el (gmm-called-interactively-p): Revert.
2660         This seems to cause Emacs to get stuck!
2661         * gnus-art.el (article-unsplit-urls)
2662         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2663         * gnus-registry.el (gnus-registry-get-article-marks)
2664         * message.el (message-goto-body)
2665         (message-called-interactively-p): Revert.
2666
2667         * gmm-utils.el (gmm-called-interactively-p): New function.
2668         * gnus-art.el (article-unsplit-urls)
2669         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2670         * gnus-registry.el (gnus-registry-get-article-marks)
2671         * message.el (message-goto-body): Use it.
2672         (message-called-interactively-p): Remove.
2673
2674         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2675         * gnus-sync.el (gnus-sync-lesync-call)
2676         * message.el (message-read-from-minibuffer): Use it.
2677
2678 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * gmm-utils.el (gmm-flet): Remove.
2681         * gnus-sync.el (gnus-sync-lesync-call)
2682         * message.el (message-read-from-minibuffer): Don't use it.
2683
2684 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2687
2688 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2691
2692         * gnus-sync.el (gnus-sync-lesync-call)
2693         * message.el (message-read-from-minibuffer): Use gmm-flet.
2694
2695         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2696
2697         * gnus-util.el (gnus-macroexpand-all): Remove.
2698
2699 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2700
2701         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2702         to TAB, not [tab].
2703         (gnus-summary-article-map): Likewise.
2704
2705         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2706         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2707
2708 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2709
2710         * time-date.el: Commentary fix.
2711
2712 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2713
2714         * color.el: Don't require cl.
2715         (color-complement): `caddr' -> `nth 2'.
2716
2717         * time-date.el (time-to-seconds): De-obsolete.
2718
2719 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * message.el (message-get-reply-headers):
2722         Make sure the reply goes to the author if it is a wide reply.
2723
2724 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2725
2726         * gnus-score.el (gnus-score-body):
2727         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2728         scoring by body.
2729
2730 2012-11-16  Glenn Morris  <rgm@gnu.org>
2731
2732         * gnus-diary.el (nndiary-request-create-group-functions)
2733         (nndiary-request-update-info-functions)
2734         (gnus-subscribe-newsgroup-functions)
2735         (nndiary-request-accept-article-functions):
2736         Use new names for hooks rather than obsolete aliases.
2737
2738 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2741
2742 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2743
2744         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2745         in meta tag with the one the part specifies in its header.
2746
2747 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2748
2749         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2750         by default.
2751
2752 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2755         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2756
2757 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2760         and a runtime function for it, of which the XEmacs version takes only
2761         two arguments.
2762
2763 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2764
2765         * nndiary.el (nndiary-request-create-group-functions)
2766         (nndiary-request-update-info-functions)
2767         (nndiary-request-accept-article-functions):
2768         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2769         "-hooks" suffix.
2770
2771 2012-10-19  Julien Danjou  <julien@danjou.info>
2772
2773         * gnus-art.el: Require gnus-util because it uses
2774         `gnus-timer--function'.
2775
2776 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2777
2778         * starttls.el (starttls-extra-arguments): Doc fix.
2779
2780 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2783         it.
2784
2785 2012-10-06  Glenn Morris  <rgm@gnu.org>
2786
2787         * gnus-notifications.el (gnus-notifications):
2788         Add missing group :version tag.
2789         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2790         (gnus-gcc-post-body-encode-hook):
2791         * gnus-sync.el (gnus-sync-lesync-name)
2792         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2793
2794 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2795
2796         * color.el (color-hsl-to-rgb): Fix incorrect results for
2797         small and large hue values.  (Bug#12559)
2798
2799 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         New UIDL implementation.
2802
2803         * mail-source.el (mail-sources, mail-source-keyword-map):
2804         Add :leave as a pop3 keyword.
2805         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2806
2807         * pop3.el (pop3-leave-mail-on-server): Allow number.
2808         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2809         (pop3-movemail): Add UIDL support.
2810         (pop3-send-streaming-command): Take a list of mail numbers instead of
2811         the number of mails.
2812         (pop3-write-to-file): Add X-UIDL header.
2813         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2814         (pop3-uidl-add-xheader): New functions.
2815
2816         * message.el (message-ignored-resent-headers):
2817         Add X-Content-Length and X-UIDL headers.
2818
2819 2012-10-05  Glenn Morris  <rgm@gnu.org>
2820
2821         * color.el (color-name-to-rgb, color-rgb-to-hex)
2822         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2823         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2824         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2825         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2826
2827 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2830         a user about whether to delete temp files if once a user answered as n.
2831
2832 2012-09-25  Chong Yidong  <cyd@gnu.org>
2833
2834         * password-cache.el (password-read-and-add): Use a declare form to mark
2835         this function obsolete.
2836
2837 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * lpath.el: Bind mail-encode-mml for old Emacsen.
2840
2841 2012-09-17  Richard Stallman  <rms@gnu.org>
2842
2843         * message.el (message-in-body-p): Don't set mark or modify buffer.
2844
2845         * mml.el (mml-attach-file): Doc fix.
2846         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2847         Set mail-encode-mml when in Mail mode.
2848         Simplify code to set HEAD and move back to HEAD.
2849         (mml-insert-multipart, mml-insert-part):
2850         Set mail-encode-mml when in Mail mode.
2851
2852 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * gnus-util.el (gnus-timer--function): New function.
2855
2856         * gnus-art.el (gnus-article-stop-animations): Use it.
2857
2858 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2859
2860         Fix glitches caused by addition of psec to timers.
2861         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2862         rather than raw access to timer vector.
2863
2864 2012-09-11  Julien Danjou  <julien@danjou.info>
2865
2866         * gnus-notifications.el (gnus-notifications): Check for nil values in
2867         ignored addresses check.
2868
2869 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2870
2871         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2872
2873 2012-09-07  Chong Yidong  <cyd@gnu.org>
2874
2875         * gnus-util.el
2876         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2877
2878         * gnus-salt.el (gnus-tree-highlight-node):
2879         * gnus-sum.el (gnus-summary-highlight-line):
2880         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2881
2882 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2883
2884         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2885
2886 2012-09-06  Juri Linkov  <juri@jurta.org>
2887
2888         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2889         scheme for buffer names to be more consistent with other group and
2890         article buffer names in Gnus.
2891
2892 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-util.el
2895         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2896
2897         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2898         Jenkner.
2899
2900         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2901
2902         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2903
2904         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2905
2906 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2909         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2910
2911         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2912         string-prefix-p in Emacs >=23.2.
2913
2914         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2915         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2916         instead of string-match-p.
2917         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2918
2919 2012-09-06  Kenichi Handa  <handa@gnu.org>
2920
2921         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2922         lowercase a..f.
2923
2924 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2925
2926         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2927
2928 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2929
2930         * nnimap.el (nnimap-request-move-article): Decode the group name when
2931         doing internal moves to avoid charset issues.
2932
2933         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2934         TIME is set.
2935
2936 2012-09-05  Juri Linkov  <juri@jurta.org>
2937
2938         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2939         than one group at a time (bug#11961).
2940
2941 2012-09-05  Julien Danjou  <julien@danjou.info>
2942
2943         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2944         this hide the real reason with a message giving absolutely no hint.
2945
2946 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2947
2948         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2949         to the backend (bug#11804).
2950
2951         * message.el (message-insert-newsgroups): Don't insert newsgroup
2952         duplicates (bug#12275).
2953
2954 2012-09-05  John Wiegley  <johnw@newartisans.com>
2955
2956         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2957         sieve rules.
2958
2959 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2960
2961         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2962         function.
2963
2964         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2965
2966         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2967
2968 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2969
2970         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2971         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2972         This should make nnmaildir more usable with offlineimap.
2973
2974 2012-09-05  Julien Danjou  <julien@danjou.info>
2975
2976         * nnimap.el (nnimap-request-list): Revert change that made listing
2977         synchronous.
2978         (nnimap-get-responses): Restore.
2979
2980 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2981
2982         * dgnushack.el: XEmacs 21.5 compilation fix.
2983
2984         * gnus-notifications.el (gnus-notifications-notify): Use it.
2985
2986         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2987         warnings on XEmacs.
2988
2989 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2990
2991         Better seeds for (random).
2992         * gnus-sync.el (gnus-sync-lesync-setup):
2993         * message.el (message-canlock-generate, message-unique-id):
2994         Change (random t) to (random), now that the latter is more random.
2995
2996 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2997
2998         * nnimap.el (nnimap-change-group): Document result value
2999
3000         * auth-source.el (auth-sources): Fix macos keychain access.
3001
3002         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3003         allow the backend `request-head' function to determine the group
3004         name on its own.
3005         (gnus-request-expire-articles): Filter out negative article numbers
3006         during expiry (Bug#11980).
3007
3008         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3009         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3010
3011         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3012         you've found the article when you haven't.
3013
3014         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3015         that nnimap-change-group can return t.
3016
3017 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3018
3019         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3020
3021 2012-08-30  Julien Danjou  <julien@danjou.info>
3022
3023         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3024         `gnus-notifications-timeout'.
3025         (gnus-notifications-timeout): Add.
3026         (gnus-notifications-action): New function.
3027         (gnus-notifications-notify): Add :action using
3028         `gnus-notifications-action'.
3029         (gnus-notifications-id-to-msg): New variable.
3030         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3031         notifications id to messages.
3032
3033 2012-08-30  Kenichi Handa  <handa@gnu.org>
3034
3035         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3036         once.
3037
3038 2012-08-29  Julien Danjou  <julien@danjou.info>
3039
3040         * gnus-notifications.el: New file.
3041         (gnus-notifications-notify): New function.
3042         (gnus-notifications): Use `gnus-notifications-notify'.
3043
3044 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3047         transfer encoding first; bind gnus-newsgroup-charset to the charset
3048         that the article specifies (Bug#12209).
3049
3050 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3053         (gnus-group-customize-done): Encode values posting-style holds.
3054
3055         * gnus-msg.el (gnus-summary-resend-message)
3056         (gnus-configure-posting-styles): Decode values posting-style group
3057         parameter holds.
3058
3059 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3060
3061         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3062         `name' and `address' in Resent-From header.
3063
3064 2012-08-14  Chong Yidong  <cyd@gnu.org>
3065
3066         * gnus-art.el (article-display-face): Handle failure in
3067         gnus-create-image (Bug#11802).
3068
3069 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3070
3071         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3072         Use defsetf.
3073
3074 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3075
3076         * auth-source.el (auth-source-plstore-search)
3077         (auth-source-secrets-search): Ignore :require and :type in search spec.
3078
3079 2012-08-06  Julien Danjou  <julien@danjou.info>
3080
3081         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3082         `nnimap-request-move-article'.
3083
3084         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3085         Remove autoload, already handled by gnus.el.
3086
3087         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3088
3089         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3090         supported by nnimap actually.  Reverts previous change.
3091
3092         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3093         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3094         to-buffer argument that is already supported.
3095
3096 2012-08-05  Julien Danjou  <julien@danjou.info>
3097
3098         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3099         Add autoload.
3100
3101 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * gnus.el (gnus-valid-select-methods): Fix custom type.
3104
3105 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3106
3107         * auth-source.el (auth-sources, auth-source-backend-parse)
3108         (auth-source-macos-keychain-search)
3109         (auth-source-macos-keychain-search-items)
3110         (auth-source-macos-keychain-result-append)
3111         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3112         auth-source.el through the /usr/bin/security utility.
3113         (auth-sources): Fix syntax error.
3114         (auth-source-macos-keychain-result-append): Fix variable name.
3115         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3116
3117 2012-07-27  Julien Danjou  <julien@danjou.info>
3118
3119         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3120         Emacs < 24.1
3121
3122 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * message.el (message-kill-address): Don't kill last newline.
3125         (message-skip-to-next-address): Don't move to the next header.
3126         (message-fill-field-address): Work properly.
3127
3128 2012-07-25  Julien Danjou  <julien@danjou.info>
3129
3130         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3131
3132 2012-07-24  Julien Danjou  <julien@danjou.info>
3133
3134         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3135
3136         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3137         (nntp-async-timer-handler): Remove, unused.
3138
3139         * nnimap.el (nnimap-get-responses): Remove, unused.
3140
3141         * nnheader.el (mail-header-set-extra): Remove, unused.
3142
3143         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3144         unused.
3145
3146         * mm-view.el (mm-view-sound-file): Remove, unused.
3147
3148         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3149         (mm-url-encode-multipart-form-data): Remove, unused.
3150
3151         * message.el (message-remove-signature, message-make-host-name)
3152         (message-fill-address): Remove, unused.
3153
3154         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3155         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3156         unused.
3157
3158         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3159         (gnus-xmas-call-region): Remove, unused.
3160
3161         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3162
3163         * gnus-util.el (gnus-extract-address-component-name)
3164         (gnus-extract-address-component-email, gnus-sortable-date)
3165         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3166         (gnus-process-live-p): Remove, unused.
3167
3168         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3169
3170         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3171         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3172         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3173         function.
3174
3175         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3176
3177         * gnus-score.el (gnus-summary-score-crossposting)
3178         (gnus-score-regexp-bad-p): Remove, unused.
3179
3180         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3181
3182         * gnus-range.el (gnus-sublist-p): Remove, unused.
3183
3184         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3185         unused.
3186
3187         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3188
3189         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3190         (gnus-request-associate-buffer): Remove, unused.
3191
3192         * gnus-group.el (gnus-group-set-method-info)
3193         (gnus-group-set-params-info): Remove, unused.
3194
3195         * gnus-fun.el (gnus-shell-command-to-string)
3196         (gnus-shell-command-on-region): Remove, unused.
3197
3198         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3199
3200         * gnus-art.el (gnus-article-text-type-exists-p)
3201         (article-translate-characters, gnus-article-hide-text-of-type)
3202         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3203         Remove, unused.
3204
3205 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3206
3207         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3208
3209 2012-07-21  Julien Danjou  <julien@danjou.info>
3210
3211         * message.el (message-dont-reply-to-names): Replace deprecated
3212         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3213         (message-get-reply-headers): Ditto.
3214
3215 2012-07-18  Julien Danjou  <julien@danjou.info>
3216
3217         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3218         `sieve-upload-and-kill'.
3219
3220         * sieve.el (sieve-bury-buffer): Remove function.
3221         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3222         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3223
3224 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3225
3226         * shr.el (shr-expand-url): Handle URL starting with `//'.
3227
3228 2012-07-13  Chong Yidong  <cyd@gnu.org>
3229
3230         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3231         instead of calling toggle-read-only with a (bogus) argument.
3232
3233 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3234
3235         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3236         of initial input when reading the author to restrict the summary to.
3237
3238 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * mm-decode.el (mm-shr):
3241         Allow overriding charset by mm-charset-override-alist.
3242
3243 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * gnus-art.el (gnus-article-view-part):
3246         Toggle subparts of multipart/alternative part.
3247
3248 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3249
3250         * shr.el (shr-render-buffer): New command.
3251         (shr-visit-file): Use it.
3252
3253 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3256         Set no-byte-compile and no-update-autoloads.
3257
3258 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3261
3262 2012-06-25  Julien Danjou  <julien@danjou.info>
3263
3264         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3265         `nnimap-request-move-articles-find-limit' since we do not use it only
3266         for move operations.
3267         (nnimap-request-accept-article): Use
3268         `nnimap-request-articles-find-limit' to limit search by message-id.
3269
3270 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3271
3272         Support higher-resolution time stamps (Bug#9000).
3273
3274         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3275         VARLIST.  It's optional, for backward compatibility.
3276         (encode-time-value): New optional arg PICO.  New type 3.
3277         (time-to-seconds) [!float-time]: Support the new picoseconds
3278         component if it's used.
3279         (seconds-to-time, time-subtract, time-add):
3280         Support ps-resolution time stamps as well.
3281
3282 2012-06-19  Julien Danjou  <julien@danjou.info>
3283
3284         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3285
3286         * nnimap.el (nnimap-log-buffer): Check that
3287         `window-point-insertion-type' is boundp, since it's not available in
3288         XEmacs.
3289
3290 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3291
3292         * nnimap.el (nnimap-log-buffer): Add this, setting
3293         `window-point-insertion-type' in the buffer to t.
3294         (nnimap-log-command): Use nnimap-log-buffer.
3295
3296 2012-06-19  Julien Danjou  <julien@danjou.info>
3297
3298         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3299         argument to be able to limit the search.
3300         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3301         (nnimap-request-move-articles-find-limit): Add this to limit the search
3302         by Message-Id after a message move.
3303         (nnimap): Add defgroup.
3304
3305 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3306
3307         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3308
3309 2012-06-15  Julien Danjou  <julien@danjou.info>
3310
3311         * nnimap.el (nnimap-find-article-by-message-id): Use
3312         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3313         (nnimap-possibly-change-group): Add read-only argument.
3314         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3315         issuing EXAMINE manually.
3316         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3317         with read-only argument.
3318         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3319         cannot possibly change because we need to be sure that it's either
3320         read-write or read-only.
3321
3322 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3325         being bound to a lambda form.
3326
3327 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3328
3329         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3330         articles when fetch-old is non-nil (bug#11370).
3331
3332 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3333
3334         * gnus-picon.el (gnus-picon-properties): New defcustom.
3335         (gnus-picon-create-glyph): Use it.
3336
3337 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3338
3339         * gnus-group.el (gnus-group-get-new-news): Respect
3340         `gnus-group-use-permanent-levels', as documented (bug#11638).
3341
3342 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3343
3344         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3345         groups (bug#11641).
3346
3347 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3348
3349         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3350         is an integer to avoid later problems.
3351
3352 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353
3354         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3355         locales.
3356
3357         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3358         on a handle.
3359
3360         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3361         address as the default.
3362         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3363
3364         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3365         makes no sense to query the user about internal files.
3366
3367         * gnus-spec.el: Remove all the byte-compilation stuff, since
3368         benchmarking shows that it doesn't help when entering large summary
3369         buffers.
3370
3371         * gnus-xmas.el (gnus-xmas-define): Remove.
3372
3373         * gnus-util.el (gnus-byte-code): Remove.
3374
3375         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3376         grouplens stuff.
3377
3378 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3381         (bug#11514).
3382
3383 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3384
3385         * message.el (message-buffers): Return all buffers derived from Message
3386         to make `gnus-dired-attach' work with mu4e.
3387
3388 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3389
3390         * nntp.el: Stop the `letf' madness.
3391         (nntp--report-1): New var.
3392         (nntp-report): Merge nntp-report-1 into it.
3393         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3394         the nntp-report function.
3395
3396         * auth-source.el: Fix comment-style to follow the convention.
3397
3398 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3399
3400         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3401         (mm-dissect-singlepart): Don't guess the MIME type of
3402         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3403         set.
3404         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3405         toplevel MIME type is multipart/encrypted.
3406
3407 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3410         a string so that Gcc works (bug#11514).
3411
3412 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3413
3414         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3415         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3416
3417 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3418
3419         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3420         jumping to *Server* from a dedicated *Group* window.
3421         (gnus-configure-frame): CSE.
3422
3423         * gnus-registry.el: Minor style cleanup.
3424         (gnus-registry--set/remove-mark): New function, extracted from
3425         gnus-registry-install-shortcuts.
3426         (gnus-registry-install-shortcuts): Use it.
3427
3428 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * nnspool.el (news-path): Use eval-and-compile.
3431
3432 2012-05-24  Glenn Morris  <rgm@gnu.org>
3433
3434         * nnspool.el (news-directory, news-path, news-inews-program):
3435         Move here from paths.el.  Don't see a need for these to be autoloaded.
3436
3437         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3438         Merge in doc from paths.el version.  Don't see any need for this to be
3439         autoloaded, or for the warning about users not setting it.
3440
3441 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3442
3443         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3444         format.  In particular, add an optional argument and a docstring.
3445
3446         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3447
3448         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3449         current before calling `gnus-groups-to-gnus-format'.
3450         Note that this was already the case for `gnus-active-to-gnus-format'.
3451
3452 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3453
3454         Fix minor Y10k bug.
3455         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3456
3457 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3458
3459         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3460         message once it's actually open.
3461
3462 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3463
3464         * gnus.el: Ma Gnus v0.5 is released.
3465
3466 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3467
3468         * auth-source.el (auth-source--aput-1, auth-source--aput)
3469         (auth-source--aget): New functions and macros.
3470         Use them instead of aput/aget.
3471
3472 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3473
3474         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3475
3476 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3477
3478         * plstore.el (plstore-called-interactively-p): New compat macro copied
3479         from message.el.
3480         (plstore-mode): Use it.
3481
3482 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3483
3484         * plstore.el: Revive the editing feature.
3485         (plstore-mode): New mode to edit plstore file.
3486         (plstore-mode-toggle-display, plstore-mode-original)
3487         (plstore-mode-decoded): New command.
3488         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3489         (plstore--insert-buffer, plstore--make): New function.
3490         (plstore-open, plstore-save): Simplify by using them.
3491
3492 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3495
3496 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3497
3498         * tls.el (open-tls-stream): Remove unused binding.
3499
3500 2012-04-16  Glenn Morris  <rgm@gnu.org>
3501
3502         * nndraft.el (nndraft-request-list): Fix declaration.
3503
3504 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * mm-decode.el (mm-dissect-buffer): Doc fix.
3507
3508         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3509         don't have a current group.
3510
3511         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3512         buffer if it doesn't exist.
3513
3514         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3515         given, mark the group as ephemeral with the current window conf.
3516
3517         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3518         buffer exists, which it doesn't if we haven't started Gnus.
3519         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3520
3521 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3524         type is.
3525
3526         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3527         `unexists' entries.
3528         (gnus-clean-old-newsrc): Fix last checkin.
3529
3530         * nnimap.el (nnimap-update-info): None of the articles below the active
3531         low-water mark exist.
3532
3533         * dgnushack.el: Get rid of XEmacs compilation warning.
3534
3535         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3536         would have gotten if we posted to the group, and use that to compare
3537         against the message we want to cancel (bug#10808).
3538
3539         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3540         on XEmacs.
3541
3542 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3543
3544         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3545         `scroll-margin'.
3546
3547 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3548
3549         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3550         citation prefix within a block of cited text should be considered part
3551         of that block *only* if it is a blank line.
3552
3553 2012-04-09  Chong Yidong  <cyd@gnu.org>
3554
3555         * binhex.el, hashcash.el, uudecode.el:
3556         Remove * characters from the front of variable docstrings.
3557
3558 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3561         before kinsoku-bol characters nor within kinsoku-eol characters.
3562
3563 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3566         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3567         (gnus-sync-read): Use mapc instead of mapcar.
3568
3569         * mm-archive.el: Require mm-decode for some macros.
3570         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3571         the byte compiler.
3572         (mm-archive-decoders): New function that returns the value of
3573         the mm-archive-decoders variable.
3574
3575         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3576         instead.
3577         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3578
3579         * nnimap.el (gnus-refer-thread-use-nnir):
3580         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3581
3582 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3585
3586 2012-03-12  Peter Münster  <pmrb@free.fr>
3587
3588         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3589         (gnus-demon-cancel): Ditto.
3590         (gnus-demon-run-callback): When function cannot be called due to low
3591         idleness, call it when idleness reaches the expected value, instead of
3592         waiting another timer period.
3593         (gnus-demon-init): Add `time' to arguments of call-back.
3594
3595 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3598
3599         * gnus.el: Register gnus-registry functions.
3600
3601         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3602         indent.
3603
3604         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3605         enabled before warping.
3606
3607 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3608
3609         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3610         registry about each article retrieved.
3611
3612         * gnus-int.el (gnus-select-group-with-message-id): New function.
3613         (gnus-try-warping-via-registry): Ditto.
3614         (gnus-warp-to-article): Fall back on the registry.
3615
3616 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3617
3618         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3619         inboxes.
3620
3621 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3622
3623         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3624
3625 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3628         gnus-gcc-self-resent-messages may be a group parameter.
3629         (gnus-summary-resend-message): Don't encode encoded words in header
3630         when Gcc'ing resent message.
3631
3632 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633
3634         * shr.el (shr-insert): Treat non-breaking space just like normal
3635         space.  This seems to produce more pleasing results.
3636         (shr-insert): Only insert a blank line if we're starting from an image.
3637         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3638         (shr-ensure-paragraph): Consider lines with white space to be blank.
3639
3640 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3641
3642         * Makefile.in: Respect DESTDIR.
3643
3644 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3645
3646         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3647         and gnus-gcc-post-body-encode-hook.
3648
3649 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3652         messages that don't exist.
3653
3654         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3655
3656 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3659         Remove.
3660
3661         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3662
3663         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3664
3665 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3668         have a group name.
3669
3670         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3671         a multibyte buffer (bug#7410).
3672         (article-wash-html): Parse the original article buffer to get the
3673         unencoded data (bug#7410).
3674
3675         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3676         .newsrc.el files.
3677
3678 2012-04-05  Bastien Guerry  <bzg@altern.org>
3679
3680         * color.el (color-lighten-name): Fix typo.
3681
3682 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3685         "#" to avoid having them interpreted as comments.
3686
3687 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688
3689         * shr.el (shr-insert): Update the text state properly to avoid
3690         inserting spurious paragraph starts.
3691
3692 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * shr.el (shr-table-widths): Divide the extra width more fairly over
3695         the TDs (bug#10973).
3696         (shr-render-td): Don't delete too much padding.
3697         (shr-natural-width): Compute the natural width more correctly.
3698         (shr-insert): Allow the natural width to be computed for tables again.
3699         (shr-tag-table-1): Rework how the natural widths are computed by
3700         rendering the table a third time.
3701         (shr-natural-width): Removed.
3702         (shr-buffer-width): New function.
3703         (shr-expand-newlines): Use it.
3704
3705         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3706         using a `gnus-use-full-window' setup (bug#11013).
3707
3708 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3711         24.1 release.
3712
3713 2012-03-10  David Edmondson  <dme@dme.org>
3714
3715         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3716         'Forwarded Message' header and the start of the message.
3717
3718 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3719
3720         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3721         isn't running (bug#10897).
3722
3723 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3726         This is inconsistent with all the other stream functions, which leave
3727         the setting up to the higher levels (if so wanted) (bug#10931).
3728
3729 2012-02-28  Glenn Morris  <rgm@gnu.org>
3730
3731         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3732         mm-decode.el: Standardize possessive apostrophe usage.
3733
3734 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3737
3738 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3739
3740         * parse-time.el (parse-time-string): Allow extractor to return nil.
3741
3742 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3745
3746 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3747
3748         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3749
3750 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3751
3752         * mm-decode.el (mm-shr): Remove "soft hyphens".
3753
3754         * nnimap.el (nnimap-request-list): Return the group names encoded as
3755         utf8.  Otherwise non-European group names don't work.
3756         (nnimap-request-newgroups): Ditto.
3757
3758         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3759         the default in `read-string' (bug#10757).
3760
3761         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3762         topics (bug#10843).
3763
3764         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3765         buffer.  Suggested by Herbert Valerio Riedel.
3766         (nnimap-request-move-article): Delete the message from the correct IMAP
3767         server.
3768
3769 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3770
3771         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3772         Reported by Peter Münster.
3773
3774 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3775
3776         * shr.el (shr-image-fetched): Make sure we really kill the right
3777         buffer.
3778
3779 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3780
3781         * gnus-start.el (gnus-1): Avoid duplicate entries.
3782
3783 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3784
3785         * imap.el: Remove.
3786
3787         * nntp.el (nntp-coding-system-for-read): Remove.
3788         (nntp-coding-system-for-write): Ditto.
3789         (nntp-open-connection): Just use `binary' directly.
3790
3791         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3792         Gnus 0.3.
3793
3794 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3795
3796         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3797         application/octet-stream parts really is.
3798
3799         * gnus-sum.el (gnus-propagate-marks): Remove.
3800
3801 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3802
3803         * shr.el (shr-rescale-image): Undo previous change; see
3804         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3805
3806 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3807
3808         * gnus.el: Ma Gnus v0.3 is released.
3809
3810 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3811
3812         * gnus-sum.el (gnus-summary-local-variables): Make
3813         `gnus-newsgroup-unexist' into a local variable.
3814
3815 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3816
3817         * registry.el (registry-usage-test, registry-persistence-test): Move to
3818         tests/gnustest-registry.el.
3819         (registry-make-testable-db, registry-match-test)
3820         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3821
3822         * gnus-registry.el (gnus-registry-misc-test)
3823         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3824
3825         * tests/gnustest-registry.el: New file with the registry and
3826         gnus-registry ERT tests.
3827
3828 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * gnus-msg.el (gnus-summary-resend-message): Make
3831         gnus-summary-resend-message-insert-gcc be last item in
3832         message-header-setup-hook.
3833
3834 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3835
3836         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3837         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3838         Remove.
3839         (nnfolder-open-server): Don't use marks.
3840         (nnfolder-request-delete-group): Ditto.
3841         (nnfolder-request-rename-group): Ditto.
3842         (nnfolder-request-set-mark, nnfolder-request-marks)
3843         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3844         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3845
3846         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3847         (nnml-marks-modtime): Remove.
3848         (nnml-request-delete-group): Don't use marks.
3849         (nnml-request-rename-group): Ditto.
3850         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3851         (nnml-save-marks, nnml-open-marks): Remove.
3852
3853         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3854         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3855         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3856         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3857         (nntp-server-to-method-cache): Remove.
3858
3859         * shr.el (shr-rescale-image): Fix wrong merge.
3860
3861 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3862
3863         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3864         too-wide lines.
3865
3866 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3867
3868         * nnimap.el (nnimap-record-commands): New variable.
3869         (nnimap-log-command): Use it.
3870         (nnimap-make-process-buffer): Add a space to the process buffer.
3871         (nnimap-transform-headers): Don't bug out on header lines containing
3872         stuff that look like IMAP length encodings.
3873
3874         * shr.el (shr-rescale-image): Allow viewing large images.
3875
3876 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3877
3878         * nnml.el (nnml-request-compact-group): Delete the marks file after
3879         compaction (bug#10800).
3880
3881         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3882         group exit.
3883
3884         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3885         QRESYNC/FETCH output.
3886
3887 2012-02-11  Glenn Morris  <rgm@gnu.org>
3888
3889         * sieve-manage.el (sieve-manage-default-stream):
3890         * shr.el (shr):
3891         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3892         (nnir-retrieve-headers-override-function)
3893         (nnir-imap-default-search-key, nnir-notmuch-program)
3894         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3895         (nnir-method-default-engines):
3896         * message.el (message-cite-reply-position):
3897         * gssapi.el (gssapi-program):
3898         * gravatar.el (gravatar):
3899         * gnus-sum.el (gnus-refer-thread-use-nnir):
3900         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3901         (gnus-registry-max-pruned-entries):
3902         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3903         * gnus-int.el (gnus-after-set-mark-hook)
3904         (gnus-before-update-mark-hook):
3905         * gnus-async.el (gnus-async-post-fetch-function):
3906         * auth-source.el (auth-source-cache-expiry):
3907         Add missing :version tags to new defcustoms and defgroups.
3908
3909 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3910
3911         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3912         `gnus-newsgroup-unexist'.
3913
3914         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3915         marks.
3916         (gnus-article-special-mark-lists): Put the `unexist' in the special
3917         marks list instead.
3918
3919         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3920         articles in the list of articles to be selected.
3921
3922         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3923         articles.
3924         (nnimap-update-info): Keep track of unexisting articles.
3925         (nnimap-update-qresync-info): Ditto.
3926
3927 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3928
3929         * message.el (message-default-send-mail-function): Made into own
3930         function for reuse by emacsbug.el.
3931
3932 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3933
3934         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3935         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3936
3937 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3938
3939         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3940         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3941
3942         * gnus-compat.el: Define `timer-set-function'.
3943
3944         * mm-decode.el (mm-display-external): Output the text from the command
3945         in the buffer after the command finished.  This makes text-based
3946         commands behave better.
3947
3948 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3949
3950         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3951
3952 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3953
3954         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3955         23.1.
3956
3957 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3960
3961 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3962
3963         * message.el (smtpmail-smtp-user): Silence compiler warning.
3964
3965 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3966
3967         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3968         SMTP user name.
3969
3970 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * gnus-sum.el (gnus-summary-show-thread):
3973         next-single-char-property-change may return nil in XEmacs.
3974         (gnus-summary-article-map): Fix typo.
3975
3976 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3977
3978         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3979         running.
3980
3981         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3982
3983         * gnus.el (gnus-server-extend-method): Don't add an -address component
3984         if the method already has one (bug#9676).
3985
3986 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3987
3988         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3989         of an initial-input for consistency (bug#10757).
3990
3991         * dgnushack.el: Fix XEmacs compilation warning.
3992
3993         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3994
3995         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3996
3997 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3998
3999         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4000         lines that are narrower than the window width.  Otherwise background
4001         "blocks" will look less readable.
4002
4003 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4004
4005         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4006         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4007         have newlines within the strings, and where the UID comes after the
4008         BODYSTRUCTURE element (bug#10537).
4009
4010         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4011         (bug#10732).
4012
4013         * shr.el (shr-insert-document): Add doc string.
4014         (shr-visit-file): Ditto.
4015         (shr-remove-trailing-whitespace): New function.
4016         (shr-insert-document): Use it to clean up trailing whitespace as the
4017         final step (bug#10714).
4018
4019 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4020
4021         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4022         buffer if `gnus-kill-summary-on-exit' is nil.
4023
4024 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4025
4026         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4027         when just reading a single group from "without" Gnus.
4028
4029 2012-02-06  Chong Yidong  <cyd@gnu.org>
4030
4031         * gnus-sum.el (gnus-summary-show-thread):
4032         next-single-char-property-change never returns nil (Bug#8657).
4033
4034 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4035
4036         * message.el (message-multi-smtp-send-mail): New function.
4037         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4038         header to implement multi-SMTP functionality.
4039
4040         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4041         (gnus-agentize): Don't set it.
4042         (gnus-agent-send-mail): Don't use it.
4043
4044         * gnus-sum.el (gnus-summary-widget-backward): New function and
4045         keystroke.
4046
4047         * gnus-compat.el: More the compat functions more compatible.
4048
4049         * shr.el (shr-put-image): Remove underlines from sliced images.
4050         (shr-zoom-image): Compute the region to be replaced more correctly.
4051
4052 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4055         (gnus-summary-resend-message-insert-gcc): New function.
4056         (gnus-summary-resend-message): Modify message-header-setup-hook and
4057         message-sent-hook to make it work for Gcc.
4058         (gnus-inews-do-gcc): Update the number of unread articles of groups
4059         that messages are Gcc'd to.
4060
4061         * message.el (message-resend): Run message-sent-hook to do Gcc.
4062
4063 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4064
4065         * lpath.el: Fix an XEmacs compilation warning.
4066
4067         * gnus-compat.el: Require `help-fns' to fix compilation error.
4068
4069         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4070         a higher level to silence compilation.
4071
4072         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4073         parameter to allow controlling the scaling.
4074
4075         * shr.el (shr-zoom-image): New command and keystroke.
4076         (shr-put-image): Take a `size' flag to say how to scale the image.
4077
4078         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4079         deletion unless already defined.
4080
4081         * gnus.el (gnus-compat): Require it.
4082
4083         * gnus-compat.el: New file.
4084
4085         * gnus-start.el (gnus-clean-old-newsrc): New function.
4086         (gnus-read-newsrc-file): Use it.
4087
4088         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4089         Use recursive deletion.
4090         (mm-dissect-archive): Add support for zip files.
4091
4092         * gnus-util.el (gnus-recursive-directory-files): New function.
4093
4094         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4095         (mm-archive-decoders): Add tgz support.
4096
4097         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4098         Otherwise inserting text into the Gnus buffer can look odd.
4099
4100         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4101
4102         * mm-archive.el (mm-archive-decoders): Add support for tar.
4103
4104         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4105
4106         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4107
4108 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4109
4110         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4111
4112         * mm-archive.el: New file.
4113
4114         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4115
4116         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4117
4118         * message.el (message-goto-*): Make all the `message-goto-*' commands
4119         push the mark before moving point.  This makes it easier to go back to
4120         where you came from after editing whatever you jumped to.
4121
4122 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4123
4124         * gnus.el: Ma Gnus v0.1 is released.
4125
4126 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4127
4128         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4129         without reconnecting.
4130         (nnimap-possibly-change-group): Ditto.
4131         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4132         connection has died before being called.
4133
4134 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4135
4136         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4137         an initial sync unless we're really doing one.
4138
4139         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4140         address parameter if one already exists (bug#9676).
4141
4142         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4143         not the prefix, as documented (bug#10689).
4144
4145 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4146
4147         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4148         the "server".
4149
4150         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4151         the real error message with the useless "previously known to be down".
4152         Which isn't even correct.
4153
4154         * nntp.el (nntp-open-connection): Report the error message if the nntp
4155         server can't be reached.
4156
4157         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4158         groups we do a total scan for.
4159         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4160         doing that.
4161
4162 2012-01-31  Jim Meyering  <jim@meyering.net>
4163
4164         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4165         Correct a comment (insert "not") and hide nominally-doubled "to".
4166
4167 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4168
4169         * gnus.el (gnus-version): Change name to "Ma Gnus".
4170
4171 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4172
4173         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4174         section in the manual.
4175
4176 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4177
4178         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4179         words.
4180         (rfc2047-encode-string): Ditto.
4181         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4182         understand folded filename="..." parameters, for instance.
4183
4184         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4185         the message for greater debuggability.
4186
4187 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4188
4189         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4190         instead of setting it locally, since the latter doesn't seem to have
4191         any effect (most of the time).
4192
4193 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4194
4195         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4196         function call.
4197
4198 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4199
4200         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4201         seconds, and make the repeat clause with HH:MM specs work as
4202         documented.
4203
4204 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4205
4206         * proto-stream.el (proto-stream-capability-open): Fall back on
4207         :end-of-command if :end-of-capability doesn't exist.
4208
4209 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4212         bound globally in old Emacsen and XEmacsen.
4213
4214 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4215
4216         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4217         so that previous errors don't prohibit getting new news.
4218
4219         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4220
4221         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4222
4223 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4224
4225         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4226         buffer, not of the string which is its name.
4227
4228 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4229
4230         * proto-stream.el (proto-stream-capability-open): Wait for
4231         :end-of-capability, not :end-of-command.
4232
4233         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4234         non-server-marks groups.
4235         (gnus-group-make-articles-read): Ditto.
4236
4237         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4238         methods (bug#9676).
4239
4240         * gnus.el (gnus-method-ephemeral-p): New function.
4241
4242 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4245         left-to-right.
4246
4247 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4248
4249         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4250         warning.
4251
4252 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4253
4254         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4255         macroexpand the nnir things, since they haven't been defined yet, and
4256         nnir requires gnus-sum.
4257
4258 2012-01-24  Julien Danjou  <julien@danjou.info>
4259
4260         * color.el (color-rgb-to-hsl): Fix value computing.
4261         (color-hue-to-rgb): New function.
4262         (color-hsl-to-rgb): New function.
4263         (color-clamp, color-saturate-hsl, color-saturate-name)
4264         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4265         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4266
4267 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4270
4271 2012-01-19  Julien Danjou  <julien@danjou.info>
4272
4273         * color.el (color-name-to-rgb): Use the white color to find the max
4274         color component value and return correctly computed values.
4275         (color-name-to-rgb): Add missing float conversion for max value.
4276
4277 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4278
4279         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4280         logical server name in addition to the actual machine address.
4281
4282         * auth-source.el (auth-source-user-and-password): Add convenience
4283         wrapper to search by just host and optionally user.
4284
4285 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4286
4287         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4288         after rendering.
4289
4290 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4291
4292         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4293         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4294         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4295
4296 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4297
4298         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4299         (bug#9693).
4300         (gnus-summary-setup-buffer): Document return value (bug#9697).
4301
4302         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4303         since ido doesn't work on symbols (bug#9632).
4304
4305         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4306         when getting a single value as when getting all the values.  This means
4307         that atoms like `gcc-self' work cumulatively, like variable settings,
4308         instead of getting the value from the last matching clause.
4309         (gnus-group-find-parameter): Protect against the group buffer not
4310         existing (bug#9585).
4311
4312 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4313
4314         * gnus-start.el (gnus-activate-group): Document more parameters
4315         (bug#9694).
4316
4317         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4318         (bug#9692).
4319
4320         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4321         article was fetched, so that it can be expired later (bug#9958).
4322         (gnus-agent-summary-fetch-series): Add doc string.
4323         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4324         (bug#9517).
4325
4326         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4327         retrieval is happening.
4328
4329         * gnus.el (gnus-parameters): Doc fix.
4330
4331 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4332
4333         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4334         show the thread after expansion.
4335
4336 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337
4338         * gnus-art.el (article-narrow-to-head): If the head is completely
4339         empty, narrow to the empty region (bug#9764).
4340
4341         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4342         read, and then mark them as unread only when the unread mark is used.
4343         This makes `C-- T k' actually work, even though it's confusing.
4344
4345         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4346         alive before we try to find its window.
4347
4348 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4349
4350         * mm-decode.el (mm-display-external): Use a longer timeout for the
4351         deletion to allow slow programs to display the file.
4352
4353 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4356         prompt to be less confusing.
4357
4358         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4359         argument to `message-reply'.  This broke `special-display-*' frame
4360         pop-uping (bug#10238).
4361
4362 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363
4364         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4365         systems, since these allegedly don't work there.
4366
4367 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4368
4369         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4370         live buffer.
4371
4372 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * nnir.el (nnir-retrieve-headers): Protect against the article not
4375         existing on the server (bug#10335).
4376
4377 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4378
4379         * gnus-agent.el (gnus-agent-load-local): Recompute
4380         gnus-agent-article-local on changing method.
4381
4382 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383
4384         * gnus.el (gnus-parameters): Note precedence.
4385
4386 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4387
4388         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4389         in the group buffer.
4390
4391 2012-01-04  Julien Danjou  <julien@danjou.info>
4392
4393         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4394         change.
4395
4396 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4399         too.
4400
4401         * nntp.el (nntp-retrieve-group-data-early): Use it.
4402
4403 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * nntp.el (nntp-retrieval-in-progress): New variable.
4406         (nntp-make-process-buffer): Make it buffer-local.
4407
4408         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4409         2010.
4410         (gnus-demon-init): Use it to compute the time if time is on the form
4411         "04:23".
4412
4413         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4414
4415         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4416         status in the correct buffer.
4417
4418 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4419
4420         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4421         when opening topics (bug#10407).
4422
4423 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4424
4425         * gnus-cus.el (gnus-score-customize):
4426         * gnus-sum.el (gnus-sort-gathered-threads):
4427         * message.el (message-shorten-references):
4428         * nnmairix.el (nnmairix-request-group):
4429         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4430
4431 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4432
4433         * gnus-agent.el (gnus-agent-regenerate-group):
4434         * gnus-int.el (gnus-retrieve-group-data-early):
4435         * mm-util.el (mm-codepage-ibm-list):
4436         * nndiary.el (Commentary, nndiary-get-new-mail):
4437         * nnir.el (nnir):
4438         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4439
4440 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * mm-view.el (mm-display-inline-fontify): Add comment.
4443
4444 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4445
4446         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4447         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4448
4449 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4450
4451         * gnus-art.el (gnus-split-methods):
4452         * gnus-msg.el (gnus-configure-posting-styles):
4453         * gnus-spec.el (gnus-parse-simple-format):
4454         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4455         * message.el (message-do-actions): Spelling fix.
4456
4457 2011-12-15  Juri Linkov  <juri@jurta.org>
4458
4459         * mm-decode.el (mm-inline-media-tests): Add missing
4460         `mm-handle-media-subtype'.
4461
4462 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4463
4464         * gnus-group.el (gnus-group-tool-bar):
4465         * gnus-sum.el (gnus-summary-tool-bar):
4466         * message.el (message-tool-bar):
4467         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4468
4469 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4470
4471         * plstore.el (plstore--insert-buffer): Spelling fix.
4472
4473 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4474
4475         * message.el (message-valid-fqdn-regexp): Update with newly approved
4476         top-level domain names ".tel" and ".asia".
4477
4478 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4481         unconditionally.
4482
4483 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4486         pop-to-buffer-same-window for old Emacsen.
4487
4488 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4489
4490         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4491
4492 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4493
4494         * netrc.el (netrc-credentials): Spelling fix.
4495
4496 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4497
4498         * gnus-fun.el (gnus-fun-ppm-change-string):
4499         * gnus-msg.el (gnus-inews-do-gcc):
4500         * gnus-sum.el (gnus-summary-find-for-reselect):
4501         * gnus.el (gnus-summary-cancelled):
4502         * message.el (message-cancel-hook, message-send-news):
4503         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4504         * nnir.el (nnir-run-hyrex):
4505         * nntp.el (nntp-with-open-group-function):
4506         * pgg.el (pgg-pending-timers): Spelling fix.
4507
4508 2011-12-04  Chong Yidong  <cyd@gnu.org>
4509
4510         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4511         change (Bug#10200).
4512
4513 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * compface.el (uncompface):
4516         * gnus-art.el (gnus-article-x-face-command): Update the header format
4517         of icon data for the most recent icontopbm program.
4518
4519 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * gnus-msg.el (gnus-inews-do-gcc):
4522         * message.el (message-send-mail):
4523         * mml.el (mml-generate-mime): Share the value of the buffer-local
4524         `message-options' variable between a draft buffer and temprary working
4525         buffers.
4526
4527 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4528
4529         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4530
4531 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4534         for Cygwin.
4535
4536 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4537
4538         * gnus-group.el (gnus-group-prepare-flat):
4539         * mm-bodies.el (mm-encode-body):
4540         * mml.el (mml-preview):
4541         * nnml.el (nnml-request-compact-group):
4542         * pop3.el (pop3-stream-type): Spelling fix.
4543
4544 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4545
4546         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4547
4548 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4549
4550         * color.el (color-rgb-to-hsl):
4551         * gmm-utils.el (gmm-tool-bar-style):
4552         * gnus-group.el (gnus-group-prepare-flat):
4553         * gnus-topic.el (gnus-topic-prepare-topic):
4554         * mm-decode.el (mm-discouraged-alternatives):
4555         * rfc2047.el (rfc2047-encode-1):
4556         * starttls.el: Spelling fix.
4557
4558 2011-11-24  Glenn Morris  <rgm@gnu.org>
4559
4560         * binhex.el (binhex-begin-line): Give it basic doc-string.
4561
4562         * starttls.el, tls.el: Fix case of "GnuTLS".
4563
4564 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4565
4566         * gnus-group.el (gnus-group-highlight): Fix typo.
4567
4568 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4569
4570         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4571         value of `delete-file', that returns nil for a local file but returns t
4572         for a remote file using ssh.
4573
4574 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4575
4576         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4577
4578 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4581         avoid later breakage.
4582
4583 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4586         article buffers' name.
4587
4588 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4591         by Paul Eggert's spellfixes two days ago.
4592
4593 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4596         doesn't have it.
4597
4598         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4599         buffer-local instead of binding them to avoid warnings.  Also demote
4600         errors (bug#10063).
4601         (font-lock-mode-hook): Shut up byte compiler.
4602
4603 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4604
4605         * mm-util.el (mm-charset-after):
4606         * nnir.el (nnir-run-hyrex):
4607         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4608         (ntlm-get-password-hashes, ntlm-md4hash):
4609         * smime.el: Fix typo.
4610
4611 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4612
4613         * gnus-agent.el (gnus-agent-expire-group-1):
4614         * nndiary.el (nndiary-last-occurence):
4615         * nnimap.el (nnimap-request-set-mark):
4616         * nnmairix.el (nnmairix-only-use-registry):
4617         * gnus-group.el (gnus-group-prepare-flat):
4618         * gnus-sum.el (gnus-decode-encoded-word-methods):
4619         * message.el (message-wash-subject):
4620         * nntp.el (nntp-retrieve-headers-with-xover):
4621         * smime.el (smime-certificate-directory): Spelling fix.
4622
4623 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4624
4625         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4626
4627         * color.el:
4628         * gnus-agent.el (gnus-agent-possibly-alter-active):
4629         * gnus-dired.el (gnus-dired-print):
4630         * mail-parse.el:
4631         * nnmairix.el (nnmairix-request-group):
4632         * shr.el (shr-image-displayer):
4633         * sieve-manage.el:
4634         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4635
4636 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4637
4638         * gnus-sum.el (gnus-auto-select-subject):
4639         * spam-report.el (spam-report-resend): Spelling fix.
4640
4641 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4642
4643         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4644         * gnus-art.el (gnus-default-article-saver):
4645         * gnus-srvr.el (gnus-server-copy-server):
4646         * gnus.el (gnus-sloppily-equal-method-parameters):
4647         * html2text.el (html2text-format-tag-list):
4648         * message.el (message-narrow-to-head):
4649         * nndiary.el:
4650         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4651         * sieve.el: Spelling fix.
4652
4653 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4654
4655         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4656         * gnus-sum.el (gnus-summary-make-menu-bar):
4657         * gnus-uu.el (gnus-uu-decode-postscript)
4658         (gnus-uu-decode-postscript-and-save):
4659         * mailcap.el (mailcap-print-command):
4660         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4661         Fix typos.
4662
4663 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4664
4665         * gnus-art.el (gnus-article-part-wrapper):
4666         * html2text.el (html2text-fix-paragraphs):
4667         * mm-decode.el (mm-image-fit-p):
4668         * rfc2047.el (rfc2047-encode-message-header):
4669         * shr-color.el (shr-color-visible-distance-min)
4670         (shr-color-relative-to-absolute, set-minimum-interval)
4671         (shr-color-visible): Fix typos.
4672
4673 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4674
4675         * gmm-utils.el (gmm-tool-bar-item):
4676         * gnus-art.el (gnus-treat-body-boundary):
4677         * gnus-diary.el (gnus-user-format-function-d):
4678         * gnus-start.el (gnus-get-unread-articles):
4679         * pgg-gpg.el (pgg-gpg-update-agent):
4680         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4681
4682 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4683
4684         * gnus-topic.el (gnus-group-prepare-topics):
4685         * gnus-uu.el (gnus-extract-view):
4686         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4687
4688 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * spam.el: Move BBDB autoloads.
4691         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4692         BBDB 2 and 3.
4693         (spam-check-BBDB): Use it.
4694         (spam-enter-ham-BBDB): Use it.
4695
4696 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4697
4698         * smime.el (smime-draw-buffer): Spelling fix.
4699
4700 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4701
4702         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4703         for scanning exactly one level.
4704         * gnus-start.el (gnus-get-unread-articles): Ditto.
4705
4706 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4709         slightly clearer.
4710
4711 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * gnus-sync.el: More commentary about setup.
4714
4715 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4716
4717         * message.el (message-send-and-exit): Document `arg'.
4718
4719 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4720
4721         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4722
4723 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4724
4725         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4726
4727         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4728         we don't use `bound-and-true-p'.
4729
4730 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4731
4732         * gnus-util.el (gnus-bound-and-true-p): Remove.
4733         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4734         * nnir.el: Use it.
4735         * nnmairix.el: Use it.
4736
4737 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4738
4739         * gnus-sync.el: Improve docs about CouchDB admins.
4740
4741         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4742         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4743         for reasons unknown.
4744         * nnir.el: Use it.
4745         * nnmairix.el: Use it.
4746
4747         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4748         * nnir.el: Ditto.
4749         * nnmairix.el: Ditto.
4750
4751         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4752
4753 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4756         not needed.  Provide xmlplistread list function to produce XML plist
4757         output for non-Gnus LeSync clients.
4758
4759 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4760
4761         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4762
4763         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4764         and save against it.  Group subscriptions, read marks, other marks,
4765         subscription levels, topic names, and topic offsets (the group's
4766         position within the topic) are saved.  This is an experimental backend
4767         and may change significantly.  Load json.el from the gnus-fallback-lib
4768         if it's not available otherwise.
4769         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4770
4771 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4772
4773         * message.el (message-completion-function): Make sure
4774         message-tab-body-function is not attempted if one of
4775         message-completion-alist fails to find a completion (bug#9158).
4776
4777 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4778
4779         * mml.el (mml-quote-region): Quote <#secure> tag.
4780         (mml-generate-mime-1): Unquote <#secure> tag.
4781
4782 2011-10-20  Chong Yidong  <cyd@gnu.org>
4783
4784         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4785         calling a minor mode from Lisp with nil arg enables it, so we have to
4786         make the wording a bit ambiguous here).
4787
4788 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4789
4790         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4791         * nnir.el (nnir-mode): Use it.
4792         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4793         Use it.
4794
4795         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4796         * nnmairix.el (gnus-registry-enabled): Ditto.
4797
4798 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4799
4800         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4801         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4802         only while we need to find out if it should be t or nil.
4803         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4804         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4805         the registry is installed.  Set it to nil when it's unloaded.
4806         (gnus-registry-install-p): Provide user guidance for the initial value
4807         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4808         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4809         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4810         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4811         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4812         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4813         `gnus-registry-install'.
4814
4815 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4816
4817         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4818         previous change.
4819         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4820         primary key is marked as disabled.
4821
4822 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4823
4824         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4825         primary key is marked as disabled.
4826
4827 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4828
4829         * html2text.el (html2text-clean-anchor): Check for quotes around
4830         `href' value.
4831
4832 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4833
4834         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4835         searching.  Drop `bbdb-cache'.
4836
4837 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * message.el (message-signed-or-encrypted-p): Exclude header when
4840         checking if there is signed or encrypted body in text/plain message.
4841
4842 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4843
4844         * html2text.el (html2text-get-attr): Correctly handle attribute values
4845         containing "=".
4846
4847 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4848
4849         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4850         handle bindings.
4851
4852 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * gnus-win.el (gnus-configure-windows): Protect against reading
4855         ephemeral groups outside of Gnus.
4856
4857 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * shr.el (shr-tag-img): Don't get images displayed in tables.
4860
4861 2011-10-03  Glenn Morris  <rgm@gnu.org>
4862
4863         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4864         the "maintainer" version of debbugs.gnu.org reports.
4865
4866 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4869         make asynchronous adjacent image insertion work better.
4870
4871 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4872
4873         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4874         documentation.
4875
4876 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4879         `gnus-asynchronous' isn't shadowed.
4880
4881 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4884
4885         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4886         (nnimap-insert-partial-structure): The charset parameter isn't
4887         case-sensitive.
4888
4889         * nnheader.el (nnheader-message-maybe): New function.
4890
4891         * shr.el (shr-tag-table): Render totally broken tables better.
4892
4893         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4894         computing the boundary.
4895
4896 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * pop3.el (pop3-number-of-responses): Remove.
4899         (pop3-wait-for-messages): Rewrite to take linear time instead of
4900         exponential time.
4901
4902 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4903
4904         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4905         re-fetch images.
4906
4907         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4908         re-fetch images when hitting `g' in Gnus.
4909
4910 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4913         (mml-compute-boundary): Don't check collision if it is non-nil.
4914         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4915         before checking collision.
4916
4917 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4918
4919         * message.el (message-indent-citation): Really make sure there's a
4920         newline at the end.
4921
4922         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4923         Fix suggested by John Wiegley.
4924
4925         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4926
4927         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4928
4929         * message.el (message-default-send-rename-function): Break out into its
4930         own function.
4931
4932         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4933         doesn't work under XEmacs.
4934
4935         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4936         of "imaps" to word around Windows problems.
4937         (nnimap-open-connection-1): Use it.
4938
4939         * message.el (message-indent-citation): Revert last change which made
4940         `F' not work.
4941
4942 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4943
4944         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4945         terminal as well.
4946
4947 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4950         because it displays images using overlays that aren't easy to copy to
4951         the article buffer.
4952
4953 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4954
4955         * message.el (message-indent-citation): Fix empty line removal at the
4956         end of the citation.
4957
4958 2011-09-20  Julien Danjou  <julien@danjou.info>
4959
4960         * auth-source.el (auth-source-netrc-create): Use default value for
4961         password if specified.  Evaluate default.
4962         (auth-source-plstore-create): Ditto.
4963         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4964         value evaluation.
4965         (auth-source-netrc-create): Typo fix.
4966         (auth-source-plstore-create): Ditto.
4967
4968         * password-cache.el (password-cache-remove): Remove entries even if the
4969         value is nil, so that password with a nil value (negative caching) is
4970         possible to invalidate.
4971
4972         * auth-source.el (auth-source-format-cache-entry): New function.
4973
4974 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4977
4978 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4979
4980         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4981
4982 2011-09-19  Julien Danjou  <julien@danjou.info>
4983
4984         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4985         which work with things that are not ASCII.
4986
4987 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4988
4989         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4990
4991 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4992
4993         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4994         message level.
4995
4996 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4999
5000 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5003
5004 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5005
5006         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5007         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5008
5009 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5010
5011         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5012         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5013         articles.
5014
5015 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5016
5017         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5018         (message-mail-other-window, message-mail-other-frame)
5019         (message-news-other-window, message-news-other-frame):
5020         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5021         instead of setting buffer display varibles.
5022
5023 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024
5025         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5026
5027         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5028
5029 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5032         duplicates" to a higher level.
5033
5034         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5035         most egregious messages.
5036
5037 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5040
5041 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5042
5043         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5044         up the file (bug#9351).
5045
5046 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047
5048         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5049         it does with all other backends, but decode the names immediately after
5050         getting them.
5051
5052         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5053         decoding nnimap groups.
5054
5055         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5056         newsrc file.  It doesn't seem like an important optimization any more.
5057
5058 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5059
5060         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5061         overflows.
5062
5063 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5064
5065         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5066         (gnus-interactive-exit): Extend to `quiet'.
5067
5068         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5069
5070         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5071         string.
5072
5073         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5074         renaming function arguments from `this'.
5075
5076         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5077
5078         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5079         has been renamed.
5080         (gnus-lrm-string-p): Include RLM and PDF, too.
5081
5082         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5083         (bug#9225).
5084
5085 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5086
5087         Add autoload cookies for functions used by sendmail.el.
5088         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5089
5090         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5091
5092 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus-art.el (article-date-ut): Work properly even when there are
5095         things like Date header in the body; work for forwarded parts.
5096
5097 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5098
5099         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5100         original-article-buffer.
5101
5102 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5103
5104         * nnir.el (nnir-compose-result): Fix matching of server type.
5105         (nnir-run-swish++): Ditto.
5106         (nnir-run-namazu): Ditto.
5107         (nnir-run-notmuch): Ditto.
5108
5109 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110
5111         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5112         (bug#9405).
5113
5114         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5115         (bug#9421).
5116
5117         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5118         (bug#9425).
5119
5120         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5121         thing (bug#9426).
5122
5123 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5126         the error message.
5127
5128 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5129
5130         * message.el (message-setup-1): Return t (Bug#9392).
5131
5132 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5133
5134         * gnus-sum.el: When adding article headers to a summary buffer also
5135         update gnus-newsgroup-articles (bug#9386).
5136
5137 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * auth-source.el: Autoload help-mode.
5140
5141 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142
5143         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5144         names.
5145
5146 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5147
5148         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5149         mm-replace-in-string for compatibility issues.
5150         * mml2015.el (mml2015-epg-verify): Ditto.
5151
5152 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5155
5156         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5157
5158 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5161         continue on and do the clean-up phase (bug#9188).
5162
5163         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5164         just ignore groups that can't be opened instead of erroring out
5165         (bug#9225).
5166
5167         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5168         nil since some many people are fuddy-duddies.
5169
5170         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5171         images.
5172
5173         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5174         instead.
5175
5176         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5177
5178         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5179
5180         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5181         processing.
5182
5183         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5184         buffer to avoid warnings.
5185
5186 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5187
5188         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5189         specified to reduce precision.
5190
5191 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192
5193         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5194         bodystructures (bug#9314).
5195
5196 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5199         Make button keymap non-sticky after buttons.
5200
5201 2011-08-18  David Engster  <dengste@eml.cc>
5202
5203         * nnmairix.el (nnmairix-request-set-mark)
5204         (nnmairix-goto-original-article): Remove adding of article to registry,
5205         since `gnus-registry-add-group' isn't available anymore.
5206         (nnmairix-determine-original-group-from-registry):
5207         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5208         available anymore.
5209
5210 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5211
5212         * starttls.el (starttls-any-program-available): Define as obsolete
5213         function.
5214
5215 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216
5217         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5218         versions which Gnus use when appropriate.
5219
5220         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5221         a pretty destructive command.
5222
5223         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5224
5225 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5226
5227         * message.el (message-fix-before-sending): Make a different warning
5228         about NUL characters (bug#9270).
5229
5230         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5231         from custom (bug#9260).
5232
5233         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5234         things work in Emacs 22 and XEmacs, too.
5235
5236         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5237         default From.
5238
5239         * gnus-spec.el (gnus-lrm-string-p): New macro.
5240         (gnus-lrm-string): New constant.
5241         (gnus-summary-line-format-spec): LRM-ify the from.
5242         (gnus-tilde-max-form): LRM-ify string chopping.
5243
5244         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5245
5246         * message.el (message-is-yours-p): Allow disabling canlock checking
5247         (bug#9295).
5248         (message-shoot-gnksa-feet): Add `canlock-verify'.
5249         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5250         message directory isn't writable (bug#9304).
5251
5252         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5253         non-world-readable.
5254
5255 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5258         articles.
5259
5260 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5261
5262         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5263         copy-list.
5264
5265 2011-08-12  Sam Steingold  <sds@gnu.org>
5266
5267         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5268         in the reverse order to avoid modifying the cache with `nreverse'.
5269         (gnus-all-score-files): Do not modify the value returned by
5270         `gnus-score-find-alist' because it lives in a cache variable.
5271         (gnus-current-home-score-file): No need to `nreverse' the return value
5272         of `gnus-score-find-alist', it is already in the correct order.
5273
5274 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5275
5276         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5277         type MESSAGE and subtype RFC822 is slightly different from those of
5278         type TEXT.
5279
5280 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5281
5282         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5283         This allows article-referral to work from an nnir group.
5284
5285 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5286
5287         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5288
5289 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5290
5291         * mml1991.el (mml1991-epg-find-usable-key)
5292         (mml1991-epg-find-usable-secret-key): New function.
5293         (mml1991-epg-sign): Check if signing key is usable.
5294         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5295
5296 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5297
5298         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5299         server-variables only.  This should fix a bug introduced with commit
5300         e1889675b7f4adf057833c5513c9374134c4e053.
5301         (nnir-run-query): 'nnir-search-engine should not be set from the global
5302         environment.
5303
5304 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5305
5306         * nnir.el (nnir-search-thread): Position point on referring article
5307         line.
5308         (nnir-warp-to-article): Clean up summary buffers.
5309
5310         * nnimap.el (nnimap-request-thread): Whitespace fix.
5311
5312 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5313
5314         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5315
5316 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317
5318         * starttls.el (starttls-available-p): Rename from
5319         `starttls-any-program-available' and changed return convention.
5320
5321 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5322
5323         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5324         `unix-sync' unless it's defined.
5325
5326 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5327
5328         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5329         `aref' for XEmacs compatibiltiy.
5330
5331 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5334
5335 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5336
5337         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5338         closures, quote the form properly (bug#9194).
5339
5340 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5341
5342         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5343         (gnus-summary-insert-new-articles): Protect against servers that are
5344         down.
5345
5346 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5347
5348         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5349         in mm handle if none is specified.
5350
5351 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5352
5353         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5354
5355 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5356
5357         * nnir.el (nnir-search-thread): New function to make an nnir group
5358         based on a thread query.
5359
5360         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5361         of nnir in thread referral.
5362         (gnus-summary-refer-thread): Use it.
5363
5364         * nnimap.el (nnimap-request-thread): Use it.
5365
5366 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * shr.el (shr-tag-comment): Ignore HTML comments.
5369
5370 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5371
5372         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5373         argument.
5374         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5375         Use `nnir-address' to handle server info rather than passing an arg.
5376
5377         * nnimap.el (nnimap-make-thread-query): New utility function to format
5378         an imap thread search query.
5379         (nnimap-request-thread): Use it.
5380
5381         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5382         right select-method if we are not going back to the group buffer.
5383
5384 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5387         enter invalid buffer configurations into the quit form (bug#9107).
5388         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5389         unplugged/plugged.
5390
5391         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5392         keep track of which ones are unread (bug#9061).
5393
5394         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5395         (bug#9055).
5396
5397         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5398         (bug#9041).
5399
5400         * gnus-html.el (mm-util): Require (bug#9073).
5401
5402         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5403         (gnus-summary-refer-thread): Use it to remove duplicates in the
5404         un-threaded view (bug#9053).
5405         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5406
5407 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5408
5409         * nnir.el (nnir-read-server-parm): Use default value from global
5410         variable.  Without this the default search engine parameters aren't
5411         used at all.
5412
5413 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414
5415         * message.el (message-unique-id): Don't use the undocumented return
5416         value from (random t) (bug#9118).
5417
5418 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5419
5420         * message.el (message-auto-save-directory): If the ~/Mail directory
5421         doesn't exist, use ~ as the auto-save directory (bug#4432).
5422
5423         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5424         hasn't already been started.
5425
5426 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5429
5430         * message.el (message-reply): Work around mysterious bug where
5431         `message-mode' seems to overwrite the locally bound `subject' variable.
5432
5433 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5434
5435         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5436         correct group.
5437
5438         * gnus-int.el (gnus-request-thread): Add group argument.
5439
5440         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5441
5442 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443
5444         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5445
5446         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5447         renamed to `debbugs-gnu-*'.
5448
5449 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5450
5451         * plstore.el: Revert the editing feature since it is not urgent.
5452         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5453         (plstore-mode-decoded): Remove.
5454
5455 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5456
5457         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5458         isn't very interesting any more, and it leaks potentially secret data.
5459         (gnus-debug): Remove.
5460
5461         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5462         use of :custom-show.
5463
5464 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5465
5466         * plstore.el: Add documentation.
5467         (plstore-mode): New mode to edit plstore file.
5468         (plstore-mode-toggle-display, plstore-mode-original)
5469         (plstore-mode-decoded): New command.
5470         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5471         (plstore--insert-buffer, plstore--make): New function.
5472         (plstore-open, plstore-save): Simplify by using them.
5473
5474 2011-07-06  Glenn Morris  <rgm@gnu.org>
5475
5476         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5477
5478 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479
5480         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5481         no longer is much used.
5482         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5483         Articles".
5484
5485 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5486
5487         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5488         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5489         `notmuch' backend.
5490
5491 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * mm-decode.el (mm-text-html-renderer): Doc fix.
5494
5495         * gnus-msg.el (gnus-bug): Fix the MML tag.
5496
5497         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5498
5499 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5500
5501         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5502         secondary methods if started with `gnus-no-server'.
5503
5504 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5505
5506         * message.el (message-return-action): Fix typo in docstring.
5507
5508 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5511         bug reports at once.
5512
5513         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5514
5515 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * nndraft.el: Require gnus-group.
5518         (nndraft-request-list): Declare.
5519
5520         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5521         no unread article unless it matches gnus-permanently-visible-groups.
5522
5523         * nndraft.el (nndraft-update-unread-articles): New function.
5524         (nndraft-request-associate-buffer): Use it to update the number of
5525         unread articles for the nndraft groups in the group buffer when saving
5526         or killing a draft message.
5527
5528 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5529
5530         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5531         systems to binary before writing and reading the mbox files.
5532
5533         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5534         instead of trying to list them all (bug#8978).
5535
5536 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5537
5538         * pop3.el (pop3-open-server): Use :end-of-capability.
5539
5540 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5543         the id is always a number.
5544
5545         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5546
5547         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5548         debbugs mode, if possible.
5549
5550 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5551
5552         * auth-source.el (auth-source-token-passphrase-callback-function):
5553         Reindent.
5554         (epg-context-operation): Remove unnecessary autoload.
5555
5556 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5557
5558         * gnus.el (gnus-list-debbugs): New command.
5559
5560         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5561         mboxstat instead of the maintbox, since the stat seems to be fuller.
5562
5563         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5564         summary buffers.
5565
5566         * message.el (message-get-reply-headers): Delete all duplicates,
5567         instead of the first.
5568         (message-get-reply-headers): Ensure that we have progress while
5569         deleting duplicates.
5570
5571         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5572         gnus-posting-style value from the summary buffer to make it easier to
5573         make that a per-buffer conf.
5574
5575 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5576
5577         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5578         found by setting `shortcut' in 'query.
5579         (nnir-request-article): Use `shortcut' setting when requesting article
5580         by Message-ID.
5581
5582 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5583
5584         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5585         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5586         Bring the pseudo-headers back too.
5587
5588 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5589
5590         * auth-source.el (auth-source-token-passphrase-callback-function):
5591         Simplify and remove EPA dependency.
5592
5593 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5594
5595         * nnir.el (nnir-request-article): Fix error message text.
5596
5597 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5598
5599         * auth-source.el (plstore-delete): Autoload.
5600         (auth-source-plstore-search): Support delete operation.
5601         * plstore.el (plstore-delete): New function.
5602
5603 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5606         mark actually existing articles as unread rather than the ones that
5607         active asserts.
5608
5609 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5610
5611         * nntp.el (nntp-record-command):
5612         * gnus-util.el (gnus-message-with-timestamp-1):
5613         Use format-time-string rather than decoding time stamps by hand.
5614         This is simpler and insulates the code from potential changes to
5615         current-time format.
5616
5617 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5620
5621 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5622
5623         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5624         (plstore-save): Support public key encryption.
5625         (plstore--init-from-buffer): New function.
5626         (plstore-open): Use it; fix error when opening a non-existent file.
5627         (plstore-revert): Use plstore--init-from-buffer.
5628
5629 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5630
5631         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5632
5633 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5636         for old Emacsen.
5637
5638 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5639
5640         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5641         is not fully working.
5642
5643 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5644
5645         * dgnushack.el: Autoload sha1 on XEmacs.
5646
5647         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5648         quit window configuration.
5649
5650         * auth-source.el (epg-context-set-passphrase-callback):
5651         Remove duplicate autoload.
5652
5653 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5654
5655         * nnir.el (nnir-request-article): Allow requesting articles by
5656         Message-ID with nnimap.
5657
5658         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5659         current server.
5660
5661 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5662
5663         * auth-source.el: Autoload EPA/EPG functions.
5664         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5665         changed when EPA/EPG is not available.
5666         (auth-source-backend): Rename "arg" member to "data".
5667         (auth-source-backend-parse, auth-source-plstore-search)
5668         (auth-source-plstore-create): Use it.
5669
5670 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5671
5672         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5673         `gnus-refer-article-methods'.
5674
5675 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5676
5677         * auth-source.el: Require EPA and EPG.
5678         (auth-source-passphrase-alist): New variable.
5679         (auth-source-passphrase-callback-function)
5680         (auth-source-token-passphrase-callback-function): Callbacks for the
5681         netrc field encryption (GPG tokens).
5682         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5683         Symmetric encryption and decryption of the netrc GPG tokens.
5684         (auth-source-netrc-normalize): Use them, simplifying the closure.
5685
5686 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5689         is available.
5690
5691 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5692
5693         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5694         non-nil, and `nnimap-split-methods' is nil, use the former.
5695
5696 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5697
5698         * plstore.el (plstore-revert): New function.
5699         (plstore-open): Use it; hide the buffer from user.
5700
5701 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5702
5703         * auth-source.el (auth-source-backend): New member "arg".
5704         (auth-source-backend-parse): Handle new backend 'plstore.
5705         * plstore.el: New file.
5706
5707 2011-06-30  Glenn Morris  <rgm@gnu.org>
5708
5709         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5710
5711 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5712
5713         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5714         expiring articles to.
5715
5716         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5717         variations as ASCII (bug#5458).
5718
5719 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5722
5723 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5724
5725         * message.el (message-point-in-header-p): Tweak the function to default
5726         to saying that we're not in the headers if there is no separator at
5727         all.  This makes it possible to use the Message version of `M-q' in
5728         buffers with no headers (bug#7987).
5729         (message-point-in-header-p): Fix last checkin to work with an empty
5730         mail-header-separator, too.
5731
5732         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5733         again, save the choice via customize.
5734
5735 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5736
5737         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5738
5739         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5740         ended the connection, bail out before waiting infinitely on a new
5741         connection.
5742
5743 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5744
5745         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5746         reports.
5747
5748         * gnus.el (gnus-bug-package): Use "gnus."
5749         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5750
5751 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * dgnushack.el: Make the timer warning go away on XEmacs.
5754
5755         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5756         animations going on at article exit time.
5757
5758         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5759         since removing it breaks people upgrading.
5760
5761         * shr.el (shr-put-image): Use the new interface for animating images.
5762         (shr-put-image): Animate for 60 seconds.
5763
5764         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5765         avoid compiler warnings.
5766
5767         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5768         error with `find-file-hooks' on Emacs 22.
5769         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5770         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5771         on all architectures.
5772
5773         * spam.el (spam-stat): Require in a normal fashion without binding
5774         `spam-stat-install-hooks' to avoid compilation warnings.
5775
5776         * spam-stat.el (spam-stat-install-hooks): Remove.
5777         (spam-stat-install-hooks): Don't run automatically.
5778
5779 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5780
5781         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5782         and keystroke.
5783
5784 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * auth-source.el (auth-source-netrc-cache): Move forward.
5787
5788 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5789
5790         * proto-stream.el (proto-stream-open-starttls): Use
5791         `gnutls-available-p' to see whether we have built-in support.
5792
5793         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5794         we already know.
5795         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5796         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5797
5798 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5799
5800         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5801         %S format, since that looks odd.
5802         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5803         file, especially when saving.
5804
5805 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5806
5807         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5808         article found.
5809
5810 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5811
5812         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5813         `auth-source-save-secrets' with a more sensitive alist that can be
5814         configured per file.  Experimental, so defaults to 'never.
5815         (auth-source-netrc-create): Use it.  Still experimental code.
5816         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5817         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5818
5819 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5820
5821         * auth-source.el (auth-source-save-secrets): New variable to control if
5822         secret tokens should be saved encrypted.
5823         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5824         to `auth-source-netrc-normalize'.
5825         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5826         on the EPA variables being defined.
5827         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5828         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5829         the lexical-let closure.
5830         (auth-source-netrc-create): Create "gpg:" tokens according to
5831         `auth-source-save-secrets'.
5832
5833 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus-group.el (gnus-group-update-group): Add new argument
5836         `info-unchanged' that stops updating dribble buffer.
5837
5838         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5839         deletes lines matching to it in dribble buffer.
5840
5841         * gnus-agent.el (gnus-agent-fetch-group-1):
5842         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5843         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5844         * gnus-start.el (gnus-group-change-level):
5845         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5846
5847         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5848         if newsgroup info is not changed.
5849
5850         * gnus-group.el (gnus-group-get-new-news-this-group):
5851         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5852         Don't update dribble buffer.
5853
5854 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5857         remove entries with groups we ignore.
5858
5859 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5860
5861         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5862         the underline comes at the bottom.
5863
5864 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5865
5866         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5867         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5868         (gnus-registry-article-marks-to-names): Rename from
5869         `gnus-registry-user-format-function-M2'.
5870
5871 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5874         ephemeral group.
5875
5876 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5877
5878         * shr.el (shr-browse-image): Copy the URL if called interactively.
5879
5880 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5881
5882         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5883         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5884         done, then unselected articles may be marked as read.
5885
5886         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5887         since not doing this seems to lead to a race condition in pop3-logon.
5888
5889         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5890         so that the call chain it correct when we call "upwards".
5891
5892         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5893         in read-only groups.
5894
5895         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5896
5897         * message.el (message-cite-reply-position): Doc string fix.
5898
5899         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5900         avoid regexp overflow.
5901         (nnimap-transform-split-mail): Ditto.
5902
5903         * pop3.el (pop3-retr): Error out if the server closes the connection.
5904
5905 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5906
5907         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5908         mm-with-unibyte-current-buffer.  The buffer should not contain any
5909         multibyte chars anyway at this stage.
5910
5911 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5912
5913         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5914         at the end of lines.
5915
5916 2011-05-29  Julien Danjou  <julien@danjou.info>
5917
5918         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5919
5920 2011-05-27  Glenn Morris  <rgm@gnu.org>
5921
5922         * gnus-group.el (gnus-bug-group-download-format-alist):
5923         Use the "maintainer" version of debian reports as well.
5924
5925 2011-05-26  Glenn Morris  <rgm@gnu.org>
5926
5927         * gnus-group.el (gnus-bug-group-download-format-alist):
5928         Use the "maintainer" version of debbugs.gnu.org reports.
5929
5930 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5933
5934 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5935
5936         * gnus-cus.el (gnus-agent-customize-category):
5937         * gnus-delay.el (gnus-delay-send-queue):
5938         * gnus.el (gnus-other-frame):
5939         Don't quote lambda expressions with `quote'.
5940
5941 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5942
5943         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5944         the thread moves us backwards and so we loop forever.
5945
5946 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5949         whitespace in base64 data lines.
5950
5951 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5952
5953         * gnus-registry.el (gnus-registry-user-format-function-M):
5954         Use `mapconcat'.
5955         (gnus-registry-user-format-function-M2): Use to see the full text of
5956         the marks.  Make "," the mark text separator.
5957
5958         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5959         authentication with auth-source.
5960
5961 2011-05-17  Glenn Morris  <rgm@gnu.org>
5962
5963         * gnus-group.el (gnus-import-other-newsrc-file):
5964         Use insert-file-contents.
5965
5966 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5967
5968         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5969         1000 iterations.
5970
5971 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * nntp.el (nntp-open-connection): Check if process-type is available.
5974
5975 2011-05-16  Julien Danjou  <julien@danjou.info>
5976
5977         * shr.el (shr-tag-del): Add support for del tag.
5978
5979 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-html.el (gnus-html-put-image): Register a displayer.
5982
5983         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5984
5985 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5986
5987         * registry.el (prune-factor): New initialization parameter defaulting
5988         to 0.1.
5989         (registry-prune-hard): Use it.
5990
5991         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5992         0.1 expicitly.
5993
5994 2011-05-13  Glenn Morris  <rgm@gnu.org>
5995
5996         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5997         is bound, since this function requires sendmail.
5998
5999 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6000
6001         * registry.el (registry-usage-test): Disable pruning test.
6002
6003 2011-05-11  David Engster  <dengste@eml.cc>
6004
6005         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6006         Bind set-network-process-option for XEmacs.
6007
6008 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6009
6010         * registry.el (registry-prune-hard-candidates)
6011         (registry-prune-soft-candidates): Helper methods for registry pruning.
6012         (registry-prune): Use them.  Make the sort function optional.
6013
6014 2011-05-10  Jim Meyering  <meyering@redhat.com>
6015
6016         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6017
6018 2011-05-10  Julien Danjou  <julien@danjou.info>
6019
6020         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6021         symbol and not a list.
6022
6023 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * gnus-art.el (gnus-article-mode): Move binding of
6026         shr-put-image-function here from gnus-article-prepare-display.
6027
6028         * shr.el (shr-put-image-function): New variable.
6029         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6030         (shr-put-image): Return scaled image.
6031
6032         * gnus-art.el (gnus-shr-put-image): New function.
6033         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6034
6035         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6036         original ones, as deletable.
6037
6038 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6039
6040         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6041
6042 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6043
6044         * registry.el (registry-full): Add convenience method.  Fix logic.
6045         (registry-insert): Use it.  Fix logic here too.
6046
6047         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6048         `registry-prune' if `registry-full' returns t.
6049         (gnus-registry-handle-action)
6050         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6051         (gnus-registry-usage-test): Use it.
6052
6053 2011-05-07  Julien Danjou  <julien@danjou.info>
6054
6055         * shr.el (shr-link): Make shr-link inherit from link by default.
6056
6057 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6058
6059         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6060
6061 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6062
6063         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6064         error out because the face is not a list.
6065
6066 2011-05-05  Glenn Morris  <rgm@gnu.org>
6067
6068         * proto-stream.el (gnutls-negotiate): Fix declarations.
6069
6070         * gnus-start.el (gnus-propagate-marks): Declare.
6071
6072 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6073
6074         * registry.el (registry-reindex): Fix percentage message.
6075
6076         * proto-stream.el (network-stream-open-starttls): Adjust to call
6077         `gnutls-negotiate' with :process and :hostname arguments.
6078
6079 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6080
6081         * shr.el: Add shr-link face for links.
6082         (shr-urlify): Use it.
6083
6084         * registry.el (registry-insert): Make error message more helpful.
6085
6086 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087
6088         * gnus-html.el (gnus-html-schedule-image-fetching):
6089         Use url-queue-retrieve, if it exists.
6090
6091         * shr.el (shr-tag-img): Ditto.
6092
6093         * gnus.el: Autoload more gnus-agent functions.
6094
6095         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6096         agent if we haven't already (bug#8502).
6097
6098         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6099         into the Agent, too.
6100
6101         * gnus-agent.el (gnus-agent-store-article): New function.
6102
6103         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6104         and moved from that file for reuse.
6105
6106         * pop3.el (pop3-open-server): Error messages are "-ERR".
6107
6108 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6109
6110         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6111         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6112
6113 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6114
6115         * gnus.el: No Gnus v0.17 is released.
6116
6117 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6118
6119         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6120         buffer has moved to a different frame.
6121
6122 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6123
6124         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6125         to get the conversion from unibyte to multibyte buffers to work on
6126         Emacs 22.
6127
6128         * nntp.el (nntp-request-article): Slight clean-up.
6129
6130 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6131
6132         * shr.el (shr-strike-through): New face.
6133         (shr-tag-s): Use it to provide <s> support.
6134         (shr-tag-s): Remove duplicate definition.
6135
6136 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6137
6138         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6139         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6140
6141 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6142
6143         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6144         `gnutls-negotiate'.
6145         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6146
6147 2011-04-23  Glenn Morris  <rgm@gnu.org>
6148
6149         * gnus-sum.el (gnus-extra-headers): Bump :version.
6150
6151 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6152
6153         * shr.el (shr-tag-sup): New function.
6154         (shr-tag-sub): Ditto.
6155
6156 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6157
6158         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6159         for the case where `gnus-registry-ignored-groups' is a list of lists,
6160         and don't call `gnus-parameter-registry-ignore' otherwise.
6161
6162 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6163
6164         * nnimap.el (nnimap-user): New backend variable.
6165         (nnimap-open-connection-1): Use it.
6166         (nnimap-credentials): Accept user parameter so it's explicit what user
6167         name is desired.
6168
6169         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6170         default.
6171
6172         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6173         not gnus-registry.el.
6174
6175         * gnus-registry.el: Mention in comments how to modify
6176         `gnus-extra-headers' for proper recipient tracking and that it may
6177         already have To and Cc recently, which it does as of this commit.
6178         (gnus-registry-ignored-groups): Remove defcustom.
6179         Explain why in comments.
6180         (gnus-registry-action): Fix data-header reference to use the extra
6181         headers.  Explain in package commentary how to add To and Cc headers to
6182         the gnus-extra-headers.
6183         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6184         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6185         parameter list or a string list in `gnus-registry-ignored-groups'.
6186         Fix logic error.
6187
6188 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6189
6190         * shr.el (shr-expand-url): Protect against null urls.
6191
6192 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6193
6194         * shr.el (shr-base): New binding.
6195         (shr-tag-base): Keep track of <base>.
6196         (shr-expand-url): New function used throughout.
6197
6198 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6199
6200         * gnus-registry.el
6201         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6202         (gnus-registry-ignored-groups): New variable.
6203         (gnus-registry-ignore-group-p): Use it.
6204         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6205         set the destination group to nil (same as delete) if it's ignored.
6206
6207 2011-04-20  David Engster  <dengste@eml.cc>
6208
6209         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6210
6211         * Makefile.in (test-nntp): New rule.
6212         (check): Add it.
6213         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6214
6215 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-registry.el (gnus-registry-action)
6218         (gnus-registry-fetch-header-fast):
6219         Don't use mail-header that looks an internal function of mailheader.el.
6220
6221 2011-04-19  Glenn Morris  <rgm@gnu.org>
6222
6223         * time-date.el (time-to-days): Remove unused local variables.
6224
6225 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-registry.el: Eliminate cl functions.
6228         (gnus-registry-sort-addresses): New function that replaces mapcan.
6229         (gnus-registry-action, gnus-registry-spool-action)
6230         (gnus-registry-split-fancy-with-parent)
6231         (gnus-registry-fetch-recipients-fast): Use it.
6232         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6233
6234         * registry.el (initialize-instance, registry-lookup)
6235         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6236         (registry-lookup-secondary-value, registry-search, registry-delete)
6237         (registry-insert, registry-reindex, registry-size, registry-prune):
6238         Use eval-and-compile.
6239
6240 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6241
6242         * registry.el (registry-reindex): New method to recreate the secondary
6243         registry indices.
6244
6245         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6246         tracked field changes.
6247         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6248         (gnus-registry-action, gnus-registry-spool-action)
6249         (gnus-registry-handle-action)
6250         (gnus-registry--split-fancy-with-parent-internal)
6251         (gnus-registry-split-fancy-with-parent)
6252         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6253         move, and delete actions, and for fancy splitting with parent.
6254         (gnus-registry-extract-addresses)
6255         (gnus-registry-fetch-recipients-fast)
6256         (gnus-registry-fetch-header-fast): Convenience functions.
6257         (gnus-registry-misc-test): ERT test of
6258         `gnus-registry-extract-addresses'.
6259
6260 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6261
6262         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6263         Track by subject first, then sender.
6264
6265 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6266
6267         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6268
6269         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6270         Lisp.
6271
6272         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6273         (gnus-draft-send): Use it to avoid popping
6274         up frames from gnus-group-send-queue.
6275
6276 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6277
6278         * gnus-registry.el: Updated gnus-registry docs.
6279
6280 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6281
6282         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6283         Fix logic bug.
6284         (gnus-registry-post-process-groups): Fix logging of no results and
6285         quote sender and subject.
6286
6287 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6288
6289         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6290         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6291         gnutls-cli are too slow to be done opportunistically.
6292
6293         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6294         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6295         we had no early-data returned.
6296         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6297         two async commands to the same server at the same time.
6298
6299 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6300
6301         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6302
6303 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6304
6305         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6306         "warning" level.
6307
6308         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6309         (mm-url-insert-file-contents): Don't set the package names.
6310
6311 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6312
6313         * gnus-registry.el (gnus-registry-action): Remove properties and
6314         simplify subject in `gnus-registry-handle-action'.
6315         (gnus-registry-spool-action): Get subject and sender from message if
6316         they are not passed in.
6317         (gnus-registry-handle-action): Remove properties and simplify subject
6318         consistently.
6319
6320 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6321
6322         * registry.el: Require CL before using defmacro*.
6323
6324 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-art.el (article-treat-date): Assume that
6327         gnus-article-date-headers may be a group parameter.
6328
6329 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6330
6331         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6332
6333         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6334         interactively so the newsrc file can contain foreign groups too.
6335         Useful for debugging but not much for users.
6336
6337 2011-04-07  David Engster  <dengste@eml.cc>
6338
6339         * registry.el (registry-usage-test): Only do
6340         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6341         lexical binding.
6342
6343 2011-04-07  David Engster  <dengste@eml.cc>
6344
6345         * Makefile.in (check, test-registry): New rules for test-suite.
6346
6347 2011-04-06  David Engster  <dengste@eml.cc>
6348
6349         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6350         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6351
6352 2011-04-06  David Engster  <dengste@eml.cc>
6353
6354         * registry.el (initialize-instance): Change :after to :AFTER to be
6355         compatible with old EIEIO version in XEmacs.
6356
6357 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6358
6359         * gnus-registry.el (gnus-registry-post-process-groups)
6360         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6361         and provide better messaging.
6362
6363 2011-04-06  David Engster  <dengste@eml.cc>
6364
6365         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6366         errors.
6367
6368         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6369         dgnushack-compile with error-on-warn enabled, and to signal an error if
6370         clean compilation failed.
6371         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6372         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6373
6374 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6375
6376         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6377         unconditionally anyway, discarding errors.
6378         (gnus-registry-delete-entries): New convenience function.
6379         (gnus-registry-import-eld): Import from old .eld registry.
6380
6381         * registry.el: Don't use ERT if it's not available.  Load it
6382         unconditionally anyway, discarding errors.
6383
6384         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6385         version from the Claudio Bley GnuTLS patch (extra optional parameters
6386         and host name).
6387
6388 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6389
6390         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6391         fixup the parameters that can be customized by the user between
6392         save/read cycles.
6393         (gnus-registry-read): Use it.
6394         (gnus-registry-make-db): Use it.
6395         (gnus-registry-spool-action, gnus-registry-handle-action):
6396         Fix messaging.
6397         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6398         Map references to actual group names with sender and subject tracking.
6399         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6400         (gnus-registry-usage-test): Add subject lookup test.
6401
6402         * registry.el (registry-db, initialize-instance): Set up constructor
6403         instead of :initform arguments for the sake of older Emacsen.
6404         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6405         pre-lexbind merge bug.
6406         (registry-usage-test): Use it.
6407         (initialize-instance, registry-db): Move the non-function initforms
6408         back to the class definition.
6409
6410 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6411
6412         * registry.el: New library to manage gnus-registry-style data.
6413
6414         * gnus-registry.el: Use it (major rewrite).
6415
6416         * nnregistry.el: Use it.
6417
6418         * spam.el: Use it.
6419
6420 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421
6422         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6423         marks on non-selected articles.
6424
6425 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6426
6427         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6428         parameter to open-protocol-stream.
6429
6430 2011-04-01  Julien Danjou  <julien@danjou.info>
6431
6432         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6433         fundamental-mode.
6434
6435 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6436
6437         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6438         servers.
6439
6440 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6441
6442         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6443         made marks not propagate, again.
6444
6445 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6446
6447         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6448         Make this the default type.
6449         (proto-stream-open-plain): Rename from proto-stream-open-default.
6450         (open-protocol-stream, proto-stream-open-starttls)
6451         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6452         with `plain'.
6453
6454         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6455         value.
6456
6457         * nntp.el (nntp-open-connection-function): Document the fact that some
6458         values are not functions but are instead handled specially.
6459         Recognize nntp-open-plain-stream value.
6460         (nntp-open-connection): Recognize that value.
6461
6462 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6463
6464         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6465         where it seems to be needed.
6466
6467 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6470         stuff.
6471
6472         * gnus-score.el (gnus-score-string): Fix calling convention of
6473         `gnus-simplify-buffer-fuzzy' after last patches.
6474
6475         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6476         server for articles we didn't get any headers for.  This is a sanity
6477         check.
6478
6479 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6480
6481         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6482         new CAPABILITY, use it.
6483
6484 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485
6486         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6487         downloading anything.
6488
6489         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6490
6491 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6492
6493         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6494         colors.
6495         (gnus-splash-svg-color-symbols): New function.
6496
6497 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6498
6499         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6500         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6501         (gnus-simplify-subject-fuzzy): Use the local
6502         gnus-simplify-subject-fuzzy-regex instead of the global one.
6503         This makes using this variable in group parameters work.
6504
6505 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6506
6507         * gnus-registry.el (gnus-registry-unfollowed-groups):
6508         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6509         archive:sent-YYYY-MM-DD groups).
6510         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6511         tracking if there are more than `gnus-registry-max-track-groups'
6512         matches.
6513
6514 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6515
6516         * message.el (message--yank-original-internal): New function to do the
6517         insertion cleanly inside eval in `message-yank-original'.
6518         (message-yank-original): Use it.
6519
6520 2011-03-29  Julien Danjou  <julien@danjou.info>
6521
6522         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6523         local variables disabled rather than `normal-mode'.
6524
6525 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6526
6527         * imap.el (imap-shell-open, imap-process-connection-type):
6528         Use imap-process-connection-type for 'shell' streams as well as
6529         Kerberos, SSL, other subprocesses.
6530
6531 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6532
6533         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6534         with open-network-stream.
6535         (proto-stream-always-use-starttls): Option removed.
6536         (open-protocol-stream): Return a process object by default.  Provide a
6537         new parameter :return-list specifying a list-type return value, which
6538         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6539         :type `network' to `try-starttls', and `network-only' to `default'.
6540         Make `default' the default, for compatibility with open-network-stream.
6541         Handle the no-parameter case exactly as open-network-stream, with no
6542         additional stream processing.  Search plists using plist-get.
6543         Explicitly add :end-of-commend parameter if it is missing.
6544         (proto-stream-open-default): Rename from
6545         proto-stream-open-network-only.  Return 'default as the type.
6546         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6547         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6548         failed.  Always return a list with a (possibly dead) process as the
6549         first element, for compatibility with open-network-stream.
6550         (proto-stream-open-tls): Use plist-get.  Always return a list.
6551         (proto-stream-open-shell): Return `default' as connection type.
6552         (proto-stream-capability-open): Use plist-get.
6553         (proto-stream-eoc): Function deleted.
6554
6555         * nnimap.el (nnimap-stream, nnimap-open-connection)
6556         (nnimap-open-connection-1): Handle renaming of :type parameter for
6557         open-protocol-stream.
6558         (nnimap-open-connection-1): Pass a :return-list parameter
6559         open-protocol-stream to obtain a list return value.  Parse this list
6560         using plist-get.
6561
6562         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6563         for open-protocol-stream.  Accept open-protocol-stream return value
6564         that is a subprocess object instead of a list.  Handle the case of a
6565         dead returned process.
6566
6567 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6568
6569         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6570
6571         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6572
6573 2011-03-21  Julien Danjou  <julien@danjou.info>
6574
6575         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6576         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6577         query.
6578         (mm-inline-text): Render normal text with fontification whenever
6579         possible.
6580
6581         * gnus-sum.el (gnus-summary-save-parts-1):
6582         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6583         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6584         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6585         Use `mm-handle-filename'.
6586
6587         * mm-util.el (mm-handle-filename): New function, return the filename of
6588         an handle.
6589
6590 2011-03-18  Julien Danjou  <julien@danjou.info>
6591
6592         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6593         (gnus-buffer-live-p): Check that buffer is not nil.
6594
6595 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6596
6597         * gnus.el: No Gnus v0.15 is released.
6598
6599 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6600
6601         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6602         avoid warning on XEmacs.
6603
6604         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6605         on XEmacs.
6606
6607         * gnus-art.el: Require mouse, which the build bot seems to say is
6608         needed.
6609
6610         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6611
6612         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6613         XEmacs, since it doesn't have url-retrieve-synchronously.
6614
6615         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6616         since assoc-string doesn't exist in XEmacs.
6617
6618 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6619
6620         * gnus-group.el (gnus-group-list-ticked): New function.
6621         (gnus-group-make-menu-bar): Provide a menu entry for it.
6622         (gnus-group-list-map): Provide a binding for it.
6623
6624 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6625
6626         * shr.el (shr-visit-file): New command.
6627
6628         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6629
6630 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6631
6632         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6633         servers.
6634
6635 2011-03-16  Julien Danjou  <julien@danjou.info>
6636
6637         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6638         inline.
6639
6640         * gnus-art.el (article-hide-list-identifiers):
6641         Use gnus-group-get-list-identifiers.
6642
6643         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6644         (gnus-summary-remove-list-identifiers):
6645         Use gnus-group-get-list-identifiers to get regexp.
6646         (gnus-select-newsgroup, gnus-summary-insert-subject)
6647         (gnus-summary-insert-articles):
6648         Call gnus-summary-remove-list-identifiers unconditionally.
6649
6650 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6651
6652         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6653         we're selecting a group with unread articles.
6654
6655         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6656
6657         * gssapi.el: New file separated out from imap.el to provide a general
6658         Kerberos 5 connection facility for Emacs.
6659
6660         * message.el (message-elide-ellipsis): Document the format spec
6661         ellipsis.
6662
6663 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6664
6665         * message.el (message-elide-region): Allow the ellipsis to say how many
6666         lines were removed.
6667
6668 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6669
6670         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6671         window configurations containing buffers that are now dead.
6672
6673         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6674         parsing to avoid integer overflows.
6675         (nnimap-parse-flags): Simplify the last change.
6676         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6677         too large for 32-bit Emacsen.
6678
6679 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6680
6681         * auth-source.el (auth-source-netrc-create):
6682         * message.el (message-yank-original): Fix use of `case'.
6683
6684 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6685
6686         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6687         XEmacs, which was one character too wide.
6688
6689 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6690
6691         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6692         default number of articles to display.
6693         (gnus-articles-to-read): Use pretty names for prompt.
6694
6695 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6696
6697         * gnus-int.el (gnus-open-server): Ditto.
6698
6699         * gnus-start.el (gnus-activate-group): Give a backtrace if
6700         debug-on-quit is set and the user hits `C-g'.
6701         (gnus-read-active-file): Ditto.
6702
6703         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6704
6705 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * message.el (message-yank-original): Use cond instead of CL case.
6708
6709 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6710
6711         * auth-source.el (auth-source-netrc-create): Use usual format for the
6712         default in prompts.
6713
6714 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * lpath.el: Fbind read-char-choice for XEmacs.
6717
6718 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6719
6720         * auth-source.el (auth-source-netrc-create): Show the default in the
6721         prompt when prompting for token creation.
6722
6723 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6724
6725         * auth-source.el (auth-source-format-prompt): Always convert the value
6726         to a string to avoid evaluating non-string arguments.
6727         (auth-source-netrc-create): Offer default properly, not as initial
6728         content in `read-string'.
6729         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6730         of line to determine if we've been run before.  If so, don't run again,
6731         but print a trivial message to indicate the cache was hit instead.
6732
6733 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6734
6735         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6736         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6737         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6738         Gnus.
6739
6740 2011-03-11  Julien Danjou  <julien@danjou.info>
6741
6742         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6743         modified file".
6744
6745 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6746
6747         * auth-source.el (auth-source-read-char-choice): New function to read a
6748         character choice using `dropdown-list', `read-char-choice', or
6749         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6750         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6751         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6752         (auth-source-netrc-saver): Use it.
6753         (auth-source-pick-first-password): New convenience function.
6754
6755 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6756
6757         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6758         parameter in the credentials.
6759         (nnimap-open-connection-1): Use it after a successful login.
6760         (nnimap-credentials): Add IMAP-specific user and password prompt.
6761
6762         * auth-source.el (auth-source-search): Add :require parameter, taking a
6763         list.  Document it and the :save-function return token.  Pass :require
6764         down.  Change the CREATED message from a warning to a debug statement.
6765         (auth-source-search-backends): Pass :require down.
6766         (auth-source-netrc-search): Pass :require down.
6767         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6768         Change save prompt to indicate all modifications saved here are
6769         deletions.
6770         (auth-source-netrc-create): Take user login name as default in user
6771         prompt.  Move all the save functionality to a lexically bound function
6772         under the :save-function token in the returned list.  Set up clearer
6773         default prompts for user, host, port, and secret.
6774         (auth-source-netrc-saver): New function, intended to be wrapped for
6775         :save-function.
6776
6777 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6778
6779         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6780         lines to be spaces instead.
6781
6782 2011-03-07  Julien Danjou  <julien@danjou.info>
6783
6784         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6785         (sieve-sasl-auth): Check that auth-source-search did return something,
6786         or just return an empty string.
6787
6788 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6789
6790         * gnus.el (gnus-interactive): Use read-directory-name.
6791
6792         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6793         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6794         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6795         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6796         Likewise.
6797
6798         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6799
6800 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6801
6802         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6803         onto the list of killed groups, too.  This makes killed nnimap groups,
6804         for instance, more reliably not reappear.
6805
6806         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6807         the parent.
6808
6809         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6810
6811         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6812         really have server-side marks.
6813
6814         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6815         since most backends do not usefully have server-side marks.
6816         (gnus-update-read-articles): Propagate marks to all backends that
6817         really have server-side marks.
6818
6819 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6820
6821         * message.el (message-cite-reply-position, message-cite-style):
6822         New variables.
6823         (message-yank-original): Use the new citation styles.
6824
6825 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6826
6827         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6828         buffer-local issue); don't mark it buffer-local when running under
6829         XEmacs.
6830
6831 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6832
6833         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6834         numbers too big to be `read'.
6835
6836 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6837
6838         * password-cache.el (password-in-cache-p): Add autoload.
6839
6840         * message.el (message-options): Make buffer-local two ways to attempt
6841         to fix a XEmacs bug.
6842
6843 2011-03-02  Julien Danjou  <julien@danjou.info>
6844
6845         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6846
6847 2011-03-01  Julien Danjou  <julien@danjou.info>
6848
6849         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6850         group.
6851         (article-hide-list-identifiers): Use list-identifier group parameter.
6852
6853 2011-02-28  Julien Danjou  <julien@danjou.info>
6854
6855         * sieve.el (sieve-buffer-script-name): New local variable to store
6856         sieve script name.
6857         (sieve-edit-script): Store sieve script name.
6858         (sieve-upload): Use sieve script name when uploading.
6859         (sieve-upload): Use substitute-command-keys.
6860         (sieve-edit-script): Use substitute-command-keys.
6861         (sieve-refresh-scriptlist): Use substitute-command-keys.
6862         (sieve-manage-mode-map): Define keymap properly.
6863         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6864         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6865         Remove commented code about cvs.
6866         (sieve-manage-quit): New function.
6867         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6868
6869 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6870
6871         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6872
6873 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6874
6875         * auth-source.el (auth-source-search): Cache empty result sets.
6876
6877         * password-cache.el (password-in-cache-p): Convenience function to
6878         check if a key is in the cache, even if the value is nil.
6879
6880         * auth-source.el (auth-source-save-behavior): New variable to replace
6881         `auth-source-never-create'.
6882         (auth-source-netrc-create): Use it.
6883         (auth-source-never-save): Remove.
6884
6885 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6886
6887         * nnimap.el (nnimap-stream): Doc fix.
6888         (nnimap-open-connection-1): Reverse the order of the ports to that the
6889         prompted-for port is first.
6890
6891         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6892         retrieval by the no-group selection.
6893
6894         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6895         numerical parameters.
6896
6897 2011-02-25  Julien Danjou  <julien@danjou.info>
6898
6899         * gnus-gravatar.el: Use gnus-with-article-buffer.
6900
6901         * gnus-art.el (gnus-with-article-buffer): Check that the
6902         gnus-article-buffer is alive.
6903
6904 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6905
6906         * auth-source.el (auth-source-creation-prompts): New variable to manage
6907         creation-time prompts.
6908         (auth-source-search): Document it.
6909         (auth-source-format-prompt): Add utility function.
6910         (auth-source-netrc-create): Don't default the user name to
6911         user-login-name.  Use `auth-source-creation-prompts' and some default
6912         prompts for user, host, port, and password (the default generic prompt
6913         remains ugly).
6914         (auth-source-never-save): Add customizable option to never save info.
6915         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6916         mode excursion.
6917
6918 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6921         argument that XEmacs doesn't support.
6922
6923         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6924         compiled for Emacsen having no `libxml-parse-html-region' support.
6925
6926         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6927
6928         * lpath.el: Bind buffer-save-without-query for XEmacs.
6929
6930 2011-02-23  Julien Danjou  <julien@danjou.info>
6931
6932         * gnus-art.el (article-make-date-line): Ignore errors if time is
6933         invalid and not convertible.
6934         (article-make-date-line): Only add lapsed time if time is not nil.
6935
6936 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6937
6938         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6939         `read-char-choice' for backwards compatibility.
6940         (auth-source-netrc-element-or-first): New function to DTRT for
6941         parameter extraction.
6942         (auth-source-netrc-create): Use it and fix multiple parameter print
6943         bug.  Use the default passed from above (given-default) or the
6944         built-in (user-login-name for :user).
6945
6946 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6947
6948         * gnus-start.el (gnus-dribble-read-file):
6949         Set buffer-save-without-query, since we always want to save the dribble
6950         file, probably.
6951
6952         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6953         nnimap.
6954
6955         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6956         -summary- since it's a user-visible variable.
6957
6958         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6959         first time you use the new Gnus.
6960
6961 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6962
6963         * auth-source.el: Don't load netrc.el.
6964         (auth-sources): Search ~/.netrc as well by default.
6965         (auth-source-debug): Add 'trivia option for extra output.
6966         (auth-source-do-trivia): Use it.
6967         (auth-source-search): Simplify logic to use
6968         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6969         appropriate.  Don't keep a running count at this level.  Layer :create
6970         and :delete options appropriately on the first and second passes.
6971         Don't track the backend with the search results.
6972         (auth-source-search-backends): New function to search a list of
6973         backends for a processed spec.
6974         (auth-source-netrc-parse): Cache all netrc files, making
6975         auth-source-netrc-cache an alist keyed by the file name and using the
6976         file mtime as the caching criterion.  Keep the obfuscated data secret
6977         with a lexical bind.
6978         (auth-source-netrc-search): Don't calculate the length of the results
6979         unnecessarily.
6980         (auth-source-search-backends): Fix bug.
6981         (auth-source-netrc-create): Rework prompts.
6982
6983 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6984
6985         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6986         Lower case names of search constraints.
6987         (nnir-run-query): Cache and reuse search constraints for all imap
6988         servers.
6989
6990 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6991
6992         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6993         after exit.
6994         (gnus-setup-message): Define missing variable from last checkin.
6995
6996         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6997         value, show the raw article.
6998
6999 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7000
7001         * gnus.el: No Gnus v0.13 is released.
7002
7003 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7004
7005         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7006         auth-source now accepts numbers.
7007
7008         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7009         spec, too.
7010         (auth-source-ensure-strings): New function.
7011
7012         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7013         (gnus-article-setup-buffer): Always restart the date timer so that user
7014         changes to the frequency is respected.
7015
7016         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7017         port numbers, so make sure it gets that if nnimap-server-port is
7018         explicit.
7019
7020 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7021
7022         * nnimap.el (nnimap-inbox): Doc fix.
7023
7024 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7025
7026         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7027         Autoload.  Add optional arg FRAME, and pass it to color-values.
7028         (color-complement): Caller changed.  Doc fix.
7029         (color-gradient): Rewrite for better clarity and efficiency.
7030
7031 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7032
7033         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7034         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7035         color-lab-to-srgb.
7036
7037 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7038
7039         * color.el: First part of merge from hexrgb.el.
7040         (color-rgb-to-hex): Rename from color-rgb->hex.
7041         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7042         saturation to zero if the value is too small.
7043         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7044         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7045         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7046         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7047         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7048         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7049         (color-cie-de2000): Doc fix.
7050
7051 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7052
7053         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7054         given method as in the group name if we're using an extended method.
7055         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7056         command, if we're using that, instead of waiting for the beginning.
7057
7058         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7059         we're sure to get unique server names, and we don't output two async
7060         commands in the same buffer.  This fixes an NNTP hang for some users.
7061
7062 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7063
7064         * gnus.el: No Gnus v0.11 is released.
7065
7066 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7067
7068         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7069         summary buffer before reading going to the next buffer.  This avoids
7070         putting the point in the group buffer if you `C-g' the command.
7071
7072         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7073         cache (for now) to make ~/.authinfo.gpg files usable.
7074
7075         * nnfolder.el (copyright-update): Define for the compiler.
7076
7077         * auth-source.el (auth-source-search): Fix unbound variable.
7078
7079 2011-02-19  Glenn Morris  <rgm@gnu.org>
7080
7081         * gnus.el (gnus-meta): Doc fix.
7082
7083 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7084
7085         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7086         in case it's not yet loaded.
7087
7088 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7089
7090         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7091         line we're waiting for.
7092
7093 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7094
7095         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7096         face with line-width greater than zero will cause RET in gnus summary
7097         buffer to scroll down article page-wise because auto vscroll happens,
7098         it should be temporally disabled when doing a scroll-up.
7099
7100 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7101
7102         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7103         outputs from the server.
7104
7105 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7106
7107         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7108         later so that bbdb can hook in easier.
7109
7110 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7111
7112         * auth-source.el (auth-source-search): Don't try to create credentials
7113         if the caller doesn't want that.
7114         (auth-source-search): If we don't find a match, don't bug out on
7115         non-bound variables.
7116         (auth-source-search): Only ask a single backend to create the
7117         credentials.
7118
7119         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7120         logging.
7121         (nnimap-credentials): Protect against auth-source-search returning nil.
7122         (nnimap-request-list): Protect against not being able to open the
7123         server.
7124
7125 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7126
7127         * auth-source.el (auth-source-search): Do a two-phase search, one with
7128         no :create to get the responses from all backends.
7129
7130         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7131         when getting credentials.
7132
7133         * gnus-util.el (gnus-delete-duplicates): New function.
7134
7135 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7136
7137         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7138         a creation default, pass the whole port list down.  It will be
7139         completed.
7140
7141         * auth-source.el (auth-source-search): Updated docs to talk about
7142         multiple creation choices.
7143         (auth-source-netrc-create): Accept a list as a value (from the search
7144         parameters) and do completion on that list.  Keep a separate netrc line
7145         with the password obscured for showing the user.
7146
7147         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7148         first choice to `auth-source-search' so it will be used for entry
7149         creation instead of the server's Gnus-specific name.
7150         (nnimap-credentials): Rely on the auth-source library to select which
7151         port is actually wanted in the new netrc entry, so don't override
7152         `auth-source-creation-defaults'.
7153
7154         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7155         :protocol and accept a missing user, host, or port as a wildcard match.
7156         (auth-source-debug): Default to off.
7157
7158         (auth-source-netrc-search, auth-source-netrc-create)
7159         (auth-source-secrets-search, auth-source-secrets-create)
7160         (auth-source-user-or-password, auth-source-backend, auth-sources)
7161         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7162         instead of :protocol.
7163
7164         * nnimap.el (nnimap-credentials): Pass a port default to
7165         `auth-source-search' in case an entry needs to be created.
7166         (nnimap-open-connection-1): Use :port instead of :protocol.
7167
7168 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * auth-source.el: Bind load-path when loading EIEIO from
7171         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7172         21.4 doesn't support, to `require'.
7173         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7174         delete-dups that is not available in XEmacs 21.4.
7175
7176 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7177
7178         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7179         as EIEIO must also be loaded when auth-source.el is being
7180         byte-compiled.
7181
7182 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7183
7184         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7185
7186         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7187
7188         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7189
7190         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7191
7192         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7193
7194         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7195
7196         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7197
7198         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7199         necessary.
7200
7201 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7202
7203         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7204         nil means that nnimap doesn't get updated.
7205
7206 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7207
7208         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7209         result when the user doesn't want to write to the file.
7210         (auth-source-netrc-search): Expect a synthetic result and proceed
7211         accordingly.
7212         (auth-source-cache-expiry): New variable to override
7213         `password-cache-expiry'.
7214         (auth-source-remember): Use it.
7215
7216         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7217         parameter.  Create entry if necessary by using :create t.
7218         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7219
7220 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7221
7222         * auth-source.el (auth-source-debug): Enable by default and don't
7223         mention the obsolete `auth-source-hide-passwords'.
7224         (auth-source-do-warn): New function to debug unconditionally.
7225         (auth-source-do-debug): Use it.
7226         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7227         and for Secrets API entries when the secrets.el library is not
7228         available.
7229
7230 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7231
7232         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7233         (gnus-summary-exit): Kill the correct article buffer on exit from a
7234         `C-d' group.
7235
7236         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7237         gnus-propagate-marks.
7238
7239         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7240         before killing the buffers so that a non-full window conf gets handled
7241         correctly.
7242         (gnus-summary-exit): Ditto.
7243         (gnus-summary-read-group-1): Ditto.
7244
7245         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7246         async code again so that we can debug it properly.
7247
7248         * message.el (message-reply): Take an optional switch-buffer parameter
7249         so that Gnus window confs are respected better.
7250
7251 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7252
7253         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7254         `plist-get' to accept non-list parameters (XEmacs issue).
7255         Fix docstring.
7256         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7257         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7258         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7259         Login collection is "Login" and not "login".
7260
7261 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7262
7263         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7264         multiple headers.
7265
7266         * nnimap.el (nnimap-inhibit-logging): New variable.
7267         (nnimap-log-command): Don't log login commands.
7268
7269         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7270         to have more parameters.
7271
7272         * nnimap.el (nnimap-send-command): Mark the command time for each
7273         command, so that we don't get NOOPs stepping on our toes.
7274
7275         * gnus-art.el (article-date-ut): Get the date from the Date header on
7276         `t'.
7277
7278 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * auth-source.el (auth-source-search): Use copy-sequence instead of
7281         the cl.el copy-list.
7282
7283 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7284
7285         * imap.el: Bring it back (revert
7286         84d800cd31de3064f0ed39617d725709a2f8f42f).
7287
7288 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7289
7290         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7291         Improve prompt.
7292
7293 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7294
7295         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7296         washing status from the default format.  It isn't very informative.
7297
7298 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7299
7300         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7301         Fix Gcc processing on imap.
7302
7303 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7304
7305         * imap.el: Remove file.  All the functionality is in nnimap.el.
7306
7307 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7308
7309         * message.el (message-bury): Don't pop up a new window when selected
7310         window is dedicated.
7311
7312 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7313
7314         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7315
7316 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7317
7318         * sieve-manage.el: Autoload `auth-source-search'.
7319         (sieve-sasl-auth): Use it.
7320
7321 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7322
7323         * nnimap.el: Autoload `auth-source-forget+'.
7324         (nnimap-open-connection-1): Use it if the connection fails.
7325
7326         * auth-source.el: Require `password-cache'.
7327         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7328         obsolete.
7329         (auth-source-magic): Marker for `password-cache' keys.
7330         (auth-source-do-cache): Update docstring.
7331         (auth-source-search): Use and check cache.
7332         (auth-source-forget-all-cached, auth-source-remember)
7333         (auth-source-recall, auth-source-forget, auth-source-forget+)
7334         (auth-source-specmatchp): Caching support functions.
7335         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7336         Remove and obsolete.
7337         (auth-source-user-or-password): Remove caching to further discourage
7338         using it.  Always hide passwords.
7339
7340         * password-cache.el (password-cache-remove): Accept secrets that are
7341         not strings.
7342
7343 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7344
7345         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7346         code for now, since it doesn't work for all users.
7347
7348 2011-02-09  Julien Danjou  <julien@danjou.info>
7349
7350         * message.el (message-options): Make message-options really buffer
7351         local.
7352
7353 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7354
7355         * mail-source.el: Autoload `auth-source-search'.
7356         (mail-source-keyword-map): Note order matters.
7357         (mail-source-set-1): Get all the mail-source source values and
7358         defaults and search auth-source on those if needed.  This can all
7359         probably be simplified.
7360
7361         * nnimap.el: Autoload `auth-source-search'.
7362         (nnimap-credentials): Use it.
7363         (nnimap-open-connection-1): Ask for the virtual server and physical
7364         address in one shot.
7365
7366         * nntp.el: Autoload `auth-source-search'.
7367         (nntp-send-authinfo): Use it.  Note TODO.
7368
7369 2011-02-08  Julien Danjou  <julien@danjou.info>
7370
7371         * shr.el (shr-tag-body): Add support for text attribute in body
7372         markups.
7373
7374         * message.el (message-options): Make message-options a local variable.
7375
7376 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7377
7378         * auth-source.el (auth-source-secrets-search)
7379         (auth-source-user-or-password): Use `append' instead of `nconc'.
7380         (auth-source-user-or-password): Build return list better and protect
7381         against nil :secret.
7382
7383 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7384
7385         * nnimap.el (nnimap-update-info): Refactor slightly.
7386         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7387         (nnimap-update-info): Clean up slightly.
7388         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7389         characters.
7390         (nnimap-process-quirk): Rename function to avoid collision.
7391         (nnimap-update-info): Fix macrology bug-out.
7392         (nnimap-update-info): Simplify split history test.
7393
7394 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7395
7396         * auth-source.el (top): Require 'eieio unconditionally.
7397         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7398         (auth-source-secrets-search): Limit search when `max' is greater than
7399         number of results.
7400
7401 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7402
7403         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7404         part not returning any data.
7405
7406         * proto-stream.el (open-protocol-stream): Document the return value.
7407
7408 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7409
7410         * auth-source.el (auth-source-secrets-search): Add examples.
7411
7412 2011-02-06  Julien Danjou  <julien@danjou.info>
7413
7414         * message.el (message-setup-1): Handle message-generate-headers-first
7415         set to t.
7416
7417 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7418
7419         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7420         API with a string "secrets:collection-name" and with 'default.
7421         (auth-source-backend-parse): Parse "secrets:collection-name" and
7422         'default.  Recurse on parses instead of repeating code.  Use the
7423         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7424         message when ignoring a source.
7425         (auth-source-search): List ignored search keys at the top level.
7426         (auth-source-netrc-create): Use `case' instead of `cond'.
7427         (auth-source-secrets-search): Created with TODOs.
7428         (auth-source-secrets-create): Created with TODOs.
7429         (auth-source-retrieve, auth-source-create, auth-source-delete)
7430         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7431         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7432         (auth-source-user-or-password-sftp)
7433         (auth-source-user-or-password-smtp): Remove.
7434         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7435         around `auth-source-search'.  Not tested thoroughly.
7436
7437 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7438
7439         * auth-source.el: Bring in assoc and eioeio libraries.
7440         (secrets-enabled): New variable to track the status of the Secrets API.
7441         (auth-source-backend): New EIOEIO class to represent a backend.
7442         (auth-source-creation-defaults): New variable to set prompt defaults
7443         during token creation (see the `auth-source-search' docstring for
7444         details).
7445         (auth-sources): Simplify to allow a simple string as a netrc backend
7446         spec.
7447         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7448         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7449         (auth-source-search): Main auth-source API entry point.
7450         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7451         (auth-source-search-collection): Helper function for searching.
7452         (auth-source-netrc-parse, auth-source-netrc-normalize)
7453         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7454         Supports search, create, and delete.
7455         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7456         backend stubs.
7457         (auth-source-user-or-password): Call `auth-source-search' but it's not
7458         ready yet.
7459
7460 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7461
7462         * message.el (message-setup-1): Remove the read-only stuff, since it
7463         doesn't work under XEmacs, for some reason.
7464
7465         * gnus-sum.el (gnus-user-date): Rename back from
7466         gnus-summary-user-date since user code refers to it.
7467
7468         * shr.el (shr-render-td): Store the actual background color used.
7469
7470         * message.el (message-setup-1): Don't bind the constant
7471         -forbidden-properties.
7472         (message-setup-1): Revert previous change, since it needs to bind the
7473         props to insert them.
7474         (message-resend): Allow removing the read-only separator line.
7475
7476 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7477
7478         * nnimap.el (nnimap-request-accept-article): Give an error message if
7479         the APPEND wasn't successful.
7480
7481 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7482
7483         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7484         that have no groups.
7485
7486 2011-02-03  Julien Danjou  <julien@danjou.info>
7487
7488         * gnus-draft.el: Remove progn around gnus-draft-setup.
7489
7490 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7491
7492         * gnus-start.el (gnus-read-active-for-groups): This function is never
7493         called with a nil `infos', so clean that up.
7494         (gnus-get-unread-articles): Request active files from primary/secondary
7495         methods that have no groups (yet).
7496
7497 2011-02-03  Julien Danjou  <julien@danjou.info>
7498
7499         * message.el (message-setup-1): Always generate References first.
7500         (message-mail): Return the return value of message-setup, not always t.
7501         (message-setup-1): Insert mail-header-separator with read-only and
7502         intangible properties set.
7503
7504         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7505         user-date in docstring.
7506
7507         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7508
7509         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7510         docstring.
7511
7512         * gnus.el (gnus-user-date-format-alist): Change default value.
7513         Use defcustom, with type and group.  Move from gnus-util.el.
7514         Rename to gnus-summary-user-date-format-alist.
7515
7516 2011-02-03  Glenn Morris  <rgm@gnu.org>
7517
7518         * nnimap.el (gnus-fetch-headers): Declare.
7519
7520         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7521
7522 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7523
7524         * message.el (message-forward-make-body-digest-plain)
7525         (message-followup, message-reply): Clean up things noted by Stefan.
7526
7527         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7528         gnus-article-update-date-headers is nil.
7529         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7530         it didn't really work with defcustom.
7531         (article-update-date-lapsed): Make sure the window start doesn't move,
7532         either.
7533
7534 2011-02-01  Julien Danjou  <julien@danjou.info>
7535
7536         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7537         format.
7538
7539         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7540         standard in Emacs nowadays.
7541
7542         * color.el (color-gradient): Add a color-gradient function.
7543
7544 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7545
7546         * message.el (message-expand-name): Don't trust the return value of
7547         bbdb-complete-name.
7548         (message-check-news-header-syntax): Remove unused var `start'.
7549         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7550         (message-inhibit-body-encoding): Move to before first use.
7551         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7552         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7553         (Organization, Message-ID, Date, mh-previous-window-config):
7554         Defvar the vars using dynamic scoping.
7555
7556 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7557
7558         * shr.el (shr-render-td): Only do colors at the final rendering.
7559         Should be slightly faster.
7560         (shr-insert-table): Fix up TD background colors when doing the
7561         vertical padding.
7562
7563         * gnus-art.el (article-date-ut): Protect against articles with no Date
7564         header.
7565         (article-update-date-lapsed): Don't use current-column to find the
7566         horizontal position.  It's fragile in the presence of \003 characters.
7567
7568         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7569
7570 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7571
7572         * gnus-art.el (article-transform-date): Rewrite to still work when
7573         there are several rfc2822 parts.
7574         (article-transform-date): Fix infinite recursion.
7575         (article-date-ut): Replace infinitely many Date headers with a single
7576         one when called interactively.
7577
7578         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7579         secure manner.
7580
7581         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7582         move around by not using save-window-excursion.  It seems to work...
7583
7584 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * gnus-art.el (article-make-date-line): Work for user-defined format.
7587
7588 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7589
7590         * nntp.el (nntp-retrieve-group-data-early)
7591         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7592         fetching functions.
7593
7594         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7595         thoroughly for all backends that have no known groups.  This should
7596         allow new nnml methods to retrieve mail.
7597
7598         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7599         that Gnus doesn't know exists again.
7600
7601         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7602         (gnus-treat-date-ut): Ditto.
7603         (gnus-article-update-date-header): Rename.
7604         (gnus-treat-date-local): Remove.
7605         (gnus-treat-date-english): Remove.
7606         (gnus-treat-date-lapsed): Remove.
7607         (gnus-treat-date-combined-lapsed): Remove.
7608         (gnus-treat-date-original): Remove.
7609         (gnus-treat-date-iso8601): Remove.
7610         (gnus-treat-date-user-defined): Remove.
7611         (gnus-article-date-headers): New variable to control all the date
7612         header options.
7613         (article-date-ut): Rewrite to allow using the new way to format date
7614         headers(s).
7615
7616 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7617
7618         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7619         method.
7620         (nnmail-article-group): A better test for fanciness.
7621
7622         * nnimap.el (nnimap-request-head): Protect against not finding the
7623         article by Message-ID.
7624
7625 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7626
7627         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7628         keep point at the "same place".
7629
7630 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7631
7632         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7633         data if the group is inactive.
7634
7635 2011-01-28  Julien Danjou  <julien@danjou.info>
7636
7637         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7638         (gnus-all-windows-visible-p): Remove old compatibility code.
7639         (gnus-window-top-edge): Add docstring.
7640
7641         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7642
7643 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7644
7645         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7646         older request-update-info.
7647
7648         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7649
7650 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7651
7652         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7653         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7654
7655 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7656
7657         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7658         groups.  This makes the nndraft:queue group pop up if it's not already
7659         there.
7660
7661         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7662         messages" logic, which was reversed.
7663
7664         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7665         the "same place" even if point is on the line being replaced.
7666         (article-update-date-lapsed): Allow updating both the combined lapsed
7667         and the lapsed headers.
7668         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7669         (article-make-date-line): Limit the number of segments dynamically to
7670         avoid too-long lines.
7671
7672 2011-01-27  Julien Danjou  <julien@danjou.info>
7673
7674         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7675         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7676
7677 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7680         Use plist-get instead of the cl function getf.
7681
7682 2011-01-27  Glenn Morris  <rgm@gnu.org>
7683
7684         * gnus-util.el (float-time): Get rid of compiler warning, again.
7685
7686 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7687
7688         * shr.el (shr-put-color): Special-case background colors: Do put them
7689         at the blank parts at the front of the lines.
7690
7691         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7692         exit hook to nix out all data on readedness on group exit.
7693
7694         * gnus-util.el (float-time): If float-time is bound, always use it on
7695         all Emacsen.  It's unclear why the subrp check was there.
7696         (time-date): Require to make some autoload issues on XEmacs go away.
7697
7698         * shr.el (shr-put-color): Don't do the box padding in tables, since
7699         they're already padded.
7700
7701 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7702
7703         * gnus-art.el (gnus-article-next-page): When the last line of the
7704         article is displayed, scroll down once more instead of going to the
7705         next article at once.
7706         (article-lapsed-string): Refactor out and allow specifying how many
7707         segments you want.
7708         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7709         (gnus-article-update-lapsed-header): New variable.
7710
7711         * shr.el: Revert change that made headings use different-sized faces.
7712         The Emacs display engine isn't advanced enough that, for instance,
7713         tables can comfortably use differently-sized faces.
7714
7715 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7716
7717         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7718         used.
7719         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7720         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7721         we're using an encrypted connection.
7722
7723         * proto-stream.el: Alter the interface functions to also return the
7724         actual stream type used: network or tls.
7725
7726 2011-01-25  Julien Danjou  <julien@danjou.info>
7727
7728         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7729         (mm-display-javascript-inline): New function.
7730
7731         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7732         viewing function.
7733
7734 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * shr.el (shr-expand-newlines): Fix variable name.
7737
7738 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7739
7740         * shr.el (shr-expand-newlines): Make nested boxes work.
7741
7742 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7743
7744         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7745         backgrounds.
7746         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7747         in a more sensible manner.
7748
7749 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7750
7751         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7752         if EPG is loaded.
7753
7754 2011-01-24  Julien Danjou  <julien@danjou.info>
7755
7756         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7757         tags.
7758
7759 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7760
7761         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7762         commands.
7763
7764         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7765         in the article buffer.
7766         (gnus-gravatar-insert): Use blank space from the current buffer to
7767         avoid breaking text properties.  This makes X-Sent updating work again.
7768
7769         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7770
7771 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7772
7773         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7774         fix the bug in url-http.el instead.
7775
7776         * shr.el (shr-image-fetched): Ditto.
7777
7778         * shr.el (shr-image-fetched): Avoid having point move in the article
7779         buffer.
7780
7781         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7782         buffer after being called.  It's apparently being killed by url.el, and
7783         killing it made point move to end-of-buffer in a random buffer.
7784
7785         * shr.el (shr-image-fetched): Ditto.
7786
7787 2011-01-23  Julien Danjou  <julien@danjou.info>
7788
7789         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7790
7791         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7792         text/x-org.
7793
7794 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7795
7796         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7797         (i.e., nnimap) returning nil as the article number.
7798
7799 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7800
7801         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7802         "DelSp" parameter in RFC3676.
7803
7804 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7805
7806         * message.el (message-check-recipients): Display the encoded version of
7807         the bogus address if they differ.
7808
7809         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7810         after sending.
7811
7812         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7813
7814         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7815
7816         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7817         group buffer after sending the queue.
7818
7819         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7820
7821 2011-01-22  Julien Danjou  <julien@danjou.info>
7822
7823         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7824
7825 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7826
7827         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7828         nested related parts.
7829
7830         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7831         unexpired articles.  This fixes the regression that led expiry marks to
7832         disappear from nnfolder groups.
7833
7834 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7835
7836         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7837         Don't confuse the "ret" of "retrograde" with RET.
7838
7839 2011-01-21  Julien Danjou  <julien@danjou.info>
7840
7841         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7842         than mm-insert-inline.
7843
7844 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7847         Widen article buffer.
7848
7849 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7850
7851         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7852         the temp buffer.
7853         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7854
7855 2011-01-20  Julien Danjou  <julien@danjou.info>
7856
7857         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7858
7859         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7860         than mm-insert-inline to insert inline part: this respect
7861         mm-inline-media-tests displayers.
7862
7863         * mm-view.el (mm-display-shell-script-inline): New function.
7864
7865         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7866
7867         * mm-uu.el (mm-uu-type-alist): Add org block.
7868         (mm-uu-org-src-code-block-extract): New function.
7869
7870         * mm-view.el (mm-display-org-inline): New function.
7871
7872         * mm-decode.el (mm-automatic-display): Add text/org.
7873
7874         * mailcap.el (mailcap-mime-extensions): Add .org.
7875
7876 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7879         gnus-article-add-buttons.
7880
7881 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7882
7883         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7884         From header with a date and "nobody" as the sender.
7885
7886 2011-01-19  Julien Danjou  <julien@danjou.info>
7887
7888         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7889         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7890         if you have the same regexp several times.
7891         (gnus-button-push): Fix matching when regexp is symbol.
7892
7893 2011-01-15  Glenn Morris  <rgm@gnu.org>
7894
7895         * message.el (message-mail): A compose-mail function should
7896         accept headers as strings.
7897
7898 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7899
7900         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7901         Add :vert-only tags.
7902         (message-mail): New arg RETURN-ACTION.
7903         (message-return-action): New var.
7904         (message-bury): Use it.
7905         (message-mode): Make it buffer-local.
7906         (message-send-and-exit): Always call message-bury.
7907
7908         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7909         message-mail.
7910
7911 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7912
7913         * nnimap.el (nnimap-convert-partial-article): Protect against
7914         zero-length body parts.
7915
7916         * mm-decode.el (mm-preferred-alternative-precedence):
7917         Discourage showing empty parts.
7918
7919         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7920         and stuff if the backend didn't return the article number.  This fixes
7921         an Exchange-related nnimap bug.
7922
7923         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7924         group window, because it does the wrong thing when a separate frame
7925         displays the group buffer.
7926
7927         * proto-stream.el (open-protocol-stream): Protect against the low-level
7928         transport functions returning nil.
7929
7930 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7931
7932         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7933         (mml2015-epg-find-usable-secret-key): New function.
7934         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7935         mml2015-epg-find-usable-key (Bug#7797).
7936         (mml2015-epg-encrypt): Ditto.
7937
7938 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * dgnushack.el (rot13-string): Fix the way to get the argument.
7941
7942 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7943
7944         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7945
7946 2011-01-03  Glenn Morris  <rgm@gnu.org>
7947
7948         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7949
7950         * sieve.el (sieve-open-server): Give a more explicit error if
7951         sieve-manage-open returns nil.  (Bug#7720)
7952
7953 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7954
7955         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7956
7957 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7958
7959         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7960         This avoids sending passwords in plain text over non-encrypted
7961         channels.
7962
7963         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7964
7965         * nnimap.el (nnimap-login): Refactored out into own function, and
7966         implement CRAM-MD5.
7967         (nnimap-wait-for-line): Refactored out.
7968
7969         * mm-view.el (mml-smime): Require.
7970
7971 2010-12-20  David Engster  <deng@eml.cc>
7972
7973         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7974         use EPG to decrypt S/MIME messages instead of openssl.
7975
7976 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7977
7978         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7979
7980         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7981         status is the group clearly is unreachable.
7982
7983         * auth-source.el (auth-source-create): Add the optional second
7984         parameter to `local-variable-p' to be compatible with XEmacs.
7985
7986 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7987
7988         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7989         work when using a compressed nnml folder.
7990
7991 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7994         backends after sanitising on entry, because this never makes sense:
7995         If the articles have gone missing, then the data no longer exists on
7996         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7997         overwrite anything anyway.
7998
7999         * shr.el (shr-insert-document): Bind shr-width dynamically to
8000         window-width if it's nil.
8001
8002 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8003
8004         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8005         with the meaning of using the full emacs window width for rendering.
8006
8007 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8008
8009         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8010         case when sender is not given.
8011
8012 2010-12-23  Julien Danjou  <julien@danjou.info>
8013
8014         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8015         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8016         the addresses, otherwise we might misplaced the gravatar.
8017
8018 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8019
8020         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8021         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8022         obsolete in Emacs.
8023
8024 2010-12-20  Julien Danjou  <julien@danjou.info>
8025
8026         * gnus-util.el (gnus-rescale-image): Revert last change.
8027
8028 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8029
8030         * binhex.el: Improve commentary (Bug#7482).
8031
8032 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * gnus-group.el (gnus-group-delete-articles): New command.
8035
8036 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8037
8038         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8039
8040 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8041
8042         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8043         here, since it's up to the backends to do CRLF removal if their
8044         protocol has it.
8045
8046         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8047
8048 2010-12-17  Julien Danjou  <julien@danjou.info>
8049
8050         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8051         they are from file.  Can also scale up.
8052
8053 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8054
8055         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8056         Restore gnus-use-agent.
8057         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8058
8059         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8060
8061 2010-12-17  Julien Danjou  <julien@danjou.info>
8062
8063         * gravatar.el (gravatar-retrieve-synchronously): New function.
8064         (gravatar-get-data): Make more robust.
8065
8066 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8069
8070 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8073         to really consider the last line.
8074
8075 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8076
8077         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8078         list of recipient keys, or use symmetric encryption if not a list.
8079         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8080         EPA override, replacing the call to `netrc-store-data'.
8081
8082 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8083
8084         * gnus-srvr.el: Avoid passing nil regexp argument to
8085         delete-matching-lines.
8086
8087 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8088
8089         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8090         fetching stops when Gnus exits.
8091
8092         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8093         function.
8094         (nnfolder-request-expire-articles): Save all the buffers after doing
8095         expiry.
8096
8097         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8098         the last article", since that led to serious performance regressions
8099         when expiring nnml groups.
8100
8101 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8102
8103         * nnir.el: Improve customizations.
8104
8105 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8108
8109         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8110         group has been killed.
8111         (gnus-group-yank-group): Ditto.
8112
8113         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8114
8115         * nnimap.el (nnimap-request-update-group-status): New function.
8116
8117         * gnus-int.el (gnus-request-update-group-status): New interface
8118         function.
8119
8120         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8121         copying read-ness to the backends.
8122
8123         * nnimap.el (nnimap-quirk): New function.
8124         (nnimap-retrieve-group-data-early): Use it.
8125         (nnimap-quirks): New alist.
8126
8127 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8130         don't delete it within indentation.
8131
8132 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8133
8134         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8135         previous line.
8136
8137 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8138
8139         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8140         QRESYNC command by deleting a superfluous space which broke Cyrus
8141         servers.  This change will break other servers that are buggy the other
8142         way around.
8143
8144 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8145
8146         * spam.el: Reindent and fix long lines.
8147         (spam-copy-or-move-routine): Exclude invalid move destinations.
8148
8149 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8150
8151         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8152         installed the registry.
8153
8154 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8157
8158 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8159
8160         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8161         groupname doesn't contain "gmane".
8162
8163 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8164
8165         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8166         and netrc-bound-and-true-p bindings.
8167         (netrc-parse): Cache the netrc contents.
8168
8169         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8170         (gnus-1): Don't create the nndrafts group twice.
8171         (gnus-setup-news): There's no need to read the active file here, since
8172         that's done again later on a per-backend basis.
8173         (gnus-start-draft-setup): Make sure that the new group is started out
8174         empty.
8175
8176         * gnus-agent.el (gnus-agentize): Don't create the queue group
8177         automatically on startup.  It'll be created later, if needed.
8178
8179         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8180         of automatically subscribed groups.
8181         (gnus-auto-subscribed-categories): New variable.
8182         (gnus-matches-options-n): Use it.
8183         (gnus-default-subscribed-newsgroups): Remove unused variable.
8184         (gnus-start-draft-setup): Message a bit less.
8185
8186 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8187
8188         * nnir.el (nnir-run-imap): Return article list in order of increasing
8189         UID.
8190
8191 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192
8193         * gnus-sum.el (gnus-summary-enter-digest-group):
8194         Mention gnus-auto-select-on-ephemeral-exit.
8195
8196         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8197         convention of the network-only option.
8198
8199 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8200
8201         * proto-stream.el (proto-stream-open-network-only): New function to
8202         have a way to specify non-STARTTLS upgrade connections.
8203
8204 2010-12-10  Julien Danjou  <julien@danjou.info>
8205
8206         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8207         email address is nil.
8208
8209         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8210
8211 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8212
8213         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8214         deletion.
8215         (nnir-run-imap): Only need to parse list once.
8216
8217 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8218
8219         * shr.el (shr-tag-script): Ignore <script>.
8220         (shr-tag-label): Add <label> support.
8221
8222 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8225
8226         * shr.el (shr-image-displayer): Work for images lined side by side.
8227
8228 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8229
8230         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8231         parameter, since XEmacs doesn't accept t as a parameter.
8232
8233 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8234
8235         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8236         ids.
8237         (nnir-run-gmane): Simplify groupspec formatting.
8238         (nnir-request-expire-articles): New function.
8239
8240 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8241
8242         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8243         overflow, possibly.
8244
8245         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8246         (shr-render-td): Handle td style="" better.
8247         (shr-tag-table): Use the color from the style sheet.
8248         (shr-render-td): Make sure we copy over all the overlays, too.
8249
8250 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8251
8252         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8253         (nnir-request-article): Improve article retrieval.
8254
8255 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * mm-util.el (mm-extra-numeric-entities): New variable.
8258
8259         * mm-url.el (mm-url-decode-entities):
8260         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8261
8262         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8263
8264 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8265
8266         * message.el: Use completion-at-point.
8267         (message-completion-function): New fun, extracted from message-tab.
8268         (message-mode): Use it for completion-at-point-functions.
8269         (message-tab): Use it and completion-at-point.
8270
8271 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8274         character if a non-breakable character follows.
8275
8276 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8277
8278         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8279         any stream.
8280
8281         * shr.el (shr-tag-font): Colorize the region.
8282         (shr-tag-body): Ditto.
8283         (shr-tag-font): Actually let the styles be inherited instead of
8284         overwriting them.
8285         (shr-tag-font): Get the background color right.
8286         (shr-tag-style): Ignore all <style> tags for the moment.
8287
8288         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8289         a Message-ID to avoid having nnimap depend on gnus-sum.
8290
8291         * shr.el (shr-descend): Only colorize something if we have a node that
8292         sets colors.
8293
8294 2010-12-06  Julien Danjou  <julien@danjou.info>
8295
8296         * shr.el (shr-render-td): Render td content with shr-descend, so style
8297         will be applied to <td> too.
8298         (shr-colorize-region): Colorize region even if we only have a background.
8299         (shr-tag-body): Fix color and background color inheritance.
8300         Do not recolorize after shr-generic.
8301         (shr-tag-font): Let shr-generic colorize via inheritance.
8302
8303 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8306
8307 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8308
8309         * nnir.el (nnir-request-move-article): Remove obsolete code.
8310
8311 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8314
8315 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * gnus-sum.el (gnus-summary-respool-article): The completion function
8318         expects a list instead of an alist.
8319
8320         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8321         string as the parameter.
8322
8323         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8324
8325         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8326         styles.
8327         (shr-colorize-region): New function.
8328         (shr-insert-background-overlay): Remove.
8329         (shr-render-td): Background setting should be taken care of on a higher
8330         level.
8331         (shr-tag-body): Use post-hoc colorizations.
8332         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8333         (shr-put-color-1): Don't overwrite old colors.
8334         (shr-colorize-region): When the background color isn't explicit, use
8335         a fixed background.
8336
8337         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8338         nnmail variables.
8339
8340 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8341
8342         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8343         unless necessary.
8344
8345 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8346
8347         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8348         server.
8349
8350 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8351
8352         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8353         so that TAB works.
8354
8355         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8356         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8357
8358         * shr.el (shr-urlify): Show the URL before the title to avoid
8359         misleading URLs.
8360
8361 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8362
8363         * shr.el (shr-urlify): Display the title in <a> tags.
8364
8365 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8366
8367         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8368
8369 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8370
8371         * nnir.el: Rearrange code to allow macros to be autoloaded by
8372         gnus-sum.el.
8373         (nnir-retrieve-headers-override-function): Make this variable
8374         customizable.
8375         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8376
8377         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8378         from nnir.el.
8379
8380 2010-12-03  Julien Danjou  <julien@danjou.info>
8381
8382         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8383
8384 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8387         allow optional argument `environment'.
8388
8389 2010-12-03  Glenn Morris  <rgm@gnu.org>
8390
8391         * mm-extern.el (message-goto-body): Update declaration.
8392
8393 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-util.el (gnus-macroexpand-all): New function.
8396
8397         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8398         instead of macroexpand-all that is unavailable in XEmacs.
8399
8400 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8401
8402         * nnir.el (nnir-summary-line-format): New variable.
8403         (nnir-mode): Use it.
8404         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8405         (nnir-article-ids): Reimplement as defsubst.
8406         (nnir-retrieve-headers): Don't mangle the subject header.
8407         (nnir-run-imap): Use 100 as RSV score.
8408         (nnir-run-find-grep): Fix for full server searching.
8409         (nnir-run-gmane): Better restriction to gmane groups.
8410
8411         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8412         summary buffers.
8413
8414 2010-12-02  Julien Danjou  <julien@danjou.info>
8415
8416         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8417
8418         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8419
8420         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8421         support.
8422
8423 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8424
8425         * nnir.el: Update to handle the registry better.
8426         (autoload): Silence byte-compiler.
8427         (nnir-open-server): Add a hook for nnir groups.
8428         (nnir-request-move-article): Don't mangle the header.  Better to use
8429         formatting variables (which will be added in the future).
8430         (nnir-registry-action): Update the registry using the original article
8431         group name.
8432         (nnir-mode): Install nnir-specific hooks for updating the registry.
8433
8434         * gnus-sum.el
8435         (gnus-article-original-subject, gnus-newsgroup-original-name):
8436         Remove obsolete variables.
8437         (gnus-summary-move-article): Remove use of obsolete variables.
8438         (gnus-summary-local-variables): Make move and delete hooks local to
8439         summary buffers.
8440
8441 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442
8443         * rtree.el: New file.
8444
8445 2010-12-01  Julien Danjou  <julien@danjou.info>
8446
8447         * message.el (message-user-organization): Do not use
8448         gnus-local-organization.
8449
8450         * gnus.el: Remove gnus-local-organization.
8451
8452         * gnus-msg.el: Remove nastygram thing.
8453
8454 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8455
8456         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8457         funcall.
8458
8459 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8462         names.
8463
8464         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8465         characters.
8466
8467         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8468         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8469         Suggested by Štěpán Němec <stepnem@gmail.com>.
8470         (gnus-gravatar-transform-address): Use mail-extract-address-components
8471         that supports non-ASCII names rather than mail-header-parse-addresses.
8472
8473 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8474
8475         * proto-stream.el (open-protocol-stream): All starttls connections are
8476         handled by the network handler.
8477
8478 2010-11-30  Julien Danjou  <julien@danjou.info>
8479
8480         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8481         (nnimap-open-connection-1): Fix PREAUTH.
8482
8483         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8484
8485 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8488         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8489         (shr-insert): Use them.
8490         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8491
8492 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8493
8494         * nnir.el (nnir-request-move-article): Bail out if original group
8495         doesn't support article moves.
8496         (nnir-get-active): Improve active list retrieval.
8497
8498 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499
8500         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8501
8502 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8503
8504         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8505         seem to accept strings-with-numbers as port numbers.
8506
8507 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8508
8509         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8510         change the registry.
8511
8512 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8515         delete-dups that is not available in XEmacs 21.4.
8516
8517         * mm-util.el (mm-delete-duplicates): Add comment.
8518
8519 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8520
8521         * nnir.el (nnir-ignored-newsgroups): New variable.
8522         (nnir-get-active): Use it.
8523
8524 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8525
8526         * proto-stream.el (proto-stream-open-network): Add some comments.
8527
8528         * nntp.el (nntp-open-connection): Provide a :success condition.
8529
8530         * nnimap.el (nnimap-open-connection-1): Ditto.
8531
8532         * proto-stream.el (proto-stream-open-network): See what the response to
8533         the STARTTLS command is.
8534
8535         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8536         backwards compatibility).
8537         (nnimap-open-connection-1): Really respect nnimap-server-port.
8538
8539         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8540         TLS upgrades we don't really care about the identity of the peer.
8541         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8542         that what we've checked for.
8543         (proto-stream-always-use-starttls): Only default to t if
8544         open-gnutls-stream exists.
8545         (proto-stream-open-network): If STARTTLS failed, then just open a
8546         normal connection.
8547         (proto-stream-open-network): Wait until the greeting before doing
8548         STARTTLS.
8549
8550         * nntp.el (nntp-open-connection): Report what the connection error is.
8551
8552         * proto-stream.el (open-protocol-stream): Rename from
8553         open-proto-stream.
8554
8555 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * nnimap.el (nnimap-stream): Change default to `undecided'.
8558         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8559         first, and then network.
8560         (nnimap-open-connection-1): Respect nnimap-server-port.
8561         (nnimap-open-connection): Be more backwards-compatible.
8562
8563         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8564         (proto-stream-open-starttls): De-duplicate the starttls code.
8565         (proto-stream-open-starttls): Folded back into the main function.
8566         (proto-stream-open-network): Fix typo in the gnutls path.
8567         (proto-stream-command): Refactor out.
8568
8569         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8570
8571         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8572         starttls.el STARTTLS.
8573
8574         * color.el (color-lab->srgb): Fix function call name.
8575
8576         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8577         if we're using tls.el.
8578         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8579         built in, then don't try to establish a STARTTLS connection.
8580
8581         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8582         servers.
8583
8584         * proto-stream.el (open-proto-stream): Use network, not stream.
8585         (open-proto-stream): Add a way to specify what the end of a command is.
8586
8587         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8588         connections types.
8589         (nntp-open-network-stream): Remove.
8590         (nntp-open-ssl-stream): Remove.
8591         (nntp-open-tls-stream): Remove.
8592         (nntp-ssl-program): Remove.
8593
8594         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8595
8596 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8597
8598         * nnir.el: Fix typos.
8599         (nnir-retrieve-headers-override-function): Rename variable to reflect
8600         new semantics.
8601         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8602         macros.
8603         (nnir-request-article, nnir-request-move-article): Use them.
8604         (nnir-categorize): New function.
8605         (nnir-run-query): Use it.
8606         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8607         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8608         sorted.
8609         (nnir-group-full-name): Use gnus-group-full-name instead.
8610         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8611         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8612
8613 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8616
8617         * proto-stream.el: New library to provide protocol-specific
8618         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8619         protocols.
8620         (open-proto-stream): Complete the documentation.
8621         (proto-stream-open-network): Fix some typos.
8622
8623         * nnimap.el (nnimap-open-connection): Use it.
8624
8625 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8626
8627         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8628         negotiation.
8629
8630 2010-11-26  Julien Danjou  <julien@danjou.info>
8631
8632         * color.el: Rename various rgb functions to srgb.
8633
8634 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8635
8636         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8637         names.
8638
8639 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * shr.el (shr-insert): Revert last change.
8642         (shr-find-fill-point): Never leave point being at bol;
8643         relax the kinsoku limitation when rendering tables.
8644
8645 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8646
8647         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8648         results from -accept-article.
8649
8650         * shr-color.el: Require cl when compiling.
8651
8652         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8653         checkin.
8654
8655         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8656
8657         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8658
8659         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8660         'add and 'delete to set backend marks.
8661
8662         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8663
8664         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8665
8666         * nntp.el (nntp-request-set-mark): Use it.
8667
8668         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8669
8670         * nnml.el (nnml-request-set-mark): Ditto.
8671
8672         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8673         introduces regressions in article selection.
8674         (nnimap-find-uid-response): New function.
8675         (nnimap-request-accept-article): Use the UID returned, if any.
8676         (nnimap-request-move-article): Use the UID returned, if any.
8677         (nnimap-get-groups): Reimplement to work with folded lines.
8678         (nnimap-find-uid-response): The UID is the last element in the list.
8679         (nnimap-request-set-mark): Extend syntax with 'set.
8680
8681         * nnml.el (nnml-request-set-mark): Ditto.
8682
8683         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8684
8685         * nntp.el (nntp-request-set-mark): Ditto.
8686
8687 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * message.el (message-called-interactively-p): A temporary macro.
8690         (message-goto-body): Use it temporarily.
8691
8692 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693
8694         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8695         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8696         (nnimap-last-response-string): Fix last unfolding fix.
8697
8698 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * shr.el (shr-insert): Fix the way to fold lines.
8701
8702 2010-11-25  Julien Danjou  <julien@danjou.info>
8703
8704         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8705
8706         * color.el: Rename from color-lab.el
8707         (color-rgb->hex): Add.
8708         (color-complement): Add.
8709         (color-complement-hex): Add.
8710
8711         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8712
8713 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8714
8715         * shr-color.el (shr-color-visible): Don't bug out if the color names
8716         don't exist.
8717
8718 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8721         assuming that article displaying or another mml-preview may be
8722         interrupted for an error or for the like.
8723
8724         * shr.el (shr-get-background): Fix argument name.
8725
8726 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8727
8728         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8729
8730         * gnus-sum.el (gnus-summary-include-articles): New function.
8731
8732         * message.el (message-goto-body): called-interactively-p needs a
8733         parameter, so use `any'.
8734
8735         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8736         clear marks before moving, since they're synced from the Gnus side
8737         first.
8738
8739         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8740         (gnus-summary-move-article): Copy over all marks before moving, so that
8741         IMAP doesn't think a new article has arrived.
8742
8743 2010-11-24  Julien Danjou  <julien@danjou.info>
8744
8745         * shr.el (shr-insert-background-overlay): Fix typo.
8746         (shr-render-td): Copy the background before rendering.
8747
8748         * shr-color.el (shr-color-visible): Fix docstring.
8749
8750         * shr.el (shr-tag-table): Add bgcolor support.
8751         (shr-render-td): Add bgcolor support.
8752         (shr-get-background): Add.
8753         (shr-insert-foreground-overlay): Use shr-get-background.
8754
8755         * message.el (message-goto-body): Use called-interactively-p.
8756         (message-in-body-p): message-goto-body returns point.
8757
8758 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8761         Fixes something or other in Emacs 23, and is backwards compatible.
8762
8763         * message.el (message-goto-body): Remove the <#secure special-casing,
8764         which is too special.
8765
8766         * shr.el (shr-parse-style): Drop !important from styles.
8767
8768 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8769
8770         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8771         this function to return incorrect results when calling it with an
8772         explicit article argument different from
8773         (gnus-summary-article-number).
8774
8775 2010-11-24  Julien Danjou  <julien@danjou.info>
8776
8777         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8778         (shr-tag-body): Add background support.
8779         (shr-descend): Add background support.
8780         (shr-tag-title): Add.
8781
8782         * shr-color.el (shr-color-visible): Really return original background
8783         if fixed.
8784
8785 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8786
8787         * shr.el (shr-color-check): Protect against non-existent color names.
8788
8789 2010-11-24  Julien Danjou  <julien@danjou.info>
8790
8791         * color-lab.el: Require 'cl when compiling.
8792
8793         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8794
8795         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8796         matched part.
8797
8798         * color-lab.el: Fix all expt calls to use float type.
8799
8800 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8803         expression to shr-color-check as is.
8804
8805         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8806
8807         * color-lab.el: Add coding cookie.
8808         (float-pi): Use eval-and-compile.
8809
8810         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8811         compiled for Emacsen having no `libxml-parse-html-region' support.
8812
8813 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8814
8815         * shr.el (shr-insert-color-overlay): Split stuff like
8816         "#444444 !important" to find the real color.
8817         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8818         parse <font color="red"> entries.
8819
8820 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8821
8822         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8823         point when parsing headers.
8824
8825         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8826         is positioned properly when parsing headers.
8827
8828 2010-11-23  Julien Danjou  <julien@danjou.info>
8829
8830         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8831
8832         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8833
8834         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8835
8836         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8837         Use shr-color-hue-to-rgb.
8838         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8839
8840 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * shr.el (shr-color->hexadecimal): Autoload.
8843         (shr-descend): Add color to all tags.
8844
8845 2010-11-22  Julien Danjou  <julien@danjou.info>
8846
8847         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8848         shr-color->hexadecimal.
8849
8850         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8851         RGB() or HSL() color representation.
8852
8853         * shr.el (shr-tag-font): Add.
8854         (shr-tag-color-check): New function to get better colors.
8855         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8856         tag-span.
8857
8858         * shr-color.el: New file.
8859
8860         * color-lab.el: New file.
8861
8862         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8863
8864 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8865
8866         * nnir.el: Fix typo in comments.
8867         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8868         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8869
8870 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871
8872         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8873
8874         * nnimap.el (nnimap-get-capabilities): Refactor out.
8875         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8876
8877 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8878
8879         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8880         appearing when `mm-uu-hide-markers' is nil.
8881
8882 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883
8884         * nnimap.el (nnimap-unselect-group): Make into its own function.
8885         (nnimap-request-rename-group): Unselect group before renaming.
8886         This had gotten lost somewhere.
8887         (nnimap-request-accept-article): Keep track of examined groups, and
8888         unselect the group before APPENDing to read-only groups.
8889         (nnimap-request-move-article): Clear flags before moving so that they
8890         can be re-set later.
8891
8892 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8895         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8896
8897 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * gnus-art.el (gnus-mime-display-single):
8900         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8901         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8902         parameter.
8903
8904 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905
8906         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8907         (shr-table-vertical-line): New variable.
8908         (shr-insert-table): Use it.
8909
8910 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * gnus-html.el (gnus-html-wash-images): Don't display images if
8913         gnus-inhibit-images is non-nil; register displayer for cid images.
8914         (gnus-html-display-image): Work for cid image.
8915         (gnus-html-insert-image): Allow arguments.
8916         (gnus-html-put-image): Inhibit read-only.
8917         (gnus-html-prefetch-images): Don't prefetch images if
8918         gnus-inhibit-images is non-nil.
8919
8920 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8921
8922         * shr.el (shr-put-image): Break lines when inserting big pictures.
8923
8924 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8925
8926         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8927         sender, thanks Katsumi Yamaoka.
8928
8929 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8930
8931         * nnir.el (nnir-run-imap): Reverse the article list for each group
8932         rather than the whole list.
8933
8934 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * shr.el (shr-image-displayer): Protect function against non-existent
8937         image source.
8938
8939         * gnus-art.el (gnus-inhibit-images): New user option.
8940         (gnus-mime-display-single): Don't display image if it is non-nil.
8941
8942         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8943         gnus-inhibit-images.
8944
8945         * shr.el (shr-image-displayer): New function.
8946         (shr-tag-img): Use it.
8947
8948 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8949
8950         * mml2015.el (mml2015-epg-sign): Use From header.
8951
8952 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953
8954         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8955
8956         * gnus-util.el (gnus-find-text-property-region): Return markers.
8957
8958         * shr.el (shr-tag-img): Put a displayer in the text property.
8959
8960         * gnus-util.el (gnus-find-text-property-region): New utility function.
8961
8962         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8963         (gnus-html-show-images): Remove.
8964
8965         * gnus-art.el (gnus-article-show-images): New, more general function.
8966
8967         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8968         image url text properties.
8969
8970         * shr.el: Ditto.
8971
8972         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8973         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8974
8975 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8978         work for two or more articles.
8979
8980 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8983         divide an image that's in an html article to two or more when washing
8984         non-ASCII characters in alt text of it.
8985
8986 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8989         smime-decrypt-region using function argument.
8990         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8991
8992         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8993
8994         * smime.el (smime-decrypt-region): Catch it.
8995
8996 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8997
8998         * smime.el (smime-mode-map): Move initialization into declaration.
8999         (gnus-run-mode-hooks): Don't autoload.
9000         (smime-mode): Use define-derived-mode.
9001
9002 2010-11-11  Glenn Morris  <rgm@gnu.org>
9003
9004         * smime.el (from): Restrict declaration to XEmacs.
9005
9006         * nnir.el (gnus-group-topic-name): Autoload.
9007
9008 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * shr.el (shr-insert): Don't break long line if it is because of
9011         kinsoku-bol characters in the line end.
9012
9013 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9014
9015         * nnir.el (nnir-request-move-article): Fix to provide original group
9016         and subject.
9017         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9018         been retrieved.
9019
9020         * gnus-sum.el (gnus-summary-move-article): Use original group and
9021         subject for virtual articles such as those in an nnir summary buffer.
9022
9023 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9026         least 21.5).
9027
9028         * smime.el (from): Declare it again for XEmacs.
9029
9030 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031
9032         * message.el (message-resend): Don't disable encoding unless it's
9033         already encoded.
9034
9035         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9036         low-numbered articles.
9037
9038 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * rfc2047.el (rfc2047-syntax-table): Simplify.
9041
9042         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9043
9044         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9045         set-char-table-range for XEmacs.
9046
9047 2010-11-10  Glenn Morris  <rgm@gnu.org>
9048
9049         * time-date.el (time-to-seconds): Always an alias on Emacs,
9050         never a real function.
9051         (with-no-warnings): Remove compat stub, now unused.
9052         (time-less-p): Doc fix.
9053         (time-to-number-of-days): Simplify.
9054
9055         * smime.el (from): Remove unused declaration.
9056
9057         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9058         (gnus-float-time): On Emacs, always an alias.
9059
9060         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9061         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9062
9063 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * dgnushack.el: Don't use ignore-errors in the top level form since it
9066         is unavailable in XEmacs even if cl is loaded.
9067
9068         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9069
9070 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * shr.el (browse-url-mailto): Autoload.
9073
9074         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9075
9076         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9077         regexp doesn't need quoting.
9078
9079 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9080
9081         * message.el (message-subject-trailing-was-ask-regexp)
9082         (message-subject-trailing-was-regexp): Match was: in addition to was.
9083
9084 2010-11-09  Glenn Morris  <rgm@gnu.org>
9085
9086         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9087         (nnbabyl-check-mbox): Use point-at-bol.
9088
9089 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9090
9091         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9092
9093         * message.el (message-mailto): New function.
9094         (message-mailto): Should accept other parameters.
9095         (message-mailto): Remove since it duplicates browse-url-mailto
9096         functionality.
9097
9098 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9099
9100         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9101         methods.
9102         (gnus-read-active-file): Ditto.
9103
9104         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9105         ": " from the prompt.
9106         (gnus-group-make-group): Ditto.
9107
9108 2010-11-07  Glenn Morris  <rgm@gnu.org>
9109
9110         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9111         (gnus-bookmark-kill-line): Use point-at-eol.
9112
9113 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9116         asterisks in From header.
9117
9118 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9119
9120         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9121         string to avoid making the From headers syntactically invalid.
9122
9123         * message.el (message-send-mail): Don't insert courtesy messages if the
9124         message already has List-Post and List-ID messages.
9125
9126 2010-11-06  Glenn Morris  <rgm@gnu.org>
9127
9128         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9129         `condition', `type', `length' a prefix.
9130         (gnus-treat-predicate): Update for above name changes.
9131
9132 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9133
9134         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9135         binding.  Handled by `gnus-summary-refer-thread' instead.
9136         (nnir-warp-to-article): New backend function.
9137
9138         * nnimap.el (nnimap-request-thread): Force dependency updating.
9139
9140         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9141         (gnus-summary-refer-thread): Rework to improve thread-referral.
9142
9143         * gnus-int.el (gnus-warp-to-article): New function.
9144
9145         * gnus-sum.el (gnus-summary-article-map): Bind it.
9146
9147 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9148
9149         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9150         gnus-summary-refer-thread.
9151
9152         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9153         headers.
9154         (gnus-summary-limit-include-thread): Prevent articles in thread from
9155         being cut in gnus-cut-threads.
9156         (gnus-summary-refer-thread): Limit retrieved headers to those in
9157         thread.
9158
9159 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * message.el (message-send-mail): Use the value of
9162         message-courtesy-message from the message buffer.
9163
9164         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9165
9166         * shr.el (shr-browse-url): Implement mailto: URLs.
9167
9168         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9169         "raw".
9170
9171         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9172         if it's already selected.
9173
9174         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9175
9176 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9179         to measure the length and truncate alt text.
9180
9181 2010-11-03  Glenn Morris  <rgm@gnu.org>
9182
9183         * nndiary.el (nndiary-generate-nov-databases-1)
9184         (nndiary-generate-active-info): Rename dynamic variable `files' to
9185         something less generic.
9186
9187 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9188
9189         * nnir.el (nnir-request-move-article): Call the underlying backend to
9190         move articles from nnir.
9191
9192 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9193
9194         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9195
9196 2010-11-02  Julien Danjou  <julien@danjou.info>
9197
9198         * nnir.el: Remove wais support.
9199
9200 2010-11-02  Glenn Morris  <rgm@gnu.org>
9201
9202         * gnus-html.el: Reorder requirements to quieten compiler.
9203
9204 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9205
9206         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9207         properly for XEmacs as well.
9208         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9209         (gnus-article-natural-long-line-p): Use window-width rather than
9210         frame-width.
9211
9212 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9213
9214         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9215         (nnir-read-parms): Don't modify query.
9216         (nnir-run-query): Add ability to search topic on current line.
9217         (nnir-get-active): Clean up.
9218
9219 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9220
9221         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9222         degenerate articles.
9223
9224         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9225         (gnus-print-buffer): Just print the buffer as is, without any copying
9226         to a buffer and then re-highlighting.
9227
9228         * nnimap.el (nnimap-request-group): Store the new updated info.
9229         (nnimap-request-group): Select the group when we don't know whether it
9230         exists or not.
9231
9232         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9233         groups.
9234
9235         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9236         groups.
9237
9238         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9239         groups.
9240
9241         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9242         long-lines case by only filling the long lines.
9243
9244         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9245         (bug#7311).
9246
9247 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9248
9249         * shr.el: No need to declare `declare-function' since shr.el is for
9250         only Emacsen that provide `libxml-parse-html-region'.
9251
9252         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9253         effective only in a file it is referred to.
9254
9255 2010-11-01  Glenn Morris  <rgm@gnu.org>
9256
9257         * mm-util.el (gnus-completing-read): Autoload.
9258         (mm-read-coding-system): Simplify Emacs definition.
9259
9260         * nnmail.el (gnus-activate-group):
9261         * nnimap.el (gnutls-negotiate):
9262         * nntp.el (netrc-parse): Fix declarations.
9263
9264 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9267         string-match-p in Emacs >=23.
9268
9269         * gnus-msg.el (gnus-configure-posting-styles):
9270         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9271
9272 2010-11-01  Glenn Morris  <rgm@gnu.org>
9273
9274         * nnir.el (declare-function): Add compat stub.
9275         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9276         (nnir-run-gmane): Require 'mm-url.
9277
9278         * mm-util.el (mm-string-to-multibyte): Simplify.
9279
9280         * shr.el (declare-function): Add compat stub.
9281         (url-cache-create-filename): Declare.
9282         (mm-disable-multibyte, widget-convert-button): Autoload.
9283
9284         * smime.el (ldap-search): Declare.
9285         (smime-cert-by-ldap-1): Require ldap on Emacs.
9286
9287         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9288         (nnimap-keepalive): Use gnus-float-time.
9289
9290         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9291         (mail-source-delete-crash-box): Use gnus-float-time.
9292
9293         * gnus-dired.el (gnus-completing-read): Autoload.
9294
9295         * mm-view.el (gnus-rescale-image): Autoload.
9296
9297         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9298
9299         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9300
9301         * sieve-manage.el: Require 'cl when compiling.
9302
9303         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9304         (gnus-iswitchb-completing-read): Require iswitchb.
9305         (gnus-select-frame-set-input-focus): Silence compiler.
9306
9307 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9308
9309         * message.el (message-subject-trailing-was-query): Change default to t,
9310         since I think that's what most people want.
9311
9312         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9313         appending for easier debugging.
9314         (nnimap-wait-for-connection): Take a regexp.
9315         (nnimap-request-accept-article): Wait for the continuation line before
9316         sending anything unless we're streaming.
9317
9318         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9319         leave the header washing to take place.
9320
9321 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9322
9323         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9324         regular expression match and replace in posting styles.
9325
9326 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9327
9328         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9329         an entire server.
9330         (nnir-get-active): New function.
9331         (nnir-run-imap): Use it.
9332         (nnir-run-gmane): Who knew, gmane search returns an article score!
9333
9334         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9335         server on the current line with nnir.
9336
9337 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9338
9339         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9340         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9341         left edge.
9342         (gnus-article-foldable-buffer): Skip past the prefix when determining
9343         raggedness.
9344
9345         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9346         the raw article, and change `C-u g' to show the article without doing
9347         treatments.
9348
9349         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9350         on to `gnus-treat-article'.
9351         (gnus-inhibit-article-treatments): New variable.
9352
9353         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9354
9355         * gnus-art.el (gnus-treatment-function-alist): Have
9356         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9357         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9358         sections.
9359
9360         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9361         parameter.
9362         (gnus-article-fill-cited-long-lines): New function.
9363         (gnus-article-fill-cited-article): Allow filling only long sections.
9364
9365         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9366         and non-punctuation (like after the apostrophe in "'We").
9367
9368         * gnus-sum.el (gnus-summary-select-article): Make sure
9369         gnus-original-article-buffer is alive.
9370
9371         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9372         reflect the order they're in in the digest.
9373
9374         * gnus.el (gnus-group-startup-message): Move point to the start of the
9375         buffer.
9376
9377         * nnimap.el (nnimap-capability): New function.
9378         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9379         is set.
9380
9381 2010-10-31  David Engster  <dengste@eml.cc>
9382
9383         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9384         conform with changes to gnus-completing-read.
9385
9386 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9387
9388         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9389
9390 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9391
9392         * nnir.el: Move defvar, defcustom around to keep file organized
9393         and keep byte-compiler quiet.
9394         (nnir-read-parms): Accept search-engine as arg.
9395         (nnir-run-query): Pass search-engine as arg.
9396         (nnir-search-engine): Remove.
9397
9398 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9399
9400         * shr.el (shr-generic): The text nodes should be text, not :text.
9401
9402         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9403         later in the file.
9404
9405 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9406
9407         * nnir.el: General clean up.  Allow searching with multiple engines.
9408         Allow separate extra-parameters for each engine.
9409         Batch queries when possible.
9410         (nnir-imap-default-search-key, nnir-method-default-engines):
9411         Add customize interface.
9412         (nnir-run-gmane): New engine.
9413         (nnir-engines): Use it.  Qualify all prompts with engine name.
9414         (nnir-search-engine): Remove global variable.
9415         (nnir-run-hyrex): Restore for now.
9416         (nnir-extra-parms, nnir-search-history): New variables.
9417         (gnus-group-make-nnir-group): Use them.
9418         (nnir-group-server): Remove in favor of gnus-group-server.
9419         (nnir-request-group): Avoid searching twice.
9420         (nnir-sort-groups-by-server): New function.
9421
9422 2010-10-30  Julien Danjou  <julien@danjou.info>
9423
9424         * gnus-group.el: Remove gnus-group-fetch-control.
9425
9426         * gnus-start.el (gnus-find-new-newsgroups):
9427         Remove gnus-check-first-time-used.
9428
9429         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9430
9431 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9432
9433         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9434         set on groups that don't have \* permanentflags.
9435
9436 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9437
9438         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9439         control the background color.
9440         (shr-tag-img): Ignore very small web bug type images.
9441         (shr-put-image): Add help-echo alt texts to the images.
9442         (shr-tag-video): Show the video poster image.
9443
9444 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9445
9446         * shr.el (shr-table-depth): New variable.
9447         (shr-tag-table-1): Only insert the images after the top-level table.
9448
9449         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9450
9451         * gnus-util.el (gnus-list-memq-of-list): New function.
9452
9453         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9454         selected.
9455         (nnimap-unsplittable-articles): New slot.
9456         (nnimap-new-articles): Use it.
9457
9458 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9459
9460         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9461         move to the previous line on `M-g'.
9462
9463 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9464
9465         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9466         *-request-group, which seems unnecessary.
9467
9468         * nnimap.el (nnimap-quote-specials): Function copied over from
9469         imap.el.
9470         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9471         they support that.  Suggested by Tom Regner.
9472
9473 2010-10-29  Julien Danjou  <julien@danjou.info>
9474
9475         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9476         defalias.
9477         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9478
9479         * gnus.el: Remove `gnus-nntp-service' variable.
9480         (gnus-secondary-servers): Make obsolete.
9481         (gnus-nntp-server): Make obsolete.
9482
9483         * gnus-start.el (gnus-1): Remove x-splash calls.
9484
9485         * gnus-ems.el (gnus-x-splash): Remove.
9486
9487         * gnus.el (gnus-group-startup-message): Simplify/update code.
9488
9489         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9490         definition.
9491
9492         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9493         capability before doing anything.
9494         (gnus-group-insert-group-line): Remove useless
9495         gnus-group-remove-excess-properties.
9496
9497 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9500
9501 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9504         config after reselecting.
9505
9506 2010-10-28  Julien Danjou  <julien@danjou.info>
9507
9508         * shr.el (shr-put-image): Use point even if only inserting text.
9509         (shr-put-image): Save excursion when inserting alt text on non-graphic
9510         display, so the behavior is the same when we are on a graphic display.
9511
9512         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9513
9514 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9517         (gnus-mime-copy-part): Check coding system, not charset.
9518         (gnus-mime-view-part-externally): Never remove part.
9519         (gnus-mime-view-part-internally): Don't remove part here.
9520         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9521         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9522         multipart/alternative.
9523
9524         * mm-decode.el (mm-display-part): Take optional arg `force'.
9525
9526 2010-10-26  Julien Danjou  <julien@danjou.info>
9527
9528         * gnus-group.el (gnus-group-default-list-level): Add this function to
9529         compute the default list level.
9530         (gnus-group-default-list-level): Add possibility to use a function.
9531
9532 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9535
9536         * gnus-group.el (gnus-group-completing-read)
9537         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9538         gnus-replace-in-string.
9539
9540 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * shr.el (shr-tag-div): Add.
9543
9544         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9545
9546 2010-10-25  Julien Danjou  <julien@danjou.info>
9547
9548         * gnus-util.el: Remove `gnus-with-local-quit'.
9549
9550         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9551
9552 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553
9554         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9555         the original article buffer.
9556
9557 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9558
9559         * nnimap.el (nnimap-request-head): New function.
9560         (nnimap-request-move-article): Try to be slightly faster by not
9561         requesting the entire message when moving.
9562         (nnimap-transform-headers): Don't bug out on bodiless articles.
9563         (nnimap-send-command): Have no outstanding messages if the IMAP server
9564         doesn't support streaming.
9565         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9566
9567 2010-10-24  Julien Danjou  <julien@danjou.info>
9568
9569         * message.el (message-default-headers): Fix type.
9570
9571 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9574         prefetching images.
9575
9576         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9577         backend for unknown groups.  This is mainly useful for nnimap groups.
9578
9579         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9580         group isn't covered by the agent.
9581
9582 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9583
9584         * nnir.el (nnir-method-default-engines): New variable.
9585         (nnir-run-query): Use it.
9586         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9587         (gnus-summary-nnir-goto-thread): Change group if needed.
9588
9589         * gnus-group.el (gnus-group-group-map): Add key binding for
9590         gnus-group-make-nnir-group.
9591
9592 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * shr.el (shr-tag-object): Add.
9595
9596         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9597         original article buffer live.
9598         (gnus-summary-select-article-buffer):
9599         Mention gnus-widen-article-buffer.
9600
9601 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * shr.el (shr-tag-strong): Add.
9604
9605 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9606
9607         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9608         group names.  They mess up the group buffer badly.
9609
9610         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9611
9612         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9613         instead of the summary one.
9614
9615 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * mml.el (mml-preview): Work properly when editing article.
9618
9619         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9620         gnus-have-read-active-file if it's already been in.
9621
9622 2010-10-22  Tom Tromey  <tromey@redhat.com>
9623
9624         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9625         gnus-group-completing-read.
9626
9627 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9628
9629         * message.el (message-mode-map): Don't bind M-; to comment region, to
9630         allow the global comment-dwim to work.
9631
9632 2010-10-21  Julien Danjou  <julien@danjou.info>
9633
9634         * message.el (message-setup-1): Allow message-default-headers to be a
9635         function.
9636
9637 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * shr.el (shr-tag-table): Simplify.
9640
9641 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9644         to avoid trying to snarf invalid stuff.
9645
9646         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9647
9648         * gnus.el (gnus-message-archive-group): Quote value.
9649         (gnus-message-archive-group): Mark as changed.
9650
9651         * shr.el (shr-add-font): Don't put the font properties on the newline
9652         or the indentation.
9653
9654         * message.el (message-fix-before-sending): Change options when sending
9655         non-printable characters.
9656
9657         * gnus.el (gnus-message-archive-method): Change the default to
9658         monthly outgoing groups.
9659
9660         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9661         that have gotten new numbers.
9662
9663         * nnimap.el (nnimap-request-replace-article): New function.
9664
9665 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9668         (nnrss-request-article): Don't use special html washing code.
9669
9670 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * shr.el (shr-tag-table): Remove useless nconc.
9673
9674 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675
9676         * gnus-art.el (article-wash-html): Simplify and remove the charset
9677         stuff.  Use the normal html rendering code instead of the special html
9678         washing code.
9679
9680         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9681         `gnus-w3m' symbols.
9682         (mm-text-html-washer-alist): Remove.
9683
9684         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9685         (mm-inline-media-tests): Remove use.
9686         (mm-text-html-renderer): Change default to the `shr' symbol.
9687
9688         * mm-view.el (mm-inline-text-html): Remove use.
9689
9690         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9691         `gnus-blocked-images' to be a function.
9692         (gnus-article-wash-function): Remove.
9693
9694 2010-10-20  Julien Danjou  <julien@danjou.info>
9695
9696         * spam.el (spam-list-of-processors): Mark as obsolete.
9697
9698         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9699         (nnimap-insert-partial-structure): Fix boundary detection.
9700
9701 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9702
9703         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9704         run file-truename on remote files.  This can be expensive and even
9705         prevent one from editing drafts if some unrelated buffer has a stale
9706         connection.
9707
9708 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9711         kinsoku-eol regardless of shr-kinsoku-shorten.
9712         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9713         (shr-tag-table): Support caption, thead, and tfoot.
9714
9715 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9716
9717         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9718         lines.
9719         (shr-save-contents): New command and keystroke.
9720
9721         * nndoc.el (nndoc-type-alist): Add git support.
9722         (nndoc-git-type-p): New function.
9723         (nndoc-transform-git-article): Ditto.
9724         (nndoc-transform-git-headers): Ditto.
9725         (nndoc-transform-git-headers): Generate Subject headers.
9726
9727         * shr.el (shr-parse-style): New function.
9728         (shr-tag-span): Ditto.
9729
9730         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9731         to `G G' to avoid collisions.
9732
9733 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * shr.el: Load kinsoku if necessary.
9736         (shr-kinsoku-shorten): New internal variable.
9737         (shr-find-fill-point): Make kinsoku shorten text line if
9738         shr-kinsoku-shorten is bound to non-nil.
9739         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9740         shr-indentation too when testing if table is wider than frame width.
9741         (shr-insert-table): Use `string-width' instead of `length' to measure
9742         text width.
9743         (shr-insert-table-ruler): Make sure indentation is done at bol.
9744
9745 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9746
9747         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9748         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9749         undecoded network data.
9750
9751 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9752
9753         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9754         name in the mode line spec so that the mode line menu works
9755         (bug#2431).
9756
9757         * message.el (message-get-reply-headers): If we're fed `to-address',
9758         then always use that.
9759
9760         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9761         aren't so wide as to need to switch off the edit menu.
9762
9763         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9764         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9765
9766         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9767         `M-g'.
9768         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9769         the permanent marks.
9770
9771 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9772
9773         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9774         Splitting according to references/in-reply-to obeys the ignore-groups
9775         variable, while splitting by sender and subject do not.
9776
9777 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9778
9779         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9780         alist, so that we can look for non-Unicode chars.
9781         (article-translate-strings): Allow both character and string maps.
9782
9783 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * shr.el (shr-insert): Don't insert space behind a wide character
9786         categorized as kinsoku-bol, or between characters both categorized as
9787         nospace.
9788
9789 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9790
9791         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9792         headers to gnus-newsgroup-headers.
9793
9794 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * shr.el (shr-tag-img): Don't align images -- since we're not
9797         rescaling, this often leads to ugly displays.
9798
9799 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9800
9801         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9802         duplicates.
9803
9804 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9805
9806         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9807         call.
9808
9809 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9810
9811         * gnus.el: Autoload gnus-html-show-images.
9812
9813         * nnimap.el: Use nnheader-message throughout.
9814
9815         * shr.el (shr-tag-img): Ignore images with no data.
9816
9817 2010-10-15  Julien Danjou  <julien@danjou.info>
9818
9819         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9820         a possibility to disable format=flow encoding when using hard newlines.
9821
9822 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * shr.el (shr-insert): Remove space inserted before or after a
9825         breakable character or at the beginning or the end of a line.
9826         (shr-find-fill-point): Do kinsoku; find the second best point or give
9827         it up if there's no breakable point.
9828
9829 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830
9831         * nnimap.el (nnimap-open-connection): Message when opening connection
9832         for debugging purposes.
9833
9834         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9835         on every setup buffer call to allow this to change from article to
9836         article.
9837
9838         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9839         buffers where we have a wide table.
9840
9841 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9842
9843         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9844         uses *-request-thread.
9845
9846 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9847
9848         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9849         incantation, which is no longer valid.
9850
9851 2010-10-14  Julien Danjou  <julien@danjou.info>
9852
9853         * shr.el: Fix defcustom type (char -> character).
9854
9855 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856
9857         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9858         programs.
9859
9860 2010-10-14  Julien Danjou  <julien@danjou.info>
9861
9862         * shr.el (shr-tag-a): Use url-link as widget type.
9863
9864         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9865         `gnus-group-get-icon'.
9866
9867 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9868
9869         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9870         This should make server editing work better.
9871
9872         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9873
9874         * tls.el (tls-program): Remove spurious %s from openssl.
9875
9876         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9877         (nnimap-parse-flags): Fix regexp.
9878
9879         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9880         probably work for CJVK text, too.
9881
9882         * nnimap.el (nnimap-extend-tls-programs): Remove.
9883         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9884
9885         * tls.el (tls-starttls-switches): Remove starttls hack.
9886         (open-tls-stream): Ditto.
9887         (tls-find-starttls-argument): Ditto.
9888
9889 2010-10-13  Julien Danjou  <julien@danjou.info>
9890
9891         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9892         responses.
9893
9894 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9895
9896         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9897
9898         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9899         anything in Emacs.
9900
9901         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9902
9903 2010-10-13  Julien Danjou  <julien@danjou.info>
9904
9905         * shr.el (shr-width): Make shr-width a defcustom with default to
9906         fill-column.
9907         (shr-tag-img): Use shr-width rather than fill-column.
9908
9909 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9910
9911         * dgnushack.el (byte-optimize-apply):
9912         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9913
9914         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9915         position when (X-)Faces exist.
9916         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9917         avatars when called interactively.
9918
9919 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9922         gnus-article-x-face-too-ugly is bound.
9923
9924 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9925
9926         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9927
9928         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9929         mailbox that doesn't exist.
9930
9931 2010-10-12  Julien Danjou  <julien@danjou.info>
9932
9933         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9934         (shr-get-image-data): Encode URL properly when fetching from cache.
9935         (shr-tag-img): Use aligned-to spaces to align correctly images.
9936
9937         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9938         before inserting the Gravatar.
9939
9940         * shr.el (shr-tag-img): Add align attribute support for <img>.
9941
9942 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943
9944         * gnus-gravatar.el (gnus-art): Require.
9945
9946         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9947         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9948         Remove long obsoleted functions.
9949
9950 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9953
9954         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9955
9956         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9957         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9958         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9959         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9960         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9961         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9962         * sieve-manage.el, smime.el, spam.el:
9963         Fix comment for declare-function.
9964
9965 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9966
9967         * nnimap.el (nnimap-request-rename-group): Select group read-only
9968         before renaming it.
9969
9970         * shr.el (shr-insert): Fix up the white space only regexp.
9971
9972         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9973         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9974
9975         * shr.el (shr-current-column): New function.
9976         (shr-find-fill-point): New function.
9977
9978 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9979
9980         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9981         numbers.
9982
9983 2010-10-11  Julien Danjou  <julien@danjou.info>
9984
9985         * shr.el (shr-hr-line): Add.
9986         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9987         display hr lines.
9988         (shr-max-columns): Do not change state to nil if we just inserting
9989         spaces.
9990
9991 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9992
9993         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9994         select the last group.
9995
9996 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9997
9998         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9999
10000 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10001
10002         * dig.el (dig-mode-map): Declare and define in one step.
10003
10004 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10005
10006         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10007         for Gnus.
10008         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10009         (nnimap-update-qresync-info): Mark \Seen articles as read.
10010
10011         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10012         non-variable, too.
10013
10014         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10015         available.
10016         (nnimap-update-info): Rely more on the current active than the param
10017         active to avoid marking articles as read too much.
10018
10019         * auth-source.el (auth-source-create): Use (user-login-name) for the
10020         user name default.
10021
10022         * nnimap.el (nnimap-update-info): If the server doesn't return any
10023         useful info, just use the previous info.
10024         (nnimap-update-info): Prefer old info over start-article.
10025         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10026
10027 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10028
10029         * nnir.el (autoload): Clean up autoloads.
10030         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10031         Use key rather than value.
10032         (nnir-imap-search-other): New variable.
10033         (nnir-read-parm): Use it.
10034         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10035         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10036
10037 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10038
10039         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10040         the process, too.
10041
10042 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10043
10044         * spam.el (gnus-summary-mode-map): Bind to "$".
10045         Suggested by Russ Allbery.
10046
10047         * shr.el: Rework the way things are indented by <li> slightly.
10048
10049         * gnus.el (gnus-group-set-parameter): Fix typo.
10050
10051         * nnimap.el: Start implementing QRESYNC support.
10052
10053 2010-10-09  Julien Danjou  <julien@danjou.info>
10054
10055         * nnir.el (nnir-engines): Fix too many arguments.
10056
10057 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10058
10059         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10060         group is the "last", so that the backends like nnfolder actually save
10061         their folders.
10062
10063         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10064         try to use that for the tls stream.
10065         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10066         UIDVALIDITY and find out which groups are read-only and not.
10067         (nnimap-get-flags): Use the same marks parsing code as the rest of
10068         nnimap.
10069
10070 2010-10-09  Julien Danjou  <julien@danjou.info>
10071
10072         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10073
10074         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10075         retrieving gravatars.
10076
10077         * shr.el (shr-table-corner): Add.
10078         (shr-table-line): Add.
10079         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10080
10081 2010-10-08  Julien Danjou  <julien@danjou.info>
10082
10083         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10084
10085 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10086
10087         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10088
10089         * gnus-sum.el (gnus-mark-article-as-unread)
10090         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10091         (gnus-summary-set-bookmark): Use it.
10092
10093         * gnus-msg.el (gnus-setup-message): Use it.
10094
10095         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10096
10097         * gnus.el (gnus-group-remove-parameter): Use it.
10098
10099         * gnus-group.el (gnus-group-make-web-group): Use it.
10100
10101         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10102
10103         * nnregistry.el: Update docs to mention manual.
10104
10105         * gnus-registry.el: Update docs to mention nnregistry.el.
10106         (gnus-registry-initialize): Don't install nnregistry refer method
10107         automatically.
10108         (gnus-registry-install-nnregistry): Remove it.
10109
10110 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10111
10112         * shr.el (shr-insert): Don't insert double spaces.
10113
10114 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus-gravatar.el (gnus-treat-from-gravatar)
10117         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10118         called interactively.
10119
10120         * gnus-art.el (gnus-mime-view-part-externally)
10121         (gnus-mime-view-part-internally): Make predicate function passed to
10122         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10123         of a mime type.
10124
10125         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10126
10127 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10128
10129         * shr.el (require): Require cl when compiling.
10130         (shr-tag-hr): New function.
10131
10132         * nnimap.el (nnimap-update-info): Remove double setting of high.
10133         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10134         This makes nnimap work properly on Courier again.
10135
10136         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10137         the variable for backwards compatibility.
10138
10139         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10140         the file name before using to avoid setting mm-default-directory to
10141         nil.
10142
10143         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10144         bidning gnus-agent variables.
10145
10146         * shr.el (shr-render-td): Use a cache for the table rendering function
10147         to avoid getting an exponential rendering behavior in nested tables.
10148         (shr-insert): Rework the line-breaking algorithm.
10149         (shr-insert): Don't leave trailing spaces.
10150         (shr-insert-table): Also insert empty TDs.
10151         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10152
10153 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10154
10155         * gnus-sum.el (gnus-number): Rename from `number'.
10156         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10157         (gnus-summary-limit-children): Update uses correspondingly.
10158
10159 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10162         (gnus-gravatar-transform-address): Don't show avatars of people of
10163         which mail addresses match gnus-gravatar-too-ugly.
10164
10165 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10166
10167         * shr.el (shr-table-widths): Expand TD elements to fill available
10168         space.
10169
10170 2010-10-07  Julien Danjou  <julien@danjou.info>
10171
10172         * nnimap.el (nnimap-request-rename-group): Add this method.
10173
10174 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10177         name from XEmacs' function-arglist.
10178
10179         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10180         gravatar under XEmacs.
10181
10182 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10183
10184         * auth-source.el: Update docs with TODO items.
10185
10186         * gnus-sync.el: Update docs to explain state and plans.
10187
10188         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10189         Hooks for mark updates.
10190         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10191
10192         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10193         hooks with arguments, which is needed for mark update hooks.
10194
10195 2010-10-06  Julien Danjou  <julien@danjou.info>
10196
10197         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10198         was matched.
10199
10200         * sieve-manage.el: Update example in `Commentary'.
10201
10202         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10203
10204         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10205         not 2000.
10206         (sieve-manage-authenticate): Re-add function.
10207
10208 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10209
10210         * shr.el (shr-insert): Get 'space transition right.
10211         (shr-render-td): Only delete space at the end of the TD.
10212
10213         * nnimap.el (nnimap-open-connection): Prepare to support
10214         open-gnutls-stream.
10215
10216         * shr.el: Rearrange function order to be more logical.
10217
10218 2010-10-06  Julien Danjou  <julien@danjou.info>
10219
10220         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10221         (nnrss-discover-feed): Remove 404 URL in docstring.
10222
10223         * nnir.el: Fix Swish-E URL.
10224         Fix Namazu URL.
10225
10226         * message.el (message-change-subject): Remove 404 URL in a comment.
10227
10228 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10231         called interactively.
10232
10233         * gnus-util.el (gnus-remove-if): Allow hash table.
10234         (gnus-remove-if-not): New function.
10235
10236         * gnus-art.el (gnus-mime-view-part-as-type):
10237         * gnus-score.el (gnus-summary-score-effect):
10238         * gnus-sum.el (gnus-read-move-group-name):
10239         Replace remove-if-not with gnus-remove-if-not.
10240
10241         * gnus-group.el (gnus-group-completing-read):
10242         Regard collection as a hash table if it is not a list.
10243
10244 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10245
10246         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10247
10248         * shr.el: Document the table-rendering algorithm.
10249
10250 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10253         for Emacsen having no `libxml-parse-html-region' support.
10254
10255 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10256
10257         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10258         invalid URLs.
10259
10260         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10261         line-broken.
10262         (shr-tag-img): Ignore image fetching errors.
10263         (shr-overlays-in-region): Compute overlay positions correctly.
10264
10265         * mm-decode.el (mm-shr): Require shr.
10266
10267         * gnus-art.el (gnus-blocked-images): Move variable here.
10268
10269         * shr.el (shr-insert-table): Bind free variable.
10270
10271         * mm-decode.el (mm-shr): Bind shr-content-function.
10272
10273         * shr.el (shr-content-function): New variable.
10274
10275         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10276         added for symmetry.
10277
10278         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10279
10280         * gnus-group.el (gnus-group-make-group): Doc fix.
10281
10282         * nnimap.el (nnimap-request-newgroups): Return success.
10283
10284         * shr.el (shr-find-elements): New function.
10285         (shr-tag-table): Put all the images after the table.
10286         (shr-tag-table): Really inhibit images inside the table.
10287         (shr-collect-overlays): Copy over overlays from the TD elements to the
10288         main document.
10289
10290         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10291         gnus-blocked-images.
10292
10293 2010-10-05  Julien Danjou  <julien@danjou.info>
10294
10295         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10296
10297         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10298         (gnus-html-maximum-image-size): Add this function.
10299         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10300
10301         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10302         server-value of the capability is nil.
10303
10304 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10305
10306         * shr.el (shr-tag-em): Add <EM> tag.
10307
10308 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10309
10310         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10311         customizable.
10312
10313         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10314         handing broken links to browse-url.
10315
10316 2010-10-05  Julien Danjou  <julien@danjou.info>
10317
10318         * gnus-util.el (gnus-emacs-completing-read)
10319         (gnus-iswitchb-completing-read): Use autoload rather than require.
10320
10321 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10324         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10325         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10326         iswitchb-temp-buflist for XEmacs.
10327
10328         * gnus-util.el (gnus-completing-read-function): Exclude
10329         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10330         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10331         XEmacs.
10332
10333         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10334         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10335
10336         * gnus-html.el: Don't require help-fns under XEmacs.
10337         (gnus-html-schedule-image-fetching): Work for XEmacs.
10338
10339         * mm-decode.el (mm-shr): Decode contents by charset.
10340
10341 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10342
10343         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10344         unknown.
10345
10346         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10347         (shr-get-image-data): Ensure against the cache file missing.
10348
10349         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10350         for data.
10351
10352         * spam-report.el (spam-report-url-ping-plain): Don't query about
10353         killing the process.
10354
10355         * shr.el (shr-render-td): Protect against too-wide text.
10356
10357 2010-10-04  Julien Danjou  <julien@danjou.info>
10358
10359         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10360         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10361
10362         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10363         retrieved.
10364
10365 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10366
10367         * shr.el (browse-url): Require.
10368         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10369         lines.
10370         (shr-show-alt-text, shr-browse-image): New commands.
10371         (shr-browse-url, shr-copy-url): New commands.
10372
10373         * gnus-sum.el (gnus-widen-article-window): New variable.
10374         (gnus-summary-select-article-buffer): Use it.
10375
10376         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10377         without @ signs.
10378
10379 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10380
10381         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10382
10383 2010-10-04  Julien Danjou  <julien@danjou.info>
10384
10385         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10386         for XEmacs.
10387
10388 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10389
10390         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10391
10392         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10393         (nnimap-close-server): Implement.
10394
10395         * dgnushack.el (iswitchb): Require to shut up the compiler.
10396
10397         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10398         (shr-insert): Tweak line breaking.
10399         (shr-insert): Handle <pre> better.
10400         (shr-tag-li): Get <li> indentation right.
10401         (shr-tag-li): Get <li> indentation even righter.
10402         (shr-tag-blockquote): Ensure paragraph start.
10403         (shr-make-table): Tweak table generation.
10404         (shr-make-table): Fix typo.
10405
10406         * shr.el: Implement table rendering.
10407
10408 2010-10-04  Julien Danjou  <julien@danjou.info>
10409
10410         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10411
10412 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * shr.el (shr-insert): Use string anchors instead of line anchors.
10415
10416 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10417
10418         * shr.el: Add headings.
10419         (shr-ensure-paragraph): Actually work.
10420         (shr-tag-li): Make <ul> prettier.
10421         (shr-insert): Get white space at the beginning/end of elements right.
10422         (shr-tag-p): Collapse subsequent <p>s.
10423         (shr-ensure-paragraph): Don't insert double line feeds after blank
10424         lines.
10425         (shr-insert): \t is also space.
10426         (shr-tag-s): Fix "s" tag name function.
10427         (shr-tag-s): Fix face prop name.
10428
10429 2010-10-03  Julien Danjou  <julien@danjou.info>
10430
10431         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10432
10433         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10434         gnus-window-inside-pixel-edges.
10435
10436         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10437         gnus-ems.
10438
10439         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10440
10441         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10442         function.
10443
10444         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10445         resize choice.
10446
10447 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10448
10449         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10450         beginning of the buffer.
10451
10452         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10453         article buffer again.
10454
10455         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10456
10457         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10458         when it's at the start of the buffer.
10459
10460         * shr.el (shr-tag-blockquote): Convert name.
10461         (shr-rescale-image): Use the right image-size variant.
10462
10463         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10464         buffer isn't shown, then select the current article first instead of
10465         bugging out.
10466         (gnus-summary-select-article-buffer): Show both the article and summary
10467         buffers again.
10468
10469         * shr.el (shr-fontize-cont): Protect against regions with no text.
10470         Rename tag functions to shr-tag-* for enhanced security.
10471         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10472
10473 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10474
10475         * shr.el (shr-insert):
10476         * pop3.el (pop3-movemail):
10477         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10478         loaded.
10479
10480 2010-10-03  Glenn Morris  <rgm@gnu.org>
10481
10482         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10483
10484         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10485
10486         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10487
10488         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10489
10490         * gnus-util.el (gnus-make-local-hook): Simplify.
10491
10492 2010-10-02  Julien Danjou  <julien@danjou.info>
10493
10494         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10495         (gnus-ido-completing-read): New function.
10496         (gnus-emacs-completing-read): New function.
10497         (gnus-completing-read): Use gnus-completing-read-function.
10498         Add gnus-completing-read-function.
10499
10500 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10501
10502         * shr.el (shr-insert-document): Autoload.
10503         (shr-img): Be silent.
10504         (shr-insert): Add a newline after every picture before text.
10505         (shr-add-font): Use overlays for combining faces.
10506         (shr-insert): Pass upwards the text start point.
10507
10508         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10509         possible.
10510         (mm-shr): New function.
10511
10512 2010-10-02  Julien Danjou  <julien@danjou.info>
10513
10514         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10515         should go backward.
10516
10517 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10518
10519         * shr.el (shr): Fix typo in provide call.
10520
10521 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10522
10523         * shr.el: New file.
10524
10525         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10526
10527         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10528         completing read.
10529
10530 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10531
10532         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10533         we're being queried about.  Suggested by Dan Jacobson.
10534
10535         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10536         Suggested by Jason Eisner.
10537
10538         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10539         table, too.  Suggested by Stefan Wiens.
10540         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10541         the table unnecessary.  Suggested by Stefan Wiens.
10542
10543         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10544         longer needed, and probably doesn't work either, as pointed out by
10545         Stefan Wiens.
10546         (gnus-summary-exit): Remove call to the clearing function.
10547         (gnus-summary-exit-no-update): Ditto.
10548
10549         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10550         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10551         Reported by Stefan Monnier.
10552         (gnus-summary-save-in-rmail): Ditto.
10553
10554         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10555         article buffer, instead of both the article buffer and the summary
10556         buffer.  Sort of suggested by Dan Jacobson.
10557
10558         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10559
10560         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10561         Suggested by Dan Jacobson.
10562
10563         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10564         documentation clearer.
10565
10566         * message.el (message-shorten-references): Comment on the number "21".
10567         Suggested by Stefan Monnier.
10568
10569         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10570         Suggested by Dan Jacobson.
10571
10572         * gnus.el (gnus-large-newsgroup):
10573         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10574
10575         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10576         externalize attachments.  Bug reported by Steve Wen.
10577
10578         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10579         really message anything to the user.
10580
10581         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10582         directly.
10583
10584         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10585         messages in empty groups.
10586
10587 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10588
10589         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10590         non-UIDNEXT group.
10591
10592 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10593
10594         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10595         not the value from the collection.
10596
10597         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10598         values.  This sometimes happens on some groups that have no info.
10599         (nnimap-request-newgroups): New function.
10600
10601 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10602
10603         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10604         check into `gnus-registry-initialize'.
10605         (gnus-registry-initialize): Ditto.
10606         Fix and extend header docs.
10607
10608 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10609
10610         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10611         regexp backtrace overflows.
10612
10613         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10614         for starttls that tls.el implements; i.e. openssl.
10615
10616         * tls.el (tls-starttls-switches): Give up on using starttls with
10617         gnutls-cli.
10618         (tls-program): Add --insecure to be consistent with the defaults from
10619         openssl s_client.  Now all three commands are insecure.
10620
10621 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * lpath.el: Bind completion-styles-alist for XEmacs.
10624
10625         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10626         (gravatar-create-image): New function that's an alias to
10627         gnus-xmas-create-image, gnus-create-image, or create-image.
10628         (gravatar-data->image): Use it.
10629
10630 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10631
10632         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10633         install the nnregistry refer method.
10634         (gnus-registry-install-hooks): Use it.
10635         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10636         unfollowed groups.
10637
10638 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10639
10640         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10641         expanding threads.
10642
10643 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * nnir.el: Use the server names without suffixes (bug#7009).
10646
10647         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10648         unencrypted to STARTTLS, if possible.
10649
10650 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10651
10652         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10653         headers before superseding.
10654
10655 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656
10657         * nnrss.el (nnrss-use-local): Add documentation.
10658
10659         * nnimap.el (nnimap-extend-tls-programs): New function.
10660         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10661         (nnimap-wait-for-connection): Accept the greeting from the stupid
10662         output from openssl s_client -starttls, too.
10663
10664         * tls.el (tls-starttls-switches): New variable.
10665         (tls-find-starttls-argument): Use it.
10666         (open-tls-stream): Ditto.
10667
10668         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10669         (netrc-machine): Ditto.
10670
10671         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10672         article number.
10673         (nnimap-split-fancy): New variable.
10674         (nnimap-split-incoming-mail): Use it.
10675
10676         * nntp.el (nntp-server-list-active-group): Document.
10677
10678         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10679         SELECT to get the message-id.
10680
10681         * mail-source.el (mail-sources): Remove webmail support.
10682         (defvar): Ditto.
10683         (mail-source-fetcher-alist): Ditto.
10684         (mail-source-fetch-webmail): Remove.
10685
10686         * webmail.el: Remove -- doesn't seem relevant any more.
10687
10688         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10689
10690         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10691         the \r.
10692
10693 2010-09-30  Julien Danjou  <julien@danjou.info>
10694
10695         * gnus-agent.el (gnus-agent-add-group): Fix call to
10696         gnus-completing-read.
10697
10698 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10699
10700         * nndoc.el (nndoc-retrieve-groups): New function.
10701
10702         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10703         `default', use nnmail-split-methods.
10704         (nnimap-request-article): Downcase the NILs so that they are nil.
10705
10706         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10707         symbol.
10708
10709         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10710         code, since if the user has requested network, that's what they ought
10711         to get.
10712         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10713         (nnimap-split-rule): Mark as obsolete.
10714
10715         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10716         New variable.
10717
10718         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10719         correct slot, too.
10720
10721 2010-09-29  Julien Danjou  <julien@danjou.info>
10722
10723         * gnus.el (gnus-local-domain): Declare variable obsolete.
10724
10725         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10726         Fix history computing.
10727         (gnus-ido-completing-read): Require ido.
10728
10729 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10732         build Gnus.
10733
10734         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10735         when interpreting the structures.
10736         (nnimap-request-accept-article): Add \r\n to the lines to make this
10737         work with Cyrus.
10738
10739         * nndraft.el (nndraft-request-expire-articles): Use the group name
10740         instead if "nndraft".  Fix found by Nils Ackermann.
10741
10742 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10743
10744         * nnregistry.el: Add.
10745
10746 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10747
10748         * nnmail.el (group, group-art-list, group-art):
10749         Remove unneeded directives.
10750
10751 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10754         (mm-mime-charset):
10755         * rfc2047.el (rfc2047-syntax-table):
10756         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10757
10758         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10759         rather than `insert-file-contents' and `eval-region'.
10760
10761         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10762         construction.
10763
10764         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10765
10766         * time-date.el: No need to require cl for Emacs 21.
10767
10768 2010-09-29  Julien Danjou  <julien@danjou.info>
10769
10770         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10771         replacement of `gnus-gravatar-relief' to mimic
10772         `gnus-faces-properties-alist'.
10773         Add :version property.
10774
10775 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * mail-source.el (mail-source-report-new-mail):
10778         * message.el (message-default-mail-headers):
10779         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10780
10781         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10782
10783 2010-09-28  Julien Danjou  <julien@danjou.info>
10784
10785         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10786         mail-address contains the same string as real-name.
10787
10788         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10789         non-blank in header, otherwise it'll get stripped.
10790
10791         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10792         real-name, and then for mail address rather than doing : or , search.
10793
10794 2010-09-27  Julien Danjou  <julien@danjou.info>
10795
10796         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10797         right completing-read function.
10798         (gnus-use-ido): New variable
10799         (gnus-completing-read-with-default): Remove.
10800         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10801         (gnus-agent-add-group):
10802         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10803         * mm-view.el (mm-view-pkcs7-decrypt):
10804         * mm-util.el (mm-codepage-setup):
10805         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10806         * mml-smime.el (mml-smime-openssl-sign-query):
10807         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10808         (mml-insert-multipart):
10809         * gnus-msg.el (gnus-summary-yank-message):
10810         * gnus-int.el (gnus-start-news-server):
10811         * mm-decode.el (mm-interactively-view-part):
10812         * gnus-dired.el (gnus-dired-attach):
10813         * gnus.el (gnus-read-method):
10814         * gnus-bookmark.el (gnus-bookmark-jump):
10815         * gnus-art.el (gnus-mime-view-part-as-type)
10816         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10817         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10818         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10819         * nnmairix.el (nnmairix-create-server-and-default-group)
10820         (nnmairix-update-groups, nnmairix-get-server)
10821         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10822         (nnmairix-get-group-from-file-path):
10823         * nnrss.el (nnrss-find-rss-via-syndic8):
10824         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10825         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10826         (gnus-group-browse-foreign-server):
10827         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10828         (gnus-summary-execute-command, gnus-summary-respool-article)
10829         (gnus-read-move-group-name):
10830         * gnus-score.el (gnus-summary-increase-score)
10831         (gnus-summary-score-effect):
10832         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10833
10834 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10837         x-focus-frame.
10838
10839         * nnimap.el (auth-source-forget-user-or-password)
10840         (auth-source-user-or-password): Autoload.
10841
10842         * message.el (message-from-style, message-interactive)
10843         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10844         (message-yank-prefix, message-indentation-spaces, message-signature)
10845         (message-signature-file): Add comment.
10846
10847 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10848
10849         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10850         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10851         new articles.
10852
10853         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10854         parts.
10855         (nnimap-request-article): Work with the t setting, too.
10856
10857         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10858         that you don't get flashes of other buffers.
10859         (gnus-summary-show-complete-article): Intern before setting.
10860
10861 2010-09-27  David Engster  <dengste@eml.cc>
10862
10863         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10864         well as HEADERS.
10865         (nnmairix-retrieve-headers): Provide new argument for the above.
10866
10867 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10868
10869         * gnus-sum.el (gnus-summary-move-article): Don't alter
10870         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10871         group.
10872
10873         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10874
10875         * message.el (message-cite-prefix-regexp): Revert my last edit.
10876
10877         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10878         variable instead of the Gnus variable.
10879
10880         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10881
10882         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10883
10884         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10885         since some servers don't like it.
10886         (nnimap-open-connection): Forget credentials if the server says the
10887         password was wrong.
10888         (nnimap-parse-line): Protect against invalid data.
10889
10890         * gnus-sum.el (gnus-summary-move-article): Add comment.
10891         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10892         nothing alters it while scanning for new messages.
10893
10894         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10895         which may or may not help.
10896         (nnimap-open-connection): If we're doing a stream connection, and then
10897         discover we're on a STARTTLS-capable server, then open a STARTTLS
10898         connection instead.
10899
10900 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10901
10902         * nnimap.el (utf7): Require.
10903
10904         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10905         prefix.
10906
10907 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10908
10909         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10910
10911 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912
10913         * nnimap.el (nnimap-request-accept-article): Message the error on
10914         error.
10915
10916 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10919
10920 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10921
10922         * nndoc.el (nndoc-request-list): Return success always.
10923
10924         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10925         `fetch-old' -- we only want to fetch the articles we've requested.
10926         The rest are in the agent, probably.
10927         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10928         disappeared server" to something low.  It's not important.
10929
10930         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10931         arrived before the FETCH data.
10932
10933         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10934         target here, because we don't know the Gnus name of the group.
10935
10936         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10937         for the correct group.
10938
10939         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10940
10941         * gnus.el (gnus): Give a final warning after startup.
10942
10943         * gnus-util.el (gnus-action-message-log): New variable.
10944         (gnus-message): Use it.
10945         (gnus-final-warning): New function.
10946
10947         * nnimap.el (nnimap-open-connection): Record the greeting.
10948         (nnimap): Add greeting.
10949
10950 2010-09-26  Julien Danjou  <julien@danjou.info>
10951
10952         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10953         arguments.
10954         (gnus-html-wash-images): Fix spec computing to include start/end.
10955
10956         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10957
10958 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10959
10960         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10961         deletion.
10962         (nnimap-retrieve-headers): Don't select the group, because that's
10963         already done by nnimap-possibly-change-group.
10964
10965         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10966         (gnus-picon-transform-address): Use it.
10967
10968         * mail-source.el (mail-source-value): Revert previous patch.
10969
10970         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10971         on failure.
10972         (nnimap-open-connection): Look up both virtual and physical server name
10973         credentials.
10974
10975         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10976
10977 2009-02-07  Dave Love  <fx@gnu.org>
10978
10979         * tls.el (open-tls-stream): Don't query killing process.
10980
10981 2009-02-08  Dave Love  <fx@gnu.org>
10982
10983         * gnus-win.el (gnus-window-to-buffer-helper)
10984         (gnus-all-windows-visible-p): Function needn't be a symbol.
10985
10986         * mail-source.el (mail-source-value): Function needn't be a symbol.
10987
10988 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10989
10990         * message.el (message-cite-prefix-regexp): Remove } from the cite
10991         prefix.
10992
10993         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10994         highlight again, so that the highlight is correct.
10995
10996         * gnus-picon.el (gnus-picon): Remove again.
10997         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10998
10999         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11000         doing the header highlightling, so that the background color of the
11001         picon is correct.
11002
11003         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11004         (gnus-picon): Ditto.
11005         (gnus-picon): Reinstate.  The background color for picons is white.
11006         (gnus-picon-insert-glyph): Make the background white.
11007
11008         * nnml.el (nnml-open-nov): Don't return dead buffers.
11009
11010         * auth-source.el (auth-source-create): Query the user for whether to
11011         store the credentials.
11012
11013         * netrc.el (netrc-store-data): New function.
11014
11015         * auth-source.el (auth-source-user-or-password): Use the existing auth
11016         sources, if any, for creation.
11017
11018         * gnus.el (gnus-group-fast-parameter): Return the last matching
11019         parameter instead of the first matching parameter.
11020
11021 2010-09-26  Julien Danjou  <julien@danjou.info>
11022
11023         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11024
11025 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11026
11027         * mml2015.el (mml2015-use): Remove gpg support.
11028
11029         * mml1991.el (mml1991-function-alist): Remove gpg function.
11030         (mml1991-gpg-sign): Remove.
11031
11032 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11033
11034         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11035         (gnus-browse-unsubscribe-current-group): Document it.
11036         (gnus-browse-unsubscribe-group): Use it.
11037
11038 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039
11040         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11041         address to the To list for easier response.
11042
11043         * gnus.el (gnus-play-startup-jingle): Remove.
11044         (gnus-splash): Don't play jingle.
11045         (gnus): Silence gnus-load message.
11046
11047         * gnus-art.el (gnus-treat-play-sounds): Remove.
11048
11049         * gnus.el (gnus-play-jingle): Remove audio support.
11050
11051         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11052
11053         * earcon.el: Remove -- no users.
11054
11055         * gnus-audio.el: Remove -- no users of this package.
11056
11057         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11058
11059         * gnus-start.el (gnus-setup-news): Remove nocem support.
11060
11061         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11062
11063         * gnus.el (gnus-use-nocem): Remove.
11064
11065         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11066         Remove.
11067
11068         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11069         uses NoCeM any more.
11070
11071         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11072         (gnus-button-ctan-handler): Ditto.
11073         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11074         (gnus-button-ctan-directory-regexp): Ditto.
11075         (gnus-button-handle-ctan): Ditto.
11076         (gnus-button-tex-level): Ditto.
11077         (gnus-button-alist): Remove CTAN stuff.
11078
11079 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11080
11081         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11082         nnimap-streaming test.
11083
11084         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11085         servers twice.
11086
11087         * nnimap.el (nnimap-open-connection): Add more error reporting when
11088         nnimap fails early.
11089
11090         * nnheader.el (nnheader-get-report-string): New function.
11091         (nnheader-get-report): Use it.
11092
11093         * gnus-int.el (gnus-check-server): Say what the error was when opening
11094         failed.
11095
11096         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11097         using streaming.
11098
11099 2010-09-25  Julien Danjou  <julien@danjou.info>
11100
11101         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11102         gnus-window-inside-pixel-edges.
11103
11104 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11105
11106         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11107
11108         * mm-decode.el (mm-save-part): Allow saving to other directories the
11109         normal Emacs way.
11110
11111         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11112         Suggested by Jay Berkenbilt.
11113
11114         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11115         there isn't a single byte.
11116
11117         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11118         just do it.  It doesn't really seem to matter what the user responds
11119         here, I think, so it's just a confusing question.
11120
11121         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11122         non-streaming case.
11123
11124         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11125         (gnus-article-encrypt-body): Use it.
11126
11127         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11128         keystroke.
11129
11130         * nnimap.el (nnimap-find-wanted-parts-1):
11131         Use gnus-fetch-partial-articles.
11132
11133         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11134
11135         * nnimap.el (nnimap-insert-partial-structure): New function.
11136         (nnimap-get-partial-article): New function.
11137         (nnimap-request-article): Use it.
11138         (nnimap-wait-for-response): Return whether the wait was successful.
11139         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11140         retrieval wasn't successful.
11141         (nnimap-retrieve-group-data-early): Allow throttling servers.
11142         (nnimap-streaming): New variable.
11143         (nnimap-fetch-partial-articles): Remove.
11144
11145         * mm-decode.el (mm-with-part): Protect against killed buffers.
11146
11147         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11148         for prettier summary display.
11149
11150 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11151
11152         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11153
11154 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11155
11156         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11157         apparently third-party libraries depend on it.
11158
11159         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11160         before starting negotiation.
11161
11162         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11163         privacy reasons.
11164         (gnus-treat-mail-gravatar): Ditto.
11165
11166         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11167         buffer when inserting images.  Inserting text into the headers, for
11168         instance, can make them invalid.
11169
11170 2010-09-25  Julien Danjou  <julien@danjou.info>
11171
11172         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11173         variables.
11174
11175         * nnheader.el: Remove useless variables news-reply-yank-from and
11176         news-reply-yank-message-id.
11177
11178         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11179         variables.
11180
11181         * mml1991.el: Remove useless mml1991-verbose.
11182
11183         * gnus.el: Remove useless variable gnus-use-generic-from.
11184         Remove obsolete variable gnus-topic-indentation.
11185
11186         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11187
11188         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11189
11190         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11191
11192         * gnus-group.el: Remove useless gnus-group-icon-cache.
11193         Remove useless gnus-ephemeral-group-server.
11194
11195         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11196
11197         * mml2015.el: Remove useless mml2015-verbose.
11198
11199         * mml-smime.el: Remove useless mml-smime-verbose.
11200
11201         * gnus.el: Remove useless gnus-local-domain.
11202
11203         * gnus-gravatar.el (gnus-gravatar-transform-address):
11204         Use gnus-gravatar-size.
11205
11206         * gnus-art.el: Remove useless gnus-treat-translate.
11207
11208 2010-09-24  Julien Danjou  <julien@danjou.info>
11209
11210         * gnus-sum.el: Add support for Gravatars.
11211
11212         * gnus-art.el: Add support for Gravatars.
11213
11214         * gnus-gravatar.el: Add this file.
11215
11216         * gravatar.el: Add this file.
11217
11218 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11219
11220         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11221
11222         * gnus-group.el (gnus-group-fetch-faq): Remove.
11223
11224         * gnus.el (gnus-group-faq-directory): Remove.
11225
11226         * gnus-group.el (gnus-group-fetch-charter): Remove.
11227
11228         * gnus.el (gnus-group-charter-alist): Remove.
11229
11230         * gnus-group.el (gnus-group-archive-directory): Remove.
11231         (gnus-group-recent-archive-directory): Ditto.
11232         (gnus-group-make-archive-group): Remove.
11233
11234         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11235
11236         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11237         use the same article number for all the cached articles.
11238
11239         * nnimap.el (nnimap-command): Register the last command time so
11240         that we can use it for idling NOOPs.
11241         (nnimap-open-connection): Start the keeplive timer.
11242         (nnimap-make-process-buffer): Store all the process buffers.
11243         (nnimap-keepalive): New function.
11244
11245         * starttls.el (starttls-open-stream): Add autoload cookie.
11246
11247 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11248
11249         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11250         handling.
11251
11252 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11253
11254         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11255         its data structures.
11256
11257         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11258         instead of the cl.el copy-list.
11259         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11260         equalp.
11261
11262 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11265         and tool-bar-local-item-from-menu.
11266
11267         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11268         mode-line-highlight face for Emacs.
11269
11270         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11271         loading gnus-sum.elc; fix comment for canlock-verify.
11272         (gnus-article-jump-to-part): Use read-number.
11273         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11274         Remove Emacs pre-21 compatible code for help-echo.
11275         (gnus-article-next-page-1): No need to adjust the number of lines.
11276         (gnus-article-describe-bindings): Always use help-buffer.
11277
11278         * gnus-audio.el (gnus-audio-inline-sound):
11279         * gnus-cus.el (gnus-custom-mode):
11280         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11281
11282         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11283
11284         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11285         compatible code.
11286
11287 2010-09-24  Glenn Morris  <rgm@gnu.org>
11288
11289         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11290         visiting the fcc file in rmail-mode.
11291
11292         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11293
11294 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * nnir.el: Silence the byte compiler.
11297
11298         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11299         alias to browse-url-url-encode-chars if any.
11300         (gnus-html-encode-url): Use it.
11301
11302 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11303
11304         * gnus-start.el (gnus-use-backend-marks): New variable.
11305         (gnus-get-unread-articles-in-group): Use it.
11306
11307         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11308         makeover.
11309
11310 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11311
11312         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11313
11314 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11315
11316         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11317         Remove.
11318         (gnus-setup-news-hook):
11319         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11320
11321         * gnus-int.el (gnus-request-update-info): Protect against backends not
11322         having the function.
11323
11324         * nnimap.el (nnimap-stream): Mention starttls.
11325         (nnimap-open-connection): Add starttls support.
11326
11327 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11328
11329         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11330
11331 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11332
11333         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11334         BODYSTRUCTUREs.
11335         (nnimap-transform-headers): Unfold quoted {42} headers.
11336
11337         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11338         the info.
11339         (gnus-get-unread-articles): Only call updatep on backends that support
11340         it.
11341
11342         * nnweb.el (nnweb-request-update-info): NOOP.
11343
11344         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11345
11346         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11347         since it only deals with marks.
11348
11349         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11350         gnus-request-marks, and make a new gnus-request-update-info.
11351
11352         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11353         the active instead of the high number, which is usually too low.
11354
11355 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11356
11357         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11358         * encrypt.el: Remove.
11359
11360 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11361
11362         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11363         server in symbolic form.
11364
11365         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11366
11367 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11368
11369         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11370         (nnimap-update-info): Fix up code slightly.
11371
11372         * gnus-int.el (gnus-open-server): Add tracing for performance
11373         debugging.
11374
11375         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11376         (gnus-group-insert-group-line): Pass the real group name so that it
11377         gets the right data.
11378
11379         * gnus-start.el (gnus-get-unread-articles): Don't have
11380         `gnus-get-unread-articles-in-group' update info, since that can be
11381         really slow and doesn't seem to be needed?
11382
11383 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11384
11385         * time-date.el (date-to-time): Try using parse-time-string first before
11386         using the slower timezone-make-date-arpa-standard.
11387
11388 2010-09-22  Julien Danjou  <julien@danjou.info>
11389
11390         * gnus-group.el (gnus-group-insert-group-line):
11391         Call gnus-group-highlight-line.
11392         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11393         default hook list.
11394         (gnus-group-update-eval-form): Add new function.
11395         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11396         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11397
11398 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11399
11400         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11401         immediate, then expire all articles.
11402         (nnimap-update-info): Fix off-by-one errors.
11403         (nnimap-flags-to-marks): Would return no marks lists for group with no
11404         flags.  Instead return the other data.
11405
11406 2010-09-22  Julien Danjou  <julien@danjou.info>
11407
11408         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11409         Only return an icon.
11410         (gnus-group-insert-group-line): Compute icon to return.
11411
11412         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11413         (gnus-html-image-fetched): Only cache if
11414         gnus-html-image-automatic-caching is set.
11415         (gnus-html-image-fetched): Check for errors.
11416
11417 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11418
11419         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11420         once per method on `g'.  This ensures that backends like nnfolder don't
11421         open all their folders.
11422
11423         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11424         (nnimap-request-list): Nix out group in the correct buffer.
11425         (nnimap-parse-flags): Implement by using `read' instead of
11426         hand-parsing.
11427         (nnimap-flags-to-marks): Pass on permanent-flags.
11428         (nnimap-make-process-buffer): Record the server name.
11429         (nnimap-parse-flags): Fix typo.
11430         (nnimap-request-scan): Run split on the server in general, not just a
11431         single group.
11432
11433         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11434         parameter, and propagate this downwards.
11435
11436         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11437         since EXAMINE changes it on the server.
11438
11439         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11440         this command might take a while.
11441
11442 2010-09-22  Julien Danjou  <julien@danjou.info>
11443
11444         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11445         harmful if you have 2 images side-by-side, they can't be properly
11446         update on text deletion.  Using text-property is safer here.
11447         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11448         data.
11449
11450 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11451
11452         * nnimap.el (nnimap-expunge-inbox): Remove.
11453         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11454         (nnimap-expunge): Flip default to t.
11455
11456         * gnus.el (gnus-method-to-server): Don't push things to the cache
11457         unless it's unique.
11458         (gnus-server-to-method): Ditto.
11459
11460 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11461
11462         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11463
11464 2010-09-22  Julien Danjou  <julien@danjou.info>
11465
11466         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11467         get the start of data.
11468         (gnus-html-encode-url): Add this function to encode special chars in
11469         URL.
11470         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11471         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11472
11473         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11474         default.
11475         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11476
11477         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11478         images alt-text.
11479         (gnus-html-put-image): Put alt-text as help-echo.
11480
11481 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11482
11483         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11484         * mm-util.el (mm-decompress-buffer):
11485         * nnir.el (nnir-run-find-grep):
11486         * pop3.el (pop3-list): Use 3rd arg of split-string.
11487
11488         * time-date.el (format-seconds): Comment fix.
11489
11490         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11491         and byte-optimize-form-code-walker.
11492         (dgnushack-make-auto-load): Don't advise make-autoload.
11493
11494         * lpath.el: Remove Emacs 21 stuff.
11495
11496 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11497
11498         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11499         outside the active range.  Suggested by Dan Christensen.
11500
11501         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11502         slightly later to avoid double-getting it.
11503
11504         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11505         previous patch.
11506
11507         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11508
11509 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11510
11511         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11512
11513 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11514
11515         * gnus-int.el (gnus-open-server): Give a better error message in the
11516         "go offline" case.
11517
11518         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11519         marks for nnimap, which is seldom the right thing to do.
11520
11521         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11522         (gnus-same-method-different-name): New function.
11523
11524         * nnimap.el (parse-time): Require.
11525
11526         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11527         method in the presence of many similar methods.
11528
11529         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11530
11531         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11532         nnml-inhibit-expiry.
11533
11534         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11535         find out whether methods are equal.
11536
11537         * nnimap.el (nnimap-find-expired-articles): New function.
11538         (nnimap-process-expiry-targets): New function.
11539         (nnimap-request-move-article): Request the article before looking at
11540         what the Message-ID is.  Fix found by Andrew Cohen.
11541         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11542
11543         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11544         for oldness in addition to being a predicate.
11545
11546         * nnimap.el (nnimap-request-group): When we have zero articles, return
11547         the right data to Gnus.
11548         (nnimap-request-expire-articles): Only delete articles immediately if
11549         the target is 'delete.
11550
11551         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11552         method, this would bug out.
11553
11554         * gnus-group.el (gnus-group-expunge-group): Rename from
11555         gnus-group-nnimap-expunge, and implemented as a normal interface
11556         function.
11557
11558         * gnus-int.el (gnus-request-expunge-group): New function.
11559
11560         * nnimap.el (nnimap-request-create-group): Implement.
11561         (nnimap-request-expunge-group): New function.
11562
11563 2010-09-21  Julien Danjou  <julien@danjou.info>
11564
11565         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11566         (gnus-html-cache-expired): Add new function.
11567         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11568         wethever we should display image for fetch it.
11569         Compute alt-text earlier to pass it to the fetching function too.
11570         (gnus-html-schedule-image-fetching): Change function argument to only
11571         get one image at a time, not a list.
11572         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11573         cache.
11574         (gnus-html-get-image-data): New function to retrieve image data from
11575         cache.
11576         (gnus-html-put-image): Change buffer argument to use image data rather
11577         than file, and place image above region rather than inserting a new
11578         one.  Do not take alt-text as argument, since it's useless now: we place
11579         the image above alt-text.
11580         (gnus-html-prune-cache): Remove.
11581         (gnus-html-show-images): Start to fetch image when we find one, do not
11582         push into a temporary list.
11583         (gnus-html-prefetch-images): Only fetch image if they have expired.
11584         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11585         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11586
11587 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11590
11591 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11592
11593         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11594         spec inser "*" if the group isn't active instead of 0.
11595
11596         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11597         opening the server.
11598         (nnimap-request-delete-group): Implement group deletion.
11599         (nnimap-transform-headers): Return the size of the entire message in
11600         the Bytes header, not just the size of the first part.
11601         (nnimap-request-move-article): When moving an article from nnimap,
11602         request the article first so the accepting form has an article to
11603         accept.  Reported by Dan Christensen.
11604         (nnimap-command): Make sure that the error message doesn't error out.
11605
11606 2010-09-20  David Edmondson  <dme@dme.org>
11607
11608         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11609         we haven't requested anything.
11610
11611 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11612
11613         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11614         "".  Fix found by Andrew Cohen.
11615
11616         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11617         instead of -encode-string.
11618
11619 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11622
11623         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11624         by mm-subst-char-in-string.
11625
11626 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11627
11628         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11629         waiting for the connection string.
11630
11631         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11632         arriving.
11633
11634         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11635         bogus characters.  This allows selecting certain Gmail groups.
11636
11637         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11638         (nnimap-fetch-partial-articles): New variable.
11639         (nnimap-open-connection): When looking for credentials, also use the
11640         nnimap-server-port.
11641         (nnimap-request-article): Return the group/article number, so that Gnus
11642         `^' works as expected.
11643         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11644
11645         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11646         comments.
11647         (gnus-methods-sloppily-equal): New function.
11648         (gnus): When using the development version of Gnus, load the gnus-load
11649         file.
11650
11651         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11652         `gnus-open-server' on each method before trying to scan them etc.
11653         This ensures that all the backend parameters are set correctly.
11654
11655         * nnimap.el (nnimap-authenticator): New variable.
11656         (nnimap-open-connection): Allow anonymous login.
11657         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11658         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11659
11660         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11661         patch, found by Knut Anders Hatlen.
11662
11663 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11664
11665         * gnus-agent.el (gnus-agent-batch-confirmation)
11666         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11667         to gnus-message.
11668         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11669         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11670         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11671         * gnus-int.el (gnus-open-server): Likewise.
11672         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11673         (gnus-score-check-syntax): Likewise.
11674         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11675         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11676         Likewise.
11677         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11678
11679 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680
11681         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11682         calling conventions so that prefetch doesn't bug out.
11683
11684 2010-09-19  Julien Danjou  <julien@danjou.info>
11685
11686         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11687         rather than `subst-char-in-region' in order to be able to replace ASCII
11688         char by UTF-8 ones.
11689
11690         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11691         than curl.
11692         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11693         the right URL and ALT text on images.
11694         (gnus-html-wash-tags): Fix tag case.
11695         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11696         (gnus-article-html): Add -o display_ins_del=2 option.
11697         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11698
11699 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11700
11701         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11702         the extra mail headers, which sometimes seem to happen for unknown
11703         reasons.
11704
11705         * mail-parse.el (mail-header-encode-parameter): Define as
11706         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11707         (or most, perhaps?) mail readers don't understand the latter, but do
11708         understand the former.
11709
11710         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11711         to nil, so that no methods are automatically agentized.  I think this
11712         is probably what most users want.
11713
11714         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11715         from url-retrieve, for instance about invalid URLs.
11716
11717         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11718         groups that have no articles.
11719         (nnimap-request-article): Check that we really got an article when we
11720         requested one.
11721
11722         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11723         doesn't exist.
11724
11725         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11726         nntp buffer so the agent can save it.
11727         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11728         that CRLF doesn't get translated to \n.
11729         (nnimap-open-connection): Don't make 'shell commands only send \n.
11730
11731 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11732
11733         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11734         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11735         Update var name.
11736         (nnml-generate-nov-file): Use dolist.
11737         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11738         Use with-current-buffer.
11739
11740 2010-09-18  Julien Danjou  <julien@danjou.info>
11741
11742         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11743         parallel.
11744
11745 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11746
11747         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11748         the range update right.
11749         (nnimap-request-group): Don't make `M-g' bug out on group with no
11750         marks.
11751         (nnoo): Require, so that other packages can require nnimap.
11752         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11753         command we're looking for.  This helps when the server sends more
11754         responses after we've gotten everything we expected.
11755         (nnimap): Add a `newlinep' field to keep track of end-of-line
11756         conventions.
11757         Don't send CRLF to things that don't want it.
11758         (nnimap-request-accept-article): Ditto.
11759
11760 2010-09-18  Julien Danjou  <julien@danjou.info>
11761
11762         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11763         than curl to retrieve images.
11764
11765 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11766
11767         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11768         the marks.
11769         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11770         (nnimap-wait-for-connection): New function.
11771         (nnimap-open-connection): If we have PREAUTH, don't query for login
11772         credentials.
11773         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11774         when doing a partial update.
11775
11776 2010-09-18  Julien Danjou  <julien@danjou.info>
11777
11778         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11779         tags.
11780
11781 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11782
11783         * nnimap.el (nnimap-credentials): New function.
11784         (nnimap-open-connection): Use the new function to look for credentials
11785         also on the numeric equivalents of "imap" and "imaps".
11786
11787         * gnus-start.el (gnus-activate-group): Send the info to
11788         gnus-request-group.
11789
11790         * nnimap.el (nnimap-request-group): Have the "check" version of the
11791         function parse flags and update the info, so that a `M-g' get a total
11792         resync of all flags from the group.
11793
11794         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11795         to allow backends to alter the info on group selection.  Also alter all
11796         the backend -request-group functions to take the parameter.
11797
11798         * nnimap.el (nnimap-store-info): New function.
11799         (nnimap-update-info): Store the info for later usage.
11800         (nnimap-request-group): Use the stored info for the dont-check case, so
11801         that we don't retrieve all marks when we enter a group.
11802
11803         * nnimap.el: Use deffoo instead of defun for interface functions.
11804
11805         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11806         update the group info.  This makes the nndraft groups, for instance, go
11807         back to their old behavior.
11808
11809         * gnus-sum.el (gnus-select-newsgroup): Indent.
11810
11811         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11812         in.
11813         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11814         nothing.
11815
11816         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11817         from methods that are denied.
11818
11819         * gnus-int.el (gnus-method-denied-p): New function.
11820
11821         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11822         store the password instead of netrc.
11823         (nnimap-open-connection): Don't error out when we can't make a
11824         connections.
11825
11826         * auth-source.el (auth-source-create): In the password prompt, say what
11827         we're querying for.  Also prompt for user name if that hasn't been
11828         given.
11829
11830         * nnimap.el (nnimap-with-process-buffer): Remove.
11831
11832 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11833
11834         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11835         method when we're reading from the agent.
11836
11837         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11838
11839         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11840         that's probably most useful for users.
11841
11842         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11843         "failed" all the time.
11844
11845         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11846         ...)) with (with-current-buffer ... ).
11847
11848         * nntp.el (nntp-open-server): Return whether the open was successful or
11849         not.
11850
11851         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11852         select an unread unseen article first.
11853
11854         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11855         /etc/services, supply some sensible port defaults.
11856
11857         * dgnushack.el: Define netrc-credentials.
11858
11859 2010-09-17  Julien Danjou  <julien@danjou.info>
11860
11861         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11862
11863 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11864
11865         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11866         doesn't have any parameters.
11867
11868 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11869
11870         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11871         only upcased checks.
11872
11873         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11874
11875         * nnimap.el (nnimap-open-shell-stream): New function.
11876         (nnimap-open-connection): Use it.
11877         (nnimap-transform-headers): Get the number of lines in each message.
11878         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11879         number of lines.
11880         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11881         problem.
11882
11883         * utf7.el (utf7-encode): Autoload.
11884
11885         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11886         to allow the mail splitting to not return a default group.  This is
11887         useful for nnimap, which will leave unmatched mail in the inbox.
11888
11889         * nnimap.el: Rewritten.
11890
11891         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11892         nnimap usage.
11893
11894         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11895         if the move is internal, so that nnimap can do fast internal moves.
11896
11897         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11898         data.
11899         (gnus-read-active-for-groups): Support finishing the early retrieval of
11900         data.
11901
11902         * gnus-range.el (gnus-range-nconcat): New function.
11903
11904         * gnus-int.el (gnus-finish-retrieve-group-infos)
11905         (gnus-retrieve-group-data-early): New functions.
11906
11907 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11908
11909         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11910         (nnrss-retrieve-groups):
11911         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11912         (pop3-quit): Use with-current-buffer.
11913
11914 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11917         instead of nnheader-accept-process-output.
11918
11919         * dgnushack.el (dgnushack-compile): Add comment.
11920
11921         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11922
11923         * gnus-html.el (gnus-html-schedule-image-fetching)
11924         (gnus-html-prefetch-images): Replace process-kill-without-query by
11925         gnus-set-process-query-on-exit-flag.
11926
11927 2010-09-16  Romain Francoise  <romain@orebokech.com>
11928
11929         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11930
11931 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11932
11933         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11934         parameter to unintern is mandatory-ish in Emacs 24.
11935
11936         * gnus-html.el (gnus-html-schedule-image-fetching)
11937         (gnus-html-prefetch-images): Check for curl before using it.
11938
11939         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11940         depend on curl, which isn't essential.
11941
11942         * imap.el: Revert back to version
11943         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11944         seem problematic.
11945
11946 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11947
11948         * gnus-registry.el (gnus-registry-install-shortcuts):
11949         Explicitly pass `obarray' to `unintern' to avoid a warning.
11950
11951 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11952
11953         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11954         change.
11955
11956         * nnrss.el (nnrss-request-list): Remove this function and related
11957         functions, including the moreover stuff.
11958
11959 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11960
11961         * nnrss.el (nnrss-retrieve-groups): New function.
11962
11963 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11964
11965         * .dir-locals.el: Add no-byte-compile cookie.
11966
11967 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * time-date.el (format-seconds): Comment fix.
11970
11971         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11972         for back end that doesn't support request-scan.
11973
11974 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11975
11976         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11977         then do request scans from the backends.
11978
11979         * netrc.el (netrc-credentials): New conveniency function.
11980
11981         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11982         avoid running a hook per line, since this takes a lot of time,
11983         profiling shows.
11984         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11985         directly if gnus-visual-p is true.
11986
11987 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11990         groups; replace mapcar with dolist which is a bit faster; pass groups
11991         info to gnus-read-active-file-1.
11992         (gnus-read-active-file-1): Scan only specified groups if the new
11993         optional arg `infos' is given.
11994
11995 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11996
11997         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11998
11999         * pop3.el (pop3-movemail): Remove.
12000         (pop3-streaming-movemail): Rename to pop3-movemail.
12001
12002         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12003         don't restrict end-tag searches to the end of the line.
12004
12005 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12008         articles of every unchecked group to t, which means unknown since the
12009         server has never been opened.
12010
12011 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12012
12013         * gnus-html.el (gnus-html-show-alt-text): New command.
12014         (gnus-html-browse-image): Ditto.
12015         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12016         to browse the image directly.
12017         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12018         better.
12019
12020         * gnus-async.el (gnus-async-article-callback):
12021         Call `gnus-html-prefetch-images' unconditionally.
12022
12023         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12024         before feeding URLs to curl.
12025
12026 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12029         internal images as deletable by `W D D'.
12030
12031         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12032         (gnus-async-article-callback): Fix typo.
12033
12034 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12035
12036         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12037         current line to work around bugs in the output from w3m.
12038
12039         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12040         for groups that want that.
12041
12042         * nntp.el (nntp-wait-for-string): Supply a timeout for
12043         accept-process-output to ensure progress.
12044
12045         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12046         level to get unread articles from, then use that for foreign groups,
12047         too.
12048
12049         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12050         confuses the rest of the function.
12051
12052         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12053         for the methods that support -retrieve-groups, too.
12054
12055         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12056
12057 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12060         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12061
12062         * pop3.el: Require cl when compiling.
12063         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12064
12065 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12066
12067         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12068         that aren't going to be activated.
12069         (gnus-get-unread-articles): Fix up the last commit.
12070
12071         * gnus-html.el (gnus-article-html): Allow calling without specifying
12072         the handle.  In that case, dissect the buffer first.
12073
12074         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12075
12076         * nnimap.el (nnimap-open-connection): Revert the change that would look
12077         into authinfo for imaps instead of imap.
12078
12079         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12080         say that you don't want to call gnus-request-group with don-check, but
12081         do check the reponse.  This is for virtual groups only.
12082         (gnus-get-unread-articles): Count the archive groups as secondary, so
12083         that they're activated the same way as before.
12084
12085         * imap.el (imap-message-map): Removed optional buffer parameter, since
12086         no callers use it.
12087         (imap-message-get): Ditto.
12088         (imap-message-put): Ditto.
12089         (imap-mailbox-map): Ditto.
12090         (imap-mailbox-put): Ditto.
12091         (imap-mailbox-get): Ditto.
12092         (imap-mailbox-get): Revert last change for this function.
12093
12094         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12095         case-insensitively.
12096         (nnimap-debug): Remove.
12097
12098         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12099         callers to use `imap-fetch' instead.  According to the comments, this
12100         should be safe, since all other IMAP clients use the 1:* syntax.
12101         (imap-enable-exchange-bug-workaround): Remove.
12102         (imap-debug): Remove -- doesn't seem very useful.
12103
12104         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12105         mail from a file, and the file doesn't exist.
12106
12107         * imap.el (imap-log): New convenience function used throughout instead
12108         of repeating the same code all over the place.
12109
12110         * pop3.el (pop3-streaming-movemail): Return t for success.
12111
12112         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12113         .authinfo if we're using ssl connection.
12114
12115         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12116         already have if we're in a main Gnus `g' run.
12117
12118         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12119
12120 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12123
12124         * nnmh.el (nnmh-request-list-1): Bind `file'.
12125
12126         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12127         alias to set-process-query-on-exit-flag or process-kill-without-query.
12128         (pop3-open-server): Use it.
12129
12130 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12131
12132         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12133         box to the Incoming file.  Fixes mistake in previous checkin.
12134
12135         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12136         request loop (for debugging purposes) removed.
12137
12138         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12139         culprit is more visible.
12140         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12141         (nnml-add-incremental-nov): New functions to do "incremental" nov
12142         updates, where we just append to the end of the existing nov files
12143         without reading/writing them in full.
12144
12145         * mail-source.el (mail-source-delete-crash-box): Really only check the
12146         incoming files once in a while.
12147
12148         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12149
12150         * mail-source.el (mail-source-delete-crash-box): Only check the
12151         incoming files for deletion once per day to save a lot of file
12152         accesses.
12153
12154         * pop3.el (pop3-logon): Fix up unbound variable typo.
12155
12156         * mail-source.el (pop3-streaming-movemail): Autoload.
12157
12158         * pop3.el (pop3-streaming-movemail):
12159         Respect pop3-leave-mail-on-server.
12160
12161         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12162         retrieval.
12163
12164         * pop3.el (pop3-process-filter): Remove unused function.
12165         (pop3-streaming-movemail, pop3-send-streaming-command)
12166         (pop3-wait-for-messages, pop3-write-to-file)
12167         (pop3-number-of-responses): New functions for streaming pop3
12168         retrieval.
12169
12170         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12171         come from no known methods.
12172         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12173         list.
12174
12175         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12176         message sizes.
12177         (pop3-movemail): Use erase-buffer instead of looping and deleting
12178         regions, which seems rather odd.
12179
12180         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12181         file once per `g' run.
12182
12183         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12184         directories.  This makes the draft queue directory work.
12185
12186         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12187         data from the backends, so that we only request the list of groups from
12188         each method once.  This should speed things up considerably.
12189
12190         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12191         detect that it's not implemented.
12192
12193         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12194         we actually do recurse down into the tree, but don't stat all leaf
12195         nodes.
12196
12197         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12198         then say so instead of bugging out.
12199
12200         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12201         files exist before trying to read them.
12202
12203         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12204         around <pre_int>.
12205
12206         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12207
12208         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12209
12210 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12211
12212         * mm-util.el (mm-image-load-path): Just return the image directories,
12213         not all directories in the path in addition to the image directories.
12214         (mm-image-load-path): Maintain a cache of the image directories so that
12215         the `g' command in Gnus doesn't have to stat dozens of directories each
12216         time.
12217
12218         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12219         (gnus-html-wash-tags): Add a new `i' command to insert images.
12220         (gnus-html-insert-image): New command and keystroke.
12221         (gnus-html-redisplay-with-images): New command and keystroke.
12222         (gnus-html-show-images): Rename command.
12223         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12224         spacers.
12225         (gnus-html-wash-tags): Decode entities at the end, so that entities
12226         inside the tags don't mess up the rest of the "parsing".
12227
12228         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12229         so that nnimap methods aren't agentized by default.  There's apparently
12230         many problems related to agent/imap behavior.
12231
12232         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12233
12234         * gnus-html.el: Doc fix.
12235
12236 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12239         specifier-spec-list for Emacs 21.
12240
12241         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12242         glyph-width and glyph-height instead of display-graphic-p and
12243         image-size; make avoidance of displaying small images work for XEmacs.
12244
12245         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12246         for XEmacs.
12247
12248         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12249         of symbol that holds plist data.
12250         (gnus-process-plist): Remove plist of process after getting it.
12251
12252 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12253
12254         * message.el (message-generate-hashcash): Change default to
12255         'opportunistic if hashcash is installed.
12256
12257         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12258         (gnus-html-put-image): Only call image-size once, since it's somewhat
12259         time-consuming on remote X servers.
12260
12261 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12264         type on data, not a file name.
12265
12266         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12267         window-pixel-edges for Emacs 21.
12268
12269         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12270         decoded contents.
12271         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12272
12273 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12274
12275         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12276         group line format, since it isn't very interesting.
12277
12278         * gnus-agent.el (gnus-agent-short-article),
12279         (gnus-agent-long-article): Increase values for these two variables,
12280         since most people are likely to have more network connection and
12281         storage than before.
12282
12283         * gnus.el (gnus-refer-article-method): Change default to 'current.
12284         When referring an article, the common behavior is to refer it from the
12285         current select method, not the native select method.  The chances of
12286         the native select method having the message in question is rather slim
12287         these days.
12288
12289         * gnus-sum.el (gnus-auto-select-subject): Change default to
12290         `unseen-or-unread'.  I think it's likely that most people want to
12291         select an unseen article over a previously seen, but unread one.
12292
12293         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12294         means that in the article buffer none of the minor mode elements will
12295         be shown, usually, and this is not desirable in most cases.
12296
12297         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12298         that commands like `d' (and the like) go to the next line in the
12299         buffer, instead of the next unread article.  I think this is the
12300         behavior that is most natural for most users.
12301         (gnus-single-article-buffer): Change default to nil, so that people can
12302         have as many article buffers open as they have summary buffer.  I think
12303         this is the most natural way for the groups to behave.
12304
12305         * message.el (message-generate-new-buffers): Change default to
12306         `unsent', so that all new message buffers start their names with the
12307         string "*unsent", and it's easier to find the buffers if you move from
12308         them.
12309
12310 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12311
12312         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12313         small.  They're probably tracking images.
12314         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12315         (gnus-html-rescale-image): Yet another try at getting the image sizing
12316         right.
12317
12318         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12319         nntp-marks-file-name is nil.
12320
12321 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12322
12323         * gnus-html.el (gnus-html-wash-tags)
12324         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12325         Better logging.
12326
12327 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12328
12329         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12330
12331         * gnus-html.el (gnus-html-wash-tags): Check the value of
12332         gnus-blocked-images in the summary buffer.
12333
12334 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12335
12336         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12337
12338 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12339
12340         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12341         like "a", it seems like.
12342         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12343         since it needs to be picked from the correct buffer.
12344
12345         * nnwfm.el: Remove.
12346
12347         * nnlistserv.el: Remove.
12348
12349 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12350
12351         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12352         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12353
12354 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12355
12356         * nnkiboze.el: Remove.
12357
12358         * nndb.el: Remove.
12359
12360         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12361         alt text.
12362         (gnus-html-rescale-image): Try to get the rescaling logic right for
12363         images that are just wide and not tall.
12364
12365         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12366         overshadow variable bindings.
12367
12368 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12369
12370         * gnus-html.el (gnus-html-wash-tags)
12371         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12372         Add extra logging.
12373
12374 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12375
12376         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12377         (gnus-max-image-proportion): New variable.
12378         (gnus-html-rescale-image): New function.
12379         (gnus-html-put-image): Rescale images.
12380
12381 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12382
12383         Fix up some byte-compiler warnings.
12384         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12385         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12386         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12387         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12388         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12389         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12390         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12391
12392 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-html.el (gnus-article-html): Decode contents by charset.
12395
12396 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12399         (gnus-html-frame-width, gnus-blocked-images):
12400         * message.el (message-prune-recipient-rules): Add custom version.
12401         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12402
12403         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12404         functions.
12405
12406         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12407         gnus-process-get.
12408
12409 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12410
12411         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12412         instead of lsub directly.
12413
12414 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12415
12416         * nnwarchive.el: Remove.
12417
12418         * gnus-soup.el: Remove.
12419
12420         * nnsoup.el: Remove.
12421
12422         * nnultimate.el: Remove.
12423
12424         * gnus-html.el (gnus-blocked-images): New variable.
12425
12426         * message.el (message-prune-recipients): New function.
12427         (message-prune-recipient-rules): New variable.
12428
12429         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12430         guess whether a long line is natural text or not.
12431
12432         * gnus-html.el (gnus-html-schedule-image-fetching):
12433         Use gnus-process-plist and friends for compatibility.
12434
12435 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12436
12437         * gnus-html.el: Require packages that define macros used in this file.
12438         (gnus-article-mouse-face): Declare to silence byte-compiler.
12439         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12440         process-get.
12441         (gnus-html-put-image): Use plist-get to avoid getf.
12442         (gnus-html-prefetch-images): Use with-current-buffer.
12443
12444 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * gnus-ems.el: Provide compatibility functions for
12447         gnus-set-process-plist.
12448
12449         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12450         header-line-format for XEmacs 21.4.
12451
12452         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12453         * gnus.el (gnus-valid-select-methods):
12454         * message.el (message-send-mail-partially-limit):
12455         * mm-decode.el (mm-text-html-renderer):
12456         * mml.el (mml-insert-mime-headers-always):
12457         * smiley.el (smiley-regexp-alist): Bump custom version.
12458
12459 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12460
12461         * gnus-html.el: Require mm-url.
12462         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12463         with the url to `url'.
12464         (gnus-html-wash-tags): Support cid: URLs/images.
12465
12466 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12467
12468         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12469         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12470         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12471
12472         * gnus-move.el: Remove file, since it doesn't really work.
12473
12474         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12475         UTF-8.  This seems to fix problems with some German web feeds.
12476
12477         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12478         at the top so that the proper colors are applied.
12479
12480         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12481         don't have dots in their names.
12482
12483         * gnus-art.el (gnus-article-view-part): Doc fix.
12484
12485         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12486         XEmacs-compatible.
12487         (gnus-html-put-image): Don't do images on non-graphic displays.
12488
12489         * nnslashdot.el: Remove this unused backend.
12490
12491         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12492         actions.
12493         (gnus-undo-register-1): Revert last change.
12494
12495         * gnus-group.el (gnus-group-completing-read): Protect against not
12496         having completion-styles bound.
12497
12498         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12499         make broken recipients happier.
12500
12501         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12502
12503         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12504         point parameter.
12505
12506         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12507
12508         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12509         completion-styles for group selection.
12510
12511 2009-02-04  Andreas Schwab  <schwab@suse.de>
12512
12513         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12514         headers and regexp-quote the match if necessary.
12515
12516 2009-03-24  Miles Bader  <miles@gnu.org>
12517
12518         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12519         the blinking smiley.
12520
12521 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12522
12523         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12524         blink smiley.
12525
12526 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12527
12528         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12529         where the dribbel file lives exists.
12530
12531         * message.el (message-send-mail-partially-limit): Change the default to
12532         nil, since most people don't want this.
12533
12534         * mm-url.el (mm-url-decode-entities): Also decode entities like
12535         &#x3212.
12536
12537 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12538
12539         * gnus-sum.el (gnus-summary-idna-message):
12540         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12541         Hyperlink urls in docstrings with URL `...'.
12542
12543 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12544
12545         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12546         functions.
12547
12548 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12549
12550         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12551         say what the mouseover text should be.
12552
12553         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12554         version of the mm-w3m-safe-url-regexp variable to only download images
12555         in the groups where we want that to happen.
12556
12557         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12558
12559         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12560         easier debugging.
12561         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12562         big pictures in the article buffer.
12563
12564         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12565         gnus-article-html.
12566         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12567         w3m.
12568
12569         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12570
12571 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12572
12573         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12574         which doesn't exist.
12575
12576         * message.el (message-inhibit-ecomplete): New variable to allow some
12577         function to inhibit ecomplete address storage.
12578         (message-resend): Disable ecomplete message storage when resending
12579         messages.
12580
12581         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12582
12583 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12586         Save excursion while copying, moving, and deleting articles in order to
12587         prevent the cursor from jumping to unforeseen place.
12588
12589 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * lpath.el: No need to bind bookmark-current-buffer,
12592         bookmark-yank-point and bookmark-make-record-function.
12593
12594 2010-08-17  Glenn Morris  <rgm@gnu.org>
12595
12596         * gnus-sync.el: Require gnus components whose functions are used.
12597
12598         * gnus-art.el (bookmark-make-record-function):
12599         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12600         Declare for compiler.
12601
12602         * mm-url.el (mml-compute-boundary): Autoload.
12603
12604 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12607
12608 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12609
12610         Typo fix "hoo4a" -> "hook".
12611
12612         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12613
12614 2010-08-14  Glenn Morris  <rgm@gnu.org>
12615
12616         * gnus-sync.el (gnus-sync): Fix defgroup version.
12617
12618 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12619
12620         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12621
12622         * gnus-sync.el: Fix docs.
12623         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12624         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12625
12626 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12627
12628         Optimizations for gnus-sync.el.
12629
12630         * gnus-sync.el: Add docs about gnus-sync-backend
12631         possibilities.
12632         (gnus-sync-save): Remove unnecessary message.
12633         (gnus-sync-read): Optimize and show what groups were skipped.
12634
12635 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12636
12637         Minor bug fixes for gnus-sync.el.
12638
12639         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12640         Don't read the sync on get-new-news.
12641
12642         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12643         quiet.
12644
12645         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12646         (fix typo).
12647
12648 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12649
12650         Make saving and restoring of hidden threads work with overlays.
12651         Patch applied by Ted Zlatanov.
12652
12653         * gnus-sum.el (gnus-hidden-threads-configuration)
12654         (gnus-restore-hidden-threads-configuration): Update to deal with text
12655         properties, rather than searching for a magic character.
12656
12657 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12658
12659         New gnus-sync.el library for synchronization of marks.
12660
12661         * gnus-sync.el: New library for synchronization of marks.
12662
12663         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12664         renamed from `gnus-registry-grep-in-list'.
12665
12666         * gnus-registry.el (gnus-registry-follow-group-p):
12667         Use `gnus-grep-in-list'.
12668
12669         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12670
12671 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12674         determining charset of text fails.
12675
12676 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * nnmail.el (nnmail-get-new-mail-1): Revert.
12679
12680         * nnml.el (nnml-active-number): Make sure names of newly created groups
12681         in nnml-group-alist are encoded.
12682
12683 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12686         containing non-ASCII characters in active file for nnml back end.
12687
12688 2010-07-24  David Engster  <dengste@eml.cc>
12689
12690         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12691         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12692
12693 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12694
12695         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12696         tag (Bug#6654).
12697
12698 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12701         the article buffer, not the summary buffer.
12702
12703 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12706         Emacs 23 as well.
12707
12708 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12711         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12712
12713 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12714
12715         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12716         Patch applied by Karl Fogel.
12717
12718         * gnus-sum.el (gnus-summary-bookmark-make-record):
12719         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12720
12721 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12722
12723         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12724         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12725         C-w still not working correctly from Article buffers; Thierry's
12726         patch to fix that will be applied after this.
12727
12728         * gnus-art.el (bookmark-make-record-function): New local variable.
12729
12730         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12731         article buffer.
12732         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12733
12734 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12735
12736         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12737         on changes in bookmark.el.
12738
12739 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12742         `no-log' instead of message not to log prompt string.
12743
12744 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12745
12746         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12747         the *other* type of HTML form submission.
12748
12749 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12750
12751         * auth-source.el (auth-source-pick): If choice does not contain a
12752         questioned keyword, set the check to t.
12753
12754 2010-06-12  Romain Francoise  <romain@orebokech.com>
12755
12756         * gnus-util.el (gnus-date-get-time): Move up before first use.
12757
12758 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12761         (gnus-article-edit-part): Bind it to make last part that is substituted
12762         or deleted visible.
12763         (gnus-mime-display-single): Buttonize part of which id equals to
12764         gnus-mime-buttonized-part-id.
12765
12766 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12767
12768         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12769         (gnus-dd-mmm): Use gnus-date-get-time.
12770         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12771         simplify logic.
12772         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12773         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12774
12775 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12776
12777         * auth-source.el (top): Autoload `secrets-list-collections',
12778         `secrets-create-item', `secrets-delete-item'.
12779         (auth-sources): Fix tag string.
12780         (auth-get-source, auth-source-retrieve, auth-source-create)
12781         (auth-source-delete): New defuns.
12782         (auth-source-pick): Rewrite in order to avoid 2 passes.
12783         (auth-source-forget-user-or-password): New parameter USERNAME.
12784         (auth-source-user-or-password): New parameters CREATE-MISSING and
12785         DELETE-EXISTING.  Retrieve password interactively, if needed.
12786
12787 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12788
12789         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12790         deleting unused directories when gnus-expert-user is t.
12791
12792 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12795         for each temp file when gnus-article-browse-delete-temp is ask.
12796
12797 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12798
12799         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12800         Replace Lisp calls to delete-backward-char by calls to delete-char.
12801
12802 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12803
12804         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12805
12806 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12807
12808         * password-cache.el (password-cache-remove): Fix docstring.
12809
12810 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12813         article unless decoding article to be saved.
12814
12815 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12818         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12819         generated within the mm-with-unibyte-current-buffer macro.
12820
12821 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12824         to nil when we're in a mml-preview buffer and no group is selected.
12825
12826 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12827
12828         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12829         when catching the `C-g'.  Reported by "Leo".
12830
12831 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * message.el (message-forward-make-body-plain)
12834         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12835         multibyte-string-p.
12836
12837         * lpath.el: Revert.
12838
12839 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * message.el (message-forward-make-body-mml): Assume original message
12842         is multibyte string; error on unibyte.
12843         (message-forward-make-body-plain): Ditto; don't add excessive newline
12844         in body end.
12845
12846         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12847
12848 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12849
12850         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12851         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12852
12853 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * mm-extern.el (mm-extern-url): Don't use
12856         mm-with-unibyte-current-buffer.
12857         (mm-extern-cache-contents): Use with-current-buffer instead of
12858         save-excursion + set-buffer.
12859
12860 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * mm-util.el (mm-emacs-mule): Remove.
12863
12864 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12865
12866         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12867         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12868         change.
12869
12870 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12873         bind the default value of enable-multibyte-characters to nil.
12874
12875 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * message.el (message-forward-make-body-plain)
12878         (message-forward-make-body-mml):
12879         Don't use mm-with-unibyte-current-buffer.
12880
12881 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12882
12883         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12884
12885 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12886
12887         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12888         (Bug#5592).
12889
12890 2010-05-07  Julien Danjou  <julien@danjou.info>
12891
12892         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12893         it to mm-pipe-part.
12894
12895         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12896         it is given.
12897
12898 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * binhex.el (binhex-decode-region-internal):
12901         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12902         (dns-query):
12903         * nnweb.el (nnweb-gmane-search):
12904         * pgg-parse.el (pgg-parse-armor):
12905         * pgg.el (pgg-verify-region):
12906         * sha1.el (sha1-string-external):
12907         * uudecode.el (uudecode-decode-region-internal):
12908         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12909         XEmacs.
12910
12911         * gnus-art.el (gnus-article-browse-html-parts):
12912         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12913         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12914         make-temp-file.
12915
12916         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12917         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12918         compiling.
12919
12920         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12921         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12922         XEmacs when compiling.
12923
12924         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12925         gnus-pick-mode-off-hook for XEmacs when compiling.
12926         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12927         gnus-binary-mode-off-hook for XEmacs when compiling.
12928
12929         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12930         Return nil if char-charset is not available.
12931
12932         * imap.el (imap-disable-multibyte)
12933         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12934         macros.
12935
12936         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12937         instead of encode-coding-string.
12938
12939         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12940         'xemacs) instead of mm-emacs-mule to switch function definitions.
12941         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12942
12943         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12944         bind temporary-file-directory for XEmacs;
12945         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12946         timer-set-function for XEmacs 21.4 and SXEmacs;
12947         bind timer-list for XEmacs 21.4 and SXEmacs;
12948         fbind char-charset and find-charset-region for non-Mule XEmacs;
12949         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12950         encode-coding-region and encode-coding-string for XEmacs having no
12951         file-coding feature.
12952
12953 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12954
12955         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12956
12957 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12960         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12961
12962 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12963
12964         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12965         alias `jka-compr-delete-temp-file' no longer exists.
12966
12967 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12968
12969         Use define-minor-mode in Gnus where applicable.
12970         * mml.el (mml-mode): Use define-minor-mode.
12971         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12972         (gnus-undo-mode): Use define-minor-mode.
12973         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12974         (gnus-dead-summary-mode): Use define-minor-mode.
12975         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12976         Initialize in declaration.
12977         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12978         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12979         (gnus-mailing-list-mode): Use define-minor-mode.
12980         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12981         (gnus-draft-mode): Use define-minor-mode.
12982         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12983         (gnus-dired-mode): Use define-minor-mode.
12984
12985 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12986
12987         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12988         handles on recursive mml-to-mime translation and check them for
12989         boundary delimiter collisions.  Reported by Greg Troxel.
12990
12991 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12994
12995 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12996
12997         * mm-util.el (mm-find-buffer-file-coding-system):
12998         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12999
13000 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13001
13002         * message.el (message-generate-headers): Record insertion of optional
13003         headers as well.  Otherwise the check to prevent repeated insertion of
13004         optional headers is a no-op.
13005
13006 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13007
13008         * smime.el: Don't mention CVS.
13009
13010         * nnrss.el (nnrss-fetch): Don't mention CVS.
13011
13012         * nnir.el: Don't mention CVS.
13013
13014 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13015
13016         * gnus-sum.el (gnus-summary-bookmark-make-record):
13017         Add `location' field.
13018
13019 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * lpath.el: Fbind bookmark-default-handler,
13022         bookmark-get-bookmark-record, bookmark-make-record-default,
13023         bookmark-prop-get for Emacs <23 and XEmacs.
13024
13025 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13026
13027         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13028         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13029         Use with-current-buffer to silence the byte-compiler.
13030         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13031         bother to require `gnus'.
13032         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13033
13034 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13035
13036         * gnus-sum.el (gnus-summary-bookmark-make-record)
13037         (gnus-summary-bookmark-jump): New functions.
13038         (gnus-summary-mode): Setup bookmark support.
13039
13040 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13041
13042         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13043         if set.
13044
13045 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13048         gnus-article-browse-html-save-cid-image; make it work recursively for
13049         forwarded messages as well.
13050         (gnus-article-browse-html-parts): Work when prefix arg is given.
13051         (gnus-article-browse-html-article): Doc fix.
13052
13053 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13054
13055         * message.el (message-default-mail-headers)
13056         (message-default-headers): Carry the value mail-default-headers over
13057         into message-default-mail-headers, rather than message-default-headers.
13058
13059 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13060
13061         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13062         charset.
13063
13064         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13065         charset into the <meta> tag when the article is encoded to utf-8.
13066
13067 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * gnus-art.el (gnus-article-browse-delete-temp-files):
13070         Delete directories as well.
13071         (gnus-article-browse-html-parts): Work for images that do not specify
13072         file names; delete temp directory when quitting; insert header at the
13073         right place; use file: scheme for image files.
13074
13075 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13076
13077         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13078         (gnus-article-browse-html-parts): Use it to make temporary cid image
13079         files in addition to html file so that browser may display them.
13080
13081 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13084
13085 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13086
13087         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13088
13089 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13090
13091         * auth-source.el (auth-sources): Change default to be simpler.
13092         Explain about Secret Service API sources.  Improve Customize options.
13093         (auth-source-pick): Change to accept any number of search parameters.
13094         Implement fallbacks iteratively, not recursively.  Add scoring on the
13095         second pass and sort by score.  Call Secret Service API when needed.
13096         (auth-source-user-or-password): Use it.  Call Secret Service API
13097         directly when needed to get the user name and the password.
13098
13099 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13100
13101         * message.el (message-interactive): Doc fix.
13102         (message-qmail-inject-args): Reflow.
13103         (message-kill-to-signature): Fix typo in docstring.
13104
13105         * smiley.el (smiley-buffer): Fix typo in docstring.
13106
13107 2010-03-24  Glenn Morris  <rgm@gnu.org>
13108
13109         * mail-source.el (gnus-message): Declare.
13110         (mail-source-delete-old-incoming): Require gnus-util.
13111
13112 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13115
13116         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13117
13118         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13119         password-cache's default if it is not bound.
13120         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13121         password-cache-expiry's default if it is not bound.
13122
13123         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13124         available in Emacs 21.
13125
13126         * lpath.el: Suppress compiler warnings for:
13127         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13128         XEmacs;
13129         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13130         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13131         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13132
13133 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13134
13135         * auth-source.el (auth-sources): Fix up definition so extra parameters
13136         are always inline.
13137
13138 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13139
13140         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13141         wasn't updated after mismatch.  Clear cached mailbox info correctly
13142         when uidvalidity changes.
13143         (nnimap-group-prefixed-name): New function to avoid some code
13144         duplication.
13145         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13146         (nnimap-request-group): Use it.
13147         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13148         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13149         with many imap folders.  This is done by caching the group status from
13150         the imap server persistently in a group parameter `imap-status'.  (This
13151         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13152         but not persistently, so every Gnus startup was still very slow.)
13153
13154 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13155
13156         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13157         delete the extra newline.  Otherwise editing of :string and :number
13158         types don't work.
13159
13160 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13161
13162         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13163         secrets.el dependency.
13164         (auth-sources): Add optional user name.  Add secrets.el configuration
13165         choice (unused right now).
13166
13167 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13168
13169         * gnus-sum.el (gnus-summary-make-menu-bar):
13170         Let `gnus-registry-install-shortcuts' fill in the functions.
13171
13172         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13173         warnings.
13174         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13175         (gnus-registry-install-shortcuts): Populate and use it in a
13176         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13177
13178 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13179
13180         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13181         In-place substitutions for the group name encoding/decoding.
13182         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13183         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13184         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13185         (nnimap-update-unseen, nnimap-request-list)
13186         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13187         (nnimap-request-set-mark, nnimap-split-to-groups)
13188         (nnimap-split-articles, nnimap-request-newgroups)
13189         (nnimap-request-create-group, nnimap-request-accept-article)
13190         (nnimap-request-delete-group, nnimap-request-rename-group)
13191         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13192         `encoded-mbx' for consistency.
13193         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13194         variable `imap-current-mailbox'.
13195
13196         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13197         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13198
13199 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13200
13201         * pop3.el (pop3-display-message-size-flag): Display message size byte
13202         counts during POP3 download.
13203         (pop3-movemail): Use it.
13204         (pop3-list): Implement listing of available messages.
13205
13206 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13207
13208         * nnir.el (nnir-get-article-nov-override-function): New function to
13209         override the normal NOV retrieval.
13210         (nnir-retrieve-headers): Use it.
13211
13212 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13213
13214         * auth-source.el (netrc-machine-user-or-password): Autoload.
13215
13216 2010-03-19  Glenn Morris  <rgm@gnu.org>
13217
13218         Stop message.el from loading about 40 libraries it doesn't always need.
13219         The general approach is to autoload rather than require, and to
13220         require in the specific functions rather than the file.  (Bug#5642)
13221
13222         * gmm-utils.el: Don't require wid-edit.
13223         (widget-create-child-value, widget-convert, widget-default-get):
13224         Autoload.
13225
13226         * gnus-util.el: Don't require time-date, netrc.
13227         (message-fetch-field, gnus-group-name-decode): Declare rather than
13228         autoloading.
13229         (gnus-fetch-field): Require message.
13230         (gnus-decode-newsgroups): Require gnus-group.
13231
13232         * ietf-drums.el: Don't require time-date.
13233
13234         * message.el: Don't require hashcash, canlock, ecomplete.
13235         Do require mail-utils.  Require nnheader only when compiling.
13236         (smtpmail-default-smtp-server): Remove declaration.
13237         (message-send-mail-function): Check smtpmail-default-smtp-server
13238         is bound rather than requiring smtpmail.
13239         (message-auto-save-directory, message-insert-signature):
13240         Use expand-file-name rather than nnheader-concat.
13241         (nnheader-insert-file-contents): Autoload.
13242         (hashcash-wait-async): Declare.
13243         (message-send-mail): Only call gnus-setup-posting-charset if
13244         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13245         (message-send-mail-with-sendmail): Require sendmail.
13246         (canlock-password, canlock-password-for-verify): Declare.
13247         (message-canlock-password): Require canlock.
13248         (nnheader-get-report): Autoload.
13249         (gnus-setup-posting-charset): Declare.
13250         (message-send-news): Require gnus-msg.
13251         (message-make-references, message-make-in-reply-to): Use mail-header-id
13252         rather than the alias mail-header-message-id.
13253         (ecomplete-add-item, ecomplete-save): Declare.
13254         (message-put-addresses-in-ecomplete): Require ecomplete.
13255         (ecomplete-display-matches): Autoload.
13256
13257         * mm-decode.el: Don't require mailcap, gnus-util.
13258         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13259         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13260         Autoload.
13261         (mailcap-mime-extensions): Declare.
13262
13263         * mm-encode.el: Don't require mailcap.
13264         (mailcap-extension-to-mime): Autoload.
13265
13266         * mml-sec.el: Don't require password-cache.
13267
13268         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13269         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13270         (mml-minibuffer-read-type): Require mailcap.
13271         (mml-preview): Require gnus-msg.
13272
13273         * mml1991.el: Require password-cache.
13274         (password-cache-expiry): Remove declaration.
13275
13276         * mml2015.el: Require password-cache.
13277         (password-cache-expiry): Remove declaration.
13278
13279         * nneething.el (mailcap): Require mailcap.
13280
13281         * nnheader.el (declare-function): Add compatibility stub.
13282         (message-remove-header): Declare rather than autoload.
13283         (nnheader-replace-header): Require message.
13284
13285         * nnimap.el (declare-function): Add compatibility stub.
13286         (netrc-parse, netrc-machine-user-or-password): Declare.
13287         (nnimap-open-connection): Require netrc.
13288
13289         * nntp.el (declare-function): Add compatibility stub.
13290         (netrc-parse, netrc-machine, netrc-get): Declare.
13291         (nntp-send-authinfo): Require netrc.
13292
13293         * rfc2047.el: Don't require qp.
13294         (quoted-printable-encode-region, quoted-printable-decode-string):
13295         Autoload.
13296
13297         * sieve-mode.el: Don't require easymenu.
13298         (easy-menu-add-item): Autoload it.
13299
13300         * spam-stat.el (time-to-number-of-days): Autoload it.
13301
13302 2010-03-19  Glenn Morris  <rgm@gnu.org>
13303
13304         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13305
13306 2010-03-18  Glenn Morris  <rgm@gnu.org>
13307
13308         * hashcash.el (declare-function): Remove duplicate definition.
13309
13310 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13311
13312         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13313         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13314         value if any backslash escapes).
13315
13316 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13319         if it is available.  (bug#5647)
13320
13321         * lpath.el: Suppress compiler warning for coding-system-from-name for
13322         Emacs 21 and XEmacs.
13323
13324 2010-03-14  Juri Linkov  <juri@jurta.org>
13325
13326         * hmac-def.el:
13327         * hmac-md5.el:
13328         * netrc.el: Fix keywords.
13329
13330 2010-02-26  Glenn Morris  <rgm@gnu.org>
13331
13332         * message.el (message-send-mail-function): Change the default, so that
13333         it inherits from a customized send-mail-function.  (Bug#5643)
13334
13335 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13336
13337         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13338         shell-command-to-string signals an error (bug#5299).
13339
13340 2010-02-24  Glenn Morris  <rgm@gnu.org>
13341
13342         * message.el (message-smtpmail-send-it)
13343         (message-send-mail-with-mailclient): Doc fixes.
13344
13345 2010-02-16  Glenn Morris  <rgm@gnu.org>
13346
13347         * message.el (message-default-mail-headers): Change the default value
13348         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13349
13350 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13353         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13354
13355 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13356
13357         * time-date.el (date-to-time): Doc fix (Bug#5408).
13358
13359 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13360
13361         * message.el (message-mail): Just pass yank-action on to message-setup.
13362         (message-setup): Handle (FUN . ARGS) form of yank-action.
13363         (message-with-reply-buffer, message-widen-reply)
13364         (message-yank-original): Handle non-buffer values of
13365         message-reply-buffer (Bug#4080).
13366         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13367
13368 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13369
13370         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13371         Fix typo in docstring.
13372
13373 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13374
13375         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13376         response.
13377
13378 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13381
13382         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13383
13384         * message.el (message-check-news-header-syntax): Protect against a
13385         string that `rfc822-addresses' returns when parsing fails.
13386
13387 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13390         (gnus-previous-char-property-change): New functions.
13391
13392         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13393
13394 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13395
13396         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13397         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13398
13399 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13400
13401         * message.el (message-exchange-point-and-mark): Rework last change to
13402         avoid using optional arg of exchange-point-and-mark, for backward
13403         compatibility.
13404
13405 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13406
13407         * message.el (message-exchange-point-and-mark):
13408         Call exchange-point-and-mark with an argument rather than setting
13409         mark-active by hand (Bug#5175).
13410
13411 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * nntp.el (nntp-service-to-port): Work for service expressed with
13414         numeric string; replace [:digit:] with [0-9] for XEmacs.
13415
13416 2009-12-17  Glenn Morris  <rgm@gnu.org>
13417
13418         * gnus-group.el (gnus-bug-group-download-format-alist):
13419         Change emacs entry to debbugs.gnu.org.  Bump :version.
13420
13421 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13422
13423         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13424
13425 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * message.el (message-info): Explain why we use `Info-goto-node'.
13428
13429 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13432
13433 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13434
13435         * message.el (message-completion-in-region): New compatibility function.
13436         (message-expand-group): Use it.
13437
13438 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13441         with no unread article should be listed if the 2nd arg `predicate' is
13442         given.
13443
13444 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13447
13448 2009-11-29  Juri Linkov  <juri@jurta.org>
13449
13450         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13451         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13452         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13453
13454 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13455
13456         * sha1.el (sha1-string-external): default-directory "/" in case
13457         otherwise non-existent.  process-connection-type pipe for touch of
13458         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13459
13460 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13461
13462         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13463         it's comms related and sgml-mode.el has "comm" on that basis too.
13464
13465 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13468         containing tspecial characters if they have been already quoted.
13469
13470 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13471
13472         * dns-mode.el (auto-mode-alist): Purecopy string.
13473
13474 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13475
13476         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13477
13478 2009-10-24  Glenn Morris  <rgm@gnu.org>
13479
13480         * gnus-art.el (help-xref-stack-item): Define for compiler.
13481
13482 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13483
13484         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13485
13486 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13489
13490 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13493         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13494
13495 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13498         (gnus-overlays-in): New alias to overlays-in.
13499
13500         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13501         gnus-overlay-get, and gnus-delete-overlay.
13502         (gnus-summary-show-thread): Make it work as well for systems in which
13503         next-single-char-property-change is not available.
13504         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13505
13506         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13507         (gnus-overlay-get): New alias to extent-property.
13508         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13509
13510         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13511         SXEmacs.
13512
13513         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13514         SXEmacs.
13515
13516 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13517
13518         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13519
13520 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13521
13522         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13523         and XEmacs that don't have `remove-overlays'.
13524
13525 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13526
13527         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13528         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13529         selective display.  Use overlays instead.
13530
13531 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13532
13533         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13534
13535 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13536
13537         * spam-stat.el (spam-stat-load): Fix typo in message.
13538
13539 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13540
13541         * dig.el (dig-invoke): Fix typo in docstring.
13542         (query-dig): Reflow docstring.
13543
13544 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13545
13546         * gnus-art.el (gnus-article-encrypt-body):
13547         * message.el (message-check-recipients):
13548         * mm-util.el (mm-codepage-setup):
13549         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13550         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13551
13552 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13553
13554         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13555         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13556         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13557         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13558         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13559
13560 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13561
13562         * dig.el: Add "Keywords: comm", as per net-utils.el.
13563
13564 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13565
13566         * dig.el (dig-mode): Use define-derived-mode.
13567
13568 2009-09-19  Glenn Morris  <rgm@gnu.org>
13569
13570         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13571
13572 2009-09-18  Glenn Morris  <rgm@gnu.org>
13573
13574         * gnus-diary.el (gnus-diary-check-message):
13575         * message.el (message-insert-formatted-citation-line):
13576         * nnbabyl.el (top-level):
13577         * nndiary.el (nndiary-schedule):
13578         Fix typos in condition-case handlers.
13579
13580 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13583         configuration that provides the sole article window in a frame;
13584         position point correctly after deleting a part.
13585
13586 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13587
13588         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13589         (spam-resolve-registrations-routine): Use it to unregister articles
13590         that change status.
13591
13592 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13595         with XEmacs.
13596         (parse-time-string-chars): Use it.
13597
13598 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13599
13600         * imap.el (imap-interactive-login): Better messages.
13601         (imap-open): Fix bug with renamed buffer on reconnect.
13602         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13603         for easier debugging and cleaner code.  On successful (guessed based on
13604         server capabilities) secondary authentication, set imap-state
13605         correctly.
13606         (imap-last-authenticator): Define imap-last-authenticator as a variable
13607         to avoid warnings.
13608
13609 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * nnrss.el (nnrss-request-article): Remove binding of
13612         default-enable-multibyte-characters that has gotten needless by
13613         the 2007-07-13 change in rfc2047-encode-message-header.
13614
13615         * mml.el (mml-insert-multipart): Error on the message header.
13616         (mml-insert-part): Error on the message header; position point at
13617         the end of a MIME tag.
13618
13619 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * time-date.el (autoload): Expand define-obsolete-function-alias into
13622         defalias and make-obsolete for old Emacsen that Gnus supports.
13623         (with-no-warnings): Define it for old Emacsen.
13624         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13625         is available.
13626         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13627         float-time is available; suppress compile warning for time-to-seconds.
13628
13629         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13630         (gnus-float-time): Alias to float-time if it exists.
13631
13632         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13633         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13634         float-time is available; suppress compile warning for time-to-seconds.
13635
13636         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13637         XEmacs.
13638
13639 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13640
13641         * imap.el (imap-message-map): Docstring fix.
13642
13643 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13646         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13647         Add the optional argument `encoding' that overrides the default.
13648
13649         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13650         mm-encode-buffer.
13651
13652 2009-09-04  Glenn Morris  <rgm@gnu.org>
13653
13654         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13655         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13656         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13657         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13658         * mm-util.el (mm-with-unibyte-current-buffer)
13659         (mm-find-buffer-file-coding-system):
13660         * yenc.el (yenc-decode-region): Use default-value rather than
13661         default-enable-multibyte-characters.
13662
13663 2009-09-03  Glenn Morris  <rgm@gnu.org>
13664
13665         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13666         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13667         than default-enable-multibyte-characters.
13668
13669 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13670
13671         * gnus-art.el (gnus-article-read-summary-keys):
13672         Fix gnus-buffer-configuration's value temporarily used.
13673
13674 2009-09-02  Glenn Morris  <rgm@gnu.org>
13675
13676         * gnus-util.el (gnus-float-time): New function.
13677         * gnus-delay.el (gnus-delay-article):
13678         * gnus-sum.el (gnus-thread-latest-date):
13679         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13680         * nnspool.el (nnspool-request-newgroups):
13681         Use gnus-float-time rather than time-to-seconds.
13682         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13683
13684         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13685         (gnus-header-subject-face, gnus-header-newsgroups-face)
13686         (gnus-header-name-face, gnus-header-content-face):
13687         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13688         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13689         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13690         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13691         (gnus-cite-face-11):
13692         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13693         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13694         (gnus-server-closed-face, gnus-server-denied-face)
13695         (gnus-server-offline-face):
13696         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13697         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13698         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13699         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13700         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13701         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13702         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13703         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13704         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13705         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13706         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13707         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13708         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13709         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13710         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13711         (gnus-summary-high-undownloaded-face)
13712         (gnus-summary-low-undownloaded-face)
13713         (gnus-summary-normal-undownloaded-face)
13714         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13715         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13716         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13717         (gnus-splash-face):
13718         * message.el (message-header-to-face, message-header-cc-face)
13719         (message-header-subject-face, message-header-newsgroups-face)
13720         (message-header-other-face, message-header-name-face)
13721         (message-header-xheader-face, message-separator-face)
13722         (message-cited-text-face, message-mml-face):
13723         * sieve-mode.el (sieve-control-commands-face)
13724         (sieve-action-commands-face, sieve-test-commands-face)
13725         (sieve-tagged-arguments-face):
13726         * spam.el (spam-face):
13727         Mark face aliases with "-face" in the name as obsolete.
13728
13729 2009-09-01  Glenn Morris  <rgm@gnu.org>
13730
13731         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13732         than goto-line.
13733
13734 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13737         Don't move point if the command is invoked inside the message header.
13738
13739 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13740
13741         * imap.el (imap-send-command): Simplify.
13742         (imap-wait-for-tag): point-max -> buffer-size.
13743
13744 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13745
13746         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13747         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13748         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13749         * nnir.el (nnir-swish-e-index-file):
13750         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13751         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13752         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13753         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13754         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13755         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13756
13757 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13760         Don't save excursion.
13761
13762 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13763
13764         * nnheader.el (nnheader-find-file-noselect):
13765         * mm-util.el (mm-insert-file-contents):
13766         Use (default-value 'major-mode) instead of default-major-mode.
13767
13768 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13769
13770         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13771
13772 2009-08-26  Glenn Morris  <rgm@gnu.org>
13773
13774         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13775         than placing in files.el.
13776
13777 2009-08-25  Glenn Morris  <rgm@gnu.org>
13778
13779         * nnir.el (top-level): Don't require cl at run-time.
13780         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13781         Replace cl-function substitute with gnus-replace-in-string.
13782         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13783         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13784         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13785         simplified expansions.
13786
13787 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13788
13789         * dig.el (dig): Add autoload cookie.
13790
13791 2009-08-22  Glenn Morris  <rgm@gnu.org>
13792
13793         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13794         goto-line.
13795
13796 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13797
13798         * parse-time.el (parse-time-string-chars): Save match data.
13799
13800 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13801
13802         * parse-time.el (parse-time-string-chars): Compute using character
13803         classes, to handle non-ascii characters (Bug#3190).
13804
13805 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13808
13809         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13810         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13811         (gnus-mm-display-part, gnus-mime-display-single)
13812         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13813         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13814
13815         * gnus-sum.el
13816         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13817         (gnus-summary-move-article): Add expirable mark to articles copied or
13818         moved to group that has auto-expire turned on if the option is non-nil.
13819
13820 2009-07-24  Glenn Morris  <rgm@gnu.org>
13821
13822         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13823         Fix typo.  (Bug#3903)
13824
13825 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13828         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13829         that should not be used for draft articles.
13830         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13831         that has no concern in minor mode keys.
13832         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13833         Abolish.
13834
13835 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13838         article without making inquiry to a user for unknown encoding.
13839
13840         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13841         (nnmaildir--scan): Assume i-node and device number that file-attributes
13842         returns might be cons-cell.
13843
13844         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13845
13846         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13847
13848 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13849
13850         * auth-source.el: Remove docs now in auth.texi.  Don't use
13851         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13852         `auth-source-hide-passwords' and use them.
13853
13854 2009-07-15  Glenn Morris  <rgm@gnu.org>
13855
13856         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13857
13858 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13861         excessive whitespace from the default values of title and description.
13862
13863 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13866         mail-fetch-field to fetch Content-Description header in order to
13867         exclude newlines.
13868
13869 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13870
13871         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13872         format used by GnuPG 2.0.11.
13873
13874 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13877         to deleted part.
13878
13879 2009-05-30  David Engster  <dengste@eml.cc>
13880
13881         * nnmairix.el: Remove old documentation in the commentary block.
13882         (nnmairix-request-group): Do not update active file for nnml back ends.
13883         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13884         end so that overview files are ignored.
13885         (nnmairix-update-groups): Make updating the groups more robust by using
13886         marks.
13887         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13888         with dollar characters in message-id.
13889
13890 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13891
13892         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13893         2008-12-25 in dns.el.
13894
13895 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13896
13897         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13898         could happen if the text is only composed of spaces and/or tabs.
13899
13900 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13901
13902         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13903         when sending a queued message to avoid extra mml tags.
13904
13905 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13908
13909 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13912         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13913         rmail-toggle-header for XEmacs;
13914         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13915
13916 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * gnus-dired.el: Remove autoload for gnus-setup-message.
13919         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13920         displaying Gnus logo; always use compose-mail.
13921
13922 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13925
13926 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13929         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13930         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13931         available.
13932         (gnus-nocem-epg-verify): New function.
13933
13934 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13935
13936         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13937
13938 2009-02-15  Glenn Morris  <rgm@gnu.org>
13939
13940         * gnus-util.el (rmail-insert-rmail-file-header)
13941         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13942         autoloads.
13943         (rmail-default-rmail-file): Remove unnecessary declaration.
13944         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13945
13946 2009-02-14  Glenn Morris  <rgm@gnu.org>
13947
13948         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13949         variable (only used in gnus-util, which declares it anyway).
13950         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13951         which was only needed by gnus-art (changed to not use it any more).
13952         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13953         only used in gnus-util, which autoloads it itself.
13954         (rmail-update-summary): Fix autoload.
13955
13956         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13957         rather than rmail-output-to-rmail-file.
13958
13959 2009-02-07  Glenn Morris  <rgm@gnu.org>
13960
13961         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13962         autoload of function that no longer exists.
13963         (rmail-toggle-header): Declare.
13964         (message-forward-rmail-make-body): Handle mbox Rmail.
13965
13966 2009-01-31  Glenn Morris  <rgm@gnu.org>
13967
13968         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13969         2009-01-09 change.
13970
13971 2009-01-31  Dave Love  <fx@gnu.org>
13972
13973         * imap.el (imap-fetch-safe): Bind debug-on-error.
13974         (imap-debug): Add imap-fetch-safe.
13975
13976 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13977
13978         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13979         (auth-source-forget-all-cached): New convenience function.
13980         (auth-source-user-or-password): Accept list of modes or a single mode.
13981
13982         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13983         auth-source modes.
13984
13985         * netrc.el (netrc-machine-user-or-password): Use list of
13986         auth-source modes.
13987
13988         * nnimap.el (nnimap-open-connection): Use list of
13989         auth-source modes.
13990
13991         * nntp.el (nntp-send-authinfo): Use list of
13992         auth-source modes.
13993
13994 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13995
13996         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13997         now.
13998
13999 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14002         coding system in XEmacs; add a workaround for XEmacs.
14003
14004         * lpath.el: Fbind coding-system-aliasee.
14005
14006 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14009         of current-language-environment.
14010
14011 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14012
14013         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14014         available at runtime.
14015
14016 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14019
14020 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14021
14022         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14023         the greatest positive fixnum value doesn't work under an XEmacs with
14024         bignum support; use the most-positive-fixnum constant instead,
14025         available since Emacs 21.1 with cl and XEmacs 21.1.
14026
14027 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14030         XEmacs gets not to work.
14031
14032 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * mm-util.el (mm-coding-system-priorities): Allow the value like
14035         "Japanese (UTF-8)" of current-language-environment.
14036
14037 2009-01-09  Glenn Morris  <rgm@gnu.org>
14038
14039         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14040         with last-command-event.
14041
14042 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14043
14044         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14045         in the doc string.
14046
14047         * message.el (message-fix-before-sending): Amend comment.
14048
14049 2009-01-08  Dave Love  <fx@gnu.org>
14050
14051         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14052
14053 2009-01-07  David Engster  <dengste@eml.cc>
14054
14055         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14056         simplified server definitions by converting it via
14057         gnus-server-to-method.
14058
14059 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14062         parameter's operands.
14063
14064 2009-01-06  David Engster  <dengste@eml.cc>
14065
14066         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14067         primary select method (for gnus-group-mark-article-as-read).
14068
14069 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14070
14071         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14072         `(gnus)Face', not `(gnus)X-Face'.
14073
14074 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * mm-util.el (mm-ucs-to-char): New function.
14077
14078         * mm-url.el (mm-url-decode-entities): Use it.
14079
14080         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14081         unicode-to-char.
14082
14083 2009-01-05  Dave Love  <fx@gnu.org>
14084
14085         * time-date.el: Require cl for `declare'.
14086
14087 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14088
14089         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14090         Dave Love.
14091
14092 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14093
14094         * message.el (message-fix-before-sending): Add `eight-bit' to
14095         illegible-text check.
14096
14097 2009-01-03  Michael Olson  <mwolson@gnu.org>
14098
14099         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14100         `headers' is nil.  This can occur if the IMAP server does not have
14101         permissions to read messages from a folder, but can write new messages
14102         to the folder.
14103         (nnimap-request-article-part): Do not insert `data' if it is nil.
14104
14105         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14106         characters which will confuse `read', so skip past them.
14107
14108 2009-01-01  Dave Love  <fx@gnu.org>
14109
14110         * imap.el (imap-string-to-integer): Fix typo.
14111         (imap-fetch-safe): New function.
14112         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14113
14114         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14115
14116         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14117         (imap-parse-greeting): Fix doc strings.
14118         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14119         (imap-parse-flag-list): Make messages unique.
14120         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14121
14122         * nnimap.el: Fix author email.
14123         (nnimap-split-rule): Add FIXME comment.
14124         (nnimap-debug): Fix doc string.
14125
14126 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14127
14128         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14129
14130 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14131
14132         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14133         nslookup if resolv.conf isn't available.
14134         (dns-query): Rename from query-dns.
14135         (dns-query-cached): Rename from query-dns-cached.
14136
14137 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14140         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14141         to check if those variables exist (first appeared in Emacs 18.50).
14142
14143 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * mm-util.el (mm-line-number-at-pos): New function.
14146
14147         * spam-report.el (spam-report-process-queue): Use it.
14148
14149 2008-12-24  David Engster  <dengste@eml.cc>
14150
14151         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14152         parameters that haven't existed as variables as buffer-local variables.
14153
14154 2008-12-23  Dave Love  <fx@gnu.org>
14155
14156         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14157         cadar.
14158
14159         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14160         imap-starttls-p.
14161         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14162
14163 2008-12-22  Dave Love  <fx@gnu.org>
14164
14165         * imap.el: Fix author email.  Doc fixes.
14166         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14167         reply.
14168
14169 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * spam-report.el (spam-report-gmane-max-requests): New constant.
14172         (spam-report-gmane-wait): New variable.
14173         (spam-report-gmane-ham, spam-report-gmane-spam)
14174         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14175         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14176         the server.
14177
14178         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14179         Add explanations.
14180
14181         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14182         nnheader-accept-process-output and nnheader-read-timeout if available.
14183         (pop3-movemail): Use it.
14184
14185         * message.el (message-check-news-body-syntax): Fix signature check if
14186         there's an attachment.
14187
14188 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * mm-util.el: Add comments to the mm- emulating functions.
14191
14192 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14193
14194         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14195         Reported by Stephen Berman <stephen.berman@gmx.net>.
14196
14197 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * mm-util.el (mm-substring-no-properties): New function.
14200         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14201         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14202         (mm-string-to-multibyte): Doc fix.
14203
14204         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14205
14206 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14207
14208         * mml.el (mml-attach-file): Strip text properties from file name.
14209         (Bug#1574)
14210
14211 2008-12-16  Glenn Morris  <rgm@gnu.org>
14212
14213         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14214
14215 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14218         knows since the charset specified might be a bogus alias that
14219         mm-charset-synonym-alist provides.
14220
14221 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14222
14223         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14224         "ISO_8859-1".
14225
14226         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14227
14228 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * mm-util.el (mm-charset-eval-alist):
14231         Define it before mm-charset-to-coding-system.
14232         (mm-charset-to-coding-system): Add optional argument `silent';
14233         define it before mm-charset-override-alist.
14234         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14235         default value if it can be used in Emacs currently running;
14236         silence mm-charset-to-coding-system.
14237
14238 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14241         `allow-override' which says whether to use `mm-charset-override-alist'.
14242         (rfc2047-decode-encoded-words): Use it.
14243
14244         * mm-util.el (mm-charset-override-alist): Fix custom type;
14245         add `(gb2312 . gbk)' to choices.
14246
14247 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14250         fast.
14251
14252         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14253
14254         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14255
14256 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14257
14258         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14259         on links.
14260
14261         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14262
14263 2008-12-03  Lute Kamstra  <lute@gnu.org>
14264
14265         * sha1.el: Remove leading * from docstrings of defcustoms,
14266         deffaces, defconsts and defuns.
14267
14268 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14271         users' addresses that don't have domain parts.
14272         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14273         rather than message-narrow-to-head since there will be the message
14274         header separator.
14275
14276 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14277
14278         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14279         since the result is inserted in a unibyte buffer anyway.
14280         (nnimap-demule-use-string-to-multibyte): Remove.
14281         (nnimap-demule): Alias it to mm-string-to-multibyte.
14282
14283 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14284
14285         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14286         variable for debugging bug#464 and bug#1174.
14287         (nnimap-demule): Use it.
14288
14289 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14292         score calculation correctly.
14293
14294 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14295
14296         * message.el (message-send-mail): Just set the buffer to unibyte
14297         rather than use mm-with-unibyte-current-buffer which does a lot more.
14298         (message-send-mail-partially): Don't bother with
14299         mm-with-unibyte-current-buffer since it's already been made unibyte by
14300         message-send-mail.
14301
14302 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14303
14304         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14305
14306 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14307
14308         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14309
14310 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14311
14312         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14313         require itself and to remove `with-no-warnings'.
14314
14315 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14316
14317         * starttls.el (starttls-any-program-available): Get the name of the
14318         available TLS layer program.
14319         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14320         well as the host name in the "opening" message.
14321
14322         * auth-source.el (auth-source-cache, auth-source-do-cache)
14323         (auth-source-user-or-password): Cache passwords and logins by default,
14324         allow override with `auth-source-do-cache'.
14325         (auth-source-forget-user-or-password): Allow users to remove cache
14326         entries if needed.
14327
14328 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14329
14330         * md4.el (md4-buffer): Fix typo in docstring.
14331         (md4, md4-64): Doc fixes.
14332         (md4-pack-int32): Reflow docstring.
14333
14334 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14335
14336         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14337         condition-case to only the forward-sexp call.
14338
14339 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14340
14341         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14342         quotes contained.  Make it more robust regardless by an extra
14343         condition-case wrapper.
14344
14345 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14348
14349 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * nnml.el (nnml-request-expire-articles): Check if the function set to
14352         `nnmail-expiry-target' returns the symbol `delete'.
14353
14354         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14355
14356         * nnmail.el (nnmail-expiry-target): Fix custom type.
14357
14358 2008-10-02  Glenn Morris  <rgm@gnu.org>
14359
14360         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14361         Silence compiler warning.
14362
14363 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14364
14365         * tls.el (open-tls-stream): Show the actual command being
14366         executed, instead of the format string.
14367
14368 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * lpath.el: Fbind codepage-setup for Emacs 23.
14371
14372 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14373
14374         * mml.el (mml-menu): Don't assume mml2015 is bound.
14375
14376 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14379         exists.
14380
14381 2008-09-27  Glenn Morris  <rgm@gnu.org>
14382
14383         * gnus-util.el (mail-header-remove-comments): Autoload it.
14384
14385 2008-09-27  Andreas Schwab  <schwab@suse.de>
14386
14387         * gnus-util.el (gnus-split-references): Strip comments.
14388         (gnus-parent-id): Likewise.
14389
14390 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14391
14392         * message.el (message-confirm-send): Fix version.
14393
14394 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * message.el (message-idna-to-ascii-rhs-1): Use
14397         mail-extract-address-components rather than mail-header-parse-addresses
14398         that is an alias by default to ietf-drums-parse-addresses that does not
14399         support non-ASCII names in headers' contents.
14400
14401 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14402
14403         * message.el (message-confirm-send): Fix variable documentation to
14404         avoid the "y/n" wording.
14405
14406 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14407
14408         * message.el (message-set-auto-save-file-name): Save to a different
14409         filename so multiple messages (especially drafts) can be recovered.
14410
14411 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14412
14413         * message.el (message-confirm-send): Add appropriate version.
14414
14415 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14416
14417         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14418         defvar.
14419
14420 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14421
14422         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14423         (mm-pkcs7-enveloped-magic): Ditto.
14424
14425 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14426
14427         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14428         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14429
14430 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14431
14432         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14433         default, it's better.
14434
14435 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14436
14437         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14438         summary line gnus-number property and ignore them (with a warning
14439         message).
14440
14441 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14444         macro caddr in the interactive form since it won't be expanded.
14445
14446 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14449         `charset'; fix name of function called recursively.
14450         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14451
14452 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14453
14454         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14455         (gnus-mime-set-charset-parameters): New function.
14456         (gnus-mime-view-part-as-charset): Use it to correctly display part
14457         specifying wrong charset.
14458
14459 2008-09-08  David Engster  <dengste@eml.cc>
14460
14461         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14462         in completing-read for back end server.
14463
14464 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14465
14466         * message.el (message-confirm-send): New variable to confirm sending a
14467         message.
14468         (message-send): Use it.
14469
14470 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14471
14472         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14473
14474 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14477
14478 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14479
14480         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14481         prevent tracking too many groups.
14482         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14483         Use it.
14484
14485 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14486
14487         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14488         moving point to the bottom of the window in order to avoid recentering.
14489
14490 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14493
14494         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14495         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14496         (gnus-article-beginning-of-window): Fix calculation.
14497
14498 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * gnus-msg.el (gnus-summary-supersede-article)
14501         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14502         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14503         message header.
14504
14505 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14506
14507         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14508         pending output coming after the status change.
14509
14510 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14511
14512         * message.el:
14513         * gnus-start.el:
14514         * gnus-registry.el: Remove VMS support.
14515
14516 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14519         macro.
14520         (rfc2104-hash): Use it.
14521
14522 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14525         (gnus-summary-sort-by-most-recent-date): New commands.
14526         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14527         and menu entries.
14528
14529 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14532         don't redisplay article for raw contents; remove plural articles stuff.
14533
14534         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14535         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14536         on gnus-summary-save-article; display results properly.
14537
14538 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * lpath.el: No need to fbind ns-focus-frame.
14541
14542 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14545
14546 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14547
14548         * gnus-art.el (gnus-summary-save-in-pipe):
14549         Consider gnus-save-all-headers.
14550
14551 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14552
14553         * gnus-util.el (ns-focus-frame): Remove declaration.
14554         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14555         like x.
14556
14557 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14558
14559         * rfc2104.el (rfc2104-zero): Delete defconst.
14560         (rfc2104-hex-alist): Likewise.
14561         (rfc2104-hex-to-int): Delete func.
14562         (rfc2104-hexstring-to-bitstring): Likewise.
14563         (rfc2104-nybbles): New defconst.
14564         (rfc2104-hash): Rewrite for speed.
14565
14566 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * tls.el (open-tls-stream): Make it work with the 2nd argument
14569         BUFFER that is a string but does not exist as a buffer object, as
14570         mentioned in the doc-string.
14571
14572 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14575         SXEmacs.
14576
14577 2008-07-16  Glenn Morris  <rgm@gnu.org>
14578
14579         * gnus-util.el (ns-focus-frame): Declare for compiler.
14580
14581 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14584         set as a group parameter.
14585         (gnus-summary-save-in-pipe): Work when it is called independently.
14586         (gnus-summary-pipe-to-muttprint): Don't modify
14587         gnus-summary-pipe-output-default-command.
14588
14589 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14590
14591         * message.el (message-send-mail-with-sendmail):
14592         Display the error message.
14593
14594 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * gnus-art.el (gnus-default-article-saver):
14597         Add gnus-summary-save-in-pipe to choices.
14598         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14599         gnus-summary-pipe-output-default-command as the default command.
14600         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14601         instead of gnus-last-shell-command.
14602
14603         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14604         New user option.
14605         (gnus-summary-muttprint-program): Mention the value will be changed.
14606         (gnus-summary-save-article): Force showing of all headers.
14607         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14608
14609 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14610
14611         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14612
14613 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14614
14615         * nnimap.el (nnimap-id):
14616         * sieve-manage.el (sieve-manage-open): Doc fixes.
14617
14618 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14619
14620         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14621         if available.
14622
14623 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14624
14625         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14626
14627         * nnkiboze.el (nnkiboze-generate-group):
14628         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14629
14630         * nnmairix.el: Require CL.
14631
14632 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * dgnushack.el: Autoload get-display-table and put-display-table for
14635         XEmacs 21.5.
14636
14637         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14638         21.4 and SXEmacs.
14639
14640 2008-06-15  David Engster  <dengste@eml.cc>
14641
14642         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14643
14644 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14645
14646         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14647         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14648         runtime choice under XEmacs.
14649
14650         * gnus-sum.el (gnus-summary-set-display-table):
14651         Use `gnus-put-display-table', `gnus-get-display-table',
14652         `gnus-set-display-table' for the display table, instead of `aset'.
14653
14654         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14655         Use `gnus-put-display-table', `gnus-get-display-table',
14656         `gnus-set-display-table' for the display table.
14657
14658 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * nnmairix.el: Add autoloads.
14661
14662 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14663
14664         * nnmairix.el (nnmairix-delete-recreate-group)
14665         (nnmairix-update-and-clear-marks): Fix error messages.
14666
14667 2008-06-14  David Engster  <dengste@eml.cc>
14668
14669         * nnmairix.el: Upgrade to version 0.6.
14670         (nnmairix-group-toggle-propmarks-this-group)
14671         (nnmairix-group-toggle-readmarks-this-group)
14672         (nnmairix-group-delete-recreate-this-group)
14673         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14674         (nnmairix-remove-tick-mark-original-article): New commands.
14675         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14676         (nnmairix-propagate-marks-to-nnmairix-groups)
14677         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14678         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14679         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14680         functions needed for marks propagation and manipulation of read marks.
14681         (nnmairix-update-groups): New function.
14682         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14683         (nnmairix-determine-original-group-from-registry)
14684         (nnmairix-determine-original-group-from-path)
14685         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14686         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14687         New helper functions.
14688         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14689         keystrokes for new commands.
14690         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14691         (nnmairix-request-group): Check allow-fast group parameter.
14692         (nnmairix-request-create-group): Set allow-fast group parameter if
14693         nnmairix-allowfast-default is set.
14694         (nnmairix-close-group): Propagate marks upon closing if needed.
14695         (nnmairix-group-toggle-threads-this-group): Use new.
14696         nnmairix-group-toggle-parameter helper function.
14697         (nnmairix-search): Better check for empty search result.
14698         (nnmairix-goto-original-article): Use new helper functions for
14699         determining original article.
14700         (nnmairix-show-original-article): Make sure message-id is in brackets.
14701         (nnmairix-call-mairix-binary): Change variable name.
14702         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14703         helper function.
14704         (nnmairix-widget-toggle-activate): Fix doc string.
14705
14706 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * nnir.el: Require edmacro when compiling with XEmacs.
14709         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14710         available in Emacs 21.
14711
14712 2008-06-11  Glenn Morris  <rgm@gnu.org>
14713
14714         * gnus-util.el (x-focus-frame):
14715         * gnus.el (image-size):
14716         * mm-decode.el (image-size): Declare.
14717
14718         * gnus-picon.el (declare-function): Add compat definition.
14719         (image-size): Declare.
14720
14721         * gnus-group.el (tool-bar-map):
14722         * gnus-sum.el (tool-bar-map): Define for compiler.
14723
14724         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14725
14726         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14727
14728         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14729         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14730         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14731         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14732         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14733         * sieve-manage.el, spam-report.el, spam.el:
14734         Remove unnecessary eval-and-compile of autoloads.
14735
14736 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14737
14738         * auth-source.el: Precise Tramp doc.
14739
14740 2008-06-07  Glenn Morris  <rgm@gnu.org>
14741
14742         * nnmairix.el: Remove unnecessary eval-when-compile.
14743
14744 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * lpath.el: Fbind propertize for XEmacs 21.4.
14747
14748 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14749
14750         * nnir.el: Move here from ../contrib.
14751
14752 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14753
14754         * gnus-util.el (gnus-read-shell-command): New function.
14755         * mm-decode.el (mm-pipe-part):
14756         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14757
14758 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14761
14762 2008-06-03  Glenn Morris  <rgm@gnu.org>
14763
14764         * pop3.el (nnheader-accept-process-output): Autoload it.
14765
14766 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14769         are not 2-digit hexadecimal characters that follow `%'s.
14770
14771 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * message.el (message-bogus-recipient-p): Fix type in doc string.
14774         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14775         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14776         Improve custom options.
14777         (message-bogus-recipient-p): Adjust accordingly.
14778
14779 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14780
14781         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14782         long-form month and day names.
14783
14784 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * dgnushack.el: Autoload debug, eudc-expand-inline and
14787         pgg-snarf-keys-region for XEmacs.
14788
14789         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14790
14791         * nnmairix.el: Require edmacro when compiling with XEmacs.
14792
14793 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14794
14795         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14796         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14797
14798 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14799
14800         * auth-source.el: Add more docs.
14801
14802         * netrc.el (netrc-machine): Always match if the port is not given.
14803
14804 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14805
14806         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14807         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14808         retrieval faster in some cases, but might make CPU usage larger.
14809         If this has any bad side effects, we might revert this change.
14810
14811         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14812         seems to make mail retrieval much, much faster.
14813         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14814         unconditionally.
14815
14816         * gnus-draft.el (gnus-group-send-queue):
14817         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14818
14819 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14820
14821         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14822
14823         * message.el (message-bogus-address-regexp): Fix and improve custom
14824         type.
14825         (message-setup-hook): Add message-check-recipients as custom option.
14826
14827 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14828
14829         * message.el (message-cite-function): Remove bogus autoload which crept
14830         in during merge from v5-10.
14831
14832 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14833
14834         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14835
14836         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14837
14838         * auth-source.el: Preliminary Tramp docs.
14839         (auth-sources): Change the default auth-sources to use
14840         EPA .gpg files.
14841
14842 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14843
14844         * nntp.el: Autoload `auth-source-user-or-password'.
14845         (nntp-send-authinfo): Use it.
14846
14847         * nnimap.el: Autoload `auth-source-user-or-password'.
14848         (nnimap-open-connection): Use it.
14849
14850         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14851         for the gnus-message function.
14852         (auth-source-user-or-password): Use it.
14853
14854 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14855
14856         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14857         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14858         (rfc2104-hash): Use it.
14859
14860 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14861
14862         * gnus-art.el (gnus-article-toggle-truncate-lines):
14863         Don't use `iff' in docstring.
14864
14865 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14866
14867         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14868
14869         * gnus-util.el (gnus-extract-address-component-name)
14870         (gnus-extract-address-component-email): Convenience functions around
14871         `gnus-extract-address-components'.
14872
14873         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14874         Use `gnus-extract-address-component-email' to fix bug of comparing full
14875         sender name to `user-mail-address'.
14876
14877 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14878
14879         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14880         catch/throw to optimize.
14881         (gnus-registry-find-keywords): Just use member to find a keyword.
14882
14883 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14884
14885         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14886         is current before calling gnus-server-prepare.
14887         (gnus-server-setup-buffer, gnus-server-update-server)
14888         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14889
14890 2008-05-04  Juri Linkov  <juri@jurta.org>
14891
14892         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14893         (mailcap-file-default-commands): Use mailcap-replace-in-string
14894         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14895         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14896
14897 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14898
14899         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14900
14901 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14902
14903         * gnus.el: Bump version to 0.11.
14904
14905 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14906
14907         * gnus.el: No Gnus v0.10 is released.
14908
14909 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14910
14911         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14912         hooks.
14913         (gnus-update-read-articles): Speed up non-marks-using users.
14914         (gnus-use-marks): Define gnus-use-marks.
14915         (gnus-propagate-marks): Rename variable to something more sensible.
14916
14917 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14918
14919         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14920         (gmm-image-load-path-for-library): Fix typos in docstrings.
14921         (gmm-message): Reflow docstring.
14922
14923 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14924
14925         * mail-source.el (mail-source-set-1, mail-source-bind):
14926         Move auth-source code out of the macro to clean it up and fix bugs.
14927
14928 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14929
14930         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14931         by sender if it's equal to user-mail-address, it's likely to be
14932         useless.
14933
14934         * mail-source.el (mail-source-bind): Don't use user or password if they
14935         are not bound.  Unintern them if they are nil.  Don't use server unless
14936         it's bound, and default it to empty string otherwise.
14937
14938 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14939
14940         * mail-source.el: Load auth-source.el.
14941         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14942         get user name or password, if auth-sources is set up.
14943
14944         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14945         strategy of splitting with parent.
14946         (gnus-registry-split-fancy-with-parent)
14947         (gnus-registry-post-process-groups): Use it and fix prior
14948         bug (returning a list as the split result).
14949
14950         * auth-source.el (auth-sources): Remove server parameter.
14951         (auth-source-pick, auth-source-user-or-password)
14952         (auth-source-user-or-password-imap)
14953         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14954         (auth-source-user-or-password-sftp)
14955         (auth-source-user-or-password-smtp): Remove server parameter.
14956
14957 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14958
14959         * smime.el (smime-sign-region, smime-encrypt-region)
14960         (smime-decrypt-region):
14961         Remove redundant calls to `generate-new-buffer-name'.
14962
14963 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14964
14965         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14966         Don't use QP for message/rfc822.
14967         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14968
14969 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14970
14971         * sieve-manage.el (sieve-string-bytes): Remove.
14972         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14973         correct byte-length only if the process's coding-system is the same as
14974         the one used internally by Emacs to represent strings.
14975
14976 2008-04-22  Juri Linkov  <juri@jurta.org>
14977
14978         * mailcap.el (mailcap-file-default-commands): New function.
14979
14980 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14981
14982         * message.el (message-signature-separator, message-cite-function):
14983         Change custom version.
14984
14985 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14986
14987         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14988         commands.
14989         (tls-checktrust): Ditto.
14990
14991 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14992
14993         * mm-decode.el (mm-display-external): Make temp file read-only.
14994
14995 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14996
14997         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14998         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14999         `C-c C-f d'.
15000
15001 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15002
15003         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15004
15005 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15006
15007         * gnus.el: Bump version to 0.9.
15008
15009 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15010
15011         * gnus.el: No Gnus v0.8 is released.
15012
15013 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15014
15015         * mail-source.el (mail-source-value):
15016         Prefer fboundp to functionp so it works with macros as well.
15017
15018 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15019
15020         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15021         Fix last change in case the element is not even a symbol.
15022
15023 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15024
15025         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15026         Prefer fboundp to functionp so it works with macros as well.
15027
15028 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15029
15030         * auth-source.el: Add docs.
15031         (auth-sources): Modify format to support server.
15032         (auth-source-pick, auth-source-user-or-password)
15033         (auth-source-user-or-password-imap)
15034         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15035         (auth-source-user-or-password-sftp)
15036         (auth-source-user-or-password-smtp): Add server parameter.
15037
15038 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15039
15040         * gnus-registry.el: Initialize the registry when gnus-registry-install
15041         is t.
15042
15043 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * compface.el (uncompface): Make buffer unibyte.
15046
15047 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15048
15049         * mail-source.el (mail-source-value):
15050         Prefer fboundp to functionp so it works with macros as well.
15051
15052 2008-04-05  Glenn Morris  <rgm@gnu.org>
15053
15054         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15055
15056 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15057
15058         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15059         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15060
15061         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15062         multibyteness after rather than before erasing it.
15063
15064         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15065         mm-with-multibyte.
15066         (gnus-request-article-this-buffer): Make sure the proper decoding is
15067         used if gnus-original-article-buffer happens to be unibyte.
15068
15069         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15070         default-enable-multibyte-characters.
15071
15072         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15073         default-enable-multibyte-characters.
15074
15075         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15076
15077         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15078
15079 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15080
15081         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15082         Fix last change in case the element is not even a symbol.
15083
15084 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15085
15086         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15087         (imap-message-copyuid-1): Use it.
15088         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15089         J. Williams in
15090         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15091
15092         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15093         imap-enable-exchange-bug-workaround.
15094         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15095
15096 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15097
15098         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15099         a 100 byte status-checks into a 2-3MB transfer for each group.
15100         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15101         to enable bug workaround or not.
15102         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15103
15104 2008-03-31  Glenn Morris  <rgm@gnu.org>
15105
15106         * message.el (mml2015-use): Declare for compiler.
15107         (message-info): Require mml2015 when appropriate.
15108
15109 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15112         whitespace.
15113
15114 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15115
15116         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15117         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15118         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15119         (nntp-service-to-port): New function.
15120         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15121         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15122         (nntp-open-netcat-stream): New function.
15123         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15124
15125 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15126
15127         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15128
15129 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15130
15131         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15132
15133 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15134
15135         * dns.el (dns-write): Use set-buffer-multibyte.
15136
15137 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15138
15139         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15140
15141 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15142
15143         * message.el (message-signature-separator): Change default.
15144         Improve custom type.
15145         (message-cite-function): Change default to
15146         message-cite-original-without-signature.
15147
15148         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15149         toggle.
15150
15151         * message.el (message-check-news-body-syntax): Fix signature check.
15152         (message-setup-1): Mark buffer as unmodified _after_ running
15153         message-setup-hook and handling message-alternative-emails.
15154         (message-shorten-references): Be more strict when building list of
15155         valid references to comply with GNKSA.
15156
15157         * gnus-group.el (gnus-read-ephemeral-bug-group)
15158         (gnus-read-ephemeral-debian-bug-group)
15159         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15160
15161         * message.el (message-info): Don't use booleanp which isn't supported
15162         in Emacs 21 and XEmacs.
15163
15164 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15165
15166         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15167         gnus-group-gmane-group-download-format.
15168         (gnus-group-read-ephemeral-gmane-group): Rename from
15169         gnus-group-read-ephemeral-gmane-group.
15170         (gnus-read-ephemeral-gmane-group-url): Rename from
15171         gnus-group-read-ephemeral-gmane-group-url.
15172         (gnus-bug-group-download-format-alist): New variable.
15173         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15174         (gnus-read-ephemeral-emacs-bug-group): New commands.
15175
15176 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15177
15178         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15179         (gnus-visible-headers): Improve custom type.
15180
15181 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * mml.el (mml-menu): Add workarounds for XEmacs.
15184
15185         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15186         X-Boundary header.
15187
15188         * message.el (message-simplify-recipients): Fix previous commit.
15189
15190 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15191
15192         * mm-util.el (mm-set-buffer-multibyte): New function.
15193         * mm-decode.el (mm-copy-to-buffer): Use it.
15194
15195         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15196         Prefer fboundp to functionp so it works with macros as well.
15197
15198 2008-03-19  Glenn Morris  <rgm@gnu.org>
15199
15200         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15201         Accidentally removed in the sync process with Emacs.
15202
15203 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15204
15205         * message.el (message-alter-recipients-discard-bogus-full-name):
15206         New function.
15207         (message-alter-recipients-function): New variable.
15208         (message-get-reply-headers): Use it.
15209         (message-replace-header): New helper function.
15210         (message-recipients-without-full-name): New variable.
15211         (message-simplify-recipients): New command.
15212
15213         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15214
15215         * message.el (message-info): Handle EasyPG manual.
15216
15217         * mml.el (mml-menu): Add entry for EasyPG.
15218
15219 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15220
15221         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15222         parameter.
15223
15224         * message.el (message-disassociate-draft): Specify drafts group name
15225         fully.
15226
15227 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15228
15229         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15230         Eliminate unnecessary duplicates from the match list.
15231
15232 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15235
15236         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15237
15238         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15239         args of `how-many' of which the XEmacs version doesn't take; declare
15240         Info-index-next as function.
15241
15242 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15243
15244         * gnus-score.el (gnus-score-headers): Fix handling of
15245         gnus-inhibit-slow-scoring.
15246
15247         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15248         string.
15249         (gnus-button-url-regexp): Improve handling of parenthesis.
15250         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15251         (gnus-button-handle-info-keystrokes): Handle index entries.
15252
15253 2008-03-15  Glenn Morris  <rgm@gnu.org>
15254
15255         * parse-time.el (parse-time-string): Simplify.
15256
15257 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15260         Incoming* files.
15261
15262 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15263
15264         * auth-source.el (auth-sources): Rename from auth-source-choices.
15265         (auth-source-pick): Use it.
15266
15267 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15268
15269         * binhex.el (binhex-decode-region-internal):
15270         * uudecode.el (uudecode-decode-region-internal):
15271         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15272         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15273         setting default-enable-multibyte-characters.
15274
15275 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15276
15277         * auth-source.el (auth-source-protocols)
15278         (auth-source-protocols-customize, auth-source-choices): Add and
15279         modified variable customizations and defaults.
15280         (auth-source-pick, auth-source-user-or-password)
15281         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15282         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15283         (auth-source-user-or-password-sftp)
15284         (auth-source-user-or-password-smtp): Use new variables and provide an
15285         interface to netrc.el.
15286
15287 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15290         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15291         Make sure the nntp port to specify is a string.
15292
15293 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15294
15295         * nntp.el: Use with-current-buffer.
15296         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15297         dubious mm-with-unibyte-current-buffer.
15298         (nntp-with-open-group-function): New function extracted from
15299         nntp-with-open-group macro.
15300         (nntp-with-open-group): Use the function, so it's easier to debug.
15301         Add indentation and debugging info.
15302         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15303         Recommend the use of the netcat alternatives.
15304
15305         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15306         Avoid mm-string-as-multibyte as well.
15307
15308         * nnweb.el (nnweb-insert-html):
15309         Remove use of nnheader-string-as-multibyte.
15310
15311         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15312         (nnheader-string-as-multibyte): Remove.
15313
15314         * mm-view.el: Use inhibit-read-only.
15315         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15316         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15317         or unibyte-string.
15318
15319         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15320         (mm-uu-yenc-extract): Use with-current-buffer.
15321
15322         * gnus-soup.el (gnus-soup-send-packet): Don't use
15323         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15324
15325         * nnmh.el: Use with-current-buffer.
15326         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15327         mm-string-as-multibyte on the output of mm-encode-coding-string.
15328
15329         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15330         (nnimap-request-move-article): Use with-current-buffer.
15331
15332         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15333         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15334         conversion uses string-make-unibyte rather than string-as-unibyte.
15335
15336         * gnus-msg.el: Use with-current-buffer.
15337
15338         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15339
15340 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15341
15342         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15343         string for caching if it is 'PIN.
15344
15345 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * lpath.el: Consider the case without Emacs/W3.
15348
15349 2008-03-08  Glenn Morris  <rgm@gnu.org>
15350
15351         * time-date.el (date-to-time, time-subtract, time-add)
15352         (safe-date-to-time): Doc fixes.
15353
15354 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15355
15356         * mail-source.el (mail-source-delete-old-incoming-confirm):
15357         Change default to nil.
15358         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15359
15360 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * lpath.el: Rearrange.
15363
15364         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15365         (gnus-article-goto-prev-page): Work for articles having ^L's.
15366
15367         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15368
15369         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15370
15371 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15372
15373         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15374         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15375         (gnus-bookmark-jump): Adjust some variable names.
15376
15377 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15378
15379         * auth-source.el: New package.
15380         (auth-source-choices): Add customization entry point variable.
15381
15382         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15383         bug.
15384
15385 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15386
15387         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15388         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15389         (gnus-registry-install-shortcuts): Rename from
15390         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15391         the `gnus-registry-mark-map' keymap dynamically from
15392         `gnus-registry-marks'.  The generated functions update the summary line
15393         when a registry mark is added or deleted, and will call
15394         `gnus-registry-install-p' (see the comments in the code).
15395         (gnus-registry-user-format-function-M): Use concat intelligently.
15396
15397         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15398         the registry mark functions.
15399
15400 2008-03-05  Glenn Morris  <rgm@gnu.org>
15401
15402         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15403         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15404         gnus-art.
15405         (top-level): No need to load own source when compiling.
15406
15407 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15408
15409         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15410         Suggested by <chris.anderton@zetnet.co.uk>.
15411
15412 2008-03-04  Glenn Morris  <rgm@gnu.org>
15413
15414         * gnus-sum.el (top-level): No need to require gnus when compiling,
15415         since unconditionally required near start of file.
15416         (gnus-summary-display-while-building): Move definition before use.
15417
15418 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15419
15420         * gnus-registry.el (gnus-registry-user-format-function-M):
15421         Add formatting function.
15422
15423 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15424
15425         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15426         with plists.
15427         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15428         Use new format.
15429
15430 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15433         `where-is-internal' that returns a range of key sequences.
15434
15435 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15436
15437         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15438
15439         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15440         (gnus-summary-jump-to-group): Consider windows on other displayed
15441         frames as well.  Similar changes might be needed elsewhere, but that's
15442         the one I've bumped into during my use.
15443
15444         * nndoc.el (nndoc-oe-dbx-type-p):
15445         * gnus-msg.el (gnus-debug):
15446         * gnus-group.el (gnus-update-group-mark-positions):
15447         Use mm-string-to-multibyte.
15448
15449 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15450
15451         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15452         doesn't handle NotDashEscaped.
15453
15454         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15455         (mml-dnd-attach-options): Fix typo in custom choice.
15456
15457         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15458         Change nndoc-article-type to mbox.
15459         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15460
15461         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15462         to nil, instead of html2text.
15463
15464         * imap.el (imap-debug): Add `imap-ping-server'.
15465
15466         * gnus-bookmark.el: Add FIXMEs.
15467
15468         * message.el (message-form-letter-separator)
15469         (message-send-form-letter-delay): New variables.
15470         (message-send-form-letter): Use them.  New command to send form
15471         letters.  Requested by Uwe Siart.
15472         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15473
15474 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15475
15476         * Update copyright years.
15477
15478 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15479
15480         Sync from EMACS_22_BASE.
15481
15482         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15483
15484 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15485
15486         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15487         empty author.
15488
15489 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15490
15491         * gnus-registry.el (gnus-registry-marks): Add variable for
15492         customization of marks and their appearance.
15493         (gnus-registry-read-mark): Use it.
15494         (gnus-registry-do-marks): Add utility function to loop through
15495         `gnus-registry-marks'.
15496         (gnus-registry-install-shortcuts-and-menus): Add function to install
15497         shortcuts and menus.
15498         (gnus-registry-initialize): Use it.
15499         (gnus-registry-default-mark): Clarify documentation.
15500
15501 2008-02-29  Glenn Morris  <rgm@gnu.org>
15502
15503         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15504         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15505         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15506         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15507         Change defcustom :version from 23.0 to 23.1.
15508
15509 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15510
15511         * gnus-registry.el (gnus-registry-follow-group-p)
15512         (gnus-registry-post-process-groups): Add functions to aid registry
15513         splitting and improve logging.  Clarify behavior in function
15514         documentation.
15515         (gnus-registry-split-fancy-with-parent): Use them.
15516
15517 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15518
15519         * gnus-art.el: Use with-current-buffer.
15520
15521 2008-02-27  David Engster  <dengste@eml.cc>
15522
15523         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15524         Express real group name in the response.
15525
15526 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15527
15528         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15529         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15530         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15531         autoload gnus-registry-fetch-group when compiling.
15532         (nnmairix-request-group-with-article-number-correction):
15533         Remove unreferenced argument passed to nnmairix-call-backend.
15534
15535 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15536
15537         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15538         (mm-uu-extract): Improve face for low color ttys.
15539         Reported by Sascha Wilde.
15540
15541 2008-02-27  Glenn Morris  <rgm@gnu.org>
15542
15543         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15544         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15545         variables to defconsts.  Convert comments to doc-strings.
15546         (nnmairix-last-server, nnmairix-current-server): Convert from free
15547         variables to defvars.  Convert comments to doc-strings.
15548         (gnus-registry-fetch-group): Autoload.
15549         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15550         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15551         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15552         caddr.
15553         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15554         nnmairix-request-group-with-article-number-correction call.
15555         (nnmairix-fast, nnmairix-group): New, less general names, for free
15556         variables passed from nnmairix-request-group to
15557         nnmairix-request-group-with-article-number-correction.  Declare.
15558         (nnmairix-request-group-with-article-number-correction):
15559         Use nnmairix-fast, nnmairix-group rather than fast, group.
15560
15561 2008-02-26  David Engster  <dengste@eml.cc>
15562
15563         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15564         version 0.5.
15565
15566 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15567
15568         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15569         instead of making an extra function call.  Don't add the current group
15570         to articles only when they have the group.  Use
15571         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15572         Reported by David <de_bb@arcor.de>.
15573
15574 2008-02-24  Miles Bader  <miles@gnu.org>
15575
15576         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15577         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15578         (mm-find-mime-charset-region):
15579         * mm-bodies.el (mm-encode-body):
15580         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15581
15582 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15585         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15586
15587 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15588
15589         * mail-source.el (mail-source-delete-incoming): Change default.
15590         Supplement doc string.
15591
15592         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15593
15594 2008-02-14  Glenn Morris  <rgm@gnu.org>
15595
15596         * time-date.el (format-seconds): New function.
15597
15598 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15599
15600         * nnmail.el (nnmail-message-id-cache-file): Derive from
15601         `gnus-home-directory'.
15602
15603 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15606         Document negative prefix.
15607
15608         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15609
15610 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15611
15612         * message.el (message-unsent-separator): Add the Exim bounce
15613         separator.
15614
15615 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15616
15617         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15618         list.
15619         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15620         recipient/signer list.
15621
15622 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * Makefile.in (datarootdir): Define.
15625         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15626         name that might contain whitespace.
15627
15628 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15629
15630         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15631         fbound (Emacs 23 unicode), signal an error.
15632
15633 2008-02-08  Glenn Morris  <rgm@gnu.org>
15634
15635         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15636
15637 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15638
15639         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15640         ports to the calls to `netrc-machine-user-or-password' in addition to
15641         "imap" and "imaps".
15642
15643 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15644
15645         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15646
15647         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15648
15649 2008-02-01  Kenichi Handa  <handa@m17n.org>
15650
15651         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15652         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15653         (rfc2104-hash): Convert the result of concat to unibyte string.
15654
15655 2008-02-01  Dave Love  <fx@gnu.org>
15656
15657         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15658         coding-system-for-read.
15659         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15660
15661 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15662
15663         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15664         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15665         <hanche@math.ntnu.no>.
15666
15667 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15670
15671         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15672
15673 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15674
15675         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15676         * message.el (message-beginning-of-line): Use featurep instead of bound
15677         tests in order to resolve conditionals at compile time.
15678
15679 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15680
15681         * mail-source.el (mail-sources): Add `group' choice.
15682
15683         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15684         parameter `in-group' to control into which group the articles go.
15685         Add treatment of `group' mail-source.
15686
15687 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15690
15691         * mm-decode.el (mm-dissect-buffer): Decode description.
15692
15693         * mml.el (mml-to-mime): Encode message header first.
15694
15695 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15698         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15699
15700         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15701         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15702
15703 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15704
15705         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15706
15707 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15710         prefix keys.
15711         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15712         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15713         gnus-xmas.el.
15714
15715         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15716         (gnus-xmas-article-describe-bindings): New function.
15717         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15718         gnus-xmas-article-describe-bindings.
15719
15720         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15721
15722 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15723
15724         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15725         Add new variables for article mark management.
15726         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15727         list of extra data entries which, when present, will indicate that the
15728         article ID should not be trimmed from the registry.
15729         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15730         functions.
15731         (gnus-registry-read-mark): New function to read a mark name from the
15732         user.
15733         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15734         (gnus-registry-set-article-mark-internal): New functions to add and
15735         remove marks.
15736         (gnus-registry-get-article-marks): New function to show the marks for
15737         an article, or retrieve them for further use.
15738
15739 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15742         keys when no argument is given.
15743
15744 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15745
15746         * imap.el (imap-ping-server): New variable.
15747         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15748         (imap-ping-server): Minor doc string fixes.
15749
15750 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15751
15752         * imap.el (imap-ping-server): New function.
15753         (imap-opened): Call imap-ping-server.
15754
15755 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15756
15757         * gnus-sum.el (gnus-article-sort-by-random)
15758         (gnus-thread-sort-by-random): Fix doc strings.
15759         Reported by jidanni@jidanni.org.
15760
15761 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * gnus-art.el (gnus-article-describe-bindings): New function.
15764         (gnus-article-read-summary-keys): Use it.
15765         (gnus-article-mode-map): Bind `C-h b' to it.
15766
15767 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15770         XEmacs.
15771         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15772         Protect against non-character events.
15773
15774         * lpath.el: Fbind map-keymap for Emacs 21.
15775
15776 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15777
15778         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15779         New command.
15780         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15781         instead of END.  Change name of the temp file.
15782         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15783         customizable.
15784
15785 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15788         bind `S W' to gnus-article-wide-reply-with-original; set default
15789         binding to gnus-article-read-summary-send-keys.
15790         (gnus-article-read-summary-keys): Fix the order of keys; display
15791         continuation keys correctly in the echo area; describe bindings
15792         correctly when keys end with `C-h'.
15793         (gnus-article-read-summary-send-keys): New function.
15794         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15795         Work for gnus-article-read-summary-send-keys; display continuation keys
15796         correctly in the echo area.
15797         (gnus-article-reply-with-original): Ignore prefix argument.
15798         (gnus-article-wide-reply-with-original): New function.
15799
15800         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15801         Emacs 21.
15802
15803 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15806         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15807
15808 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15809
15810         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15811         (gnus-group-read-ephemeral-gmane-group): New command.
15812
15813 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15814
15815         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15816
15817 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15818
15819         * message.el (message-send-mail-function): Increase custom version.
15820
15821         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15822         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15823
15824 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15825
15826         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15827         for the cases where imap-authenticate is called with a nil buffer
15828         parameter.
15829
15830 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15833         html parts correctly; support forwarded messages.
15834         (gnus-article-browse-html-article): Remove work buffers.
15835
15836         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15837         compiling.
15838         (netrc-bound-and-true-p): New macro.
15839         (netrc-parse): Use it instead of bound-and-true-p that is not available
15840         in XEmacs 21.4.
15841
15842 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15843
15844         * gnus-registry.el (gnus-registry-mark-article)
15845         (gnus-registry-article-marks): Add functionality to mark articles
15846         through the Gnus registry.
15847
15848         * encrypt.el: Clarify documentation for the new pgg method.
15849         (encrypt-file-alist): Add PGG option.
15850         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15851         functionality.  Abstract password key and messaging to external
15852         functions.
15853         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15854         (encrypt-message-method-and-cipher): Add new convenience external
15855         functions.
15856         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15857         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15858
15859         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15860         (netrc-parse): Use encrypt-file-alist to determine if
15861         encrypt-find-model or encrypt-insert-file-contents should be used.
15862
15863         * encrypt.el: Clarify documentation.  Load password-cache or
15864         password, whichever one is found first, instead of autoloading.
15865
15866 2007-12-19  Glenn Morris  <rgm@gnu.org>
15867
15868         * mml.el (message-options-set, message-narrow-to-head)
15869         (message-in-body-p, message-mail-p, message-encode-message-body):
15870         Autoload.
15871         (message-remove-header, message-narrow-to-headers-or-head)
15872         (message-subscribed-p, message-make-mail-followup-to)
15873         (message-position-on-field, message-news-p)
15874         (message-options-set-recipient, message-generate-headers)
15875         (message-sort-headers): Declare as functions.
15876
15877 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15878
15879         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15880         convention in doc string.
15881
15882 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15885         title to html parts.
15886         (gnus-article-browse-html-article): Pass message header to it.
15887
15888         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15889
15890 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15891
15892         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15893         or password compatible with XEmacs.
15894
15895 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15896
15897         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15898         format document.
15899         (gnus-mime-delete-part): Don't write description line if empty.
15900         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15901
15902 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15903
15904         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15905         (gnus-summary-mark-read-and-unread-as-read)
15906         (gnus-summary-mark-current-read-and-unread-as-read)
15907         (gnus-summary-mark-unread-as-ticked): Doc fix.
15908         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15909
15910 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15913         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15914
15915 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15916
15917         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15918         yes-or-no-p.
15919
15920 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * mm-decode.el (mm-add-meta-html-tag): New function.
15923         (mm-save-part-to-file, mm-pipe-part): Use it.
15924
15925         * gnus-art.el (gnus-article-browse-delete-temp-files):
15926         Use gnus-y-or-n-p instead of y-or-n-p.
15927         (gnus-article-browse-html-parts): Work with message/external-body; use
15928         mm-add-meta-html-tag.
15929
15930 2007-12-11  Glenn Morris  <rgm@gnu.org>
15931
15932         * gnus-cache.el: Require gnus-sum not just when compiling.
15933
15934         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15935
15936         * gnus-int.el (gnus-server-opened, gnus-status-message):
15937         Move definitions before use.
15938
15939         * mm-decode.el: Require gnus-util.
15940         (mm-remove-part): Only call delete-annotation on XEmacs.
15941
15942         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15943
15944         * nnmail.el: Require gnus-int.
15945
15946         * spam.el: Move `require's before `eval-when-compile's.
15947
15948         * gnus-ems.el (gnus-alive-p):
15949         * gnus-fun.el (message-goto-eoh):
15950         * gnus-util.el (gnus-group-name-decode):
15951         * mail-source.el (gnus-compress-sequence):
15952         * message.el (Info-goto-node, format-spec):
15953         * mm-bodies.el (message-options-get):
15954         * mm-decode.el (mm-view-pkcs7):
15955         * mm-util.el (gmm-write-region):
15956         * mml-smime.el (mml-compute-boundary)
15957         (gnus-completing-read-with-default):
15958         * mml.el (widget-button-press, gnus-make-hashtable):
15959         * mml1991.el (mm-decode-content-transfer-encoding)
15960         (mm-encode-content-transfer-encoding)
15961         (message-options-get, message-options-set):
15962         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15963         * nnfolder.el (gnus-request-group):
15964         * nnheader.el (ietf-drums-unfold-fws):
15965         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15966         * smime.el (gnus-run-mode-hooks):
15967         * spam-stat.el (gnus-message): Autoload.
15968
15969         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15970         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15971         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15972         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15973         Add declare-function compatibility definition.
15974
15975         * gnus-cache.el (nnvirtual-find-group-art):
15976         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15977         (gnus-add-image, gnus-add-wash-type):
15978         * gnus-group.el (nnkiboze-score-file):
15979         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15980         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15981         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15982         (message-tokenize-header, gnus-get-buffer-create)
15983         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15984         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15985         * gnus.el (gnus-group-decoded-name):
15986         * mail-source.el (imap-capability):
15987         * mm-bodies.el (message-options-set):
15988         * mm-decode.el (gnus-configure-windows):
15989         * mm-extern.el (message-goto-body):
15990         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15991         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15992         (epg-sub-key-validity, message-options-set):
15993         * mml.el (widget-event-point, gnus-configure-windows):
15994         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15995         * mml2015.el (epg-check-configuration, epg-configuration)
15996         (message-options-set):
15997         * nndb.el (nndb-request-article):
15998         * nnfolder.el (gnus-request-create-group):
15999         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16000         * nnmaildir.el (gnus-group-mark-article-read):
16001         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16002         * rfc1843.el (message-fetch-field):
16003         * spam.el (gnus-extract-address-components):
16004         Declare as functions.
16005
16006 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16009
16010         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16011
16012         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16013         bind show-trailing-whitespace for XEmacs.
16014
16015 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16016
16017         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16018         new no-op macro for backward compatibility.
16019
16020         * imap.el (imap-string-to-integer): New function.
16021
16022 2007-12-09  Glenn Morris  <rgm@gnu.org>
16023
16024         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16025
16026         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16027         * message.el, mm-view.el, sieve-manage.el, smime.el:
16028         Add declare-function compatibility definition.
16029
16030         * gnus-art.el (w3-region, w3m-region, Info-menu):
16031         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16032         * gnus-sum.el (gnus-get-predicate):
16033         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16034         * message.el (mail-abbrev-in-expansion-header-p):
16035         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16036         (w3m-detect-meta-charset, w3m-region):
16037         * sieve-manage.el (password-read, password-cache-add)
16038         (password-cache-remove):
16039         * smime.el (password-read-and-add): Declare as functions.
16040
16041 2007-12-08  David Kastrup  <dak@gnu.org>
16042
16043         * gnus-sum.el (gnus-summary-simplify-subject-query):
16044         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16045         `message'.
16046
16047 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16050         it to bind idna-program, installation-directory, defined-colors, and
16051         face-attribute for XEmacs of the version that compiles defcustom forms.
16052
16053 2007-12-07  Glenn Morris  <rgm@gnu.org>
16054
16055         * gnus-art.el (article-make-date-line): Revert previous change.
16056
16057 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16058
16059         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16060
16061 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16062
16063         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16064         Call gnus-add-to-range ranges only once with a prepared article-list.
16065
16066 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16067
16068         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16069         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16070         group names with backslashes.
16071         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16072
16073 2007-12-06  Deepak Goel  <deego3@gmail.com>
16074
16075         * gnus-art.el (article-make-date-line):
16076         * gnus-start.el (gnus-load):
16077         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16078
16079 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * gnus-art.el (gnus-use-idna):
16082         * gnus-start.el (gnus-site-init-file):
16083         * message.el (message-use-idna):
16084         * mm-uu.el (mm-uu-hide-markers):
16085         * smiley.el (smiley-style): Revert changes that suppress warnings.
16086
16087 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16090         specify charset to html source.
16091         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16092
16093 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16094
16095         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16096         idna-program in order to suppress byte compile warning issued by XEmacs
16097         that came to byte compile the default value section of defcustom forms
16098         recently.
16099
16100         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16101         value of installation-directory.
16102
16103         * message.el (message-use-idna): Don't directly refer to the value of
16104         idna-program.
16105
16106         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16107
16108         * smiley.el (smiley-style): Don't directly call face-attribute.
16109
16110 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16111
16112         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16113
16114         * gnus-dired.el: Reduce Gnus dependencies.
16115         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16116         Don't require.  Use autoloads instead.
16117         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16118         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16119         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16120         (gnus-dired-mode): Adjust doc string.
16121         (gnus-dired-mail-mode): New variable.
16122         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16123         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16124         (gnus-dired-mail-buffers): New function.  Return mail or message
16125         composition buffers.
16126         (gnus-dired-attach): Use it.
16127         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16128         NO-DECODE.
16129         (gnus-dired-print): Use `gnus-print-buffer' depending on
16130         `gnus-dired-mail-mode'.
16131
16132 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * rfc2047.el (rfc2047-encoded-word-regexp)
16135         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16136         explaining what regexp patterns are for.
16137
16138 2007-12-04  Glenn Morris  <rgm@gnu.org>
16139
16140         * password.el: Move to password-cache.el.
16141
16142         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16143         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16144         * mml-smime.el (password-read, password-cache-add)
16145         (password-cache-remove):
16146         No need to autoload, since mml-sec requires password.
16147
16148         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16149         * message.el (gnus-extract-address-components):
16150         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16151
16152         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16153         password.
16154
16155 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16156
16157         * mailcap.el: Reduce dependencies.
16158         (mail-header-parse-content-type): Autoload.
16159         (mailcap-delete-duplicates): New alias.
16160         (mailcap-mime-info): Add optional argument NO-DECODE.
16161         (mailcap-mime-types): Use mailcap-delete-duplicates.
16162
16163         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16164
16165 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16166
16167         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16168         (imap-parse-status): Upcase status-att for servers that sends them
16169         lower-case (e.g., MS Exchange 2007).
16170
16171 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16172
16173         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16174         function.
16175
16176         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16177         (gnus-uu-yenc-article): New function.
16178
16179         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16180
16181         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16182
16183 2007-12-02  Glenn Morris  <rgm@gnu.org>
16184
16185         * binhex.el (binhex): New custom group.
16186         (binhex-decoder-program, binhex-decoder-switches)
16187         (binhex-use-external): Move to the binhex custom group.
16188
16189         * uudecode.el (uudecode): New custom group.
16190         (uudecode-decoder-program, uudecode-decoder-switches)
16191         (uudecode-use-external): Move to the uudecode custom group.
16192
16193         * netrc.el (top-level): Don't load `encrypt' features.
16194         (netrc-parse): Don't use encrypt.
16195         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16196
16197         * encrypt.el: Remove file.
16198
16199 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16200
16201         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16202         matches on patches.
16203
16204         * gnus-art.el (gnus-article-browse-html-article):
16205         Mention `mm-text-html-renderer' in the doc string.
16206
16207         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16208         string.  Add comments.
16209
16210         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16211         if rhs is ASCII.
16212
16213 2007-12-01  Glenn Morris  <rgm@gnu.org>
16214
16215         * mail-source.el (top-level): Require format-spec before
16216         eval-when-compile.
16217
16218 2007-11-30  Glenn Morris  <rgm@gnu.org>
16219
16220         * encrypt.el: Require password, rather than autoloading password-read.
16221
16222 2007-11-29  Glenn Morris  <rgm@gnu.org>
16223
16224         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16225         (sasl-make-client, sasl-next-step, sasl-step-data)
16226         (sasl-step-set-data): Declare as functions.
16227
16228 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16229
16230         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16231
16232 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16233
16234         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16235         certs should be verified and what is to be done in the event of a
16236         verification failure.
16237
16238         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16239         caller can indicate whether the cache should be disregarded for this
16240         call.  This way the result of the call is reproducible at all times and
16241         can be considered a canonical server name for the supplied method.
16242         (gnus-agent-method-p): Canonicalize server names by pushing their
16243         method through `gnus-method-to-server' using the no-cache argument.
16244
16245         * gnus-srvr.el (gnus-server-insert-server-line):
16246         Call `gnus-method-to-server' with `no-cache' argument.
16247
16248         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16249         gnus-agent-possibly-synchronize-flags as this should be called when the
16250         server is actually being opened.
16251         (gnus-agent-possibly-synchronize-flags)
16252         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16253         flags file of an agentized server to the latter function.
16254
16255         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16256         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16257         after a connection has been established successfully.
16258
16259 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * gnus-art.el (article-display-face): Force to display face if called
16262         interactively; check if gnus-article-x-face-too-ugly matches author.
16263         (article-display-x-face): Display face even if From header is missing
16264         as article-display-face does.
16265
16266 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16267
16268         * hashcash.el (message-narrow-to-headers-or-head)
16269         (message-fetch-field, message-goto-eoh)
16270         (message-narrow-to-headers): Declare as functions.
16271
16272 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16273
16274         * mail-source.el (mail-sources): Default to fetch from file for
16275         compatibility with default of nnmail-spool-file.
16276
16277 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16280         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16281         to look for encoded word that should be encoded again.
16282         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16283         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16284         encoding pattern.
16285         (rfc2047-decode-region): Switch strict regexp and loose one according
16286         to rfc2047-allow-irregular-q-encoded-words.
16287
16288 2007-11-25  Romain Francoise  <romain@orebokech.com>
16289
16290         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16291
16292 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16293
16294         * tls.el (tls-program): Provide more custom choices from
16295         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16296         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16297
16298 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16299
16300         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16301         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16302
16303         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16304         `nnmail-spool-file'.
16305
16306         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16307         `nnmail-spool-file'.
16308
16309         * gnus-move.el (gnus-change-server): Ditto.
16310
16311         * gnus-kill.el (gnus-batch-score): Ditto.
16312
16313         * gnus-cache.el (gnus-jog-cache): Ditto.
16314
16315         * gnus-msg.el (gnus-summary-reply):
16316         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16317
16318 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16319
16320         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16321         version.  Minor improvement to doc strings.
16322         (tls-program): Add comment.
16323
16324 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16325
16326         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16327         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16328         mismatch between the hostname provided in the certificate and the name
16329         of the host connnecting to.
16330         (open-tls-stream): Use them.  Check certificates against trusted root
16331         certificates.
16332
16333 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16334
16335         * gnus-cache.el (gnus-cache-generate-nov-databases):
16336         Use nnml-generate-nov-databases-directory instead of
16337         nnml-generate-nov-databases-1.
16338
16339 2007-11-24  Glenn Morris  <rgm@gnu.org>
16340
16341         * message.el (message-tool-bar-retro): Update for rename
16342         mail_send.xpm->mail-send.xpm.
16343
16344 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16345
16346         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16347         `smime-ldap-search' for Emacs 22 and up.
16348
16349 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16350
16351         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16352
16353         * message.el (message-send-mail-function): Fix error convention.
16354         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16355         (message-widen-reply, message-send-mail, message-talkative-question)
16356         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16357         (message-clone-locals, message-send-news): Use with-current-buffer.
16358         (message-insert-or-toggle-importance): Remove unused var `valid'.
16359         (message-make-references): Remove unused var `new-references'.
16360         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16361
16362 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16363
16364         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16365         (spam-split-symbolic-return-positive): Reflow docstring.
16366         (spam-backends, spam-summary-exit-behavior)
16367         (spam-mark-ham-unread-before-move-from-spam-group)
16368         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16369         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16370         (spam-clear-cache, spam-backend-check, spam-install-backend)
16371         (spam-install-statistical-backend, spam-list-of-processors)
16372         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16373         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16374         (spam-check-crm114, spam-initialize, spam-unload-hook):
16375         Fix typos in docstrings.
16376
16377 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16380         been checked if they have never been read and those group levels are
16381         higher than the one that a user specified.
16382
16383 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16386         foreign groups unless a group level is specified by a user.
16387         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16388
16389 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16390
16391         * message.el (message-send-mail-function): Require sendmail.
16392
16393 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16394
16395         * message.el (message-send-mail-function): Check for smtpmail too.
16396
16397         * utf7.el (utf7-encode, utf7-decode): Use coding system
16398         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16399
16400         * message.el (message-send-mail-function): New function.
16401         (message-send-mail-function): Set default using
16402         message-send-mail-function.  Adjust doc string.
16403         (message-send-mail-with-mailclient): New function.
16404
16405 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16406
16407         * smime.el (from):
16408         * rfc2047.el (message-posting-charset):
16409         * qp.el (mm-use-ultra-safe-encoding):
16410         * pop3.el (parse-time-months):
16411         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16412         * nnml.el (files):
16413         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16414         (jka-compr-compression-info-list, ange-ftp-path-format)
16415         (efs-path-regexp):
16416         * nndiary.el (files):
16417         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16418         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16419         (epg-digest-algorithm-alist, inhibit-redisplay)
16420         (password-cache-expiry):
16421         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16422         (pgg-output-buffer, password-cache-expiry):
16423         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16424         (efs-path-regexp):
16425         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16426         (inhibit-redisplay):
16427         * mm-uu.el (file-name, start-point, end-point, entry)
16428         (gnus-newsgroup-name, gnus-newsgroup-charset):
16429         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16430         (latin-unity-ucs-list):
16431         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16432         (mm-uu-binhex-decode-function):
16433         * message.el (gnus-message-group-art, gnus-list-identifiers)
16434         (rmail-enable-mime-composing, gnus-local-organization)
16435         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16436         (gnus-read-active-file, facemenu-add-face-function)
16437         (facemenu-remove-face-function, gnus-article-decoded-p)
16438         (tool-bar-mode):
16439         * mail-source.el (display-time-mail-function):
16440         * gnus-util.el (nnmail-pathname-coding-system)
16441         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16442         (gnus-original-article-buffer, gnus-user-agent)
16443         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16444         (xemacs-codename, sxemacs-codename, emacs-program-version):
16445         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16446         * gnus-start.el (gnus-agent-covered-methods)
16447         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16448         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16449         (gnus-newsgroup-headers, gnus-group-list-mode)
16450         (gnus-group-mark-positions, gnus-newsgroup-data)
16451         (gnus-newsgroup-unreads, nnoo-state-alist)
16452         (gnus-current-select-method, mail-sources)
16453         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16454         (nnmail-spool-file, gnus-cache-active-hashtb):
16455         * gnus-mh.el (mh-lib-progs):
16456         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16457         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16458         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16459         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16460         (gnus-group-buffer):
16461         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16462         (font-lock-set-defaults):
16463         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16464         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16465         (gnus-summary-post-menu, total-parts, type, condition, length):
16466         * gnus-agent.el (gnus-agent-read-agentview):
16467         * flow-fill.el (show-trailing-whitespace):
16468         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16469         eval-and-compile wrappers for byte compiler pacifiers.
16470
16471         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16472         (mm-display-inline-fontify): Check for featurep 'xemacs not
16473         extent-list.
16474
16475         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16476         itimer-list.
16477         (mm-create-image-xemacs): Only do something for XEmacs.
16478         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16479
16480         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16481
16482         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16483         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16484
16485 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16486
16487         * nnimap.el (nnimap-split-download-body):
16488         * gnus-demon.el (gnus-demon):
16489         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16490
16491 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16492
16493         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16494         New macros.
16495         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16496         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16497         copy data from unibyte buffer to multibyte current buffer.
16498         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16499         to copy data from unibyte current buffer to multibyte buffer.
16500         (nntp-make-process-buffer): Make process buffer unibyte.
16501
16502         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16503
16504 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16505
16506         * pop3.el (pop3-open-server): Accept and process data more robustly at
16507         connection start to avoid spurious "POP SSL connection failed" errors.
16508
16509 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16512         read group names.
16513
16514 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16515
16516         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16517
16518 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16521         (nnmail-save-active): Use a unibyte buffer when saving active file,
16522         which may contain non-ASCII group names.
16523
16524         * nnml.el (nnml-request-group): Decode group names in messages.
16525
16526 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16527
16528         * message.el (message-citation-line-function)
16529         (message-insert-formatted-citation-line): Fix spelling of
16530         `message-insert-formated-citation-line'.
16531
16532 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16533
16534         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16535
16536 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16539         nnmail-pathname-coding-system.
16540
16541         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16542         that a user enters; decode group names in messages.
16543
16544         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16545
16546 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16547
16548         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16549
16550         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16551
16552         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16553         risky local variable.
16554
16555         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16556
16557 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16558
16559         * encrypt.el: Improve documentation to fix function name typo.
16560         Reported by Daiki Ueno <ueno@unixuser.org>.
16561
16562 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16565         even if the point is not in the last page of an article.
16566         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16567         back to the previous page.
16568
16569 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16570
16571         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16572
16573 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16576
16577 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16578
16579         * message.el (message-check-news-body-syntax):
16580         Avoid mm-string-as-multibyte.
16581         (message-hide-headers): Don't assume (point-min)==1.
16582
16583 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16584
16585         * message.el (message-remove-blank-cited-lines): Fix if remove is
16586         given.
16587         (message-bogus-address-regexp): New variable.
16588         (message-bogus-recipient-p): New function.
16589         (message-check-recipients): New command.
16590         (message-syntax-checks): Add `bogus-recipient'.
16591         (message-fix-before-sending): Add `bogus-recipient'.
16592
16593         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16594         (gnus-treat-body-boundary): Don't test window-system.
16595
16596 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16597
16598         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16599
16600 2007-10-28  Miles Bader  <miles@gnu.org>
16601
16602         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16603         at compile-time too.
16604
16605 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16606
16607         * gnus-msg.el (gnus-message-setup-hook):
16608         Add `message-remove-blank-cited-lines' to options.
16609
16610 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16611
16612         * message.el (message-remove-blank-cited-lines): New function.
16613         Suggested by Karl Plästerer.
16614
16615 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16618         mapc.
16619
16620         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16621         (top-level): Use mapc to set functions to be traced for debugging.
16622
16623         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16624         called for effect with while loop.
16625
16626         * message.el (message-talkative-question): Replace mapcar called for
16627         effect with mapc.
16628
16629         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16630         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16631         called for effect with dolist.
16632
16633         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16634
16635         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16636         gnus-extra-headers and nnmail-extra-headers.
16637
16638         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16639         called for effect with dolist.
16640         (top-level): Use mapc to set functions to be traced for debugging.
16641
16642         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16643         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16644         dolist.
16645
16646         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16647         Replace mapcar called for effect with mapc.
16648         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16649         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16650         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16651         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16652
16653         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16654         remove-if that's a cl function.
16655
16656         * webmail.el (webmail-debug): Replace mapcar called for effect with
16657         dolist.
16658
16659         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16660         with mapc.
16661
16662 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16665         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16666         with while loop.
16667
16668         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16669         functions from article-* functions.
16670         (gnus-multi-decode-header): Replace mapcar called for effect with
16671         dolist.
16672
16673         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16674         (gnus-bookmark-show-details): Replace mapcar called for effect with
16675         while loop.
16676
16677         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16678         called for effect with while loop.
16679
16680         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16681         with dolist.
16682
16683         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16684         Replace mapcar called for effect with dolist.
16685
16686         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16687
16688         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16689         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16690         Replace mapcar called for effect with dolist.
16691         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16692         mapc.
16693
16694         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16695         Replace mapcar called for effect with dolist.
16696         (gnus-topic-list): Replace mapcar called for effect with mapc.
16697
16698         * gnus.el: Use mapc instead of mapcar to add autoloads.
16699
16700 2007-10-23  Richard Stallman  <rms@gnu.org>
16701
16702         * gnus-group.el (gnus-group-highlight): Mark as risky.
16703
16704 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * gnus.el (gnus-server-to-method): Return method found first in
16707         gnus-newsrc-alist.
16708
16709         * gnus-art.el (gnus-article-highlight-signature)
16710         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16711         button overlay without the front stickiness.
16712
16713 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16714
16715         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16716         overview buffer needed a catch to receive its throw.
16717         (gnus-agent-flush-cache): Declare as interactive to make this function
16718         easier to use.
16719
16720 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16721
16722         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16723         `next-line'.
16724
16725 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16728         exclude address matching message-dont-reply-to-names.
16729
16730 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-util.el (gnus-string<): New function.
16733
16734         * gnus-sum.el (gnus-article-sort-by-author)
16735         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16736
16737 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16740         the frame-focus tag is set in gnus-buffer-configuration.
16741
16742 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16745         the front stickiness.
16746
16747 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16748
16749         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16750         url pattern; remove duplicate one.
16751         (gnus-article-extend-url-button): New function.
16752         (gnus-article-add-buttons): Use it.
16753         (gnus-button-push): Use concatenated url that it makes.
16754
16755 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16756
16757         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16758
16759 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16760
16761         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16762         Don't hardcode point-min==1.
16763
16764 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16765
16766         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16767         Fix comment about "iso8859-1".
16768
16769 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16770
16771         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16772         ones returned from the verify-function.
16773
16774         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16775         Call mml2015-extract-cleartext-signature if extraction failed.
16776
16777 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16778
16779         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16780         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16781         failed.
16782
16783 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16784
16785         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16786
16787 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16788
16789         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16790         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16791         recommends to use EasyPG instead of PGG.
16792
16793         * pgg.el: Revert to revision 6.23.2.16.
16794
16795         * pgg-def.el: Revert to revision 6.6.2.14.
16796
16797         * pgg-gpg.el: Revert to revision 6.23.2.34.
16798
16799 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16800
16801         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16802         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16803         thread for both the null and zero (kill/expire thread) universal prefix
16804         cases.
16805         (gnus-summary-expire-thread): Add new function to expire a thread,
16806         using gnus-summary-kill-thread.
16807         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16808         shortcuts for gnus-summary-expire-thread.
16809         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16810         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16811
16812 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16813
16814         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16815         extras value, so an extras entry can be deleted.
16816         (gnus-registry-delete-extra-entry): Use it.
16817         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16818         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16819         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16820         storage through the gnus-registry, and provide an appropriate API for
16821         it.
16822
16823 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16826         Suggested by Leo <sdl.web@gmail.com>.
16827
16828         * gnus.el: Do.
16829
16830 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16833         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16834
16835         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16836
16837         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16838         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16839
16840 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16843         newline.
16844         (nnmbox-request-accept-article): Don't change article in source buffer;
16845         narrow to header to use message-fetch-field rather than
16846         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16847         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16848         as delimiters; make sure article ends with newline.
16849         (nnmbox-delete-mail): Correct last position of article to be deleted;
16850         ignore X-Gnus-Newsgroup header in article body.
16851         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16852         positions; make sure article ends with newline.
16853
16854         * message.el (message-display-abbrev): Don't infloop when a user
16855         inserts SPC in the beginning of header.
16856
16857         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16858         coding-system-for-read and coding-system-for-write for XEmacs having no
16859         file-coding feature.
16860
16861         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16862
16863 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16864
16865         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16866         list of groups not followed by default.  Fix type to be regexp.
16867         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16868
16869 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16870
16871         * hmac-def.el (define-hmac-function): Switch from old-style to
16872         new-style backquotes.
16873
16874         * md4.el (md4-make-step): Likewise.
16875
16876 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16879         raw-text coding system when saving .newsrc file, which may contain
16880         non-ASCII group names.
16881
16882 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * gnus-cus.el (gnus-score-extra): New widget.
16885         (gnus-score-extra-convert): New function.
16886         (gnus-score-customize): Use it for Extra.
16887
16888 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16889
16890         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16891         (mml2015-mailcrypt-clear-verify): Use it.
16892         (mml2015-gpg-clear-verify): Use it.
16893         (mml2015-pgg-clear-verify): Use it.
16894         (mml2015-epg-clear-verify): Replace the current part with the output
16895         from GnuPG; don't extract the plaintext by itself.
16896
16897         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16898         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16899         mml2015-clear-verify-function; don't touch the armor headers or
16900         dash-escaped text here.
16901
16902 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16905         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16906         parts, or application/octet-stream as a last resort.
16907         (gnus-mime-view-part-as-type): Don't toggle display.
16908         (gnus-mime-view-part-as-charset): Don't turn off display before
16909         querying charset.
16910
16911         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16912         stuff to undisplayer function in Emacs.
16913         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16914
16915         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16916         text/calendar parts.
16917
16918 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16919
16920         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16921         decoding text/calendar parts.
16922
16923         * message.el (message-forward-make-body-mime): Always mark body as
16924         having no illegible text; remove signed-or-encrypted argument.
16925         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16926
16927         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16928         (mml-generate-mime-1): Don't encode body if it is specified to be in
16929         raw form; don't make buffer be unibyte when inserting multibyte string.
16930
16931 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16932
16933         * sha1.el: Fix up comment style.
16934         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16935         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16936
16937         * hex-util.el: Fix up comment style.
16938         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16939
16940         * gnus-salt.el: Use with-current-buffer.
16941         (gnus-pick-setup-message): Fix long-standing typo.
16942
16943 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * imap.el (imap-logout-timeout): New variable.
16946         (imap-logout, imap-logout-wait): New functions.
16947         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16948
16949         * nnimap.el (nnimap-logout-timeout): New server variable.
16950         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16951         nnimap-logout-timeout.
16952
16953         * gnus-art.el (gnus-article-summary-command-nosave)
16954         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16955
16956 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * gnus.el (gnus-maximum-newsgroup): New variable.
16959
16960         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16961         according to gnus-maximum-newsgroup.
16962
16963         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16964         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16965         Limit the range of articles according to gnus-maximum-newsgroup.
16966
16967 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16968
16969         * gnus-art.el (gnus-sticky-article): Fix problems described in
16970         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16971         Don't perform gnus-configure-windows here; reuse existing sticky
16972         article buffer.
16973
16974         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16975         it doesn't exist in gnus-article-mode.
16976
16977 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16980         (gnus-agent-decoded-group-name): New function.
16981         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16982         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16983
16984 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16985
16986         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16987         Add binding for gnus-sticky-article.
16988         (gnus-summary-exit): Don't kill sticky article buffers.
16989
16990         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16991         article buffer.
16992         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16993         (gnus-kill-sticky-article-buffers): New commands.
16994
16995 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * nntp.el (nntp-xref-number-is-evil): New server variable.
16998         (nntp-find-group-and-number): If it is non-nil, don't trust article
16999         numbers in the Xref header.
17000
17001 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * gnus-agent.el (gnus-agent-read-group): New function.
17004         (gnus-agent-flush-group, gnus-agent-expire-group)
17005         (gnus-agent-regenerate-group): Use it.
17006         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17007         nnmail-pathname-coding-system.
17008
17009 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17012
17013         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17014         that are unread as unread, and also as selected so that information of
17015         marks having been changed by a user may be updated when exiting group.
17016
17017 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17018
17019         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17020
17021 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17024         calculated ignoring signature parts to gnus-treat-article.
17025
17026 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17029         a point here in order to keep the window start.
17030         (gnus-insert-mime-security-button): Make a button overlay without the
17031         front stickiness.
17032         (gnus-mime-display-security): Goto the end of a button.
17033
17034         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17035
17036 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17039         group-name-at-point.
17040         (gnus-group-completing-read): New function that offers decoded
17041         non-ASCII group names for completion.
17042         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17043         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17044         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17045         (gnus-group-fetch-control): Use it.
17046         (gnus-fetch-group): Use group-name-at-point for the initial value
17047         rather than the default value; use gnus-alive-p.
17048
17049         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17050         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17051         (gnus-summary-post-news): Use gnus-group-completing-read.
17052
17053         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17054         (gnus-read-move-group-name): Decode group name for completion.
17055
17056 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17057
17058         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17059         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17060         Yamaoka slightly modified the code).
17061
17062 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17065         (nnmail-split-incoming): Bind it.
17066
17067         * nnml.el (nnml-group-name-charset): New function.
17068         (nnml-decoded-group-name): Use it; don't decode group name if
17069         nnmail-group-names-not-encoded-p is non-nil.
17070         (nnml-encoded-group-name): New function.
17071         (nnml-group-pathname): Inline nnml-decoded-group-name.
17072         (nnml-request-expire-articles): Decode group name in message.
17073         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17074         nnmail-pathname-coding-system.
17075         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17076         not decoded ones according to nnmail-group-names-not-encoded-p.
17077         (nnml-generate-active-info): Use nnml-encoded-group-name.
17078
17079 2007-08-08  Glenn Morris  <rgm@gnu.org>
17080
17081         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17082         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17083         doc-strings and comments.
17084
17085 2007-07-25  Glenn Morris  <rgm@gnu.org>
17086
17087         * Relicense all FSF files to GPLv3 or later.
17088
17089 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * gnus-sum.el (gnus-summary-move-article):
17092         Make gnus-summary-respool-article work.
17093
17094 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17095
17096         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17097         string.
17098
17099 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17100
17101         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17102         that should be ignored when comparing distant RSS articles with local
17103         ones.
17104         (nnrss-make-hash-index): New function.  Create a hash index according
17105         to the ignored fields.
17106         (nnrss-check-group): Use it.
17107
17108 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17111
17112         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17113
17114         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17115         the new optional argument ENCODED is non-nil.
17116         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17117         coding system for encoding group name.
17118         (gnus-group-make-rss-group): Pass un-encoded group name to
17119         gnus-group-make-group.
17120         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17121         encoded.
17122
17123         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17124         Encode group name to which articles are moved or copied.
17125         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17126         coding system for encoding Newsgroup, Followup-To and Xref headers.
17127
17128         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17129         marks; use nnheader-file-coding-system to write a file.
17130         (nnagent-retrieve-headers): Bind file-name-coding-system to
17131         nnmail-pathname-coding-system.
17132
17133         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17134
17135         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17136         (nnml-request-article, nnml-request-create-group)
17137         (nnml-request-rename-group, nnml-find-id)
17138         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17139         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17140         (nnml-save-marks): Use nnml-group-pathname instead of
17141         nnmail-group-pathname.
17142
17143         (nnml-request-create-group, nnml-request-expire-articles)
17144         (nnml-request-move-article, nnml-request-delete-group)
17145         (nnml-deletable-article-p, nnml-possibly-create-directory)
17146         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17147         (nnml-open-marks): Bind file-name-coding-system to
17148         nnmail-pathname-coding-system.
17149
17150         (nnml-request-article): Pass server argument to nnml-find-group-number.
17151         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17152         Pass server argument to nnml-possibly-create-directory.
17153         (nnml-request-accept-article): Pass server argument to
17154         nnml-active-number and nnml-save-mail.
17155         (nnml-find-group-number): Pass server argument to nnml-find-id.
17156         (nnml-request-update-info): Pass server argument to
17157         nnml-marks-changed-p.
17158
17159         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17160         (nnml-save-mail, nnml-active-number): Add server argument.
17161
17162         (nnml-request-delete-group): Warn if group is missing.
17163         (nnml-get-nov-buffer): Decode group name.
17164         (nnml-generate-active-info): Encode group name.
17165         (nnml-open-marks): Decode group name in messages.
17166
17167 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17170         if it is not specified.
17171         (gnus-article-pipe-part, gnus-article-save-part)
17172         (gnus-article-interactively-view-part, gnus-article-copy-part)
17173         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17174         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17175         (gnus-article-replace-part, gnus-article-delete-part)
17176         (gnus-article-view-part-as-type): Pass raw prefix argument to
17177         gnus-article-part-wrapper.
17178
17179 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * gnus-agent.el (gnus-agent-save-active):
17182         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17183
17184         * gnus-cache.el (gnus-cache-save-buffers)
17185         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17186         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17187         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17188         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17189         (gnus-cache-generate-active, gnus-cache-rename-group)
17190         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17191         (gnus-cache-update-overview-total-fetched-for):
17192         Bind file-name-coding-system to nnmail-pathname-coding-system.
17193         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17194         New variables.
17195         (gnus-cache-decoded-group-name): New function.
17196         (gnus-cache-file-name): Use it.
17197         (gnus-cache-generate-active): Use non-decoded group name for active.
17198
17199         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17200         right place.
17201         (gnus-write-active-file): Don't break non-ASCII group names.
17202
17203         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17204         nnmail-pathname-coding-system.
17205
17206         * lpath.el: Bind default-file-name-coding-system,
17207         file-name-coding-system and language-info-alist for XEmacs.
17208
17209         * gnus-uu.el (gnus-uu-decode-save): Typo.
17210
17211 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17212
17213         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17214
17215 2007-07-14  David Kastrup  <dak@gnu.org>
17216
17217         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17218         finishing actions if we did not edit the article.
17219
17220 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17223         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17224         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17225         (gnus-agent-flush-group, gnus-agent-flush-cache)
17226         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17227         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17228         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17229         (gnus-agent-regenerate-group)
17230         (gnus-agent-update-files-total-fetched-for)
17231         (gnus-agent-update-view-total-fetched-for):
17232         Bind file-name-coding-system to nnmail-pathname-coding-system.
17233         (gnus-agent-group-pathname): Don't encode file names by
17234         nnmail-pathname-coding-system.
17235         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17236         coding-system-for-write instead of buffer-file-coding-system to
17237         gnus-agent-file-coding-system.
17238
17239         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17240         Decode group name.
17241
17242         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17243
17244         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17245         (gnus-read-newsrc-el-file): Make group names unibyte.
17246
17247         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17248         nnmail-pathname-coding-system.
17249
17250         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17251         (nnrss-request-delete-group): Bind file-name-coding-system to
17252         nnmail-pathname-coding-system.
17253         (nnrss-read-server-data, nnrss-read-group-data):
17254         Bind file-name-coding-system correctly.
17255         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17256
17257         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17258         (nntp-server-to-method-cache): New variable.
17259         (nntp-group-pathname): New function that decodes non-ASCII group names.
17260         (nntp-possibly-create-directory, nntp-marks-changed-p)
17261         (nntp-save-marks, nntp-open-marks): Use it.
17262         (nntp-possibly-create-directory, nntp-open-marks):
17263         Bind file-name-coding-system to nnmail-pathname-coding-system.
17264         (nntp-open-marks): Decode group names when bootstrapping marks.
17265
17266         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17267         Newsgroups and Followup-To headers.
17268
17269 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17272         (gnus-server-closed-face, gnus-server-denied-face)
17273         (gnus-server-offline-face): Remove variable.
17274         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17275
17276         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17277         of modifying message-stack directly for XEmacs.
17278
17279         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17280         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17281         if the coding-system argument is nil for XEmacs.
17282
17283         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17284         mm-charset-override-alist.
17285
17286         * rfc2047.el: Don't require base64; require rfc2045 for the function
17287         rfc2045-encode-string.
17288         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17289         to quote the parameter value.
17290
17291 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17292
17293         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17294         form in gnus-group-name-charset-method-alist.
17295
17296         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17297         overrides the default layout edit-form.
17298
17299         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17300
17301         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17302
17303 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17306         as unfetched articles.
17307
17308 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17309
17310         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17311
17312 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17315         original back end that keeps marks in the local system.
17316
17317 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17320         arg of pop-to-buffer for XEmacs.
17321         (gnus-article-read-summary-keys): Ditto; don't restore window
17322         configuration if summary command ends up with neither article buffer
17323         nor summary buffer; describe bindings if summary keys end with C-h.
17324
17325 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * message.el (message-fix-before-sending): Skip raw message part to be
17328         forwarded while checking illegible text.
17329         (message-forward-make-body-mime, message-forward-make-body):
17330         Mark signed or encrypted raw message as having no illegible text.
17331
17332 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17333
17334         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17335         (gnus-message-with-timestamp-1): New macro.
17336         (gnus-message-with-timestamp): New function.
17337         (gnus-message): Use them.
17338
17339         * nnheader.el (nnheader-message): Use them.
17340
17341 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17342
17343         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17344         .newsrc.eld file.
17345
17346 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * gnus-agent.el (gnus-agent-fetch-headers)
17349         (gnus-agent-retrieve-headers):
17350         Bind gnus-decode-encoded-address-function to identity.
17351
17352         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17353         available also when the server returns simply a dot.
17354
17355         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17356
17357 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17360
17361 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * gnus-ems.el (gnus-x-splash): Make it work.
17364
17365         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17366         from being used.
17367
17368         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17369
17370 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17373         4th and the 5th arguments.
17374
17375         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17376         the front stickiness.
17377         (gnus-article-summary-command-nosave): Correct the order of the
17378         arguments passed to pop-to-buffer.
17379         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17380         summary command ends up with the article buffer.
17381
17382         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17383         the same faces.
17384
17385 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17386
17387         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17388
17389 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17390
17391         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17392         * gnus-sum.el (gnus-summary-highlight):
17393         * pgg.el (pgg-sign-region, pgg-sign):
17394         * mail-source.el (mail-source-delete-old-incoming-confirm):
17395         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17396
17397 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * gnus-art.el (gnus-mime-view-part-externally)
17400         (gnus-mime-view-part-internally): Fix predicate function passed to
17401         completing-read.
17402
17403         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17404
17405         * gnus.el (gnus-update-message-archive-method): Add :version.
17406
17407 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * gnus.el (gnus-update-message-archive-method): New variable.
17410
17411         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17412         according to gnus-message-archive-method if
17413         gnus-update-message-archive-method is non-nil.
17414
17415 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17418         Suggested by Loic Dachary <loic@dachary.org>.
17419         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17420
17421 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17422
17423         * message.el (message-pop-to-buffer): Add switch-function argument.
17424         (message-mail): Pass switch-function argument to it.
17425
17426 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17427
17428         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17429         Improve doc string.
17430
17431 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17434         (gnus-header-content):
17435         * gnus-cite.el (gnus-cite-10):
17436         * gnus-srvr.el (gnus-server-closed):
17437         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17438         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17439         (gnus-group-mail-3-empty, gnus-group-mail-low)
17440         (gnus-group-mail-low-empty, gnus-splash):
17441         * message.el (message-header-to, message-header-cc)
17442         (message-header-subject, message-header-other, message-header-name)
17443         (message-header-xheader, message-separator, message-cited-text)
17444         (message-mml): Lighten colors of faces used for dark background.
17445
17446 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17447
17448         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17449         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17450
17451 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * message.el (message-narrow-to-headers-or-head):
17454         Ignore mail-header-separator in the body.
17455
17456 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17457
17458         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17459         same as window size.
17460
17461 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17462
17463         * message.el (message-font-lock-keywords): Use message-header-xheader
17464         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17465         ahead of the anything pattern, to get it recognized.
17466
17467 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17468
17469         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17470         spam.el loads uses it in the compiled defadvice form.
17471
17472 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17473
17474         * gnus-sum.el (gnus-articles-to-read)
17475         (gnus-summary-insert-old-articles): Don't truncate group name for
17476         `read-string'.
17477
17478         * gnus-util.el (gnus-limit-string): Delete this function.
17479
17480         * gnus-sum.el (gnus-simplify-subject-fully):
17481         Use `truncate-string-to-width' instead.
17482
17483 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17484
17485         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17486         Tell if, on summary exit, the next group has to be selected.
17487         (gnus-summary-exit): Use it.
17488
17489 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17490
17491         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17492         non-break space.
17493
17494 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17495
17496         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17497         Check if group is not a directory.
17498         (nnfolder-request-expire-articles): Don't delete articles if the target
17499         group is not available.
17500
17501         * nnml.el (nnml-request-create-group): Properly check if group is not a
17502         file.
17503         (nnml-request-expire-articles): Don't delete articles if the target
17504         group is not available.
17505
17506         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17507         Don't quote characters that are within parentheses.
17508
17509 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17512         (gnus-handle-ephemeral-exit): Select article according to it.
17513
17514 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17515
17516         * message.el (message-insert-formated-citation-line): Remove newline.
17517         (message-citation-line-format): Add final \n here so that the user can
17518         avoid a blank line.
17519
17520 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17521
17522         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17523         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17524         Update lanl/arXiv support.
17525
17526 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17527
17528         * gnus.el: Bump version number.
17529
17530 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17531
17532         * gnus.el (gnus-version-number): Bump version.
17533
17534 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17535
17536         * gnus.el: No Gnus v0.6 is released.
17537
17538 2007-04-27  Didier Verna  <didier@xemacs.org>
17539
17540         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17541         * gmm-utils.el (gmm-regexp-concat): ... here.
17542         * message.el: Don't require 'gnus-util.
17543         (message-dont-reply-to-names): Handle name change above.
17544         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17545
17546 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17549         since the initial value varies according to the system.
17550
17551 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17554
17555 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17556
17557         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17558
17559 2007-04-24  Didier Verna  <didier@xemacs.org>
17560
17561         Improve the type of gnus-ignored-from-addresses.
17562         * gnus-util.el (gnus-orify-regexp): New function.
17563         * message.el (gnus-util): Require it.
17564         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17565         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17566         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17567
17568 2007-04-24  Didier Verna  <didier@xemacs.org>
17569
17570         * gnus-sum.el:
17571         * gnus-utils.el: Fix some trailing whitespaces.
17572
17573 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17576         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17577         article's Message-ID; refer parent article in summary buffer.
17578
17579         * message.el (message-bounce): Call mime-to-mml.
17580
17581         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17582         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17583         optimize and/or forms properly.
17584
17585 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17586
17587         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17588         URL.
17589
17590 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17591
17592         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17593
17594 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17595
17596         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17597         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17598         displayed of multipart/alternative part if it is invoked from summary
17599         buffer.
17600
17601         * mm-view.el (mm-inline-text-html-render-with-w3m)
17602         (mm-inline-text-html-render-with-w3m-standalone)
17603         (mm-inline-render-with-function): Use mail-parse-charset by default.
17604
17605 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17606
17607         * parse-time.el (parse-time-string-chars): Check if CHAR
17608         is less than the length of parse-time-syntax.
17609
17610 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17613         from gnus-newsgroup-processable.
17614
17615 2007-04-16  Didier Verna  <didier@xemacs.org>
17616
17617         * gnus-msg.el (gnus-configure-posting-styles):
17618         Handle message-signature-directory properly with :file syntax.
17619         Reported by "Leo".
17620
17621 2007-04-11  Didier Verna  <didier@xemacs.org>
17622
17623         New user option: message-signature-directory.
17624         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17625         * message.el (message-insert-signature): Ditto.
17626         * message.el (message-signature-file): Doc update.
17627         * message.el (message-signature-directory): New.
17628
17629 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-msg.el (gnus-inews-yank-articles):
17632         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17633
17634 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17635
17636         * message.el (message-yank-original): Make sure cited text ends with
17637         newline; don't exchange point and mark.
17638
17639 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17640
17641         * tls.el (open-tls-stream): Properly handle case where there
17642         is no associated buffer.
17643
17644 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17645
17646         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17647         message-yank-original, make sure (< mark TEXT point).
17648
17649 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17650
17651         * message.el (message-fill-column): New variable.
17652         (message-mode): Use it.  Add comment on a possible new hook.
17653
17654         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17655         (nnmail-get-new-mail): Reformat.
17656
17657         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17658
17659         * gmm-utils.el: Fix Commentary.
17660         (gmm-tool-bar-from-list): Fix typo in doc string.
17661
17662 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17663
17664         * message.el (message-yank-original): Don't switch point and mark
17665         unnecessarily to put point and mark as documented.
17666
17667 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17668
17669         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17670         from the message heads.
17671
17672 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17673
17674         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17675         article buffer does not have a window.  This may not be the best
17676         solution but is certainly better than setting the start of the null,
17677         that is the current, window.
17678
17679 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17680
17681         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17682         (gnus-draft-setup): Run it.
17683
17684         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17685         gnus-score-fast-scoring.  Allow regexp.
17686         (gnus-score-headers): Use it.
17687
17688         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17689         XEmacs.
17690
17691         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17692         string.
17693         (gnus-button-alist): Also catch `<f1> k ...'.
17694         (gnus-treat-display-x-face): Fix doc string.
17695
17696 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17697
17698         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17699         evaluation of gnus-extended-version to ensure correct generation of the
17700         User-Agent header when message-generate-headers-first is used.
17701
17702 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17703
17704         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17705         hashcash-path is nil.  Don't call callback with incorrect number of
17706         parameters if val is 0.
17707
17708 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17709
17710         * message.el (message-required-news-headers):
17711         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17712
17713 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17714
17715         * tls.el (open-tls-stream): In handshake-waiting loop,
17716         don't wait more if there is output available to process.
17717
17718 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17719
17720         * tls.el (tls-program): Doc fix.
17721
17722 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * message.el (message-generate-new-buffers): Change the meaning of the
17725         nil value; add `standard' to the choices; treat t as `unique'; improve
17726         doc string.
17727         (gnus-select-frame-set-input-focus): Autoload.
17728         (message-buffer-name): Search for the existing message buffer if
17729         message-generate-new-buffers is nil or `standard'; treat the value t of
17730         message-generate-new-buffers as `unique'.
17731         (message-pop-to-buffer): Raise the frame already displaying the message
17732         buffer; clear the echo area after querying.
17733         (message-setup): Pass the `continue' argument to compose-mail.
17734         (message-mail): Prefer `switch-function' if it is given; search for the
17735         existing message buffer if the `continue' argument is non-nil; pass
17736         continue and switch-function arguments to compose-mail by way of
17737         message-setup.
17738         (message-mail-other-window): Adjust argument of message-setup.
17739         (message-mail-other-frame): Ditto.
17740
17741 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17744         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17745         to turn font-lock on when turning gnus-message-citation-mode on.
17746
17747 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17748
17749         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17750         (mml-smime-function-alist): New variable; add epg as the backend.
17751         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17752         mml-smime- functions instead.
17753         * mm-view.el: Require smime.
17754
17755 2007-03-05  Didier Verna  <didier@xemacs.org>
17756
17757         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17758         instead of just inheritance for posting styles.
17759         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17760
17761 2007-02-24  Chris Moore  <dooglus@gmail.com>
17762
17763         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17764         * pgg-pgp.el (pgg-pgp-encrypt-region):
17765         * pgg-gpg.el (pgg-gpg-encrypt-region):
17766         Check pgg-encrypt-for-me if no other recipients.
17767
17768 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17769
17770         * tls.el (tls-certtool-program): Fix custom type.
17771
17772 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17775         and point-at-eol instead of line-(beginning|end)-position.
17776
17777         * assistant.el (assistant-parse-buffer): Ditto.
17778
17779         * netrc.el (netrc-parse-services): Ditto.
17780
17781 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17782
17783         * mml2015.el (mml2015-epg-find-usable-key): New function.
17784         (mml2015-epg-sign): Use it.
17785         (mml2015-epg-encrypt): Use it.
17786
17787 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * message.el (message-make-in-reply-to): Quote name containing
17790         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17791         if there are special characters.  Reported by NAKAJI Hiroyuki
17792         <nakaji@jp.freebsd.org>.
17793
17794 2007-02-27  Didier Verna  <didier@xemacs.org>
17795
17796         Include the group parameters as well as the topic ones in the
17797         inheritance filter process.
17798         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17799         argument GROUP-PARAMS-LIST.
17800         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17801
17802 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * nntp.el (nntp-never-echoes-commands)
17805         (nntp-open-connection-functions-never-echo-commands): New variables.
17806         (nntp-send-command): Use them.
17807
17808 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17809
17810         * mml2015.el (mml2015-epg-verify): Simplify.
17811
17812 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * mml.el (mml-content-disposition-alist): New user option.
17815         (mml-content-disposition): New function.
17816         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17817         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17818
17819 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17820
17821         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17822         verification.
17823
17824 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17825
17826         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17827         articles posted in the last 24 hours.
17828
17829 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17830
17831         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17832
17833 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17834
17835         * nntp.el (nntp-send-command): Don't wait for echoes when
17836         nntp-open-ssl-stream is used.
17837
17838 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17841         (gnus-message-add-citation-keywords)
17842         (gnus-message-remove-citation-keywords): Remove.
17843         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17844         directly, make the variables in font-lock-defaults buffer-local, add
17845         gnus-message-citation-keywords to them and then update the value of
17846         font-lock-keywords.
17847
17848 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17849
17850         * message.el (message-cite-original-1): Don't call
17851         gnus-article-highlight-citation.
17852
17853         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17854         citations; fix line count.
17855
17856 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17857
17858         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17859         (gnus-message-add-citation-keywords)
17860         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17861         versions of font-lock-add-keywords and font-lock-remove-keywords to
17862         work with XEmacs correctly.
17863
17864 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * gnus-cite.el (gnus-cite-face-list): Set the values of
17867         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17868         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17869         (gnus-message-cite-prefix-regexp): New variable.
17870         (gnus-message-search-citation-line): Use it; protect against long
17871         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17872         the 0th match data for Emacs.
17873         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17874         (gnus-message-add-citation-keywords): Append keywords rather than
17875         prepending; emulate font-lock-add-keywords if it is not available.
17876         (gnus-message-remove-citation-keywords):
17877         Emulate font-lock-remove-keywords if it is not available.
17878
17879         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17880
17881         * message.el (message-cite-prefix-regexp): Set the value of
17882         gnus-message-cite-prefix-regexp.
17883
17884 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17885
17886         * nnweb.el (nnweb-google-parse-1): Update parser.
17887
17888 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17889
17890         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17891
17892 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17893
17894         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17895         regexp.
17896
17897 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17898
17899         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17900         string-to-multibyte.
17901         (uudecode-decode-region-internal): Use it.
17902
17903         * lpath.el: Fbind string-as-multibyte for XEmacs.
17904
17905 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17906
17907         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17908         Fix custom choice.
17909
17910         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17911
17912 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17913
17914         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17915
17916         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17917         `write-region' to respect `mm-inhibit-file-name-handlers'.
17918
17919 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17920
17921         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17922         Use gnus-home-directory instead of "~/" or "$HOME".
17923
17924 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17925
17926         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17927         to mention filename.
17928         Add comments at beginning regarding usage.
17929         (encrypt-write-file-contents): Change interactive so a string is
17930         acceptable.  If the file has no associated model, show an error instead
17931         of a nonsense prompt.
17932
17933 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17934
17935         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17936         Thanks to Yoshihiko Yamada for kind notification of this typo.
17937
17938 2007-01-12  Kenichi Handa  <handa@m17n.org>
17939
17940         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17941         multibyte buffer.
17942
17943 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17944
17945         * gnus-score.el (gnus-score-fast-scoring): New variable.
17946         (gnus-score-headers): Use it.
17947
17948         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17949
17950         * message.el (message-cite-original-1):
17951         Call gnus-article-highlight-citation if requested.
17952         (message-make-from): Allow name and address as optional arguments.
17953
17954         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17955
17956         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17957         bugs to doc string.
17958         (gnus-button-alist): Add mid\\|message-id.
17959         (gnus-button-fetch-group): Extend for use in
17960         `browse-url-browser-function'.
17961         (gnus-button-url-regexp): Try to catch paired parentheses like in
17962         Wikipedia URLs.
17963
17964         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17965         Suggested by Simon Krahnke <overlord@gmx.li>.
17966
17967 2007-01-13  Romain Francoise  <romain@orebokech.com>
17968
17969         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17970         Update copyright.
17971
17972 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17973
17974         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17975
17976 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17977
17978         * gnus-registry.el (gnus-registry-unfollowed-groups)
17979         (gnus-registry-split-fancy-with-parent): Fix documentation.
17980
17981 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17982
17983         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17984         from nnweb groups.
17985
17986 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17987
17988         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17989         Xref urls.  Erase buffer before requesting head.
17990
17991         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17992
17993 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17994
17995         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17996         customizable.
17997
17998 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17999
18000         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18001         no signing key is found.
18002         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18003         no encrypting and/or signing key is found.
18004
18005 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18006
18007         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18008
18009 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18010
18011         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18012         headers read from disk with the ones newly found in the current search.
18013         This should no longer cause problems, because the article numbers in
18014         Gmane's `nov.php' output are ignored since the previous change.
18015
18016 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18017
18018         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18019
18020 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18023         replace-regexp-in-string; bind url-version; fbind display-images-p and
18024         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18025         find-face and set-itimer-function for Emacs; bind itimer-list for
18026         Emacs.
18027
18028         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18029
18030 2007-01-01  Romain Francoise  <romain@orebokech.com>
18031
18032         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18033
18034 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18035
18036         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18037         `define-minor-mode' macro definition expanded properly.
18038         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18039         exclude it there.
18040
18041         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18042         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18043         `fboundp' test.
18044         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18045         This is OK to autoload in (S)XEmacs now.
18046
18047 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18048
18049         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18050         keystroke.
18051         (gnus-summary-limit-to-singletons): Fix typo.
18052
18053         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18054         else fails.
18055
18056 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18057
18058         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18059         docstring.
18060
18061         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18062         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18063         (gnus-summary-insert-dormant-articles): Fix typo in message.
18064
18065 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18066
18067         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18068         nil for XEmacs.
18069         (gnus-message-citation-mode): Don't autoload in XEmacs.
18070
18071         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18072
18073 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18074
18075         * nnimap.el (nnimap-expunge-search-string):
18076         Mention nnimap-search-uids-not-since-is-evil in docstring.
18077
18078 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18079
18080         * spam.el: Revert to make-obsolete-variable because
18081         define-obsolete-variable-alias is not supported in Emacs 21.
18082
18083         * spam.el (spam-ifile-path, spam-ifile-database-path)
18084         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18085         make-obsolete-variable.
18086         (spam-bsfilter-path, spam-bsfilter-program)
18087         (spam-spamassassin-path, spam-spamassassin-program)
18088         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18089         Don't use "path" inappropriately.
18090         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18091         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18092         variable names.
18093
18094 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18095
18096         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18097         summary buffer.
18098
18099         * password.el (password-cache-remove): Use clear-string to burn
18100         password, if available.
18101
18102 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18103
18104         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18105
18106         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18107
18108         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18109         (gnus-message-highlight-citation): Move defcustom here from
18110         gnus-cite.el.
18111         (gnus-message-citation-mode): Autoload.
18112
18113         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18114         checks to make it compile with XEmacs.
18115         (gnus-message-citation-mode): New minor mode.
18116         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18117         (gnus-message-highlight-citation): New variables.
18118         (gnus-message-search-citation-line)
18119         (gnus-message-add-citation-keywords)
18120         (gnus-message-remove-citation-keywords)
18121         (turn-on-gnus-message-citation-mode)
18122         (turn-off-gnus-message-citation-mode): New functions.
18123
18124 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18125
18126         * gnus-cite.el: Enable highlighting of different citation levels in
18127         message-mode.
18128
18129 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18130
18131         * message.el (message-make-fqdn): Fix comment.
18132         (message-bogus-system-names): Add ".local".
18133
18134         * spam.el (spam-ifile-path, spam-ifile-program)
18135         (spam-ifile-database-path, spam-ifile-database)
18136         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18137         Don't use "path" inappropriately.
18138         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18139         strings.
18140         (spam-check-ifile, spam-ifile-register-with-ifile)
18141         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18142         Use new variable names.
18143
18144         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18145         (gnus-treat-display-smileys): Simplify using
18146         gnus-image-type-available-p.
18147
18148         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18149         available.
18150
18151         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18152         Use `display-images-p' if available.
18153
18154 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18155
18156         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18157         one after turning on the buffer's multibyteness instead of decoding
18158         them directly in the unibyte buffer that causes unexpected conversion
18159         in Emacs 23 (unicode).
18160
18161 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18162
18163         * message.el (message-generate-hashcash): Fix custom type.
18164
18165 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18166
18167         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18168
18169 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18170
18171         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18172         disconnect icons.  Add help text.
18173
18174 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18175
18176         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18177         negated to be consistent with the others we handle.
18178
18179 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18180
18181         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18182         version of gnus-summary-buffer to something, so that we can use two
18183         article buffers at the same time.
18184
18185 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18186
18187         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18188         trigger all the extra headers.
18189         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18190         sorting.
18191
18192 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18193
18194         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18195         solid groups.
18196
18197 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18198
18199         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18200
18201 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18202
18203         * legacy-gnus-agent.el: Add Copyright notice.
18204
18205 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18206
18207         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18208
18209 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18210
18211         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18212
18213         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18214         to make it work reliably in CVS Emacs.
18215         (gnus-summary-limit-strange-charsets-predicate)
18216         (gnus-summary-limit-to-predicate): New functions.
18217
18218 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18219
18220         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18221         specifying array size.
18222         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18223         array if it is too small.
18224         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18225         (gnus-sort-threads-loop): New function.
18226
18227 2006-12-06  Chris Moore  <dooglus@gmail.com>
18228
18229         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18230         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18231
18232 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18233
18234         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18235         options.
18236
18237 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18238
18239         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18240         DOS-ing the recipient.
18241
18242         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18243         the headers when creating the mapping to avoid mismappings.
18244         (nnweb-gmane-create-mapping): Always nix out old mapping.
18245
18246 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18247
18248         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18249         and mm-verify-option to never.
18250
18251 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18252
18253         * message.el (message-signed-or-encrypted-p): New function.
18254         (message-forward-make-body): Use it.
18255
18256         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18257         Replace encode-coding-string with mm-encode-coding-string.
18258
18259 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * nneething.el (nneething-decode-file-name):
18262         Replace decode-coding-string with mm-decode-coding-string.
18263
18264         * gnus-int.el (gnus-open-server): Say failed server's name.
18265
18266 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18267
18268         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18269         strings to a single string.  Quote `errors-file-name'.
18270         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18271         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18272         Adjust calls.  Use `shell-quote-argument'.
18273
18274 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18275
18276         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18277         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18278
18279         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18280         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18281         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18282         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18283         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18284         (gnus-subscribe-newsgroup, gnus-1):
18285         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18286         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18287         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18288         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18289
18290 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18291
18292         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18293         keystroke.
18294         (gnus-summary-limit-to-bodies): Implement headersp.
18295
18296 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18297
18298         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18299
18300 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18303
18304 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18305
18306         * message.el (message-generate-hashcash): Expand range of values to
18307         include `opportunistic'.
18308         (message-send-mail): Use it.
18309
18310 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18311
18312         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18313         and comment it.
18314
18315         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18316
18317 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18318
18319         * gnus-util.el (gnus-extract-address-components): Improve comment.
18320
18321 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18322
18323         * gnus-util.el (gnus-extract-address-components): Work with address in
18324         which the name portion contains @.
18325
18326         * lpath.el: Fbind custom-autoload.
18327
18328 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18329
18330         * gnus.el (gnus-start): Move custom group up.
18331         (gnus-select-method): Don't autoload, but make it available for
18332         `customize-variable'.
18333         (gnus-getenv-nntpserver): Don't autoload.
18334
18335 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18336
18337         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18338
18339 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18340
18341         * message.el (message-sendmail-extra-arguments): New variable.
18342         (message-send-mail-with-sendmail): Use it.
18343
18344 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18347         mm-with-unibyte-current-buffer to make string unibyte.
18348
18349         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18350         mm-string-as-multibyte.
18351
18352 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18353
18354         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18355         Reported by Werner Koch <wk@gnupg.org>.
18356
18357 2006-11-14  Daiki Ueno  <ueno@p360>
18358
18359         * mml2015.el: Autoload epa-select-keys when compiling.
18360
18361 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18362
18363         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18364         message-options.
18365         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18366
18367 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18368
18369         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18370         EasyPG (< 0.0.6).
18371         (mml2015-always-trust): New user option.
18372         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18373         prompt.
18374
18375 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * nntp.el (nntp-authinfo-force): New variable.
18378         (nntp-send-authinfo): Use it.
18379
18380 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18381
18382         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18383         decode encoded words.  Improve prompt.  Add comment about forwarding.
18384         (message-replacement-char): Move up.
18385
18386 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18387
18388         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18389         instead of gnus-intersection because arguments of gnus-sorted-nunion
18390         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18391
18392 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18393
18394         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18395         (message-simplify-subject-functions):
18396         Enable message-strip-subject-encoded-words by default.
18397
18398 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18399
18400         * message.el (message-strip-subject-encoded-words): New function.
18401         (message-simplify-subject-functions): New variable.
18402         (message-simplify-subject): Use it.  Fix typo in doc string.
18403         Support message-strip-subject-encoded-words.
18404
18405 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18406
18407         * gnus-diary.el (gnus-diary-delay-format-function):
18408         * nndiary.el (nndiary-reminders):
18409         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18410
18411 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18412
18413         * gnus-art.el (article-hide-boring-headers): Fetch date from
18414         gnus-original-article-buffer to avoid problems with localized date
18415         strings.
18416
18417 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18420
18421 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18422
18423         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18424         New variables.
18425         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18426         (mm-charset-synonym-alist): Move some entries to
18427         mm-codepage-iso-8859-list.
18428         (mm-charset-synonym-alist, mm-charset-override-alist):
18429         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18430
18431 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18434
18435 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18436
18437         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18438         with Emacs 21 and XEmacs.
18439
18440 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18441
18442         * spam.el (spam-parse-address): New function for better parsing,
18443         catching errors, etc.
18444         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18445
18446 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18447
18448         * mm-view.el: Add interactive arg to html2text autoload.
18449
18450 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18453
18454 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18455
18456         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18457         New variables.
18458         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18459         (mm-charset-synonym-alist): Move some entries to
18460         mm-codepage-iso-8859-list.
18461
18462         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18463
18464 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18465
18466         * message.el (message-citation-line-format)
18467         (message-insert-formated-citation-line): Fix implementation of %E, %N
18468         and %n according to the doc string.
18469
18470 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18471
18472         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18473         Use car-safe to avoid bad parses.
18474
18475 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18478         names.
18479
18480         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18481
18482 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18483
18484         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18485         header.
18486
18487         * message.el (message-draft-headers): Add Date.
18488         (message-headers-to-generate): Fix typo in docstring.
18489
18490         * nndraft.el (nndraft-required-headers): New variable.
18491         (nndraft-generate-headers): Use it.
18492
18493         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18494
18495 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18496
18497         * gnus-registry.el (gnus-registry-wash-for-keywords)
18498         (gnus-registry-find-keywords): New functions to allow easy searching of
18499         articles that are in the registry.
18500
18501 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18502
18503         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18504         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18505         Reported by Damien Elmes <damien@repose.cx>.
18506
18507 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18508
18509         * gnus.el (gnus-mime): Remove unused custom group.
18510
18511 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18512
18513         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18514         "blank line" when searching for end of armor headers.
18515
18516 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * gmm-utils.el (gmm-write-region): Fix variable name.
18519
18520 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18521
18522         * gmm-utils.el (gmm-write-region): New function based on compatibility
18523         code from `mm-make-temp-file'.
18524
18525         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18526
18527         * nnmaildir.el (nnmaildir--update-nov)
18528         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18529         Use `gmm-write-region'.
18530
18531 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18532
18533         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18534         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18535
18536         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18537
18538         * message.el (message-replacement-char): New variable.
18539         (message-fix-before-sending): Use it.
18540         (message-simplify-subject): New function to remove duplicate code.
18541         (message-reply, message-followup): Use it.
18542
18543         * gnus-sum.el (gnus-summary-make-menu-bar):
18544         Clarify gnus-summary-limit-to-articles.
18545
18546 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * gnus-util.el (gnus-with-local-quit): New macro.
18549
18550         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18551
18552 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18553
18554         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18555         ignore non-string data.
18556
18557 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18558
18559         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18560         non-string data (needs to be done in the registry too).
18561
18562 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18563
18564         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18565         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18566         (gnus-registry-split-fancy-with-parent)
18567         (gnus-registry-fetch-simplified-message-subject-fast)
18568         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18569         Remove text properties on ingress into the registry and when it's saved.
18570         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18571         registry from entries with no groups.
18572
18573 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18574
18575         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18576         function to remove string properties.
18577
18578 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18579
18580         * gmm-utils.el (gmm): Adjust custom version.
18581
18582         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18583         Adjust custom version.
18584
18585         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18586
18587 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18588
18589         * gnus-art.el (gnus-insert-prev-page-button)
18590         (gnus-insert-next-page-button): Simplify.  Reformat.
18591
18592 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18593
18594         * gnus-art.el (gnus-insert-prev-page-button)
18595         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18596
18597 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18598
18599         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18600
18601 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18602
18603         * gnus-art.el (gnus-insert-mime-button)
18604         (gnus-insert-mime-security-button):
18605         Apply gnus-article-button-face to MIME and security buttons.
18606
18607 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18608
18609         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18610         readable.
18611
18612 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18615
18616 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18617
18618         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18619         `browse-url-of-file' instead of `browse-url'.
18620
18621 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18622
18623         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18624         regexp.  Articles containing quotation were cut prematurely.
18625
18626 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18627
18628         * message.el (message-cite-original-1): Use nobody by default for the
18629         value of From header.
18630         (message-reply): Ditto.
18631
18632 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18633
18634         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18635         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18636         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18637
18638 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18639
18640         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18641         mails in the doc string.  Add some URLs in comment.
18642         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18643
18644 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18645
18646         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18647         backslashes handling and the way to find boundaries of quoted strings.
18648
18649 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18650
18651         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18652         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18653         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18654         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18655
18656 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18657
18658         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18659         doc string.
18660         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18661
18662 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * lpath.el: Fbind epg-check-configuration.
18665
18666 2006-09-06  Simon Josefsson  <jas@extundo.com>
18667
18668         * mml2015.el (mml2015-use): Doc fix, mention epg.
18669
18670 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18671
18672         * mml2015.el (mml2015-use): Default to epg, if available.
18673
18674 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18675
18676         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18677         message-sender.
18678         (mml1991-epg-encrypt): Ditto.
18679         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18680         message-sender.
18681         (mml2015-epg-encrypt): Ditto.
18682
18683 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18684
18685         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18686         several common directories.
18687
18688 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18689
18690         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18691         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18692
18693 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * gnus-art.el (article-decode-encoded-words): Make it fast.
18696
18697 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18700
18701         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18702         in quoted string into `\'.
18703
18704 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18705
18706         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18707         Use standard-syntax-table.
18708
18709 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18710
18711         * gnus-art.el (gnus-decode-address-function): New variable.
18712         (article-decode-encoded-words): Use it to decode headers which are
18713         assumed to contain addresses.
18714         (gnus-mime-delete-part): Remove useless `or'.
18715
18716         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18717         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18718         (gnus-nov-parse-line): Use it to decode From header.
18719         (gnus-get-newsgroup-headers): Ditto.
18720         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18721
18722         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18723         (mail-decode-encoded-address-string): New alias.
18724
18725         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18726         New function.
18727         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18728         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18729         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18730         (rfc2047-decode-string): Ditto.
18731         (rfc2047-decode-address-region): New function.
18732         (rfc2047-decode-address-string): New function.
18733
18734 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18735
18736         * message.el (message-caesar-buffer-body): Allow rotating headers.
18737
18738         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18739
18740         * message.el (message-insert-formated-citation-line): Fix %f.
18741         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18742
18743 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18744
18745         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18746         (gnus-bookmark-mouse-available-p): New macro.
18747         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18748         (gnus-bookmark-bmenu-show-infos): Use it.
18749         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18750         (gnus-bookmark-bmenu-hide-infos): Ditto.
18751         (gnus-bookmark-remove-properties): New function.
18752         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18753         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18754         (gnus-bookmark-write-file): Bind coding-system-for-write.
18755         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18756         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18757         group before selecting it.
18758         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18759         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18760         quit-window if it is not available; use gnus-mouse-2 and bind it to
18761         gnus-bookmark-bmenu-select-by-mouse.
18762         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18763         (gnus-bookmark-bmenu-select-by-mouse): New function.
18764
18765 2006-08-13  Romain Francoise  <romain@orebokech.com>
18766
18767         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18768         space.
18769
18770 2006-08-10  Romain Francoise  <romain@orebokech.com>
18771
18772         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18773         (dns-mode-soa-auto-increment-serial): New user option.
18774         (dns-mode-soa-maybe-increment-serial): New function.
18775         (dns-mode): Add the latter to `write-contents-functions'.
18776
18777 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18778
18779         * compface.el (uncompface): Use binary rather than raw-text-unix.
18780
18781 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18782
18783         * compface.el (uncompface): Make sure the eol conversion doesn't take
18784         place when communicating with the external programs.
18785         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18786
18787 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18788
18789         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18790
18791 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18792
18793         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18794         Make it more robust by parsing author and date independently.
18795
18796 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18799
18800 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18801
18802         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18803         first matching secret key.
18804         (mml2015-epg-encrypt): Ditto.
18805
18806         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18807         first matching secret key.
18808         (mml1991-epg-encrypt): Ditto.
18809
18810         * mml2015.el (mml2015-encrypt-to-self): New user option.
18811         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18812         mml2015-epg-encrypt-to-self is set.
18813
18814         * mml1991.el (mml1991-encrypt-to-self): New variable.
18815         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18816         mml1991-epg-encrypt-to-self is set.
18817
18818         * mml2015.el (mml2015-signers): New user option.
18819         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18820         (mml2015-epg-encrypt): Allow to select signing keys.
18821
18822         * mml1991.el (mml1991-signers): New variable.
18823         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18824         (mml1991-epg-encrypt): Allow to select signing keys.
18825
18826 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18827
18828         * nnheader.el (nnheader-insert-head): Make it work even if the file
18829         uses CRLF for the line-break code.
18830
18831 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18832
18833         * mml2015.el: Require mml-sec instead of password.
18834         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18835         (mml2015-cache-passphrase): Inherit the default value from
18836         mml-secure-cache-passphrase.
18837         (mml2015-passphrase-cache-expiry): Inherit the default value from
18838         mml-secure-passphrase-cache-expiry.
18839
18840         * mml1991.el: Require mml-sec instead of password.
18841         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18842         (mml1991-cache-passphrase): Inherit the default value from
18843         mml-secure-cache-passphrase.
18844         (mml1991-passphrase-cache-expiry): Inherit the default value from
18845         mml-secure-passphrase-cache-expiry.
18846
18847         * mml-sec.el: Require password.
18848         (mml-secure-verbose): New user option.
18849         (mml-secure-cache-passphrase): New user option.
18850         (mml-secure-passphrase-cache-expiry): New user option.
18851
18852 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18853             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18854
18855         * pgg-def.el (pgg-truncate-key-identifier):
18856         Truncate the key ID to 8 letters from the end.
18857
18858 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18859
18860         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18861         workaround for the url package included with Emacs.
18862
18863         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18864
18865 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18868         correctly.  This fixes a bug caused by the 2006-05-12 change.
18869
18870 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18871
18872         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18873         some information about the error when saying that the `bogus' mail
18874         group will be used.
18875
18876 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18877
18878         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18879         string.
18880
18881 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18882
18883         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18884
18885 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18886
18887         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18888
18889 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18890
18891         * mml1991.el (mml1991-function-alist): Add epg.
18892         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18893         (mml1991-epg-encrypt): New functions.
18894
18895 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18896
18897         * mml2015.el (mml2015-verbose): New variable.
18898         (mml2015-cache-passphrase): Ditto.
18899         (mml2015-passphrase-cache-expiry): Ditto.
18900         (mml2015-function-alist): Add epg.
18901         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18902         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18903         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18904         New functions.
18905
18906 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18907
18908         * message.el (message-cite-original-1): Preserve region when removing
18909         quoted text due to X-No-Archive in order to avoid bogus attribution
18910         when citing multiple messages.
18911
18912 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18913
18914         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18915         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18916
18917 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18918
18919         * gnus-diary.el (gnus-user-format-function-d)
18920         (gnus-user-format-function-D): Autoload.
18921
18922         * imap.el (Commentary): Fix typo.
18923
18924         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18925         2006-04-22 contribution.
18926
18927 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18928
18929         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18930         It didn't really fix the bogosity I'm seeing with solid web groups.
18931
18932 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18933
18934         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18935         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18936         created using server names.  If we use the feature without declaring
18937         it, Gnus does not properly manage server and group state.
18938
18939         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18940         bound.
18941
18942 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18943
18944         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18945         looking up the method using GROUP's prefix before inventing a new one.
18946         It is used on killed/unknown groups in various places where returning
18947         an all-new method isn't expected by the caller.
18948
18949         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18950         and match semantics of gnus-group-real-prefix.
18951
18952 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18953
18954         * nnmail.el (nnmail-broken-references-mailers): New variable.
18955         (nnmail-ignore-broken-references): New function generalizing
18956         nnmail-fix-eudora-headers.
18957         (nnmail-fix-eudora-headers): Now obsolete.
18958
18959         * gnus-art.el (gnus-button-handle-custom):
18960         Support `customize-apropos*'.
18961
18962 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18963
18964         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18965
18966         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18967         articles.
18968
18969 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18970
18971         * message.el (message-cite-reply-above): New variable.
18972         (message-yank-original): Use it.
18973
18974 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18975
18976         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18977
18978 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18979
18980         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18981         as read.
18982
18983         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18984
18985 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18986
18987         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18988         (gnus-bookmark-default-file): Use gnus-directory.
18989         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18990         Remove "*" in doc string.
18991         (gnus-bookmark-write-file): Simplify.
18992         (gnus-bookmark-maybe-sort-alist): Use `when'.
18993         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18994         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18995         Add FIXME about Emacs 21 and XEmacs compatibility.
18996         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18997         compatibility.
18998         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18999         compatibility.
19000         (gnus-bookmark-menu-heading): Fix version.
19001
19002 2006-06-19  Bastien Guerry  <bzg@altern.org>
19003
19004         * gnus-bookmark.el: New file.
19005
19006 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19007
19008         * message.el (message-syntax-checks): Doc fix.
19009
19010 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19011
19012         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19013         unsubscribed groups as if they were killed ones.  It causes duplicate
19014         entries in gnus-newsrc-alist.
19015
19016 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19017
19018         * message.el (message-syntax-checks): Doc fix.
19019         (message-send-mail): Add check for continuation headers.
19020         (message-check-news-header-syntax): Fix regexp used to check for
19021         continuation headers.
19022
19023 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19026
19027 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19028
19029         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19030
19031 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19032
19033         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19034         default-truncate-lines.
19035
19036 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19037
19038         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19039         to fill the utf-8 entry.
19040
19041         * lpath.el: Fbind unicode-precedence-list.
19042
19043 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19044
19045         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19046
19047 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19048
19049         * gnus-agent.el (directory-files-and-attributes): Move all the way
19050         forward (the third and final move).
19051         (gnus-agent-read-agentview): Trap reconstruction errors due to
19052         nonexistent directory.  Handle by returning nil.
19053
19054 2006-05-30  Didier Verna  <didier@xemacs.org>
19055
19056         * message.el (message-dont-reply-to-names): Update the custom type.
19057         * message.el (message-dont-reply-to-names): New defsubst: potentially
19058         convert a list of regexps into a single one.
19059         * message.el (message-get-reply-headers): Use it.
19060         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19061
19062 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19063
19064         * gnus-agent.el (directory-files-and-attributes): Move forward.
19065
19066 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19067
19068         * gnus-ml.el (gnus-mailing-list-subscribe)
19069         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19070         (gnus-mailing-list-message): Fix doc strings.
19071
19072 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19073
19074         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19075         of doing it manually.
19076
19077 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19078
19079         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19080         comment.
19081
19082 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19083
19084         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19085         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19086         (gnus-agent-read-local): All symbols allocated in my-obarray.
19087         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19088         (gnus-agent-regenerate-group): Check numeric names to see if they are
19089         messages or groups.
19090         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19091         better way of do this...)
19092
19093         * gnus-cache.el (gnus-agent-total-fetched-for):
19094         Ignore 'dummy.group' (there should be a better way of do this...)
19095
19096 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19097
19098         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19099         (gnus-saved-headers): Ditto.
19100         (gnus-default-article-saver): Mention functions may have properties.
19101         (gnus-article-save): Override gnus-save-all-headers and
19102         gnus-saved-headers by :headers property which saver function may have.
19103         (gnus-summary-save-in-file): Add :headers property.
19104         (gnus-summary-write-to-file): Ditto.
19105
19106         * gnus-sum.el (gnus-summary-save-article): Bind
19107         gnus-prompt-before-saving to t when saving many articles in a file;
19108         always show all headers.
19109
19110         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19111
19112 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19113
19114         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19115         marks.
19116
19117         * message.el (message-indent-citation): Add optional arguments to allow
19118         using it outside of message buffers.
19119
19120         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19121         (gnus-article-treat-unfold-headers): Use it.
19122         (gnus-article-truncate-lines): New variable.
19123         (gnus-article-mode): Use it.
19124         (gnus-article-toggle-truncate-lines): New function.
19125
19126         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19127         Add gnus-article-toggle-truncate-lines.
19128
19129         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19130         coding system in XEmacs, use binary.
19131
19132 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19133
19134         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19135         after-load-alist.
19136
19137         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19138         this function should save decoded articles.
19139         (gnus-summary-write-to-file): Use property to specify this function
19140         should save decoded articles and specify gnus-summary-save-in-file
19141         should be used to save articles other than the first one when saving
19142         many articles.
19143         (gnus-summary-save-body-in-file): Use property to specify this
19144         function should save decoded articles.
19145         (gnus-summary-write-body-to-file): Use property to specify this
19146         function should save decoded articles and specify
19147         gnus-summary-save-body-in-file should be used to save articles other
19148         than the first one when saving many articles.
19149
19150         * gnus-sum.el (gnus-summary-save-article): Simplify.
19151
19152 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * gnus-art.el (gnus-default-article-saver):
19155         Add gnus-summary-write-body-to-file.
19156         (gnus-article-save-coding-system): Don't use coding system object
19157         in XEmacs.
19158         (gnus-read-save-file-name): Add optional `dir-var' argument which
19159         specifies directory in which files are saved; work even if optional
19160         `variable' argument is not specified.
19161         (gnus-summary-write-to-file): Read file name.
19162         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19163         (gnus-summary-write-body-to-file): New function.
19164
19165         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19166         (gnus-summary-local-variables): Add it.
19167         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19168         (gnus-summary-save-article): Remove optional `decode' argument;
19169         determine whether to decode articles by the value of
19170         gnus-default-article-saver; when saving many files using
19171         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19172         it first and use gnus-summary-save-in-file or
19173         gnus-summary-save-body-in-file thereafter unless
19174         gnus-prompt-before-saving is always; move point to article which
19175         will be saved.
19176         (gnus-summary-save-article-file): Revert.
19177         (gnus-summary-write-article-file): Revert.
19178         (gnus-summary-save-article-body-file): Revert.
19179         (gnus-summary-write-article-body-file): New function.
19180
19181 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19182
19183         * gnus-art.el (gnus-default-article-saver): Doc fix.
19184         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19185         from gnus-summary-save-article-coding-system, and default to a
19186         certain coding system.
19187         (gnus-output-to-file): Add coding cookie and encode text according
19188         to gnus-article-save-coding-system; don't use mm-append-to-file.
19189
19190         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19191         gnus-art.el and rename to gnus-article-save-coding-system.
19192         (gnus-summary-save-article): Require gnus-art; don't show all
19193         headers if it decodes articles; don't add coding cookie here;
19194         don't bind mm-text-coding-system-for-write.
19195         (gnus-summary-save-article-file): Save decoded articles.
19196         (gnus-summary-write-article-file): When saving many files, use
19197         gnus-summary-write-to-file first and gnus-summary-save-in-file
19198         thereafter unless gnus-prompt-before-saving is always.
19199         (gnus-summary-save-article-body-file): Save decoded articles.
19200
19201         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19202
19203 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19204
19205         * nnrss.el (nnrss-check-group): Bind hash-index.
19206
19207 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19208
19209         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19210         its hash index.  Store this hash in `nnrss-group-data'.
19211         (nnrss-read-group-data): Update accordingly.
19212
19213 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19214
19215         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19216         entry.
19217
19218         * gnus-sum.el (gnus-summary-make-menu-bar):
19219         Add gnus-article-browse-html-article.
19220
19221 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19222
19223         * gnus-sum.el (gnus-summary-mime-map):
19224         Add gnus-article-browse-html-article.
19225
19226         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19227
19228 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19229
19230         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19231         suitable coding systems in customize.
19232
19233 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19234
19235         * mail-source.el (mail-sources): Fix custom type.
19236
19237 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19238
19239         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19240         (gnus-summary-expire-articles-now): Shorten prompt.
19241
19242         * gmm-utils.el (wid-edit): Require.
19243         (defun-gmm): Rename from `gmm-defun-compat'.
19244         (gmm-image-search-load-path): Use it.
19245         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19246
19247 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19248
19249         * gnus-sum.el (gnus-summary-save-article-coding-system):
19250         New variable.
19251         (gnus-summary-save-article): Add optional `decode' argument.
19252         If it is set and gnus-summary-save-article-coding-system is non-nil,
19253         save decoded article.
19254         (gnus-summary-write-article-file): Save decoded article if
19255         gnus-summary-save-article-coding-system is non-nil.
19256
19257         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19258         type.
19259
19260 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19261
19262         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19263
19264 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19265
19266         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19267         first to test gnus-single-article-buffer which may be buffer-local.
19268
19269         * gnus-sum.el (gnus-summary-setup-buffer):
19270         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19271         group; make gnus-article-buffer, gnus-article-current, and
19272         gnus-original-article-buffer always buffer-local.
19273         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19274         group.
19275         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19276
19277 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19278
19279         * nnml.el (nnml-request-compact-group): Compressed files might not
19280         have .gz extension.
19281
19282 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19283
19284         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19285         (mm-copy-to-buffer): Use with-current-buffer.
19286         (mm-display-part): Simplify.
19287         (mm-inlinable-p): Add optional arg `type'.
19288
19289 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19290
19291         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19292         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19293         Try harder to show the attachment internally or externally using
19294         gnus-mime-view-part-as-type.
19295
19296 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19297
19298         * message.el (message-from-style, message-signature-separator)
19299         (message-user-organization-file, message-send-mail-function)
19300         (message-citation-line-function, message-yank-prefix)
19301         (message-indent-citation-function, message-signature)
19302         (message-signature-file, message-signature-insert-empty-line):
19303         Remove autoloads.
19304
19305         * gnus-art.el (gnus-buttonized-mime-types):
19306         Remove "multipart/signed".  Revert 2006-04-26 change.
19307
19308 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19309
19310         * gnus.el (gnus-version-number): Bump version.
19311
19312 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19313
19314         * gnus.el: No Gnus v0.5 is released.
19315
19316 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19317
19318         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19319         fetching articles by message-id.
19320
19321 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19322
19323         * message.el (hashcash): Require hashcash as normal.
19324
19325         * ecomplete.el (ecomplete-highlight-match-line):
19326         Use point-at-eol.
19327         (ecomplete-highlight-match-line): Use `highlight', because that
19328         face exists in both Emacs and XEmacs.
19329
19330         * message.el (message-display-abbrev): Use point-at-bol.
19331
19332         * mail-source.el: Don't require timer/timer-funcs.
19333
19334         * gnus-async.el: Ditto.
19335
19336         * password.el: Ditto.
19337
19338         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19339
19340         * mm-url.el: Ditto.
19341
19342         * gnus-xmas.el: Don't require timer-funcs.
19343
19344         * mm-util.el: Require timer/timer-funcs.
19345
19346 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19347
19348         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19349         Close.
19350
19351 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19354         unibyte after clear-decrypt function runs.
19355
19356         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19357         returns as a unibyte string.
19358
19359 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19360
19361         * lpath.el: Revert.
19362
19363         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19364         (pgg-gpg-process-sentinel): Revert.
19365
19366         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19367         (pgg-pgp-lookup-key): Revert.
19368
19369         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19370         (pgg-pgp5-lookup-key): Revert.
19371
19372         * pgg.el (pgg-fetch-key): Revert.
19373
19374 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19375
19376         * lpath.el: Fbind string-as-multibyte for XEmacs.
19377
19378         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19379         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19380         (mml1991-pgg-encrypt): Ditto.
19381
19382         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19383         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19384         a multibyte buffer.
19385
19386         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19387         (pgg-pgp-lookup-key): Ditto.
19388
19389         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19390         (pgg-pgp5-lookup-key): Ditto.
19391
19392         * pgg.el (pgg-fetch-key): Ditto.
19393
19394 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19395
19396         * message.el (message-user-organization-file): Check several
19397         locations of the organization file.
19398
19399         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19400         Add gnus-article-view-part-as-type.
19401
19402         * gnus-art.el (gnus-article-view-part-as-type): New function.
19403
19404         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19405         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19406
19407         * mml.el: Simplify autoload.
19408         (mml-mode): defvar dnd-protocol-alist instead of using
19409         symbol-value.
19410         (mml-default-directory): New variable.
19411         (mml-minibuffer-read-file): Use it.
19412         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19413
19414         * message.el (message-citation-line-format): New variable.
19415         (message-insert-formated-citation-line): New function.
19416         (message-citation-line-function):
19417         Add `message-insert-formated-citation-line' to custom type.
19418
19419         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19420         to doc string.
19421
19422         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19423         depending on mm-verify-option.
19424
19425 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19426
19427         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19428         binding pgg-* variables; reimplement the section which prevents
19429         MIME header from being signed.
19430         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19431         pgg-text-mode; remove a blank line at the top of body.
19432
19433         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19434         lines at the top of body; use gnus-newsgroup-charset if there's no
19435         Charset header.
19436
19437 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19438
19439         * message.el (message-self-insert-commands): Doc fix.
19440
19441         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19442         (mm-uu-pgp-encrypted-test): Ditto.
19443         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19444         between header and body; return application/pgp-encrypted handle
19445         if decryption failed; decode decrypted body by charset.
19446
19447         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19448         element match to application/pgp-*.
19449
19450 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19451
19452         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19453         HTML.
19454
19455 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19456
19457         * mail-source.el (mail-source-call-script): Message the error
19458         string.
19459
19460 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19461
19462         * gnus-util.el (gnus-byte-compile): Use it.
19463
19464 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19465
19466         * gnus-util.el (kill-empty-logs): New function.
19467
19468 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19469
19470         * message.el (message-mail-alias-type): Doc fix.
19471         (message-mail-alias-type-p): New function.
19472         (message-send): Use it.
19473         (message-mode): Ditto.
19474         (message-strip-forbidden-properties): Ditto.
19475
19476         * ecomplete.el (ecomplete-database-file-coding-system):
19477         New variable.
19478         (ecomplete-save): Use it.
19479         (ecomplete-setup): Use it.
19480
19481 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19482
19483         * message.el (message-self-insert-commands): New variable.
19484         (message-strip-forbidden-properties): Use it.
19485
19486 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19487
19488         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19489         that doesn't make XEmacs choke.
19490
19491 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19492
19493         * gnus-util.el (gnus-replace-in-string):
19494         Prefer replace-regexp-in-string over of replace-in-string.
19495
19496 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * gnus-util.el (gnus-select-frame-set-input-focus):
19499         Use select-frame-set-input-focus if it is available in XEmacs; use
19500         definition defined in Emacs 22 for old Emacsen.
19501
19502         * dgnushack.el: Autoload unmorse-region for XEmacs.
19503
19504         * lpath.el: Bind cursor-in-non-selected-windows and
19505         select-frame-set-input-focus for XEmacs.
19506
19507 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19510
19511 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19512
19513         * gnus-registry.el (gnus-registry-cache-save): Remove text
19514         properties when saving via the temp buffer.
19515
19516 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19517
19518         * message.el (message-generate-hashcash): Honor custom type.
19519
19520 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19521
19522         * message.el (message-generate-hashcash): Default to non-nil when
19523         hashcash is found.
19524
19525         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19526         (gnus-refer-thread-limit): Increase default to 500.
19527
19528         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19529
19530         * flow-fill.el (fill-flowed): Allow delete-space.
19531
19532 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19533
19534         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19535         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19536         Remove autoloads.
19537
19538 2006-04-18  Simon Josefsson  <jas@extundo.com>
19539
19540         * message.el (message-generate-hashcash): Default to.
19541
19542 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19545         concatenating segments rather than before concatenating them.
19546
19547 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19548
19549         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19550
19551 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19552
19553         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19554
19555         * message.el (message-forward-make-body-plain):
19556         Allow message-forward-ignored-headers to be a list.
19557         (message-remove-ignored-headers): Factor out into function.
19558         (message-forward-make-body-mml): Use it.
19559
19560         * imap.el (imap-quote-specials): New function.
19561         (imap-login-auth): Quote specials.
19562
19563         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19564         (rfc2231-parse-string): Allow concatanation of parameters that
19565         aren't contiguous.  The test case is
19566           (mail-header-parse-content-type "message/external-body;
19567             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19568             access-type=LOCAL-FILE;
19569             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19570
19571 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19572
19573         * nntp.el (nntp-accept-process-output): Return the value of
19574         `nnheader-accept-process-output'.
19575
19576 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19577
19578         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19579         (gnus-button-alist): Recognize more diff formats.
19580         (gnus-button-patch): Strip directory.
19581
19582 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19583
19584         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19585         Emacs 22 when setting focus.
19586
19587 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19588
19589         * gnus-art.el (gnus-article-treat-types): Do treatment of
19590         text/x-verbatim parts.
19591         (gnus-button-patch): New command.
19592
19593         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19594         addresses that contain invalid characters.
19595
19596 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19597
19598         * message.el (message-put-addresses-in-ecomplete):
19599         Use gnus-replace-in-string.
19600         (message-is-yours-p): Use the more correct
19601         mail-header-parse-address instead of
19602         mail-extract-address-components.
19603         (message-put-addresses-in-ecomplete): Fix typo.
19604
19605         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19606         keystroke.
19607
19608         * gnus-art.el (gnus-treatment-function-alist): Change order of
19609         newsgroups/generic header folding to avoid double-folding.
19610
19611         * message.el (message-hidden-headers): Add X-Draft-From.
19612
19613         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19614         New command.
19615         (gnus-summary-repeat-search-article-backward): New command.
19616
19617         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19618         groups in the parent topic.
19619
19620 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19621
19622         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19623         (spam-extra-header-to-number): Return the CRM114 number as a
19624         number instead of a string.
19625
19626 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19627
19628         * gnus-art.el (gnus-face-properties-alist): Move here from
19629         gnus-fun.
19630
19631         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19632
19633 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19634
19635         * message.el (message-strip-forbidden-properties): Only display on
19636         self-insert-command.
19637
19638         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19639         reindent.
19640         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19641
19642 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19643
19644         * smiley.el (smiley-style): Fix typo.
19645
19646 2006-03-23  Kenichi Handa  <handa@m17n.org>
19647
19648         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19649         instead of set-buffer-multibyte.
19650
19651 2006-03-23  Kenichi Handa  <handa@m17n.org>
19652
19653         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19654         buffer and then decode the buffer text if necessary.
19655         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19656         first, and after mm-encode-body, change the buffer to unibyte.
19657
19658 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19659
19660         * hashcash.el (hashcash-insert-payment-async-2):
19661         Use message-goto-eoh instead of doing it manually.
19662         (mail-add-payment): Use message-narrow-to-header instead of trying
19663         to do the same itself.
19664
19665         * message.el (message-hidden-headers): Add Face.
19666
19667         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19668         reparenting code.
19669         (gnus-summary-reparent-children): Refactored out code.
19670         (gnus-summary-thread-map): New keystroke.
19671         (gnus-summary-reparent-children): Make into command.
19672
19673         * smiley.el (smiley-style): Default to `medium' if using a large
19674         font.
19675
19676         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19677         does it itself.
19678
19679         * message.el (message-point-in-header-p): Simplify definition.
19680
19681 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19682
19683         * nnagent.el (nnagent-request-set-mark): Silence log file
19684         writing.
19685         (nnagent-request-set-mark): Use write-region instead of
19686         append-to-file.
19687
19688         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19689         strange select method.
19690
19691         * ecomplete.el (ecomplete-display-matches): Get highlightling
19692         right.
19693         (ecomplete-display-matches): Use literals.
19694         (ecomplete-display-matches): Disable message logging.
19695
19696         * message.el (message-display-abbrev): Small optimization.
19697
19698         * ecomplete.el (ecomplete-display-matches): Allow automatic
19699         display.
19700
19701         * message.el (message-strip-forbidden-properties):
19702         Display abbrevs.
19703         (message-display-abbrev): Get automatic display right.
19704
19705         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19706         keystrokes.
19707
19708 2006-04-13  Romain Francoise  <romain@orebokech.com>
19709
19710         TODO: Backport to v5-10!
19711
19712         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19713         Move here (and rename) from gnus-registry.el.
19714
19715         * gnus-registry.el: Require gnus-util.
19716         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19717
19718 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19719
19720         * gnus-group.el (gnus-group-catchup-current):
19721         Change if-then-else-if-then-else into cond.
19722         (gnus-group-catchup): Indent.
19723         (group-name-at-point): New function.
19724         (gnus-fetch-group): Provide default from thing at point.
19725
19726 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19727
19728         * message.el (message-display-abbrev): Fix regexp.
19729
19730         * ecomplete.el (ecomplete-highlight-match-line):
19731         Reimplement choosing.
19732         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19733         dead variables.
19734
19735         * message.el (message-newline-and-indent): Remove debugging.
19736         (message-display-abbrev): Use new implementation.
19737
19738 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19739
19740         * gnus-art.el (gnus-article-mode):
19741         Set cursor-in-non-selected-windows to nil.
19742
19743         * smiley.el: Revert previous change.
19744         (smiley-data-directory): defvar it before using it in the
19745         defcustom of `smiley-style'.
19746
19747 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19748
19749         * message.el (message-newline-and-indent): New function.
19750
19751         * ecomplete.el: Implement more bits.
19752
19753         * message.el (message-put-addresses-in-ecomplete): Clean up the
19754         string.
19755
19756         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19757
19758         * gnus-sum.el (gnus-summary-save-parts):
19759         Bind gnus-summary-save-parts-counter and use it to make unique file
19760         names.
19761
19762         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19763
19764         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19765         parameter to say whether to actually parse the individual
19766         addresses.
19767
19768         * message.el (message-put-addresses-in-ecomplete): New function.
19769         (ecomplete): Require.
19770         (message-mail-alias-type): Add ecomplete as an option.
19771
19772 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19773
19774         * flow-fill.el (fill-flowed): Remove trailing space from blank
19775         quoted lines.
19776
19777 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19778
19779         * smiley.el (smiley-style): Move definition later to avoid a
19780         compilation warning.
19781
19782 2006-04-12  Kenichi Handa  <handa@m17n.org>
19783
19784         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19785         buffer and then decode the buffer text if necessary.
19786         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19787         first, and after mm-encode-body, change the buffer to unibyte.
19788         Use mm-disable-multibyte instead of set-buffer-multibyte.
19789
19790 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19791
19792         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19793         Content-Type header instead of Content-Disposition header.
19794         (gnus-mime-inline-part): Ditto.
19795         (gnus-mime-view-part-as-charset): Ignore charset that the part
19796         specifies.
19797
19798         * mm-decode.el (mm-display-part): Work with external parts and
19799         usual parts similarly.
19800
19801         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19802         instead of gnus-display-mime.
19803
19804         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19805         instead of with-temp-buffer.
19806
19807         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19808         tag to summarized topics part in order to encode non-ASCII text.
19809
19810 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19811
19812         * smiley.el (smiley-style): New variable.
19813         (smiley-directory): New function.
19814         (smiley-data-directory): Derive from `smiley-style' using
19815         `smiley-directory'.
19816         (smiley-regexp-alist): Add new entries.
19817
19818         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19819         (gnus-article-browse-delete-temp): Add :version.
19820
19821 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19822
19823         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19824         the sieve region.
19825
19826 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19827
19828         * gnus.el (gnus-version-number): Bump version.
19829
19830 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19831
19832         * gnus.el: No Gnus v0.4 is released.
19833
19834 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19835
19836         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19837         layout.
19838
19839         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19840         unknown charset.
19841
19842         * message.el (message-header-synonyms): Add Original-To to the
19843         default.
19844
19845         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19846         optional parameter.
19847
19848 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19849
19850         * gnus-fun.el (gnus): Require it for gnus-directory.
19851
19852 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19853
19854         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19855
19856 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19857
19858         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19859
19860 2006-04-05  Simon Josefsson  <jas@extundo.com>
19861
19862         * password.el (password-reset): New function.
19863
19864 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19865
19866         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19867         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19868
19869 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19870
19871         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19872         Some whitespace was matched into the url, which broke browsing hits
19873         > 100 when mm-url-use-external was nil.
19874
19875 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19876
19877         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19878         Check gnus-extra-headers for 'Newsgroups.
19879
19880         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19881         bound.
19882
19883 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19884
19885         * pgg-gpg.el: Clean up process buffers every time gpg processes
19886         complete.
19887
19888 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19889
19890         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19891         doc string.
19892
19893 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19894
19895         * pgg-gpg.el (pgg-gpg-process-filter)
19896         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19897
19898         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19899         lines, temporary fix.
19900
19901 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19902
19903         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19904
19905 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19906
19907         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19908         default-enable-multibyte-characters.  This reverts the change from
19909         revision 6.17 which is no longer necessary because the passphrase
19910         is sent separately now.  GnuPG messages are unreadable under
19911         multibyte locales with default-enable-multibyte-characters set to
19912         nil.
19913
19914 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19915
19916         * message.el (message-tool-bar-gnome): Move "spell".
19917
19918 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19919
19920         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19921         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19922         instead.
19923
19924 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19925
19926         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19927         Improve newsgroups handling for NNTP overviews which don't include
19928         Newsgroups.
19929
19930 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19931
19932         * message.el (message-resend): Bind message-generate-hashcash to nil.
19933
19934 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19935
19936         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19937         when searching for already-paid recipients.
19938
19939 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19940
19941         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19942         passphrases when it is not needed.
19943         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19944         passphrase stuff from gpg, should only be necessary when you use
19945         gpg with a smartcard.
19946
19947 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19948
19949         * mml.el (mml-insert-mime): Ignore cached contents of
19950         message/external-body part.
19951
19952         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19953         (mm-insert-part): Ditto.
19954
19955 2006-03-23  Simon Josefsson  <jas@extundo.com>
19956
19957         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19958         Reiner.
19959         (pgg-gpg-use-agent-p): Use it again.
19960
19961 2006-03-23  Simon Josefsson  <jas@extundo.com>
19962
19963         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19964         older emacsen.
19965         (pgg-gpg-use-agent-p): Don't use it.
19966
19967 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19968
19969         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19970         if we can.
19971
19972 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19973
19974         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19975         (pgg-gpg-update-agent): New function.
19976         (pgg-gpg-use-agent-p): New function.
19977         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19978         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19979         (pgg-gpg-sign-region): Use it.
19980
19981 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19982
19983         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19984         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19985
19986 2006-03-21  Simon Josefsson  <jas@extundo.com>
19987
19988         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19989         <wilde@sha-bang.de>.
19990         (pgg-gpg-use-agent): New variable.
19991         (pgg-gpg-process-region): Use it.
19992         (pgg-gpg-encrypt-region): Likewise.
19993         (pgg-gpg-encrypt-symmetric-region): Likewise.
19994         (pgg-gpg-decrypt-region): Likewise.
19995         (pgg-gpg-sign-region): Likewise.
19996         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19997
19998 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19999
20000         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20001
20002         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20003         Add comment on version.
20004
20005 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20006
20007         * smiley.el: Add missing test smiley.
20008
20009 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20010
20011         * mm-decode.el (mm-with-part): New macro.
20012         (mm-get-part): Use it; work with message/external-body as well.
20013         (mm-save-part): Treat name and filename equally.
20014
20015         * mm-extern.el (mm-extern-cache-contents): New function.
20016         (mm-inline-external-body): Use it; force the part to be displayed;
20017         move undisplayer added to the cached handle to the parent.
20018
20019         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20020         (gnus-mime-view-part-as-type): Work with message/external-body.
20021
20022         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20023
20024 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20025
20026         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20027         images in image-load-path.  [Sync with image.el, revision 1.60, in
20028         Emacs.]
20029
20030 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20031
20032         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20033         path rather than symbol.  Always return list of directories.
20034         Guarantee that image directory comes first.  [Sync with image.el,
20035         revision 1.59, in Emacs.]
20036
20037         * message.el (message-make-tool-bar): Adjust to new API of
20038         `gmm-image-load-path-for-library'.
20039
20040         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20041
20042         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20043
20044 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20045
20046         * gnus-art.el (gnus-article-only-boring-p):
20047         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20048         intangible text.
20049         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20050
20051 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20052
20053         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20054         Use `defun' instead of `gmm-defun-compat'.
20055
20056 2006-03-14  Simon Josefsson  <jas@extundo.com>
20057
20058         * message.el (message-unique-id): Don't use message-number-base36
20059         if (user-uid) is a float.
20060         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20061
20062 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20063
20064         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20065
20066         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20067         empty line between a part and a message part.
20068
20069 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20070
20071         * smiley.el: Add more test smileys.
20072         (smiley-data-directory, smiley-regexp-alist)
20073         (gnus-smiley-file-types): Fix doc strings.
20074         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20075         adding new elements.
20076         (smiley-mouse-map): Unused code.  Make it a comment.
20077
20078 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20081         scan latest NoCeM messages instead of old ones.
20082         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20083         delimiters that are recently used.
20084         (gnus-nocem-load-cache): Add autoload cookie.
20085
20086         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20087
20088         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20089         level which is larger than gnus-use-nocem is specified.
20090
20091         * gnus-group.el (gnus-group-get-new-news): Ditto.
20092
20093 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20094
20095         * gnus-util.el (gnus-tool-bar-update): New function.
20096
20097         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20098         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20099
20100         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20101
20102         * gnus-group.el (gnus-group-redraw-when-idle)
20103         (gnus-group-redraw-check): Remove.
20104         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20105
20106 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20109         if optional last element is specified in splits (FIELD VALUE...).
20110
20111 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20112
20113         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20114         to gmm-image-load-path-for-library.  Call with no-error argument.
20115         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20116
20117         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20118
20119         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20120
20121         * gmm-utils.el (gmm-image-load-path): Remove alias.
20122
20123 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20124
20125         * gmm-utils.el (gmm-image-load-path): Add alias.
20126
20127         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20128         nnml-generate-nov-databases-1.
20129         (nnml-generate-nov-databases): Use it.
20130         (nnml-generate-nov-databases-directory): Document no-active
20131         argument.
20132
20133         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20134         directory if path is t.  Add no-error.
20135
20136         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20137         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20138
20139         * gnus-art.el (gnus-article-browse-delete-temp-files):
20140         Simplify resetting gnus-article-browse-html-temp-list.
20141
20142         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20143         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20144         Add example to docstring.  Rename local variables.  Move error
20145         checks to default case in cond and simplify.
20146
20147 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20148
20149         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20150         handle is multipart when calling it recursively.
20151         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20152
20153 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20154
20155         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20156         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20157
20158 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20161         is loaded.
20162
20163         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20164         loaded.
20165
20166 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20167
20168         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20169         to "Emacs 23 (unicode)" in doc string.
20170
20171         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20172         "Emacs 23 (unicode)" in comment.
20173
20174 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20175
20176         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20177
20178         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20179         characters 160 through 255 in Emacs 23.
20180
20181 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20182
20183         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20184         gnus-article-browse-html-temp.
20185         (gnus-article-browse-delete-temp): Make it customizable.
20186         Add `file'.  Adjust doc string.
20187         (gnus-article-browse-delete-temp-files): Add argument.
20188         Allow query for each file.  Adjust doc string.
20189         (gnus-article-browse-html-parts):
20190         Add `gnus-article-browse-delete-temp-files' to
20191         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20192
20193 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20194
20195         * gnus-art.el (gnus-article-browse-html-temp)
20196         (gnus-article-browse-delete-temp): New variables.
20197         (gnus-article-browse-delete-temp-files): New function.
20198         (gnus-article-browse-html-parts): Use it.
20199
20200 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20201
20202         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20203
20204         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20205         string.
20206
20207         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20208         gnus-summary-insert-new-articles when unplugged.
20209         Remove gnus-summary-search-article-forward.
20210
20211         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20212         display-visual-class instead of display-color-cells.
20213
20214 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * dgnushack.el: Autoload customize-group for XEmacs.
20217
20218         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20219         message/* containing non-ASCII text properly.
20220
20221 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20222
20223         * message.el: Require gmm-utils, remove autoloads.
20224         (message-tool-bar): Set default based on
20225         gmm-tool-bar-style.
20226         (message-tool-bar-gnome): Add gmm-customize-mode.
20227
20228         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20229         gmm-tool-bar-style.
20230         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20231
20232         * gnus-group.el (gnus-group-tool-bar): Set default based on
20233         gmm-tool-bar-style.
20234         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20235
20236         * gmm-utils.el (gmm-image-directory): Rename variable from
20237         gmm-image-load-path.
20238         (gmm-image-load-path): Use gmm-image-directory.
20239         (gmm-customize-mode): New function.
20240         (gmm-tool-bar-style): New variable.
20241
20242         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20243         gnus-group-redraw-line-number.
20244         (gnus-group-redraw-check): Simplify.
20245         (gnus-group-tool-bar-update): Remove redraw check.
20246         (gnus-group-make-tool-bar): Add redraw check.
20247
20248 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20249
20250         * gnus-art.el (gnus-button): Add missing parentheses.
20251
20252 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20253
20254         * lpath.el: Fbind line-number-at-pos.
20255
20256 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20257
20258         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20259
20260 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20261
20262         * gnus-art.el (gnus-button): New face.
20263         (gnus-article-button-face): Use it.
20264
20265         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20266         Add gnus-summary-next-page.  Re-order.
20267
20268         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20269         next-node are now included.
20270         (gnus-group-redraw-line-number): New internal variable.
20271         (gnus-group-redraw-check): Helper function for updating the tool
20272         bar.
20273         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20274
20275         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20276
20277         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20278         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20279         Use it to match format of Spamassassin 3.0 and later.
20280         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20281         (spam-check-bogofilter)
20282         (spam-bogofilter-register-with-bogofilter): Fix args of
20283         `gnus-error' calls.
20284
20285 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20286
20287         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20288         unnecessary interaction when sending queued mails.
20289         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20290
20291 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20292
20293         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20294         first or last are nil.
20295
20296 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20297
20298         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20299
20300 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20301
20302         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20303
20304 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20305
20306         * dns.el (query-dns): Protect more against buggy tcp output.
20307
20308 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20309
20310         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20311         nov.php.
20312
20313 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20314
20315         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20316         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20317         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20318         output on the server side.
20319         (nnweb-google-create-mapping): Update regexps and add some
20320         progress indication.
20321
20322 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20323
20324         * gnus-group.el (gnus-group-tool-bar-gnome):
20325         Fix gnus-agent-toggle-plugged.  Re-order icons.
20326         (gnus-group-tool-bar-gnome):
20327         Add gnus-group-{prev,next}-unread-group.
20328         (gnus-group-tool-bar-gnome): Re-order icons.
20329
20330         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20331         Move gnus-summary-insert-new-articles.
20332
20333         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20334         Fix comments.
20335
20336         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20337         also available in Emacs 21.3.
20338
20339         * message.el (message-fix-before-sending): Change "Emacs 22" to
20340         "Emacs 23 (unicode)" in comment.
20341
20342         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20343         "Emacs 23 (unicode)" in comment.
20344
20345         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20346         comment.
20347         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20348
20349         * mm-view.el (mm-fill-flowed): Add :version.
20350
20351 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20354         and load-path.
20355
20356 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20357
20358         * message.el: Autoload gmm-image-load-path.
20359         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20360         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20361         consitency.
20362
20363         * gmm-utils.el (gmm-image-load-path): Also search in
20364         "../etc/images".  Don't set gmm-image-load-path if we don't find
20365         the image.
20366
20367 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20368
20369         * gmm-utils.el (gmm-image-load-path): Don't make
20370         `gmm-image-load-path' include subdirectories which the second arg
20371         `image' might specify.
20372
20373         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20374         subdirectory to icon file names.
20375
20376         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20377
20378 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20379
20380         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20381         gmm-image-load-path calls.
20382
20383         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20384
20385         * message.el (message-make-tool-bar): Ditto.
20386
20387         * mml.el (mml-preview): Add comment concerning tool bar icons.
20388
20389         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20390         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20391
20392         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20393         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20394
20395         * message.el (message-tool-bar-gnome): Use new icon names.
20396         (message-make-tool-bar): Use `gmm-image-load-path'.
20397
20398         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20399         New functions from MH-E.
20400         (gmm-image-load-path): New variable from MH-E.
20401         (gmm-image-load-path): New function from MH-E.  Add arguments
20402         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20403         *-image-load-path-called-flag.
20404
20405 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20406
20407         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20408
20409 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20410
20411         * nnimap.el (nnimap-request-move-article): Change folder back to
20412         source group before deleting.
20413
20414 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20415
20416         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20417
20418         * gnus-art.el (mm-url-insert-file-contents-external):
20419         Autoload mm-url.
20420
20421         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20422
20423 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20424
20425         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20426         coding system which mm-charset-to-coding-system returns for a
20427         given charset is valid.
20428
20429 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20430
20431         * html2text.el (html2text-remove-tag-list):
20432         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20433
20434 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20435
20436         * gnus-cus.el: Revert 2005-10-17 change.
20437
20438 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20439
20440         * gnus-art.el (article-strip-banner):
20441         Call article-really-strip-banner only when the regexp match is made.
20442
20443 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20444
20445         * gnus-art.el (article-strip-banner):
20446         Use gnus-extract-address-components instead of
20447         mail-header-parse-addresses to make it work with non-ASCII text;
20448         remove mail-encode-encoded-word-string.
20449
20450         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20451         values which are surrounded with \"...\"; make it never cause a
20452         Lisp error; give up parsing of parameters if it failed in
20453         extracting type.
20454
20455 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20456
20457         * smime.el (smime-cert-by-ldap-1): Fix bug where
20458         `smime-ldap-search' returns results without userCertificates.
20459
20460 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20461
20462         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20463
20464 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20465
20466         * spam.el (spam-check-spamassassin-headers): Adapt format for
20467         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20468         <ari@mbf.ocn.ne.jp>.
20469         (spam-list-of-processors): Add spam-use-gmane.
20470
20471 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20472
20473         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20474         make-temp-file; make it work with XEmacs as well.
20475
20476         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20477         mm-make-temp-file.
20478
20479         * mm-decode.el (mm-display-external): Use the 3rd arg of
20480         mm-make-temp-file.
20481         (mm-create-image-xemacs): Ditto.
20482
20483 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20484
20485         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20486         with message-narrow-to-headers.
20487         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20488         (gnus-draft-check-draft-articles): New function.
20489         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20490
20491 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20492
20493         * gnus-art.el (gnus-article-browse-html-parts):
20494         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20495         Don't use suffix argument for mm-make-temp-file for Emacs 21
20496         compatibility.  Remove useless `format'.
20497
20498 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20499
20500         * nnweb.el (nnweb-google-wash-article): Update regexps.
20501         (nnweb-group-alist): Use defvoo instead of defvar.
20502
20503 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20504
20505         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20506         re-loading nn* modules.
20507
20508 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20509
20510         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20511         for `tool-bar-mode' and don't check it's default-value.
20512
20513         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20514
20515         * message.el (message-make-tool-bar): Ditto.
20516
20517         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20518         `substring'.  Shorten tmp-file name.
20519
20520         * gnus.el: Remove bogus comment.
20521
20522 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20523
20524         * gnus-art.el (gnus-article-browse-html-parts): New function.
20525         (gnus-article-browse-html-article): New function for viewing html
20526         articles with a browser.
20527
20528 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20529
20530         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20531         in elisp.
20532         (pgg-gpg-encrypt-symmetric-region): Ditto.
20533         (pgg-gpg-sign-region): Ditto.
20534
20535         * pgg-def.el (pgg-text-mode): New variable.
20536
20537         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20538         (mml2015-pgg-encrypt): Ditto.
20539
20540         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20541         (mml1991-pgg-encrypt): Ditto.
20542
20543 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20544
20545         * nnfolder.el (nnfolder-insert-newsgroup-line):
20546         Use message-make-date instead of current-time-string.
20547
20548         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20549         to gnus-decoded which mm-uu might set.
20550
20551 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20552
20553         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20554         don't decode quoted parameters; remove misimported Emacs code.
20555         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20556         (rfc2231-decode-encoded-string): Don't use split-string which
20557         behaves differently according to Emacs version; use
20558         mm-decode-coding-region to convert charset to coding-system.
20559         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20560         (rfc2231-encode-string): Remove misimported Emacs code.
20561
20562 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20563
20564         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20565         when calling mail-header-parse-content-type.
20566         (article-de-quoted-unreadable): Ditto.
20567         (article-de-base64-unreadable): Ditto.
20568         (article-wash-html): Ditto.
20569
20570         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20571         calling mail-header-parse-content-type and
20572         mail-header-parse-content-disposition.
20573         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20574         mail-header-parse-content-type.
20575
20576         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20577         insert charset and format parameters; encode description after
20578         inserting it to buffer.
20579         (mml-insert-parameter): Fold lines properly even if a parameter is
20580         segmented into two or more lines; change the max column to 76.
20581
20582         * rfc1843.el (rfc1843-decode-article-body): Don't use
20583         ignore-errors when calling mail-header-parse-content-type.
20584
20585         * rfc2231.el (rfc2231-parse-string): Return at least type if
20586         possible; don't cause an error even if it fails in parsing of
20587         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20588         (rfc2231-encode-string): Don't break lines at the beginning, leave
20589         it to mml-insert-parameter.
20590
20591         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20592         calling mail-header-parse-content-type.
20593
20594 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20595
20596         * spam-report.el (spam-report-gmane-use-article-number):
20597         Improve doc string.
20598         (spam-report-gmane-internal): Check if a suitable header was found
20599         in the article.
20600
20601 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20602
20603         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20604         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20605
20606 2006-02-05  Romain Francoise  <romain@orebokech.com>
20607
20608         Update copyright notices of all files in the gnus directory.
20609
20610 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20611
20612         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20613
20614 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20615
20616         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20617         segmented lines of parameter value to cope with Thunderbird 1.5
20618         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20619         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20620         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20621
20622 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20623
20624         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20625         parts.
20626
20627 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20628
20629         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20630         there's only one active file for all servers.
20631         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20632         solid groups.  Gnus might have used a FAST request to select the group.
20633         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20634         and nnweb-search redundantly in the active file.
20635         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20636         (nnweb-request-create-group): Don't use ARGS.
20637         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20638         initializations.  Let nnoo do the work.
20639
20640 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20641
20642         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20643         Say the part has been decoded.
20644
20645         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20646
20647 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20648
20649         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20650         mailcap-viewer-test-cache when there's no 'test clause, since that
20651         will invert the meaning of a "nil" test previously determined by
20652         mailcap-mailcap-entry-passes-test.
20653
20654 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20655
20656         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20657         compiling.
20658
20659         * gnus-sum.el: Ditto.
20660
20661         * message.el: Don't bind tool-bar-map when compiling.
20662
20663 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20664
20665         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20666
20667 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20668
20669         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20670         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20671         current Google Groups.
20672
20673 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20674
20675         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20676         and tool-bar-mode.
20677
20678         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20679         and tool-bar-mode.
20680
20681         * message.el (message-tool-bar-update): Simplify.
20682         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20683
20684         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20685         gnus-summary-buffer.
20686         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20687         gnus-summary-reply.
20688
20689         * gmm-utils.el (gmm): Add :version.
20690
20691 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20692
20693         * Makefile.in (clean): New rule.
20694         (distclean): Use it.
20695
20696 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20697
20698         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20699         Don't autoload.
20700
20701 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20702
20703         * gmm-utils.el (gmm-verbose): Add :group.
20704
20705 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20706
20707         * message.el: Change some comments WRT tool-bars.
20708
20709         * gnus-sum.el (gnus-summary-tool-bar)
20710         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20711         (gnus-summary-tool-bar-zap-list): New variables.
20712         (gnus-summary-make-tool-bar): Complete rewrite using
20713         `gmm-tool-bar-from-list'.
20714
20715         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20716         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20717         New variables.
20718         (gnus-group-make-tool-bar): Complete rewrite using
20719         `gmm-tool-bar-from-list'.
20720         (gnus-group-tool-bar-update): New function.
20721
20722         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20723
20724 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20725
20726         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20727         is dissected into a single part of which the type is the same as
20728         the given one; decode charset.
20729
20730 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20731
20732         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20733         into alists as symbol not string, since that's what
20734         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20735         look for.
20736
20737 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20738
20739         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20740         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20741
20742         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20743
20744 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20745
20746         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20747         (gnus-xmas-mime-security-button-menu): New function.
20748
20749         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20750         (gnus-mime-security-button-menu): New definition.
20751         (gnus-mime-security-button-map): Use them.
20752         (gnus-mime-security-button-menu): New function.
20753         (gnus-insert-mime-security-button): Addition to help echo.
20754         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20755         (gnus-mime-security-pipe-part): New functions.
20756
20757         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20758         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20759
20760         * mm-decode.el (mm-handle-set-disposition): Remove.
20761         (mm-handle-set-description): Remove.
20762
20763 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20764
20765         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20766         (mm-w3m-standalone-supports-m17n-p): New function.
20767         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20768         w3m usage.
20769
20770         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20771         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20772
20773 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20774
20775         * message.el (message-tool-bar-zap-list):
20776         Use gmm-tool-bar-zap-list as custom type.
20777         (message-tool-bar-update): New function.
20778         (message-tool-bar, message-tool-bar-gnome)
20779         (message-tool-bar-retro): Add message-tool-bar-update.
20780         (message-tool-bar-gnome): Add flyspell-buffer.
20781
20782         * gnus-util.el (gnus-error): Describe `args'.
20783
20784         * gmm-utils.el (gmm-error): Describe `args'.
20785         (gmm-tool-bar-zap-list): New widget.
20786         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20787
20788 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20789
20790         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20791         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20792         the number of recursive calls.
20793
20794         * mm-decode.el (mm-handle-set-disposition): New macro.
20795         (mm-handle-set-description): New macro.
20796
20797 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20798
20799         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20800         encoding.
20801
20802 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20803
20804         * message.el (message-tool-bar-zap-list, message-tool-bar)
20805         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20806         (message-tool-bar-local-item-from-menu): Remove.
20807         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20808         (message-make-tool-bar): New function.
20809         (message-mode): Use `message-make-tool-bar'.
20810
20811         * gmm-utils.el: New file.
20812         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20813         (gmm-lazy): New widget copied from `nnmail.el'.
20814         (gmm-tool-bar-from-list): New function for creating customizable
20815         tool bars.
20816         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20817         output.
20818         (gmm): Add :prefix to defgroup.
20819
20820 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20821
20822         * gmm-utils.el (gmm-widget-p): New function.
20823
20824 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20825
20826         * mml.el (mml-attach-file): Describe `description' in doc string.
20827         (mml-menu): Add Emacs MIME manual and PGG manual.
20828
20829 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20830
20831         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20832
20833 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20834
20835         * nntp.el (nntp-end-of-line): Doc fix.
20836
20837 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20838
20839         * imap.el (imap-open): Handle case where buffer is a buffer
20840         object.
20841
20842 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20843
20844         * gnus-delay.el (gnus-delay): Don't autoload.
20845         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20846         to be re-loaded when customizing the `gnus-delay' group.
20847
20848 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20849
20850         * message.el (message-insert-citation-line): Use newlines.
20851
20852 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20853
20854         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20855         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20856         these routines, so the passphrase can be managed externally and
20857         passed in to the system.
20858         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20859         pgg-add-passphrase-to-cache function.
20860
20861         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20862         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20863         these routines, so the passphrase can be managed externally and
20864         passed in to the system.
20865         (pgg-pgp5-sign-region): Use new name of
20866         pgg-add-passphrase-to-cache function.
20867
20868 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20869
20870         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20871         part of the decoded armor to find the key-identifier.
20872         (pgg-gpg-lookup-key-owner): New function to return the
20873         human-readable identifier of a key owner.
20874         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20875         itself.
20876         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20877         the key value) if we have a key and can match it against a secret
20878         key.  Also, added a note pointing out fact that the prompt only
20879         indicates the first matching key.
20880
20881         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20882         pgg-decrypt-region.
20883         (pgg-add-passphrase-to-cache): Rename from
20884         `pgg-add-passphrase-cache' to reduce confusion (all callers
20885         changed).
20886         (pgg-remove-passphrase-from-cache): Rename from
20887         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20888         changed).
20889         (pgg-read-passphrase, pgg-add-passphrase-cache)
20890         (pgg-remove-passphrase-cache): Add informative docstrings.
20891         (pgg-decrypt): Convey provided passphrase in subordinate call to
20892         pgg-decrypt-region.
20893
20894 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20895
20896         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20897         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20898         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20899         'passphrase' argument, so the passphrase can be managed externally
20900         and then passed in to the system.
20901
20902         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20903         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20904         so the passphrase cache can be used reliably with identifiers
20905         besides a pgp packet's key id.
20906
20907         * pgg-gpg.el (pgg-gpg-encrypt-region)
20908         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20909         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20910         these routines, so the passphrase can be managed externally and
20911         passed in to the system.
20912
20913         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20914         'notruncate' argument, so the passphrase cache can be used
20915         reliably with identifiers besides a pgp packet's key id.
20916
20917 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20918
20919         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20920         symmetric encryption.
20921         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20922         encrypted session key.
20923         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20924         message ask for the passphrase in a proper way.
20925
20926         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20927         New user commands for symmetric encryption.
20928
20929 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20930
20931         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20932
20933         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20934
20935 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20936
20937         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20938
20939 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20940
20941         * mm-decode.el (mm-inlined-types): Add application/pgp.
20942         (mm-automatic-display): Ditto.
20943
20944         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20945         part as text.
20946
20947 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20948
20949         * nnrss.el: Update copyright.
20950         (nnrss-opml-import): Query whether to subscribe to each entry.
20951
20952         * gnus-art.el:
20953         * gnus-sum.el:
20954         * gnus-xmas.el:
20955         * messagexmas.el:
20956         * mm-uu.el:
20957         * mm-view.el: Update copyright.
20958
20959 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20960
20961         * message.el (message-info): New function.
20962         (message-mode-menu): Add it.
20963         Update copyright.
20964
20965         * ChangeLog: Fix and update copyright.
20966
20967 2006-01-13  Romain Francoise  <romain@orebokech.com>
20968
20969         * message.el (message-forward-subject-name-subject): Prefer the
20970         address to 'nowhere' if the sender has no name.
20971         Fix typo.  Update copyright year.
20972
20973 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20974
20975         * gnus-art.el (article-wash-html):
20976         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20977         (gnus-article-wash-html-with-w3m-standalone): New function.
20978
20979         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20980         mm-inline-text-html-render-with-w3m-standalone.
20981         (mm-text-html-washer-alist): Map w3m-standalone to
20982         gnus-article-wash-html-with-w3m-standalone.
20983         (mm-inline-text-html-render-with-w3m-standalone): New function.
20984
20985 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20986
20987         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20988         Improve LaTeX.
20989
20990 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20991
20992         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20993         (nnrss-request-article): Render text/plain parts as HTML.
20994
20995         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20996         the buffer.
20997
20998 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20999
21000         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21001         custom definition of `gnus-posting-styles'.
21002
21003         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21004         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21005
21006 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21007
21008         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21009         Use nntp for bug archive.
21010
21011 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21012
21013         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21014         parts.
21015         (nnrss-normalize-date): New function converts ISO 8601 date into
21016         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21017         (nnrss-check-group): Use it.
21018
21019 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21020
21021         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21022
21023         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21024         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21025         (nnrss-insert-w3): Ditto.
21026
21027 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21028
21029         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21030         the articles to be forwarded including the case where neither a
21031         number of articles nor a region is specified.
21032
21033 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21034
21035         * nnrss.el (nnrss-request-article): Fix last change; fill
21036         text/plain parts.
21037
21038 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21039
21040         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21041         in text/plain part.
21042         (nnrss-check-group): Don't add excessive newline to dc:subject.
21043
21044 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21045
21046         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21047         article.
21048
21049 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21050
21051         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21052         (nnml-use-compressed-files, nnml-save-mail): Support other
21053         comression programs such as bzip2.
21054
21055 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21056
21057         * dns.el (query-dns): Make sure we check the buffer size before
21058         removing tcp headers.
21059
21060 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21061
21062         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21063         remove MIME buttons associated with multipart/alternative parts.
21064         (gnus-mime-display-alternative): Tag buttons using `article-type'
21065         text property.
21066
21067         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21068         associated with multipart/alternative parts.
21069
21070         * gnus-art.el (gnus-signature-separator): Fix custom type.
21071
21072         * mm-decode.el (mm-inlined-types): Fix custom type.
21073         (mm-keep-viewer-alive-types): Ditto.
21074         (mm-automatic-display): Ditto.
21075         (mm-attachment-override-types): Ditto.
21076         (mm-inline-override-types): Ditto.
21077         (mm-automatic-external-display): Ditto.
21078
21079 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21080
21081         * spam-report.el (spam-report-user-mail-address)
21082         (spam-report-user-agent): New variables.
21083         (spam-report-url-ping-plain): Use spam-report-user-agent.
21084
21085 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21086
21087         * gnus-art.el (gnus-button-handle-custom): Do not just use
21088         `customize-apropos' for any "M-x customize-*" button but the
21089         function called for.  Accept both the function name and its
21090         argument in order to achieve this.
21091         (gnus-button-alist): Remove support for "custom:" URL's.
21092         Pass function name to `gnus-button-handle-custom' in case of "M-x
21093         customize-*" buttons.
21094
21095 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21096
21097         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21098         multipart/alternative and add xref to mm-discouraged-alternatives
21099         in doc string.
21100
21101         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21102         gnus-buttonized-mime-types in doc string.
21103
21104 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21105
21106         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21107         Suggest image/.* in the doc string.
21108
21109 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21110
21111         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21112         message-marks (Debian bug#342521).
21113
21114 2005-12-12  Simon Josefsson  <jas@extundo.com>
21115
21116         * password.el (password-read-from-cache): Add.
21117         (password-read): Use it.
21118
21119 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21120
21121         * rfc2047.el (rfc2047-charset-to-coding-system):
21122         Recognize us-ascii as a MIME charset.
21123
21124         * mm-bodies.el (mm-decode-content-transfer-encoding):
21125         Protect against the case where the 2nd arg TYPE is nil.
21126
21127 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21128
21129         * pop3.el (pop3-stream-type): Fix custom version.
21130
21131         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21132
21133 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21134
21135         * mm-decode.el (mm-display-external): Add missing cdr.
21136
21137 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21138
21139         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21140         RFC1524) if it is in mailcap or add a suffix according to
21141         mailcap-mime-extensions when generating a temp filename; postpone
21142         deleting a temp file for 2 seconds for some wrappers, shell
21143         scripts, and so on, which might exit right after having started a
21144         viewer command as a background job.
21145
21146 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21147
21148         * nntp.el (nntp-marks-directory): Fix custom group.
21149
21150         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21151         steps when < 10.
21152
21153         * gnus-start.el (gnus-no-server-1):
21154         Mention `gnus-level-default-subscribed' in doc string.
21155
21156 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21157
21158         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21159         parens.
21160
21161 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21162
21163         * gnus-xmas.el (gnus-use-toolbar): Revert.
21164         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21165         gnus-use-toolbar is default.
21166
21167         * messagexmas.el (message-use-toolbar): Revert.
21168         (message-setup-toolbar): Use global default-toolbar if
21169         message-use-toolbar is default.
21170
21171 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21172
21173         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21174         according to default-toolbar-visible-p.
21175
21176         * messagexmas.el (message-use-toolbar): Ditto.
21177
21178 2005-11-26  Dave Love  <fx@gnu.org>
21179
21180         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21181         (tls-program, tls-success): Provide openssl alternative.
21182
21183         * starttls.el: Doc fixes.
21184         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21185         SERVICE to PORT.
21186
21187         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21188         port null or service name.
21189         (starttls-negotiate): Autoload.
21190
21191 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21192
21193         * message.el (message-kill-to-signature): Fix interactive spec.
21194
21195 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21196
21197         * pop3.el (pop3-open-server): Recognize a string as a service name.
21198
21199 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21200
21201         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21202
21203 2005-11-23  Dave Love  <fx@gnu.org>
21204
21205         Add pop3s, pop3/starttls.
21206
21207         * pop3.el (pop3-authentication-scheme): Clarify doc.
21208         (open-tls-stream, starttls-open-stream): Autoload.
21209         (pop3-stream-type): New.
21210         (pop3-open-server): Use it.
21211
21212         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21213         for POP.
21214         (mail-source-keyword-map): Add :stream for POP.
21215         (mail-source-fetch-pop): Use pop3-stream-type.
21216
21217 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21218
21219         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21220         of current-time-string.
21221
21222 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21223
21224         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21225         date header.
21226
21227 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21228
21229         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21230         it can seriously impact performance as it bypasses the agent's
21231         local caches.
21232
21233 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21234
21235         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21236         must be explicitly online rather than "not explicitly offline" for
21237         its flags to be synchronized.
21238
21239         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21240         that gnus-uu-unmark-thread will function correctly.
21241
21242         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21243         1024K is instead displayed as 1M.
21244
21245 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21246
21247         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21248
21249 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21250
21251         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21252
21253 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21254
21255         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21256         error message to display actual error condition.
21257         (gnus-agent-save-local): Avoid saving symbols that are bound to
21258         nil as they simply result in a warning message in
21259         gnus-agent-read-local.
21260
21261 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21262
21263         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21264         rather than make-variable-buffer-local for file-precious-flag.
21265
21266 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21267
21268         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21269         for duplicates which are removed.  The invalid sort check then
21270         triggers a rescan after the sort as sorting may have moved
21271         duplicate entries such that they can be cheaply detected.
21272
21273 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21274
21275         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21276
21277 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21278
21279         * gnus-agent.el (gnus-agent-article-alist-save-format):
21280         Change internal variable to a custom variable.  Change default value
21281         from compressed(2) to uncompressed(1).
21282         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21283         support for uncompressed agentview files.  Taken together, reading
21284         the agentview file should now be 6-7 times faster.
21285
21286 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21287
21288         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21289         as a buffer-local variable.  This avoids creating truncated
21290         dribble files as a result of a hang up, eg.
21291
21292 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21293
21294         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21295         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21296         XEmacs.
21297
21298 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21299
21300         * gnus-start.el (gnus-start-draft-setup):
21301         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21302
21303         * gnus.el (gnus-splash): Change custom group.
21304         (gnus-group-get-parameter, gnus-group-parameter-value):
21305         Describe allow-list argument.
21306
21307         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21308         string.
21309
21310 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21311
21312         * gnus-art.el (gnus-default-article-saver): Add user-defined
21313         `function' to custom type.
21314
21315 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21316
21317         * imap.el (imap-open): Handle case where buffer is a buffer
21318         object.
21319
21320 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21321
21322         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21323         long lines.
21324         (gnus-cache-delete-group): Wrap doc strings.
21325
21326         * gnus-agent.el (gnus-agent-rename-group)
21327         (gnus-agent-delete-group): Wrap doc strings.
21328
21329 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21330
21331         * messagexmas.el (message-use-toolbar): Change the valid values
21332         into default, top, bottom, left, and right.
21333         (message-toolbar-thickness): New variable.
21334         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21335         well.
21336         (message-setup-toolbar): Make it work.
21337
21338         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21339         (gnus-use-toolbar): Change the valid values into default, top,
21340         bottom, left, and right.
21341         (gnus-toolbar-thickness): New variable.
21342         (gnus-xmas-setup-toolbar): New function.
21343         (gnus-xmas-setup-group-toolbar): Use it.
21344         (gnus-xmas-setup-summary-toolbar): Use it.
21345
21346 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21347
21348         * gnus-start.el (gnus-1): Add "native" to
21349         gnus-predefined-server-alist.
21350
21351         * gnus.el (gnus-method-to-server): Don't add "native" to the
21352         lists here, because that leads to problems when
21353         gnus-select-method is bound.
21354
21355 2005-11-09  Simon Josefsson  <jas@extundo.com>
21356
21357         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21358         use (not sort-by-date) instead.
21359
21360 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21361
21362         * gnus-delay.el (gnus-delay-group): Don't autoload.
21363         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21364         to be re-loaded when customizing the `gnus-delay' group.
21365
21366 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21367
21368         * message.el: Revert last changes.
21369         (message-insert-citation-line): Use newlines.
21370
21371 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21372
21373         * message.el (message-courtesy-message)
21374         (message-mark-insert-begin, message-mark-insert-end)
21375         (message-elide-ellipsis, message-cancel-message)
21376         (message-add-header, message-change-subject)
21377         (message-cross-post-followup-to-header)
21378         (message-cross-post-insert-note, message-reduce-to-to-cc)
21379         (message-widen-reply, message-delete-not-region)
21380         (message-kill-to-signature, message-insert-signature)
21381         (message-insert-importance-high, message-insert-importance-low)
21382         (message-insert-or-toggle-importance)
21383         (message-insert-disposition-notification-to)
21384         (message-indent-citation, message-yank-original)
21385         (message-cite-original-without-signature, message-cite-original)
21386         (message-insert-citation-line, message-position-on-field)
21387         (message-fix-before-sending, message-send-mail-partially)
21388         (message-send-mail, message-send-mail-with-sendmail)
21389         (message-send-mail-with-qmail, message-send-news)
21390         (message-check-news-header-syntax, message-generate-headers)
21391         (message-insert-courtesy-copy, message-fill-address)
21392         (message-fill-header, message-shorten-references)
21393         (message-setup-1, message-cancel-news)
21394         (message-forward-make-body-plain, message-forward-make-body-mime)
21395         (message-forward-make-body-mml, message-encode-message-body)
21396         (message-forward-make-body-digest-plain)
21397         (message-forward-make-body-digest-mime)
21398         (message-use-alternative-email-as-from): Insert `hard-newline'
21399         instead of ordinary newlines.
21400
21401 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21402
21403         * message.el (message-generate-headers): Downcase the argument
21404         given to message-check-element.
21405
21406 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21407
21408         * nntp.el (nntp-authinfo-rejected): New error condition.
21409         (nntp-wait-for): Use new error condition to signal authentication
21410         error.
21411         (nntp-retrieve-data): Rethrow new error condition to break out of
21412         recursive call to nntp-send-authinfo.
21413
21414 2005-11-08  Romain Francoise  <romain@orebokech.com>
21415
21416         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21417         (gnus-summary-exit-map): Bind to `Z p'.
21418         (gnus-summary-make-menu-bar): Add menu item.
21419
21420 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21421
21422         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21423         (gnus-treat-*): Add `first' in all doc strings.
21424
21425         * gnus-group.el (gnus-group-compact-group): Fix typo.
21426
21427 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21428
21429         * gnus.el (gnus-parameters-case-fold-search): New variable.
21430         (gnus-parameters-get-parameter): Use it.
21431
21432         * gnus-score.el (gnus-home-score-file): Doc fix.
21433
21434 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21435
21436         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21437
21438 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21439
21440         * mm-util.el (mm-special-display-p): New function.
21441
21442         * mml.el (mml-preview): Use it; doc fix.
21443
21444 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21445
21446         * imap.el (imap-open): Handle case where buffer is a buffer object.
21447
21448 2005-10-29  Romain Francoise  <romain@orebokech.com>
21449
21450         * message.el (message-fix-before-sending): Fix comment.
21451
21452 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21453
21454         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21455
21456 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21457
21458         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21459         Used in gnus-score.el.
21460
21461 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21462
21463         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21464
21465 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21466
21467         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21468         whitespace removed in revision 7.8.  Use concatenated string to
21469         protect trailing whitespace.
21470
21471 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21472
21473         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21474         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21475         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21476         Courier IMAP ("some version from 2004").  Mostly based on similar
21477         code in the same function.
21478
21479 2005-10-26  Didier Verna  <didier@xemacs.org>
21480
21481         * gnus-group.el (gnus-group-compact-group): Invalidate original
21482         article buffer.
21483         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21484         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21485         NOV database and in article itself.
21486         Invalidate article backlog.
21487
21488 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21489
21490         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21491
21492 2005-10-26  Simon Josefsson  <jas@extundo.com>
21493
21494         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21495         part of 2004-07-25 change.
21496
21497 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21498
21499         * message.el (message-display-completion-list): New function.
21500         (message-expand-group): Use it; make sure the Completions buffer
21501         is modifiable.
21502 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21503
21504         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21505         user-mail-name is an empty string.
21506
21507 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21508
21509         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21510         depending on gnus-score-decay-constant.
21511
21512         * encrypt.el (encrypt-insert-file-contents)
21513         (encrypt-write-file-contents): Don't use `gnus-message'.
21514
21515         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21516         arguments.
21517         (mm-uu-type-alist): Add message-marks and insert-marks.
21518         Pass arguments to mm-uu-verbatim-marks-extract.
21519         (mm-uu-hide-markers): New variable.
21520         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21521
21522         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21523         (gnus-convert-image-to-face-command): Use "convert" by default to
21524         allow other input image formats.
21525         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21526         accordingly.
21527
21528 2005-10-23  Simon Josefsson  <jas@extundo.com>
21529
21530         * imap.el (imap-gssapi-program): Align command line parameters
21531         with latest GNU SASL.
21532         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21533
21534 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21535
21536         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21537         HTML.
21538         (nnslashdot-request-article): Ditto.
21539
21540         * lpath.el (featurep): Add nobreak-char-display.
21541
21542 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21543
21544         * mail-source.el (mail-source-fetch-pop): Require pop3.
21545         (mail-source-check-pop): Ditto.
21546
21547 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21548
21549         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21550         errors.
21551
21552 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21553
21554         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21555         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21556
21557         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21558
21559         * mm-bodies.el (mm-decode-string):
21560         Call `mm-charset-to-coding-system' with allow-override argument.
21561
21562 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21563
21564         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21565         (rfc2047-charset-to-coding-system): New function.
21566         (rfc2047-decode-encoded-words): New function.
21567         (rfc2047-decode-region): Use them.
21568         (rfc2047-decode-cte): Remove.
21569         (rfc2047-parse-and-decode): Remove.
21570         (rfc2047-decode): Remove.
21571
21572 2005-10-15  Kenichi Handa  <handa@m17n.org>
21573
21574         * rfc2047.el (rfc2047-decode-cte): New function.
21575         (rfc2047-decode-region): Change the way to decode successive
21576         encoded-words: decode B- or Q-encoding in each encoded-word,
21577         concatenate them, and decode it as charset.
21578
21579 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21580
21581         * lpath.el: Fbind codepage-setup for XEmacs.
21582
21583 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21584
21585         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21586         widget-move-and-invoke.
21587         (gnus-custom-mode): Use gnus-custom-map.
21588
21589 2005-10-15  Bill Wohler  <wohler@newt.com>
21590
21591         * message.el (message-tool-bar-map): Rename image file from
21592         mail_send to mail/send.
21593
21594 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21595
21596         * message.el (message-expand-group): Pass the common
21597         prefix substring of completion to `display-completion-list'.
21598
21599 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21600
21601         * mml-sec.el (mml-secure-method): New internal variable.
21602         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21603         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21604         New functions using mml-secure-method.
21605
21606         * mml.el (mml-mode-map): Add key bindings for those functions.
21607         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21608         Harder <harder@myrealbox.com>.
21609         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21610         Goto end of message if point is the headers of the message.
21611
21612         * message.el (message-in-body-p): New function.
21613
21614         * assistant.el: Autoload gnus-util and netrc.
21615
21616         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21617         Use `mm-charset-override-alist' only when decoding.
21618
21619         * mm-bodies.el (mm-decode-body):
21620         Call `mm-charset-to-coding-system' with allow-override argument.
21621
21622         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21623         `filename' from Content-Disposition if Content-Type doesn't
21624         provide `name'.
21625         (gnus-mime-view-part-as-type): Set default instead of
21626         initial-input.
21627
21628 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21629
21630         * format-spec.el (format-spec): Propagate text properties of % spec.
21631
21632 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21633
21634         * gnus-art.el (gnus-treat-predicate): Add `first'.
21635
21636 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21637
21638         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21639         (mm-charset-override-alist): New variable.
21640         (mm-charset-to-coding-system): Use it.
21641         (mm-codepage-setup): New helper function.
21642         (mm-charset-eval-alist): New variable.
21643         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21644         Warn about unknown charsets.
21645
21646         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21647
21648 2005-10-04  David Hansen  <david.hansen@gmx.net>
21649
21650         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21651         (nnrss-check-group): Ditto.
21652
21653 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21654
21655         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21656         Rename x-gnus-verbatim to x-verbatim.
21657         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21658
21659         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21660         x-verbatim.
21661
21662         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21663
21664         * gnus-util.el (gnus-remove-duplicates): Remove.
21665
21666         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21667         instead of gnus-remove-duplicates.
21668
21669         * message.el (message-remove-duplicates): Remove.
21670         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21671         message-remove-duplicates.
21672
21673         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21674         available, else use implementation from `delete-dups'.
21675
21676         * message.el (message-insert-expires): New function.
21677         (message-mode-map): Add key binding.
21678         (message-mode-field-menu): Add menu entry.
21679         (message-mode): Document it.
21680         (message-make-expires-date): Use `message-make-date'.
21681
21682 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21683
21684         * message.el (message-make-expires-date): New function.
21685
21686 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21687
21688         * Makefile.in (list-installed-shadows): New entry.
21689         (install): Use it.
21690         (remove-installed-shadows): New entry.
21691
21692         * dgnushack.el (dgnushack-default-load-path): New variable.
21693         (dgnushack-find-lisp-shadows): New function.
21694         (dgnushack-remove-lisp-shadows): New function.
21695
21696 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21697
21698         * Makefile.in (install-el-elc): New entry.
21699         (install): Use it so that .el files are necessarily installed.
21700
21701 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21702
21703         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21704
21705 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21706
21707         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21708         function rather than the diff-mode.el package.
21709         (mm-display-external): Use with-current-buffer.
21710         (mm-viewer-completion-map, mm-viewer-completion-map):
21711         Move initialization inside declaration.
21712
21713 2005-09-29  Simon Josefsson  <jas@extundo.com>
21714
21715         * spam.el: Load hashcash when compiling, to avoid warnings.
21716         Don't autoload mail-check-payment.
21717         (spam-check-hashcash): Define unconditionally, since hashcash.el
21718         is part of Gnus now.  Ignore errors from payment checking.
21719
21720 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21721
21722         * message.el (message-bold-region, message-unbold-region):
21723         Rename from `bold-region' and `unbold-region'.
21724
21725         * message.el: Remove useless autoloads.
21726
21727 2005-09-28  Simon Josefsson  <jas@extundo.com>
21728
21729         * message.el (message-use-idna): Default to t.
21730         (message-use-idna): Test whether encoding works too.  Doc fix.
21731
21732 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21733
21734         * nntp.el (nntp-warn-about-losing-connection): Remove.
21735
21736 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21737
21738         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21739         customizable.  Change default value.
21740         (mm-uu-diff-groups-regexp): Change default value.
21741         (mm-uu-type-alist): Add doc string.
21742         (mm-uu-configure): Add doc string.  Make it interactive.
21743         (mm-uu-tex-groups-regexp): New variable.
21744         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21745         (mm-uu-type-alist): Add LaTeX documents.
21746         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21747         of "text/verbatim".
21748         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21749
21750         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21751         instead of "text/verbatim".
21752
21753         * message.el (message-mark-inserted-region)
21754         (message-mark-insert-file): Use slrn style marks when called with
21755         prefix argument.
21756
21757 2005-09-27  Simon Josefsson  <jas@extundo.com>
21758
21759         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21760
21761 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21762
21763         * message.el (message-remove-duplicates): New function.
21764         Implementation borrowed from `gnus-remove-duplicates'.
21765         (message-idna-to-ascii-rhs): Also encode idna addresses in
21766         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21767         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21768         only ask about the same idna domain once per header and also tell
21769         in what header to replace the idna domain.
21770
21771         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21772         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21773         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21774         a header is decoded and not just the last one.
21775
21776 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21777
21778         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21779         has been decoded.
21780
21781         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21782         (mm-insert-part): Don't modify text if it has been decoded.
21783
21784         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21785         decoded.
21786
21787         * mm-view.el (mm-inline-text): Don't strip text props unless
21788         decoding enriched or richtext parts.
21789
21790 2005-09-25  Romain Francoise  <romain@orebokech.com>
21791
21792         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21793         * gnus-start.el (gnus-subscribe-interactively):
21794         * gnus-uu.el (gnus-uu-grab-articles):
21795         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21796         space.
21797
21798 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21799
21800         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21801         * mm-view.el (mm-view-pkcs7-decrypt):
21802         * gnus-sum.el (gnus-summary-limit-to-extra)
21803         (gnus-summary-respool-article, gnus-read-move-group-name):
21804         * gnus-score.el (gnus-summary-increase-score):
21805         * gnus-util.el (gnus-completing-read-with-default):
21806         * gnus-art.el (gnus-read-save-file-name)
21807         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21808         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21809         * message.el (message-check-news-header-syntax):
21810         Follow convention for reading with the minibuffer.
21811
21812 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21813
21814         * spam-report.el (spam-report-url-ping-plain):
21815         Use gnus-extended-version as User-Agent.
21816
21817         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21818         default value is nil.
21819
21820         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21821         (mm-uu-verbatim-marks-extract): New function.
21822         (mm-uu-extract): New face.
21823         (mm-uu-copy-to-buffer): Use it.
21824
21825         * spam-report.el (spam-report-gmane-ham): Rename from
21826         `spam-report-gmane-unspam'.
21827         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21828         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21829
21830         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21831         Autoload.
21832         (spam-report-gmane-unregister-routine):
21833         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21834
21835 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21836
21837         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21838         (spam-report-gmane-unregister-routine): Add support for gmane
21839         unregistration.
21840
21841         * spam-report.el (spam-report-gmane-unspam)
21842         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21843         (spam-report-gmane): Change to take a single article and do unspam
21844         registration.
21845
21846 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21847
21848         * mm-url.el (mm-url-decode-entities): Fix regexp.
21849
21850 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21851
21852         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21853         default to nil, to be able to use Gnus at all.  If the default
21854         switches to something else, then the function should be fixed not
21855         be exceedingly slow.
21856
21857 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21858
21859         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21860         fail hard.
21861
21862         * spam-report.el: Add better Keywords line.
21863
21864         * spam.el: Add Maintainer and better Keywords line.
21865
21866 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21867
21868         * gnus-art.el (gnus-article-replace-part)
21869         (gnus-mime-replace-part): New functions.
21870         (gnus-mime-action-alist, gnus-mime-button-commands)
21871         (gnus-mime-save-part-and-strip): Add file argument.
21872         (gnus-article-part-wrapper): Add interactive argument.
21873
21874         * gnus-sum.el (gnus-summary-mime-map):
21875         Add `gnus-article-replace-part'.
21876
21877 2005-09-19  Didier Verna  <didier@xemacs.org>
21878
21879         The nnml compaction feature:
21880         * nnml.el (nnml-request-compact-group): New function.
21881         * nnml.el (nnml-request-compact): New function.
21882         * gnus-int.el (gnus-request-compact-group): New function.
21883         * gnus-int.el (gnus-request-compact): New function.
21884         * gnus-group.el (gnus-group-compact-group): New function.
21885         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21886         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21887         * gnus-srvr.el (gnus-server-compact-server): New function.
21888         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21889         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21890
21891 2005-09-18  Deepak Goel  <deego@gnufans.org>
21892
21893         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21894         format spec.
21895
21896 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21897
21898         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21899
21900 2005-09-15  Romain Francoise  <romain@orebokech.com>
21901
21902         * message.el (message-fill-paragraph): Clarify docstring.
21903
21904 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21905
21906         * gnus-art.el (gnus-mime-display-part): Protect against broken
21907         MIME messages.
21908
21909 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21910
21911         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21912         before parsing header.
21913
21914 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21915
21916         * html2text.el (html2text-replace-list): Add new entities.
21917
21918 2005-09-11  Romain Francoise  <romain@orebokech.com>
21919
21920         * message.el (message-alternative-emails): Improve docstring.
21921         (message-setup-1): Call `message-use-alternative-email-as-from'
21922         after `message-setup-hook' to give it precedence over posting
21923         styles, etc.
21924         (message-use-alternative-email-as-from): Add docstring.
21925         Remove the original From header if present.
21926
21927         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21928         (nnml-save-mail): Use it.
21929
21930         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21931         articles.  Add new argument `silent'.
21932         (gnus-uu-mark-all): Report the total number of marked articles.
21933
21934 2005-09-10  Romain Francoise  <romain@orebokech.com>
21935
21936         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21937         (gnus-uu-mark-series): Likewise.
21938
21939 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21940
21941         * spam-report.el (spam-report-gmane): Fix generation of spam
21942         report URL.
21943
21944 2005-09-10  Simon Josefsson  <jas@extundo.com>
21945
21946         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21947         t, based on discussion on the ding list with Robert Epprecht
21948         <epprecht@solnet.ch>.
21949
21950 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21951
21952         * spam-report.el (spam-report-gmane): Make it work without
21953         X-Report-Spam header.  Gmane now only provides Archived-At.
21954         This is only used if `spam-report-gmane-use-article-number' is nil.
21955         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21956
21957         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21958         make `gnus-summary-sort-by-recipient' work with threading.
21959
21960         * nnweb.el (nnweb-google-wash-article): Print a message if article
21961         is not available.
21962
21963 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21964
21965         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21966         change.  Decode text/* parts content before displaying.
21967
21968 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21969
21970         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21971
21972 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21973
21974         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21975
21976         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21977         url-package-name, url-package-version,
21978         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21979         w3m-display-inline-images, and w3m-minor-mode-map.
21980
21981 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21982
21983         * message.el (message-tab-body-function): Fix mismatched custom type.
21984
21985         * gnus.el (gnus-group-change-level-function): Ditto.
21986
21987         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21988
21989         * gnus-art.el (gnus-signature-limit)
21990         (gnus-article-mime-part-function): Ditto.
21991
21992 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21993
21994         * mml.el (mml-mode): Silence the byte compiler.
21995
21996         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21997         using `(sit-for 0)' before moving the point to the specified part;
21998         skip unbuttonized parts.
21999         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22000         return to the summary window if gnus-auto-select-part is non-nil.
22001
22002 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22003
22004         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22005         New variables.
22006         (mml-dnd-attach-file, mml-mode): Use them.
22007
22008         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22009         Make fetching article by MID work again for Google Groups.
22010         Add FIXME concerning gnus-group-make-web-group.
22011
22012         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22013         Don't depend on Gnus by using mail-extract-address-components if
22014         gnus-extract-address-components is not bound.
22015
22016 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22017
22018         * gnus-art.el (gnus-mime-display-security): Don't display the
22019         signature, but only the signed part.
22020
22021 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22022
22023         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22024
22025         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22026         list, not listp.
22027
22028 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22029
22030         * mm-encode.el (mm-encode-content-transfer-encoding):
22031         Likewise when encoding.
22032
22033         * mm-bodies.el (mm-decode-content-transfer-encoding):
22034         De-canonicalize CRLF for all text content types, not just
22035         text/plain.
22036
22037 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22038
22039         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22040         valid article; point arrow and cursor at the MIME button.
22041
22042 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22043
22044         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22045         Suggested by Dan Christensen <jdc@uwo.ca>.
22046
22047         * mm-decode.el (mm-save-part): Enable change of prompt.
22048
22049 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22050
22051         * gnus-msg.el (gnus-inews-add-send-actions):
22052         Make `message-post-method' lambda parameter ARG `&optional'.
22053
22054 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22055
22056         * gnus-sum.el (gnus-summary-mime-map):
22057         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22058         gnus-article-jump-to-part.
22059
22060         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22061         (gnus-article-edit-part): Use it.
22062         (gnus-article-part-wrapper): Add no-handle argument.
22063         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22064         New functions.
22065
22066 2005-08-29  Romain Francoise  <romain@orebokech.com>
22067
22068         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22069         docstring.
22070         (gnus-face-from-file): Likewise.
22071
22072 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22073
22074         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22075         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22076         non-nil.
22077         (gnus-auto-select-part): New variable.
22078         (gnus-article-jump-to-part): New function.
22079         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22080         (gnus-mime-delete-part): Allow selecting specified part after
22081         deleting or stripping parts.
22082         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22083         part if argument is bogus.
22084
22085 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22086
22087         * gnus-art.el (w3m-minor-mode-map):
22088         * gnus-spec.el (gnus-newsrc-file-version):
22089         * gnus-util.el (nnmail-active-file-coding-system)
22090         (gnus-original-article-buffer, gnus-user-agent):
22091         * gnus.el (gnus-ham-process-destinations)
22092         (gnus-parameter-ham-marks-alist)
22093         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22094         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22095         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22096         * mm-decode.el (gnus-current-window-configuration):
22097         * mm-extern.el (gnus-article-mime-handles):
22098         * mm-url.el (url-current-object, url-package-name)
22099         (url-package-version):
22100         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22101         (smime-keys, w3m-cid-retrieve-function-alist)
22102         (w3m-current-buffer, w3m-display-inline-images)
22103         (w3m-minor-mode-map):
22104         * mml-smime.el (gnus-extract-address-components):
22105         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22106         (gnus-newsrc-hashtb, message-default-charset)
22107         (message-deletable-headers, message-options)
22108         (message-posting-charset, message-required-mail-headers)
22109         (message-required-news-headers):
22110         * mml1991.el (mc-pgp-always-sign):
22111         * mml2015.el (mc-pgp-always-sign):
22112         * nnheader.el (nnmail-extra-headers):
22113         * rfc1843.el (gnus-decode-encoded-word-function)
22114         (gnus-decode-header-function, gnus-newsgroup-name):
22115         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22116
22117 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22118
22119         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22120         the end of the date treatments.
22121
22122 2005-08-15  Simon Josefsson  <jas@extundo.com>
22123
22124         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22125         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22126         Capello and Romain Francoise.
22127         (pgg-fetch-key-function): Remove, not used?
22128         (pgg-insert-url-with-w3): Require url, to get
22129         url-insert-file-contents regardless of where it is defined.
22130
22131 2005-08-13  Romain Francoise  <romain@orebokech.com>
22132
22133         * message.el (message-cite-original-1): New function.
22134         (message-cite-original): Use it.
22135         (message-cite-original-without-signature): Ditto.
22136
22137 2005-08-08  Romain Francoise  <romain@orebokech.com>
22138
22139         * message.el (message-yank-empty-prefix): New variable.
22140         (message-indent-citation): Use it.
22141         (message-cite-original-without-signature): Respect X-No-Archive.
22142
22143 2005-08-08  Simon Josefsson  <jas@extundo.com>
22144
22145         * pgg.el: Autoload url-insert-file-contents instead of loading
22146         w3/url.
22147         (pgg-insert-url-with-w3): Don't load url here.
22148
22149 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22150
22151         * message.el (message-kill-to-signature): Don't insert newline at
22152         bol.
22153         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22154
22155 2005-08-06  Romain Francoise  <romain@orebokech.com>
22156
22157         * message.el (message-user-fqdn): Fix typo in docstring.
22158
22159 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22160
22161         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22162
22163         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22164
22165 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22166
22167         * mm-bodies.el (mm-encode-body): Use coding system rather than
22168         charset to encode text.
22169
22170         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22171         number of charsets if utf-8 is available (XEmacs).
22172
22173 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22174
22175         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22176         taken from `gnus-button-mid-or-mail-regexp'.
22177         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22178         (gnus-button-alist): Improve regexp for domain part of the MIDs
22179         for news:localpart@domain buttons.
22180         (gnus-button-ctan-directory-regexp): Update.
22181
22182 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22183
22184         * sieve-manage.el (sieve-manage-interactive-login):
22185         Use make-local-variable rather than make-variable-buffer-local.
22186         (sieve-manage-open): Ditto.
22187         (sieve-manage-authenticate): Ditto.
22188
22189         * mml.el (mml-generate-mime-1): Make the content type default to
22190         text/plain if the filename is not specified.
22191
22192 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22193
22194         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22195         instead of insert-buffer.
22196
22197         * message.el (message-yank-original): Ditto; set the mark at the
22198         end of the yanked message.
22199
22200 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22201
22202         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22203         lines to scroll rather than to stop it.
22204
22205         * mml.el (mml-generate-default-type): Add doc string.
22206         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22207         default to application/octet-stream when determining the content
22208         type if it is not specified for the part or the mml contents; add
22209         a comment about mml-generate-default-type.
22210
22211 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22212
22213         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22214         make it default to application/octet-stream when determining the
22215         content type if it is not specified for the external contents.
22216
22217 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22218
22219         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22220         segmented parameter but also other parameters might be there.
22221
22222 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22223
22224         * mm-decode.el (mm-display-external): Delete temp file, directory
22225         and buffer immediately if the external process is exited.
22226
22227 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22228
22229         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22230         fewer lines than that of scroll-margin.
22231         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22232
22233 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22234
22235         * gnus-art.el (gnus-article-next-page): Revert.
22236         (gnus-article-beginning-of-window): New macro.
22237         (gnus-article-next-page-1): Use it.
22238         (gnus-article-prev-page): Ditto.
22239         (gnus-article-edit-part): Use insert-buffer-substring instead of
22240         insert-buffer.
22241         (gnus-article-edit-exit): Ditto.
22242
22243         * gnus-util.el (gnus-beginning-of-window): Remove.
22244         (gnus-end-of-window): Remove.
22245
22246         * lpath.el: Don't bind header-line-format and scroll-margin.
22247
22248 2005-07-25  Simon Josefsson  <jas@extundo.com>
22249
22250         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22251         to have the url package without w3.  Reported by Daiki Ueno
22252         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22253
22254 2005-07-20  Didier Verna  <didier@xemacs.org>
22255
22256         * gnus-diary.el: Remove the description comment (nndiary is now
22257         properly documented in the Gnus manual).
22258         Fix the spelling of "Back End".
22259         * nndiary.el: Ditto.
22260         Fix the copyright notice.
22261
22262 2005-07-18  Romain Francoise  <romain@orebokech.com>
22263
22264         * gnus-sum.el (gnus-summary-to-prefix)
22265         (gnus-summary-newsgroup-prefix): New variables.
22266         (gnus-summary-from-or-to-or-newsgroups): Use them.
22267
22268 2005-07-17  Romain Francoise  <romain@orebokech.com>
22269
22270         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22271         space as it's generally not especially interesting to the user.
22272
22273 2005-07-16  Romain Francoise  <romain@orebokech.com>
22274
22275         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22276         nil to avoid prompting and file modification if one of the
22277         messages at the top of the nnfolder file contains a copyright
22278         notice.
22279         Update copyright notice.
22280
22281         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22282         instead of `current-time-string' as the latter creates a time
22283         string that is not RFC 2822 compliant (it lacks the zone).
22284         Update copyright notice.
22285
22286 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22287
22288         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22289         for text/rtf.  Display default in prompt.  Pass default for M-n.
22290
22291         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22292
22293 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22294
22295         * gnus-msg.el (gnus-button-mailto):
22296         Remove save-selected-window-window hackery because it relies on
22297         save-selected-window internals.
22298
22299 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22300
22301         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22302         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22303         (gnus-article-prev-page): Ditto.
22304
22305         * gnus-util.el (gnus-beginning-of-window): New function.
22306         (gnus-end-of-window): New function.
22307
22308         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22309
22310 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22311
22312         * gnus-score.el (gnus-score-edit-all-score):
22313         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22314         gnus-message.
22315
22316 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22317
22318         * gnus-msg.el (gnus-button-mailto):
22319         Remove save-selected-window-window hackery because it relies on
22320         save-selected-window internals.
22321
22322 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22323
22324         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22325         add-minor-mode.
22326         (gnus-binary-mode): Ditto.
22327
22328         * gnus-topic.el (gnus-topic-mode): Ditto.
22329
22330 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22331
22332         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22333         (gnus-article-prev-page): Take scroll-margin into consideration.
22334
22335 2005-07-04  Lute Kamstra  <lute@gnu.org>
22336
22337         Update FSF's address in GPL notices.
22338
22339 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22340
22341         * gnus.el (gnus-exit):
22342         * gnus-group.el (gnus-group-icons):
22343         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22344
22345         * gnus-nocem.el (gnus-nocem):
22346         * message.el (message-various, message-buffers, message-sending)
22347         (message-interface, message-forwarding, message-insertion)
22348         (message-headers, message-news, message-mail):
22349         * pgg-gpg.el (pgg-gpg):
22350         * pgg-parse.el (pgg-parse):
22351         * pgg-pgp.el (pgg-pgp):
22352         * pgg-pgp5.el (pgg-pgp5):
22353         * pop3.el (pop3): Finish `defgroup' description with period.
22354
22355 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22356
22357         * gnus-art.el (article-display-face): Improve the efficiency.
22358         (article-display-x-face): Ditto; remove gray x-face stuff.
22359
22360 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22361
22362         * gnus-art.el (article-display-face): Correct the position in
22363         which Faces are inserted.
22364
22365 2005-06-29  Didier Verna  <didier@xemacs.org>
22366
22367         * gnus-art.el (article-display-face): Display faces in correct
22368         order.
22369
22370 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22371
22372         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22373         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22374         (gnus-nocem-check-article): Fetch the Type header.
22375         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22376         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22377         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22378         make sure gnus-nocem-hashtb is initialized.
22379         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22380         (gnus-nocem-unwanted-article-p): Ditto.
22381
22382         * pgg.el (pgg-verify): Return the verification result.
22383
22384 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22385
22386         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22387         is ascii.
22388
22389 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22390
22391         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22392         `show-nonbreak-escape'.
22393
22394 2005-06-23  Lute Kamstra  <lute@gnu.org>
22395
22396         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22397
22398         * dig.el (dig-mode):
22399         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22400
22401 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22402
22403         * nnimap.el (nnimap-split-download-body): Fix spellings.
22404
22405 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22406
22407         * gnus-art.el (gnus-article-encrypt-body):
22408         * gnus-cus.el (gnus-score-customize):
22409         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22410         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22411
22412 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22413
22414         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22415         header by looking for magic "MII" at the beginning.
22416
22417 2005-06-16  Miles Bader  <miles@gnu.org>
22418
22419         * gnus-xmas.el (gnus-xmas-group-startup-message):
22420         Use renamed gnus-splash face.
22421
22422         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22423         (assistant-field-face): New backward-compatibility alias for renamed
22424         face.
22425         (assistant-render-text): Use renamed assistant-field face.
22426
22427         * spam.el (spam): Remove "-face" suffix from face name.
22428         (spam-face): New backward-compatibility alias for renamed face.
22429         (spam-face, spam-initialize): Use renamed spam face.
22430
22431         * message.el (message-header-to, message-header-cc)
22432         (message-header-subject, message-header-newsgroups)
22433         (message-header-other, message-header-name)
22434         (message-header-xheader, message-separator, message-cited-text)
22435         (message-mml): Remove "-face" suffix from face names.
22436         (message-header-to-face, message-header-cc-face)
22437         (message-header-subject-face, message-header-newsgroups-face)
22438         (message-header-other-face, message-header-name-face)
22439         (message-header-xheader-face, message-separator-face)
22440         (message-cited-text-face, message-mml-face):
22441         New backward-compatibility aliases for renamed faces.
22442         (message-font-lock-keywords): Use renamed message faces.
22443
22444         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22445         (sieve-test-commands, sieve-tagged-arguments):
22446         Remove "-face" suffix from face names.
22447         (sieve-control-commands-face, sieve-action-commands-face)
22448         (sieve-test-commands-face, sieve-tagged-arguments-face):
22449         New backward-compatibility aliases for renamed faces.
22450         (sieve-control-commands-face, sieve-action-commands-face)
22451         (sieve-test-commands-face, sieve-tagged-arguments-face):
22452         Use renamed sieve faces.
22453
22454         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22455         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22456         (gnus-group-news-3-empty, gnus-group-news-4)
22457         (gnus-group-news-4-empty, gnus-group-news-5)
22458         (gnus-group-news-5-empty, gnus-group-news-6)
22459         (gnus-group-news-6-empty, gnus-group-news-low)
22460         (gnus-group-news-low-empty, gnus-group-mail-1)
22461         (gnus-group-mail-1-empty, gnus-group-mail-2)
22462         (gnus-group-mail-2-empty, gnus-group-mail-3)
22463         (gnus-group-mail-3-empty, gnus-group-mail-low)
22464         (gnus-group-mail-low-empty, gnus-summary-selected)
22465         (gnus-summary-cancelled, gnus-summary-high-ticked)
22466         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22467         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22468         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22469         (gnus-summary-low-undownloaded)
22470         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22471         (gnus-summary-low-unread, gnus-summary-normal-unread)
22472         (gnus-summary-high-read, gnus-summary-low-read)
22473         (gnus-summary-normal-read, gnus-splash):
22474         Remove "-face" suffix from face names.
22475         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22476         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22477         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22478         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22479         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22480         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22481         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22482         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22483         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22484         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22485         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22486         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22487         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22488         (gnus-summary-normal-ticked-face)
22489         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22490         (gnus-summary-normal-ancient-face)
22491         (gnus-summary-high-undownloaded-face)
22492         (gnus-summary-low-undownloaded-face)
22493         (gnus-summary-normal-undownloaded-face)
22494         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22495         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22496         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22497         (gnus-splash-face):
22498         New backward-compatibility aliases for renamed faces.
22499         (gnus-group-startup-message): Use renamed gnus faces.
22500
22501         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22502         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22503         (gnus-server-agent): Remove "-face" suffix from face names.
22504         (gnus-server-agent-face, gnus-server-opened-face)
22505         (gnus-server-closed-face, gnus-server-denied-face)
22506         (gnus-server-offline-face):
22507         New backward-compatibility aliases for renamed faces.
22508         (gnus-server-agent-face, gnus-server-opened-face)
22509         (gnus-server-closed-face, gnus-server-denied-face)
22510         (gnus-server-offline-face): Use renamed gnus faces.
22511
22512         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22513         Remove "-face" suffix from face names.
22514         (gnus-picon-xbm-face, gnus-picon-face):
22515         New backward-compatibility aliases for renamed faces.
22516
22517         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22518         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22519         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22520         (gnus-cite-11): Remove "-face" suffix from face names.
22521         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22522         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22523         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22524         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22525         New backward-compatibility aliases for renamed faces.
22526         (gnus-cite-attribution-face, gnus-cite-face-list)
22527         (gnus-article-boring-faces): Use renamed gnus faces.
22528
22529         * gnus-art.el (gnus-signature, gnus-header-from)
22530         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22531         (gnus-header-content): Remove "-face" suffix from face names.
22532         (gnus-signature-face, gnus-header-from-face)
22533         (gnus-header-subject-face, gnus-header-newsgroups-face)
22534         (gnus-header-name-face, gnus-header-content-face):
22535         New backward-compatibility aliases for renamed faces.
22536         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22537
22538         * gnus-sum.el (gnus-summary-selected-face)
22539         (gnus-summary-highlight): Use renamed gnus faces.
22540         * gnus-group.el (gnus-group-highlight): Likewise.
22541
22542 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22543
22544         * gnus-sieve.el (gnus-sieve-article-add-rule):
22545         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22546         * spam-stat.el (spam-stat-buffer-change-to-spam)
22547         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22548
22549         * message.el (message-is-yours-p):
22550         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22551
22552 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22553
22554         * mm-view.el (mm-inline-text): Withdraw the last change.
22555
22556 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22557
22558         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22559         executing enriched-decode.
22560
22561 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22562
22563         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22564         charset of tar files.
22565
22566 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22567
22568         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22569
22570 2005-06-04  Lute Kamstra  <lute@gnu.org>
22571
22572         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22573         information is never recorded.
22574
22575 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22576
22577         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22578
22579 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22580
22581         * pop3.el (pop3-apop): Run md5 in the binary mode.
22582
22583         * starttls.el (starttls-set-process-query-on-exit-flag):
22584         Use eval-and-compile.
22585
22586 2005-05-31  Simon Josefsson  <jas@extundo.com>
22587
22588         * smime.el (smime-replace-in-string): Define.
22589         (smime-cert-by-ldap-1): Use it.
22590
22591 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22592
22593         * gnus-art.el (article-display-x-face): Replace
22594         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22595
22596         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22597         set-process-query-on-exit-flag or process-kill-without-query.
22598
22599         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22600         loop instead of replace-regexp.
22601
22602         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22603         instead of process-kill-without-query if it is available.
22604
22605         * lpath.el: Fbind ldap-search-entries.
22606
22607         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22608         instead of find-file-hooks if it is available.
22609
22610         * mml1991.el: Bind pgg-default-user-id when compiling.
22611
22612         * mml2015.el: Bind pgg-default-user-id when compiling.
22613
22614         * nndraft.el (nndraft-request-associate-buffer):
22615         Use write-contents-functions instead of write-contents-hooks if it is
22616         available.
22617
22618         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22619         instead of find-file-hooks if it is available.
22620
22621         * nntp.el (nntp-open-connection): Replace
22622         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22623         (nntp-open-ssl-stream): Ditto.
22624         (nntp-open-tls-stream): Ditto.
22625
22626         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22627         set-process-query-on-exit-flag or process-kill-without-query.
22628         (starttls-open-stream-gnutls): Use it instead of
22629         process-kill-without-query.
22630         (starttls-open-stream): Ditto.
22631
22632 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22633
22634         * smime.el (smime-cert-by-ldap-1): Don't use
22635         replace-regexp-in-string.
22636
22637 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22638
22639         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22640
22641         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22642         in PEM format.  Adjust to the XEmacs compatibility.
22643
22644 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22645
22646         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22647         by `string-to-number'.
22648         * gnus-agent.el (gnus-agent-regenerate-group)
22649         (gnus-agent-fetch-articles): Ditto.
22650         * gnus-art.el (gnus-button-fetch-group): Ditto.
22651         * gnus-cache.el (gnus-cache-generate-active)
22652         (gnus-cache-articles-in-group): Ditto.
22653         * gnus-group.el (gnus-group-set-current-level)
22654         (gnus-group-insert-group-line): Ditto.
22655         * gnus-score.el (gnus-score-set-expunge-below)
22656         (gnus-score-set-mark-below, gnus-summary-score-effect)
22657         (gnus-summary-score-entry): Ditto.
22658         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22659         (gnus-soup-pack): Ditto.
22660         * gnus-spec.el (gnus-xmas-format): Ditto.
22661         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22662         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22663         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22664         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22665         * nndb.el (nndb-get-remote-expire-response): Ditto.
22666         * nndiary.el (nndiary-parse-schedule-value)
22667         (nndiary-string-to-number, nndiary-request-replace-article)
22668         (nndiary-request-article): Ditto.
22669         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22670         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22671         * nneething.el (nneething-make-head): Ditto.
22672         * nnfolder.el (nnfolder-request-article)
22673         (nnfolder-retrieve-headers): Ditto.
22674         * nnheader.el (nnheader-file-to-number): Ditto.
22675         * nnkiboze.el (nnkiboze-request-article): Ditto.
22676         * nnmail.el (nnmail-process-unix-mail-format)
22677         (nnmail-process-babyl-mail-format): Ditto.
22678         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22679         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22680         (nnmh-request-create-group, nnmh-request-list-1)
22681         (nnmh-request-group, nnmh-request-article): Ditto.
22682         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22683         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22684         * nnsoup.el (nnsoup-make-active): Ditto.
22685         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22686         * nntp.el (nntp-find-group-and-number)
22687         (nntp-retrieve-headers-with-xover): Ditto.
22688         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22689         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22690         (pgg-format-key-identifier): Ditto.
22691         * pop3.el (pop3-last, pop3-stat): Ditto.
22692         * qp.el (quoted-printable-decode-region): Ditto.
22693
22694         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22695         of concat.
22696
22697 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22698
22699         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22700
22701         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22702
22703         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22704
22705         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22706
22707         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22708
22709         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22710
22711         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22712         (gnus-carpal-mode): Ditto.
22713
22714         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22715         (gnus-browse-mode): Ditto.
22716
22717         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22718
22719         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22720
22721 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22722
22723         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22724
22725 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22726
22727         * gnus-util.el (gnus-run-mode-hooks): New function.
22728
22729         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22730
22731         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22732         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22733
22734 2005-05-27  Lute Kamstra  <lute@gnu.org>
22735
22736         * dns-mode.el (dns-mode): Specify customization group.
22737
22738 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22739
22740         * gnus-agent.el (gnus-agent-make-mode-line-string):
22741         Use mode-line-highlight as mouse-face.
22742
22743 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22744
22745         * canlock.el (canlock): Change the parent group to news.
22746
22747         * deuglify.el (gnus-outlook-deuglify): Add :group.
22748
22749         * dig.el (dig): Add :group.
22750
22751         * dns-mode.el (dns-mode): Add :group.
22752
22753         * encrypt.el (encrypt): Add :group.
22754
22755         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22756         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22757         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22758         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22759         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22760
22761         * gnus-diary.el (gnus-diary): Add :group.
22762
22763         * gnus.el (gnus-group-news-1-face): Add :group.
22764         (gnus-group-news-1-empty-face): Ditto.
22765         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22766         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22767         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22768         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22769         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22770         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22771         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22772         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22773         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22774         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22775         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22776         (gnus-summary-high-ticked-face): Ditto.
22777         (gnus-summary-low-ticked-face): Ditto.
22778         (gnus-summary-normal-ticked-face): Ditto.
22779         (gnus-summary-high-ancient-face): Ditto.
22780         (gnus-summary-low-ancient-face): Ditto.
22781         (gnus-summary-normal-ancient-face): Ditto.
22782         (gnus-summary-high-undownloaded-face): Ditto.
22783         (gnus-summary-low-undownloaded-face): Ditto.
22784         (gnus-summary-normal-undownloaded-face): Ditto.
22785         (gnus-summary-high-unread-face): Ditto.
22786         (gnus-summary-low-unread-face): Ditto.
22787         (gnus-summary-normal-unread-face): Ditto.
22788         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22789         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22790
22791         * hashcash.el (hashcash): New custom group.
22792         (hashcash-default-payment): Add :group.
22793         (hashcash-payment-alist): Ditto.
22794         (hashcash-default-accept-payment): Ditto.
22795         (hashcash-accept-resources): Ditto.
22796         (hashcash-path): Ditto.
22797         (hashcash-extra-generate-parameters): Ditto.
22798         (hashcash-double-spend-database): Ditto.
22799         (hashcash-in-news): Ditto.
22800
22801         * message.el (message-minibuffer-local-map): Add :group.
22802
22803         * netrc.el (netrc): Add :group.
22804
22805         * sieve-manage.el (sieve-manage-log): Add :group.
22806         (sieve-manage-default-user): Diito.
22807         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22808         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22809         (sieve-manage-authenticators): Ditto.
22810         (sieve-manage-authenticator-alist): Ditto.
22811         (sieve-manage-default-port): Ditto.
22812
22813         * sieve-mode.el (sieve-control-commands-face): Add :group.
22814         (sieve-action-commands-face): Ditto.
22815         (sieve-test-commands-face): Ditto.
22816         (sieve-tagged-arguments-face): Ditto.
22817
22818         * smime.el (smime): Add :group.
22819
22820         * spam-report.el (spam-report): Add :group.
22821
22822         * spam.el (spam, spam-face): Add :group.
22823
22824 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22825
22826         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22827         return \n.\n.\n at the end of articles.  Protect against that.
22828         (nntp-with-open-group): Allow debugging.
22829
22830         * nnheader.el (mail-header-set-extra): Make into a function
22831         because I just could't understand how to quote the list properly.
22832
22833         * dns.el (query-dns-cached): New function.
22834
22835 2005-05-26  Lute Kamstra  <lute@gnu.org>
22836
22837         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22838
22839 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22840
22841         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22842
22843         * gnus-art.el: Don't autoload mail-extract-address-components.
22844
22845         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22846         eval-and-compile to evaluate it.
22847
22848         * hashcash.el: Don't autoload executable-find.
22849
22850         * nndb.el: Don't declare the nndb back end two or more times; don't
22851         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22852
22853         * nntp.el: Autoload format-spec instead of format; use
22854         eval-and-compile to evaluate autoload forms.
22855
22856 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22857
22858         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22859
22860 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22861
22862         * gnus.el (gnus-version-number): Bump version.
22863
22864 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22865
22866         * gnus.el: No Gnus v0.3 is released.
22867
22868 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22869
22870         * lpath.el (featurep): Bind show-nonbreak-escape.
22871
22872 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22873
22874         * gnus-art.el (gnus-article-edit-part): Disable undo.
22875
22876 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22877
22878         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22879         gnus-article-date-lapsed-new-header is t if date timer is active;
22880         skip headers in which the original date value is empty.
22881         (gnus-article-save-original-date): Redefine it as a macro.
22882         (gnus-display-mime): Use it.
22883
22884 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22885
22886         * gnus-art.el (article-date-ut): Support converting date in
22887         forwarded parts as well.
22888         (gnus-article-save-original-date): New function.
22889         (gnus-display-mime): Use it.
22890
22891 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22892
22893         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22894         enclosure element of <item>.
22895
22896 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22897
22898         * message.el (message-kill-buffer-query): Rename from
22899         `message-kill-buffer-query-if-modified'.  Add :version.
22900
22901 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22902
22903         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22904         window layout.
22905
22906 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22907
22908         * mml.el: Autoload dnd when compiling.
22909
22910 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22911
22912         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22913         x-dnd-*.
22914
22915 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22916
22917         * qp.el (quoted-printable-encode-region): Save excursion.
22918
22919 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22920
22921         * message.el (message-kill-buffer-query-if-modified): Add new variable
22922         so the user can kill a modified message buffer quickly.
22923         (message-kill-buffer): Use it.
22924
22925 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22926
22927         * lpath.el: Fbind display-time-event-handler; don't fbind
22928         string-to-multibyte.
22929
22930         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22931
22932 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22933
22934         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22935         contained in text because xml.el decodes entities) with LFs.
22936
22937 2005-04-11  Lute Kamstra  <lute@gnu.org>
22938
22939         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22940         differently.
22941
22942 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22943
22944         * mm-util.el (mm-detect-coding-region): Typo.
22945
22946 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22947
22948         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22949
22950 2005-04-06  Deepak Goel  <deego@gnufans.org>
22951
22952         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22953         user-function allow user modifications of the scores.
22954         (spam-stat-score-buffer-user): New function, to allow
22955         user-computed modifications to the score.
22956         (spam-stat-score-buffer-user-functions): List of additional
22957         scoring functions.
22958         (spam-stat-error-holder): Global temporary error holder.
22959         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22960         variable.
22961
22962 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22963
22964         * gnus-registry.el (gnus-registry-clean-empty-function)
22965         (gnus-registry-trim, gnus-registry-fetch-groups)
22966         (gnus-registry-delete-group): Groups that match
22967         `gnus-registry-ignored-groups' are removed from the registry
22968         entries, not just ignored for splitting.  This helps clean up the
22969         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22970         to get all the groups a message ID is in.
22971
22972         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22973         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22974         (spam-stat-score-buffer-user-functions): Add :number custom type.
22975
22976 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22977
22978         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22979         argument in XEmacs.
22980
22981         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22982         (nnrss-request-group): Decode group name first.
22983         (nnrss-request-article): Make a text/plain article if mml-to-mime
22984         failed.
22985         (nnrss-get-encoding): Return a compatible encoding according to
22986         nnrss-compatible-encoding-alist.
22987         (nnrss-find-el): Use consp instead of listp.
22988         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22989
22990 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22991
22992         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22993         which Emacs 20 doesn't support.
22994         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22995
22996 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22997
22998         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22999         silence the byte compiler inside the defun.
23000
23001         * gnus-demon.el (parse-time-string): Add autoload.
23002
23003         * gnus-delay.el (parse-time-string): Add autoload.
23004
23005         * gnus-art.el (parse-time-string): Add autoload.
23006
23007         * nnultimate.el (parse-time): Require for `parse-time-string'.
23008
23009 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23010
23011         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23012
23013         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23014
23015         * smime.el (smime-ldap-host-list): Add :version.
23016
23017 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23018
23019         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23020         pass it to `gnus-browse-read-group'.
23021         (gnus-browse-read-group): Add NUMBER argument and pass it to
23022         `gnus-group-read-ephemeral-group'.
23023
23024         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23025         argument and pass it to `gnus-group-read-group'.
23026
23027 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23028
23029         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23030         mm-xemacs-find-mime-charset-1 if we have the mule feature
23031         available at runtime.
23032
23033 2005-03-25  Werner Lemberg  <wl@gnu.org>
23034
23035         * nnmaildir.el: Replace `illegal' with `invalid'.
23036
23037 2005-03-23  Lute Kamstra  <lute@gnu.org>
23038
23039         * time-date.el: Add comment on time value formats.
23040         Don't require parse-time.
23041         (with-decoded-time-value): New macro.
23042         (encode-time-value): New function.
23043         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23044         (days-to-time): Return a valid time value when arg is huge.
23045         (time-since): Use time-subtract.
23046         (time-to-number-of-days): Use time-to-seconds.
23047
23048 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23049
23050         * gnus-start.el (gnus-display-time-event-handler):
23051         Check display-time-timer at runtime rather than only at load time
23052         in case display-time-mode is turned off in the mean time.
23053
23054 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23055
23056         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23057         used.
23058
23059         * nneething.el (nneething-map-file-directory): Derive from
23060         `gnus-directory'.
23061
23062         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23063         the To/Cc button.
23064
23065 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23066
23067         * nnmaildir.el (nnmaildir-request-accept-article):
23068         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23069
23070 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23071
23072         * gnus-async.el: Require timer-funcs at compile time when in
23073         XEmacs for `run-with-idle-timer'.
23074
23075 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23076
23077         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23078         autoloaded function.
23079
23080 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23081
23082         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23083
23084 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23085
23086         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23087
23088 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23089
23090         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23091         Add gnus-expert-user to default.
23092
23093 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23094
23095         * nnimap.el (nnimap-open-server): Ditto.
23096
23097         * imap.el (imap-authenticate): Fix typo.
23098
23099 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23100
23101         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23102         buffer (since IMAP server might return FETCH response out of
23103         order, and the nntp buffer must be sorted).
23104
23105 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23106
23107         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23108         comparison on string.
23109
23110         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23111         (gnus-agent-score): Rename category keywords to match gnus-cus.
23112         (gnus-agent-summary-fetch-series): Modify to protect against
23113         gnus-agent-summary-fetch-group clearing processable flags.
23114         (gnus-agent-synchronize-group-flags): Update live group buffer as
23115         synchronization may occur due to the user toggle the plugged
23116         status.
23117         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23118         successfully downloaded.
23119         (gnus-agent-expire-group-1): Avoid using markers when the overview
23120         is in ascending order; greatly improves performance.
23121         (gnus-agent-regenerate-group):
23122         Use gnus-agent-synchronize-group-flags to reset read status in both
23123         gnus and server.
23124         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23125
23126 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23127
23128         * message.el: Don't autoload former message-utils variables.
23129         (message-strip-subject-trailing-was): Change doc string.
23130
23131         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23132         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23133         (nnweb-google-search): Add "hl=en" here.
23134         (nnweb-google-parse-1, nnweb-google-create-mapping):
23135         Don't hardcode URL.
23136
23137 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23138
23139         * message.el (message-get-reply-headers, message-followup):
23140         Mention related variables `message-use-followup-to' and
23141         `message-use-mail-followup-to', in the information buffer.
23142
23143         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23144         of broken groups(-beta).google.com.
23145
23146 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23147
23148         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23149         parameter to invoked gnus-request-move-article; remove the
23150         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23151         all at once instead of once per article.
23152         (gnus-summary-remove-process-mark): Accept a list of articles as
23153         well as a single article for processing.
23154
23155         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23156         parameter.
23157
23158         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23159
23160         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23161
23162         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23163         parameter.
23164
23165         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23166         parameter.
23167
23168         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23169         parameter and remove the gnus-sum-hint-move-is-internal variable.
23170
23171         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23172         parameter.
23173
23174         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23175         parameter.
23176
23177         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23178         parameter.
23179
23180         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23181
23182         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23183         parameter.
23184
23185         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23186         parameter.
23187
23188 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23189
23190         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23191         a more conservative way.
23192
23193 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23194
23195         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23196         buffer, so it moves the window's cursor.
23197
23198 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23199
23200         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23201         `mm-dissect-multipart' and receive the from field as an (optional)
23202         argument from `mm-dissect-multipart'.
23203         (mm-dissect-multipart): Receive the from field as an argument and
23204         pass it on when we call `mm-dissect-buffer' on MIME parts.
23205         Fixes verification/decryption of signed/encrypted MIME parts.
23206
23207 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23208
23209         * gnus-sum.el (gnus-summary-move-article):
23210         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23211         whatever it calls (right now, only nnimap-request-move article
23212         respects it).
23213
23214         * nnimap.el (nnimap-request-move-article):
23215         When gnus-sum-hint-move-is-internal is set, don't do the extra
23216         nnimap-request-article.
23217
23218 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23219
23220         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23221
23222         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23223         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23224
23225         * gnus-sum.el (gnus-summary-caesar-message):
23226         Apply `gnus-treat-article' after rotation.
23227
23228         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23229         doc string.
23230
23231 2005-02-22  Simon Josefsson  <jas@extundo.com>
23232
23233         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23234         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23235         <arne@arnested.dk>.
23236         (encrypt): Add password-cache and password-cache-expiry as group
23237         members.
23238
23239 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23240
23241         * smime.el (smime-ldap-host-list): Doc fix.
23242         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23243         cache) password.
23244         (smime-sign-region): Use it.
23245         (smime-decrypt-region): Use it.
23246         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23247         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23248         fails.
23249         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23250         certificate from DER to PEM format rather than calling openssl.
23251
23252         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23253
23254         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23255         for signing/encryption.
23256
23257         * mml.el (mml-parse-1): Use them.
23258
23259 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23260
23261         * nnrss.el (nnrss-verbose): Remove.
23262         (nnrss-request-group): Use `nnheader-message' instead.
23263
23264 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23265
23266         * nnrss.el (nnrss-verbose): New variable.
23267         (nnrss-request-group): Make it say nnrss is requesting a group.
23268
23269 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23270
23271         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23272         Handle news URL with given port correctly.
23273
23274 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23275
23276         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23277         containing special characters.
23278
23279         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23280
23281         * mml.el (mime-to-mml): Ditto.
23282
23283         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23284         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23285         (rfc2047-decode-region): Quote decoded words containing special
23286         characters when rfc2047-quote-decoded-words-containing-tspecials
23287         is non-nil.
23288
23289 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23290
23291         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23292
23293         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23294
23295 2005-02-15  Simon Josefsson  <jas@extundo.com>
23296
23297         * nnimap.el (nnimap-debug): Doc fix.
23298
23299         * imap.el (imap-debug): Doc fix.
23300
23301 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23302
23303         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23304
23305 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23306
23307         * gnus.el (spam-contents): Improve docs for spam-contents
23308         parameter in its variable incarnation.
23309
23310 2005-02-14  Simon Josefsson  <jas@extundo.com>
23311
23312         * smime-ldap.el: Use require instead of load-library for ldap.
23313         (smime-ldap-search): Indent.
23314         (smime-ldap-search-internal): Shorten line.
23315
23316         * smime.el (smime-cert-by-dns): Add doc-string.
23317         (smime-cert-by-ldap-1): Indent.
23318
23319         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23320         mml-smime-get-dns-ldap.
23321         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23322
23323 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23324
23325         * smime.el: Require smime-ldap.
23326         (smime-ldap-host-list): New variable.
23327         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23328
23329         * mml-smime.el (mml-smime-encrypt-query): New function.
23330         (mml-smime-encrypt-query): Use it.
23331
23332         * smime-ldap.el: New file.
23333
23334 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23335
23336         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23337
23338 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23339
23340         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23341         argument in doc string.  Make query for type more clear.
23342
23343 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23344
23345         * gnus.el (gnus-group-startup-message): Search for gnus images in
23346         etc/images/gnus.
23347         * mm-util.el (mm-image-load-path): Likewise.
23348         * smiley.el (smiley-data-directory): Search for smilies in
23349         etc/images/smilies.
23350
23351 2005-02-09  Kim F. Storm  <storm@cua.dk>
23352
23353         Change Emacs release version from 21.4 to 22.1 throughout.
23354         Change Emacs development version from 21.3.50 to 22.0.50.
23355
23356 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23357
23358         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23359
23360         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23361         non-Mule XEmacs as well.
23362         (mm-decompress-buffer): Signal an error intentionally if it does
23363         not decompress compressed data because auto-compression-mode is
23364         disabled.
23365
23366 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23367
23368         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23369         an ID in the registry even if it has no groups.
23370
23371 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23372
23373         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23374         merge it into mm-decompress-buffer.
23375         (gnus-mime-copy-part): Use the MIME part charset, the value which
23376         a user specified or gnus-newsgroup-charset for decoding, like
23377         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23378         save-buffer what was used.  Suggested by Kevin Ryde
23379         <user42@zip.com.au>.
23380         (gnus-mime-inline-part): Allow the name parameter as well as the
23381         filename parameter; force decompressing of compressed data; always
23382         display contents being not decoded as unibyte.
23383
23384         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23385         as well as the filename parameter.
23386
23387         * mm-util.el (mm-decompress-buffer):
23388         Merge gnus-mime-jka-compr-maybe-uncompress.
23389         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23390         of compressed data.
23391
23392 2005-02-08  Simon Josefsson  <jas@extundo.com>
23393
23394         * imap.el (imap-log): Doc fix.
23395
23396 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23397
23398         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23399         the coding cookies; decompress compressed parts.
23400
23401         * mml.el (mml-generate-mime-1): Add the charset parameter according
23402         to the value which a user specified manually or the coding cookie.
23403
23404         * mm-util.el (mm-string-to-multibyte): New function.
23405         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23406         (mm-coding-system-to-mime-charset): New function.
23407         (mm-decompress-buffer): New function.
23408         (mm-find-buffer-file-coding-system): New function.
23409
23410         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23411         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23412         parts.
23413
23414 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23415
23416         * mm-view.el (mm-display-inline-fontify): Decode a part according
23417         to the charset parameter.
23418
23419 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23420
23421         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23422         prefix arg is neither nil nor a number, as info specifies.
23423
23424 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23425
23426         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23427         timestamps.
23428
23429 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23430
23431         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23432         groups error checking and notify user.
23433
23434 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23435
23436         * message.el (message-send-mail-function): Check existence of
23437         sendmail-program first before using default value
23438         `message-send-mail-with-sendmail'.  Otherwise use more generic
23439         `smtpmail-send-it'.
23440
23441 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23442
23443         * nntp.el (nntp-request-update-info): Always return nil.
23444
23445 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23446
23447         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23448
23449 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23450
23451         * message.el (message-beginning-of-line): Change the behavior when
23452         invoked between BOL and : so that it first moves backward.
23453
23454 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23455
23456         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23457         article buffer when editing of the article is discarded.
23458         (gnus-article-prepare): Revert.
23459
23460 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23461
23462         * gnus-art.el (gnus-article-prepare):
23463         Remove message-strip-forbidden-properties from the local hook.
23464
23465 2005-01-27  Simon Josefsson  <jas@extundo.com>
23466
23467         * password.el (password-cache-add): Only start one timer per key.
23468         Reported by Derek Atkins <warlord@MIT.EDU>.
23469
23470 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23471
23472         * run-at-time.el: Remove.  It is no longer needed as
23473         timer-funcs.el in the xemacs-base package has a working version of
23474         `run-at-time'.
23475
23476         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23477
23478         * password.el: Require timer-funcs instead of run-at-time in
23479         XEmacs.
23480         Remove `password-run-at-time' macro.
23481         (password-cache-add): Use `run-at-time' instead of
23482         `password-run-at-time'.
23483
23484         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23485         Remove `nnheader-cancel-function-timers' alias,
23486         `cancel-function-timers' exists in XEmacs in timer-funcs.
23487
23488         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23489         for `run-with-idle-timer'.
23490
23491         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23492         for `run-at-time'.
23493
23494         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23495         for `with-timeout'.
23496
23497         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23498         the same as for XEmacs 21.4.
23499         No need to ignore `run-with-idle-timer', this function exists in
23500         XEmacs now in timer-funcs.el in the xemacs-base package.
23501         (dgnushack-compile): No need to delete
23502         run-at-time.el from the list of files to compile because it
23503         doesn't exist anymore.
23504
23505 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23506
23507         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23508         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23509
23510 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23511
23512         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23513         sensitively.
23514
23515 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23516
23517         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23518
23519 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23520
23521         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23522         which will be inserted according to the multibyteness of a buffer
23523         rather than the type of contents.  Suggested by ARISAWA Akihiro
23524         <ari@mbf.ocn.ne.jp>.
23525
23526         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23527         of string which old xml.el may return rather than a string.
23528
23529 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23530
23531         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23532
23533 2005-01-16  Simon Josefsson  <jas@extundo.com>
23534
23535         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23536         idn/idna.el isn't available.
23537         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23538         <michael@waxrat.com>.
23539
23540         * hashcash.el: Remove non-FSF copyright header.
23541
23542         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23543         (hashcash-generate-payment): Use it.
23544         (hashcash-generate-payment-async): Use it.
23545
23546 2005-01-15  Simon Josefsson  <jas@extundo.com>
23547
23548         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23549         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23550
23551         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23552         gnus-summary-idna-message.
23553         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23554         (gnus-summary-idna-message): New function.
23555
23556 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23557
23558         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23559         gnus-novice-user.
23560
23561 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23562
23563         * nnrss.el (nnrss-request-delete-group): Delete entries in
23564         nnrss-group-alist as well.
23565         (nnrss-save-server-data): Insert newline.
23566
23567 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23568
23569         * gnus.el (gnus-user-agent): Use list of symbols instead of
23570         symbols.  Display full version number for (S)XEmacs.
23571         Optionally display (S)XEmacs codename.
23572
23573         * gnus-util.el (gnus-emacs-version): Update for new
23574         `gnus-user-agent'.
23575
23576         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23577         Gnus version.
23578
23579 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23580
23581         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23582         which is unreadable in some setups.
23583
23584 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23585
23586         * gnus-spec.el (gnus-update-format-specifications): Flush the
23587         group format spec cache if it doesn't support decoded group names.
23588
23589 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23590
23591         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23592         Allow to apply decay on score files matching a regexp.
23593
23594 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23595
23596         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23597         compatibility in %g and %c.
23598
23599 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23600
23601         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23602         name for only %g and %c.
23603         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23604         of gnus-tmp-group to decoded group name.
23605         (gnus-group-make-rss-group): Exclude `/'s from group names.
23606
23607 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23608
23609         * nnrss.el (nnrss-get-encoding): Fix regexp.
23610
23611 2004-12-27  Simon Josefsson  <jas@extundo.com>
23612
23613         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23614         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23615         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23616
23617 2004-12-17  Kim F. Storm  <storm@cua.dk>
23618
23619         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23620
23621         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23622
23623 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23624
23625         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23626
23627 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23628
23629         * nnrss.el: Require rfc2047 and mml.
23630         (nnrss-file-coding-system): New variable.
23631         (nnrss-format-string): Redefine it as an inline function.
23632         (nnrss-decode-group-name): New function.
23633         (nnrss-string-as-multibyte): Remove.
23634         (nnrss-retrieve-headers): Decode group name; don't use
23635         nnrss-format-string.
23636         (nnrss-request-group): Decode group name.
23637         (nnrss-request-article): Decode group name; allow a Message-ID as
23638         well as an article number; don't use nnrss-format-string; encode a
23639         Message-ID string which may contain non-ASCII characters; use
23640         mml-to-mime to compose a MIME article.
23641         (nnrss-request-expire-articles): Decode group name.
23642         (nnrss-request-delete-group): Decode group name.
23643         (nnrss-fetch): Clarify error message.
23644         (nnrss-read-server-data): Use insert-file-contents instead of load;
23645         bind file-name-coding-system; use multibyte buffer.
23646         (nnrss-save-server-data): Bind coding-system-for-write to the
23647         value of nnrss-file-coding-system; bind file-name-coding-system;
23648         add coding cookie.
23649         (nnrss-read-group-data): Use insert-file-contents instead of load;
23650         bind file-name-coding-system; use multibyte buffer.
23651         (nnrss-save-group-data): Bind coding-system-for-write to the
23652         value of nnrss-file-coding-system; bind file-name-coding-system.
23653         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23654         make it work with non-ASCII text.
23655         (nnrss-find-el): Make it work with old xml.el as well.
23656
23657 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23658
23659         * nnrss.el (nnrss-get-encoding): New function.
23660         (nnrss-fetch): Use unibyte buffer initially; bind
23661         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23662         decode contents according to the encoding attribute.
23663         (nnrss-save-group-data): Add coding cookie.
23664         (nnrss-mime-encode-string): New function.
23665         (nnrss-check-group): Use it to encode subject and author.
23666
23667 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23668
23669         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23670         imaginary variable.
23671
23672 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23673
23674         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23675         correctly even if there are wide characters.
23676
23677 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23678
23679         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23680         downcased symbol names; make a new cache instead of reusing
23681         bbdb-hashtable.
23682
23683 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23684
23685         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23686         concatenating segments rather than before concatenating them.
23687         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23688
23689         * message.el (message-get-reply-headers): Bind `extra'.
23690
23691 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23692
23693         * message.el (message-extra-wide-headers): New variable.
23694         (message-get-reply-headers): Use it.
23695
23696 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23697
23698         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23699         (gnus-agent-group-pathname): Ditto.
23700
23701         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23702
23703         * gnus-group.el (gnus-group-make-group): Decode group name.
23704         (gnus-group-make-rss-group): Register the group data after opening
23705         the nnrss group.
23706
23707 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23708
23709         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23710         by expiry now get marked as read.
23711
23712 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23713
23714         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23715
23716 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23717
23718         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23719         unify Latin characters in XEmacs.
23720         (mm-find-mime-charset-region): Use it.
23721
23722 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23723
23724         * gnus-util.el (gnus-delete-directory): New function.
23725
23726         * gnus-agent.el (gnus-agent-delete-group): Use it.
23727
23728         * gnus-cache.el (gnus-cache-delete-group): Use it.
23729
23730 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23731
23732         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23733         names.
23734
23735 2004-12-16  Simon Josefsson  <jas@extundo.com>
23736
23737         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23738
23739 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23740
23741         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23742
23743         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23744         (gnus-group-set-current-level): Decode group name.
23745
23746 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23747
23748         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23749         failed.
23750
23751 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23752
23753         * gnus-group.el (gnus-group-delete-group): Decode group name.
23754         (gnus-group-make-rss-group): Encode group name.
23755         (gnus-group-catchup-current): Decode group name.
23756         (gnus-group-kill-group): Decode group name.
23757
23758 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23759
23760         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23761
23762 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23763
23764         * gnus-group.el (gnus-group-make-rss-group):
23765         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23766
23767         * gnus-start.el (gnus-setup-news): Honor user's setting to
23768         gnus-message-archive-method.  Suggested by Lute Kamstra
23769         <lute@gnu.org>.
23770
23771 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23772
23773         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23774         global counterparts of the buffer-local variables.
23775
23776 2004-11-16  Romain Francoise  <romain@orebokech.com>
23777
23778         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23779         counterparts of the buffer-local variables.
23780
23781 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23782
23783         * message.el (message-forbidden-properties): Fix typo in doc
23784         string.
23785
23786 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23787
23788         * gnus-util.el (gnus-replace-in-string): Add doc string.
23789
23790         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23791         to avoid problems when splitting mails with many recipients.
23792
23793 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23794
23795         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23796         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23797
23798 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23799
23800         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23801         if there is no hashtable in memory or file modification time is
23802         newer than cached timestamp.
23803
23804 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23805
23806         * gnus-sum.el (gnus-summary-limit-to-recipient):
23807         Implement not-matching option.
23808
23809 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23810
23811         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23812         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23813         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23814         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23815         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23816         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23817
23818 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23819
23820         * message.el (message-forward-make-body-mml): Remove headers
23821         according to message-forward-ignored-headers if a message is decoded.
23822
23823 2004-12-02  Romain Francoise  <romain@orebokech.com>
23824
23825         * message.el (message-forward-make-body-plain): Always remove
23826         headers according to message-forward-ignored-headers.
23827
23828 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23829
23830         * spam.el (spam-summary-prepare-exit): Remove the
23831         gnus-summary-limit pop for now, it has problems with ham marks for
23832         me.
23833
23834 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23835
23836         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23837         correctly.
23838
23839 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23840
23841         * format-spec.el (format-spec): Message the char.
23842
23843 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23844
23845         * gnus-art.el (gnus-split-methods): Reformat comments.
23846
23847         * spam.el (spam-summary-prepare-exit): Remove article limits
23848         before exiting the summary buffer.
23849
23850 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23851
23852         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23853         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23854
23855         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23856         order to silence the byte compiler.
23857
23858         * spam.el: Fix the way to silence the byte compiler, which
23859         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23860         bbdb-search-simple, spam-BBDB-register-routine,
23861         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23862         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23863         spam-stat-buffer-is-spam, spam-stat-load,
23864         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23865         spam-stat-save and spam-stat-split-fancy.
23866
23867 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23868
23869         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23870         which may confuse users.
23871         (canlock-password-for-verify): Ditto.
23872
23873         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23874
23875         * gnus-art.el (gnus-emphasis-alist): Ditto.
23876
23877         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23878
23879         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23880
23881         * gnus-start.el (gnus-save-killed-list): Ditto.
23882
23883         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23884         (gnus-sum-thread-tree-root): Ditto.
23885         (gnus-sum-thread-tree-false-root): Ditto.
23886         (gnus-sum-thread-tree-single-indent): Ditto.
23887
23888         * message.el (message-courtesy-message): Ditto.
23889         (message-archive-note): Ditto.
23890         (message-subscribed-address-file): Ditto.
23891         (message-user-fqdn): Ditto.
23892
23893         * spam-report.el (spam-report-gmane-regex): Ditto.
23894
23895         * spam.el (spam-blackhole-good-server-regex): Ditto.
23896
23897 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23898
23899         * mml.el (mml-preview): Widen the message buffer before copying
23900         the contents to the preview buffer; sort headers before previewing.
23901
23902         * message.el (message-hidden-headers): Fix the way to avoid a bug
23903         in the `repeat' widget in Emacs 21.3 or earlier.
23904
23905 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23906
23907         * message.el (message-hidden-headers): Default to "^References:".
23908         Improve customization type.  Suggested by Reiner Steib
23909         <Reiner.Steib@gmx.de>.
23910
23911 2004-11-25  Romain Francoise  <romain@orebokech.com>
23912
23913         * message.el (message-strip-forbidden-properties): Remove check for
23914         obsolete `message-hidden' text property, hidden headers are not
23915         accessible in the buffer anymore.
23916
23917 2004-11-22  Romain Francoise  <romain@orebokech.com>
23918
23919         * message.el (message-header-format-alist): Add `From' in list
23920         so that it can be sorted.
23921         (message-fix-before-sending): Widen and sort headers before
23922         sending.
23923         (message-hide-headers): Use narrowing to hide headers by moving
23924         them to the top of the buffer and narrowing to the region
23925         underneath.
23926
23927 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23928
23929         * message.el (message-strip-forbidden-properties):
23930         Bind buffer-read-only (etc) to nil.
23931
23932 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23933
23934         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23935         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23936
23937 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23938
23939         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23940
23941 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23942
23943         * dns.el (query-dns): Use sit-for to time instead of
23944         accept-process-output, since that doesn't seem to work on udp
23945         sockets.
23946
23947 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23948
23949         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23950
23951 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23952
23953         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23954         doc string.  Improve doc string.
23955
23956 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23957
23958         * nntp.el (nntp-request-update-info): Return nil if
23959         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23960         may not call gnus-activate-group which uselessly issues the GROUP
23961         commands for all nntp groups and wastes time.  Reported by Romain
23962         Francoise <romain@orebokech.com>.
23963
23964         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23965
23966 2004-11-15  Simon Josefsson  <jas@extundo.com>
23967
23968         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23969         headers separately.
23970         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23971         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23972
23973 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23974
23975         * gnus-start.el (gnus-convert-old-newsrc):
23976         Assign legacy-gnus-agent to 5.10.7.
23977
23978 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23979
23980         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23981         start of the lines.
23982
23983 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23984
23985         * hashcash.el (hashcash-default-payment): Change default to 20.
23986         (hashcash-default-accept-payment): Change default to 20.
23987         (hashcash-process-alist): New variable.
23988         (hashcash-generate-payment-async): Add.
23989         (hashcash-already-paid-p): Add.
23990         (hashcash-insert-payment): Don't generate payments twice.
23991         (hashcash-insert-payment-async): Add.
23992         (hashcash-insert-payment-async-2): Add.
23993         (hashcash-cancel-async): Add.
23994         (hashcash-wait-async): Add.
23995         (hashcash-processes-running-p): Add.
23996         (hashcash-wait-or-cancel): Add.
23997         (mail-add-payment): New optional argument.  Conditionally start
23998         asynchronous calculation.
23999         (mail-add-payment-async): Add.
24000
24001         * message.el (message-send-mail): Wait for asynchronous hashcash
24002         results.  Don't clobber existing X-Hashcash headers.
24003         (message-setup-1): Call mail-add-payment-async when
24004         message-generate-hashcash is non-nil.
24005
24006 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24007
24008         * message.el (message-use-alternative-email-as-from): Examine the
24009         From header as well; use message-make-from in order to include a
24010         user's full name.
24011
24012 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24013
24014         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24015         default; improve customization type.
24016         (gnus-emphasis-custom-with-format): New macro.
24017         (gnus-emphasis-custom-value-to-external): New function.
24018         (gnus-emphasis-custom-value-to-internal): New function.
24019
24020 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24021
24022         * dns.el (query-dns): Resolve reverse addresses.
24023
24024 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24025
24026         * gnus-group.el (gnus-group-get-new-news): Use it.
24027
24028         * gnus-start.el (gnus-check-reasonable-setup): New function.
24029
24030 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24031
24032         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24033         "Args out of range" error.  Reported by Arnaud Giersch
24034         <arnaud.giersch@free.fr>.
24035
24036 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24037
24038         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24039
24040 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24041
24042         * spam.el (spam group): Add :version.
24043
24044         * pgg-def.el (pgg group): Add :version.
24045
24046 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24047
24048         * gnus-art.el (gnus-article-edit-article): Don't associate the
24049         article buffer with a draft file.  This is a temporary measure
24050         against the 2004-08-22 change to gnus-article-edit-mode.
24051
24052 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24053
24054         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24055         (html2text-format-tags): Remove unused variable `attr'.
24056
24057 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24058
24059         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24060
24061         * tls.el (tls-process-connection-type, tls-success)
24062         (tls-certtool-program): Add :version.
24063
24064         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24065         (starttls-extra-arguments, starttls-process-connection-type)
24066         (starttls-connect, starttls-failure, starttls-success): Add :version.
24067
24068         * spam-stat.el (spam-stat): Add :version.
24069
24070         * sieve.el (sieve): Add :version.
24071
24072         * sha1.el (sha1): Add :version.
24073         (sha1-use-external): Remove redundant version.
24074
24075         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24076         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24077         (nnmail-split-fancy-match-partial-words)
24078         (nnmail-split-lowercase-expanded): Add :version.
24079
24080         * nndiary.el (nndiary): Add :version.
24081
24082         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24083
24084         * mml-sec.el (mml-default-sign-method)
24085         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24086         Add :version.
24087
24088         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24089
24090         * mm-url.el (mm-url-use-external, mm-url-program)
24091         (mm-url-arguments): Add :version.
24092
24093         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24094         (mm-attachment-file-modes, mm-decrypt-option)
24095         (mm-w3m-safe-url-regexp): Add :version.
24096
24097         * message.el (message-cite-prefix-regexp)
24098         (message-sendmail-envelope-from, message-minibuffer-local-map)
24099         (message-user-fqdn, message-completion-alist): Add :version.
24100
24101         * gnus-win.el (gnus-configure-windows-hook)
24102         (gnus-use-frames-on-any-display): Add :version.
24103
24104         * gnus-art.el (gnus-article-address-banner-alist)
24105         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24106         (gnus-treat-from-picon, gnus-treat-mail-picon)
24107         (gnus-treat-x-pgp-sig): Add :version.
24108
24109         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24110         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24111         (gnus-summary-article-delete-hook)
24112         (gnus-summary-display-while-building): Add :version.
24113
24114         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24115         (gnus-get-top-new-news-hook): Add :version.
24116
24117         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24118         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24119
24120         * gnus-registry.el (gnus-registry): Add :version.
24121
24122         * gnus-spec.el (gnus-use-correct-string-widths)
24123         (gnus-make-format-preserve-properties): Add :version.
24124
24125         * gnus.el (gnus-group-charter-alist)
24126         (gnus-group-fetch-control-use-browse-url)
24127         (gnus-install-group-spam-parameters): Add :version.
24128
24129         * gnus-diary.el (gnus-diary): Add :version.
24130
24131         * gnus-delay.el (gnus-delay): Add :version.
24132
24133         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24134         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24135         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24136         Add :version.
24137
24138         * gnus-agent.el (gnus-agent-max-fetch-size)
24139         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24140         (gnus-agent-prompt-send-queue): Add :version.
24141
24142         * deuglify.el (gnus-outlook-deuglify): Add :version.
24143
24144         * html2text.el: Beautify code.  Improve doc strings.
24145         Some checkdoc cleanup.
24146         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24147
24148 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24149
24150         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24151
24152 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24153
24154         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24155         when package is loaded.
24156
24157         * spam.el (spam-summary-score-preferred-header): Add global preference
24158         for people who want to override the default SpamAssassin over
24159         Bogofilter preference (when both are set).
24160         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24161         (spam-user-format-function-S):
24162         Check spam-summary-score-preferred-header.
24163         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24164         (spam-user-format-function-S): Format the score correctly.
24165
24166 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24167
24168         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24169         signature file.  Suggested by Manoj Srivastava
24170         <srivasta@golden-gryphon.com>.
24171
24172         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24173         iso-2022-jp even in the Japanese language environment.
24174         Suggested by Jason Rumney <jasonr@gnu.org>.
24175
24176 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24177
24178         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24179         use the same characters as the dummy marks; make it free from
24180         getting affected by the language environment.
24181         (gnus-summary-read-group-1): Update mark positions only when the
24182         format spec is updated.
24183
24184         * gnus-spec.el (gnus-update-format-specifications): Return a list
24185         of updated types.
24186
24187 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24188
24189         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24190         of boundp to check if display-warning is available.
24191
24192 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24193
24194         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24195
24196 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24197
24198         * nnspool.el (nnspool-spool-directory): Use news-path if the
24199         news-directory variable is not bound.
24200
24201         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24202         function instead of display-warning if it is not available.
24203
24204 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24205
24206         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24207         v5-10: Use `point-at-bol'.
24208
24209 2004-10-26  Simon Josefsson  <jas@extundo.com>
24210
24211         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24212         <chenggao@gmail.com>.
24213
24214 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24215
24216         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24217         instead.
24218
24219 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24220
24221         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24222         to remove a server from the nnimap-server-buffer-alist.
24223         (nnimap-open-connection, nnimap-close-server): Use it.
24224
24225         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24226
24227 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24228
24229         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24230         running the major-mode function.
24231
24232 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24233
24234         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24235         dummy marks in the right way.
24236
24237 2004-10-18  David Edmondson  <dme@dme.org>
24238
24239         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24240         excessively.
24241
24242 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24243
24244         * gnus-util.el (gnus-split-references): Accept a nil references
24245         string and go on blissfully.
24246
24247         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24248         cases where the references string is non-nil but has no references.
24249
24250         * encrypt.el: Add autoload tags.
24251
24252         * spam.el (spam-resolve-registrations-routine): Remove article
24253         from unregistration list too.  Reported by David Hanak
24254         <dhanak@isis.vanderbilt.edu>
24255
24256 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24257
24258         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24259         nil.  Change custom type.
24260
24261 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24262
24263         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24264
24265         * gnus-sum.el (gnus-summary-move-article): Use it.
24266
24267 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24268
24269         * encrypt.el: Add autoload cookies.
24270
24271         * spam.el (spam-backend-article-list-property)
24272         (spam-backend-get-article-todo-list)
24273         (spam-backend-put-article-todo-list)
24274         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24275         Resolve registrations separately.
24276         (spam-register-routine): Format comments.
24277         (spam-unregister-routine, spam-register-routine): Always call with
24278         specific-articles, no default list.
24279         (spam-summary-prepare-exit): Use the spam-classifications function.
24280
24281         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24282         gnus-encrypt.el.
24283
24284         * encrypt.el: Copied from gnus-encrypt.el.
24285
24286         * gnus-encrypt.el: Commented that it's obsolete.
24287
24288 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24289
24290         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24291         (gnus-score-save): Use it.
24292
24293         * message.el (message-bury): Use `window-dedicated-p'.
24294
24295 2004-10-15  Simon Josefsson  <jas@extundo.com>
24296
24297         * pop3.el (top-level): Don't require nnheader.
24298         (pop3-read-timeout): Add.
24299         (pop3-accept-process-output): Add.
24300         (pop3-read-response, pop3-retr): Use it.
24301
24302 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24303
24304         * spam.el (spam-register-routine): Move comment.
24305         (spam-verify-bogofilter): Use 'unknown for the initial
24306         spam-bogofilter-valid state, not 'never.
24307
24308         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24309         for netrc-machine.
24310
24311         * nnimap.el (nnimap-open-connection):
24312         Use netrc-machine-user-or-password.
24313
24314 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24315
24316         * gnus-registry.el (gnus-registry-unload-hook):
24317         Set as a variable with add-hook.
24318
24319         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24320         of news-path.
24321
24322         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24323
24324         * spam.el: Delete duplicate `provide'.
24325         (spam-unload-hook): Set as a variable with add-hook.
24326
24327 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24328
24329         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24330         in the doc string.
24331
24332         * message.el (message-ignored-news-headers)
24333         (message-ignored-supersedes-headers)
24334         (message-ignored-resent-headers)
24335         (message-forward-ignored-headers): Improve custom type.
24336
24337 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24338
24339         * message.el (message-tokenize-header): Fix 2004-09-06 change
24340         which used point-min in the wrong place.
24341
24342 2004-10-12  Simon Josefsson  <jas@extundo.com>
24343
24344         * tls.el (tls-certtool-program): New variable.
24345         (tls-certificate-information): New function, based on
24346         ssl-certificate-information.
24347
24348 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24349
24350         * compface.el: Move the version of ELisp-based uncompface program
24351         to the contrib directory because of the copyright problem.
24352
24353 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24354
24355         * message.el (message-kill-buffer): Raise the current frame.
24356
24357 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24358
24359         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24360
24361         * gnus.el (message-y-or-n-p): Autoload.
24362
24363         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24364         (pop3-password-required, pop3-authentication-scheme)
24365         (pop3-leave-mail-on-server): Make customizable.
24366         (pop3): New custom group.
24367         (pop3-retr): Remove `sleep-for' statements.
24368         Suggested by Dave Love <fx@gnu.org>.
24369
24370         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24371         Windows/DOS.
24372
24373         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24374         (imap-parse-body): Fix incorrect use of `assert'.
24375         Suggested by Dave Love <fx@gnu.org>.
24376
24377         * mml.el (mml-minibuffer-read-disposition): Require match.
24378         Suggested by Dave Love <fx@gnu.org>.
24379
24380 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24381
24382         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24383         doc string.
24384
24385 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24386
24387         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24388
24389 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24390
24391         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24392         instead of calling `mm-insert-inline', to decode text/* parts
24393         before displaying them.
24394
24395 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24396
24397         * mm-uu.el (mm-uu-text-plain-type): New variable.
24398         (mm-uu-pgp-signed-extract-1): Use it.
24399         (mm-uu-pgp-encrypted-extract-1): Use it.
24400         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24401         bind mm-uu-text-plain-type with that value.
24402         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24403         mm-uu-dissect.
24404
24405 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24406
24407         * gnus-group.el (gnus-update-group-mark-positions):
24408         * gnus-sum.el (gnus-update-summary-mark-positions):
24409         * message.el (message-check-news-body-syntax):
24410         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24411         of string-as-multibyte.
24412
24413 2004-10-05  Juri Linkov  <juri@jurta.org>
24414
24415         * gnus-group.el (gnus-update-group-mark-positions):
24416         * gnus-sum.el (gnus-update-summary-mark-positions):
24417         * message.el (message-check-news-body-syntax):
24418         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24419         8-bit unibyte values to a multibyte string for search functions.
24420
24421 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24422
24423         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24424         (mm-uu-dissect-text-parts): New function.
24425
24426         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24427         dissect text parts.
24428
24429         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24430         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24431
24432         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24433
24434         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24435         Use gnus-current-topics instead of gnus-current-topic.
24436
24437 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24438
24439         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24440
24441 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24442
24443         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24444         where appropriate.
24445
24446         * nnml.el (nnml-generate-active-info): do.
24447
24448         * nndiary.el (nndiary-generate-active-info): do.
24449
24450         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24451         (gnus-topic-move): do.
24452
24453         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24454         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24455
24456         * gnus-srvr.el (gnus-server-prepare)
24457         (gnus-server-open-all-servers): do.
24458
24459         * gnus-msg.el (gnus-summary-cancel-article)
24460         (gnus-summary-resend-message)
24461         (gnus-summary-mail-crosspost-complaint): do.
24462
24463         * gnus-move.el (gnus-change-server): do.
24464
24465         * gnus-group.el (gnus-group-unmark-all-groups)
24466         (gnus-group-set-current-level): do.
24467
24468 2004-10-04  Simon Josefsson  <jas@extundo.com>
24469
24470         * message.el (message-generate-hashcash): Doc fix.
24471
24472 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24473
24474         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24475         avoid infinite recursion via gnus-get-function.
24476
24477 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24478
24479         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24480
24481         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24482
24483         * nnmail.el (nnmail-split-history): do.
24484
24485         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24486         (nnml-request-delete-group): do.
24487
24488         * nnslashdot.el (nnslashdot-read-groups): do.
24489
24490         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24491         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24492
24493         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24494         (nnspool-sift-nov-with-sed): Use last.
24495         (nnspool-retrieve-headers-with-nov): Use mapc.
24496         (nnspool-request-newgroups): Use dolist.
24497         (nnspool-request-group): Use last.
24498
24499         * nntp.el (nntp-read-server-type): Use dolist.
24500
24501         * nnvirtual.el (nnvirtual-create-mapping)
24502         (nnvirtual-update-read-and-marked): Use dolist.
24503         (nnvirtual-convert-headers): Simplify.
24504
24505 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24506
24507         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24508         Add support for sync'ing tick marks.
24509
24510 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24511
24512         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24513         there's no visible header.
24514
24515 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24516
24517         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24518         When necessary, pass full group name to gnus-request-set-marks.
24519
24520 2004-10-01  Simon Josefsson  <jas@extundo.com>
24521
24522         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24523         acroread.
24524
24525 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24526
24527         * spam-report.el (spam-report-gmane): Fix interactive.
24528
24529         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24530
24531         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24532         when writing file.
24533         (gnus-agent-synchronize-flags): Don't default to being
24534         interactive.
24535
24536 2004-09-30  Simon Josefsson  <jas@extundo.com>
24537
24538         * message.el (message-generate-hashcash): Add.
24539         (message-send-mail): Use it, call mail-add-payment.
24540
24541 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24542
24543         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24544
24545 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24546
24547         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24548         gnus-requst-update-info with explicit code to sync the in-memory
24549         info read flags with the marks being sync'd to the backend.
24550
24551         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24552
24553 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24554
24555         * spam.el (spam-verify-bogofilter): Add new function.
24556         (spam-check-bogofilter)
24557         (spam-bogofilter-register-with-bogofilter): Use it.
24558         (spam-verify-bogofilter): Add small fixes.
24559
24560 2004-09-28  Simon Josefsson  <jas@extundo.com>
24561
24562         * hashcash.el (hashcash-generate-payment): Revert.
24563
24564 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24565
24566         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24567         Use gnus-extract-references instead of gnus-split-references.
24568
24569         * gnus-util.el (gnus-extract-references): Add new function, analogous
24570         to gnus-split-references but extracts only the message-ID without
24571         anything extra.
24572
24573         * hashcash.el (hashcash-generate-payment)
24574         (hashcash-check-payment): Do the right thing if hashcash-path is
24575         nil (because the hashcash program could not be found).
24576
24577         * spam.el (spam-use-hashcash): Remove comment.
24578
24579 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24580
24581         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24582         (gnus-cache-enter-article, gnus-cache-remove-article)
24583         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24584
24585         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24586
24587         * gnus-art.el (article-hide-boring-headers)
24588         (article-translate-strings, article-display-face)
24589         (gnus-article-mime-match-handle-first)
24590         (gnus-article-highlight-headers)
24591         (gnus-article-add-buttons-to-head): do.
24592
24593 2004-09-27  Simon Josefsson  <jas@extundo.com>
24594
24595         * hashcash.el: New version, from
24596         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24597         ../contrib/.
24598
24599 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24600
24601         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24602
24603 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24604
24605         * gnus-dup.el (gnus-dup-open): Use mapc.
24606         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24607
24608         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24609         Reported by Stefan Wiens <s.wi@gmx.net>.
24610
24611         * gnus.el (gnus-shutdown): Use dolist.
24612
24613         * gnus-undo.el (gnus-undo): Use mapc.
24614
24615         * nnrss.el (nnrss-generate-active): do.
24616
24617         * message.el (message-cite-original-without-signature)
24618         (message-cite-original): Use mapc.
24619         (message-do-actions, message-make-forward-subject): Use dolist.
24620
24621 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24622
24623         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24624         deletion to remove entire duplicate line.  Fixes merged article
24625         number bug.
24626
24627 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24628
24629         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24630         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24631         first ask if you want to open a server and then, even when you
24632         responded with no, asking if you want to synchronize the server's
24633         flags.
24634         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24635         multi-line expressions.
24636         (gnus-agent-synchronize-group-flags): New internal function.
24637         Updates marks in memory (in the info structure) AND in the
24638         backend.
24639
24640         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24641
24642         * nnagent.el (nnagent-request-set-mark):
24643         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24644         method, to ensure that synchronization updates marks in the
24645         backend and in the info (in memory) structure.
24646
24647 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24648
24649         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24650         convention fully; don't miss the root article of a thread; make
24651         the X-Draft-From header with correct article numbers.
24652
24653 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24654
24655         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24656         unless plugged.  Disable the agent so that an open failure causes
24657         an error.
24658
24659         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24660         Revert 2004-09-21 change.  The backend must be opened while
24661         synchronizing flags even when the backend stores the flags
24662         locally.
24663
24664 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24665
24666         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24667         in `header' match.  Reported by Svend Tollak Munkejord.
24668
24669         * message.el (message-cite-original): Fix use of
24670         `message-cite-articles-with-x-no-archive'.
24671
24672 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24673
24674         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24675         (gnus-window-to-buffer): Ditto.
24676
24677         * mml.el (mml-preview-buffer): New variable.
24678         (mml-preview): Manage window layout with gnus-buffer-configuration.
24679
24680         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24681         X-Draft-From header even if those articles aren't quoted.
24682
24683 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24684
24685         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24686         (gnus-request-set-mark, gnus-request-update-mark): Use new
24687         g-s-t-u-l-m to decide to use backend even when unplugged.
24688
24689 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24690
24691         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24692         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24693
24694 2004-09-20  Simon Josefsson  <jas@extundo.com>
24695
24696         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24697         "utf-16-le".
24698
24699 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24700
24701         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24702
24703 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24704
24705         * uudecode.el (uudecode-use-external): Add :version.
24706
24707         * smime.el (smime-CA-file, smime-encrypt-cipher)
24708         (smime-dns-server): Add :version.
24709
24710         * smiley.el (gnus-smiley-file-types): Add :version.
24711
24712         * sha1.el (sha1-use-external): Add :version.
24713
24714         * pgg-def.el (pgg-query-keyserver): Add :version.
24715
24716         * nnmail.el (nnmail-fancy-expiry-targets)
24717         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24718         Add :version.
24719
24720         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24721         (nnimap-retrieve-groups-asynchronous): Add :version.
24722         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24723
24724         * mml.el (mml-content-disposition-parameters)
24725         (mml-insert-mime-headers-always): Add :version.
24726
24727         * mm-util.el (mm-coding-system-priorities): Add :version.
24728
24729         * mm-decode.el (mm-inline-text-html-with-images)
24730         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24731         (mm-verify-option): Add :version.
24732         (mm-text-html-renderer): Change :version.
24733
24734         * message.el (message-fcc-externalize-attachments)
24735         (message-required-headers, message-draft-headers)
24736         (message-subject-trailing-was-query)
24737         (message-subject-trailing-was-ask-regexp)
24738         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24739         (message-mark-insert-end, message-archive-header)
24740         (message-archive-note, message-cross-post-default)
24741         (message-cross-post-note, message-followup-to-note)
24742         (message-cross-post-note-function, message-use-mail-followup-to)
24743         (message-subscribed-address-functions)
24744         (message-subscribed-address-file, message-subscribed-addresses)
24745         (message-subscribed-regexps, message-allow-no-recipients)
24746         (message-yank-cited-prefix, message-signature-insert-empty-line)
24747         (message-hidden-headers, message-hierarchical-addresses)
24748         (message-mail-user-agent, message-use-idna)
24749         (message-valid-fqdn-regexp)
24750         (message-strip-special-text-properties, message-header-synonyms)
24751         (message-beginning-of-line, message-tab-body-function): Add :version.
24752         (message-insert-canlock, message-wide-reply-confirm-recipients):
24753         Change :version.
24754
24755         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24756         and :version.
24757         (mail-source-delete-old-incoming-confirm)
24758         (mail-source-movemail-program): Add :version.
24759
24760         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24761         (gnus-agent-cache, gnus-agent): Change :version.
24762
24763         * gnus-util.el (gnus-use-byte-compile): Change :version.
24764
24765         * gnus-sum.el (gnus-summary-make-false-root-always)
24766         (gnus-summary-default-high-score)
24767         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24768         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24769         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24770         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24771         (gnus-sum-thread-tree-single-indent)
24772         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24773         (gnus-sum-thread-tree-leaf-with-other)
24774         (gnus-sum-thread-tree-single-leaf): Add :version.
24775         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24776         (gnus-article-loose-mime): Change :version.
24777
24778         * gnus-start.el (gnus-backup-startup-file)
24779         (gnus-save-startup-file-via-temp-buffer): Add :version.
24780
24781         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24782         (gnus-server-offline-face): Add :version.
24783
24784         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24785
24786         * gnus-msg.el (gnus-gcc-externalize-attachments)
24787         (gnus-debug-files, gnus-debug-exclude-variables)
24788         (gnus-discouraged-post-methods): Change :version.
24789         (gnus-confirm-mail-reply-to-news)
24790         (gnus-confirm-treat-mail-like-news): Add :version.
24791
24792         * gnus-int.el (gnus-server-unopen-status): Add :version.
24793
24794         * gnus-group.el (gnus-group-jump-to-group-prompt)
24795         (gnus-large-ephemeral-newsgroup)
24796         (gnus-fetch-old-ephemeral-headers): Add :version.
24797
24798         * gnus-fun.el (gnus-x-face-directory)
24799         (gnus-convert-pbm-to-x-face-command)
24800         (gnus-convert-image-to-x-face-command)
24801         (gnus-convert-image-to-face-command): Add :version.
24802
24803         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24804
24805         * gnus-cite.el (gnus-cite-blank-line-after-header)
24806         (gnus-article-boring-faces): Add :version.
24807
24808         * gnus-art.el (gnus-buttonized-mime-types)
24809         (gnus-inhibit-mime-unbuttonizing)
24810         (gnus-treat-display-face)
24811         (gnus-treat-body-boundary): Change :version.
24812         (gnus-body-boundary-delimiter, gnus-picon-databases)
24813         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24814         (gnus-treat-date-english, gnus-treat-fold-headers)
24815         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24816         (gnus-treat-mail-picon, gnus-treat-wash-html)
24817         (gnus-article-encrypt-protocol)
24818         (gnus-use-idna, gnus-article-over-scroll)
24819         (gnus-mime-display-multipart-alternative-as-mixed)
24820         (gnus-mime-display-multipart-related-as-mixed)
24821         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24822         (gnus-ctan-url, gnus-button-ctan-handler)
24823         (gnus-button-handle-ctan-bogus-regexp)
24824         (gnus-button-ctan-directory-regexp)
24825         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24826         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24827         (gnus-button-man-level, gnus-button-emacs-level)
24828         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24829
24830         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24831         (gnus-agent-go-online): Change :version.
24832         (gnus-agent-expire-unagentized-dirs)
24833         (gnus-agent-auto-agentize-methods): Add :version.
24834
24835         * flow-fill.el (fill-flowed-display-column)
24836         (fill-flowed-encode-column): Add :version.
24837
24838         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24839         (gnus-outlook-deuglify-unwrap-max)
24840         (gnus-outlook-deuglify-cite-marks)
24841         (gnus-outlook-deuglify-unwrap-stop-chars)
24842         (gnus-outlook-deuglify-no-wrap-chars)
24843         (gnus-outlook-deuglify-attrib-cut-regexp)
24844         (gnus-outlook-deuglify-attrib-verb-regexp)
24845         (gnus-outlook-deuglify-attrib-end-regexp)
24846         (gnus-outlook-display-hook): Add :version.
24847
24848         * binhex.el (binhex-use-external): Add :version.
24849
24850 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24851
24852         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24853         and `invisible'.
24854
24855 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24856
24857         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24858         in gnus-registry-trim.
24859
24860 2004-09-13  Simon Josefsson  <jas@extundo.com>
24861
24862         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24863
24864         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24865
24866         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24867         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24868         <yamaoka@jpl.org>.
24869         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24870         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24871         <yamaoka@jpl.org>.
24872
24873         * sieve.el (sieve-manage-mode): Ditto.
24874
24875 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24876
24877         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24878
24879 2004-09-11  Simon Josefsson  <jas@extundo.com>
24880
24881         * dns-mode.el: Add.
24882
24883         * mm-view.el (mm-display-dns-inline): Add.
24884
24885         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24886         (mm-automatic-display): Ditto.
24887
24888         * mailcap.el (mailcap-mime-data): Add text/dns.
24889         (mailcap-mime-extensions): Map .soa to text/dns.
24890
24891 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24892
24893         * gnus-art.el (article-decode-mime-words, article-babel)
24894         (gnus-article-highlight-signature, gnus-article-add-buttons)
24895         (gnus-signature-toggle): Remove unnecessary bindings of
24896         `inhibit-read-only' inherited from v5.10 merge.
24897
24898 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24899
24900         * nntp.el (nntp): New customization group.
24901         (nntp-authinfo-file): Add customization group.
24902
24903         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24904
24905         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24906
24907         * gnus.el (to-address, to-list, subscribed)
24908         (large-newsgroup-initial): Ditto.
24909
24910         * flow-fill.el (fill-flowed-display-column)
24911         (fill-flowed-encode-column): Ditto.
24912
24913 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24914
24915         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24916         Use point-min rather than 1.
24917         (message-send-mail): Use buffer-size rather than point-max.
24918
24919         * gnus-sum.el (gnus-summary-search-article-forward):
24920         Signal a specific `search-failed' rather than a generic `error'.
24921
24922         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24923         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24924         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24925
24926 2004-09-10  Simon Josefsson  <jas@extundo.com>
24927
24928         * nndb.el (require): Remove tcp and duplicate cl.
24929
24930 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24931
24932         * gnus-agent.el (directory-files-and-attributes): Move forward.
24933
24934 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24935
24936         * gnus-agent.el (directory-files-and-attributes):
24937         Optionally defined to support XEmacs.
24938
24939 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24940
24941         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24942         to avoid run-time CL dependencies.
24943         (gnus-agent-unfetch-articles): New function.
24944         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24945         article numbers even when local .overview file is missing.
24946         (gnus-agent-read-article-number): New function.  Only accepts
24947         27-bit article numbers.
24948         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24949         Use gnus-agent-read-article-number.
24950         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24951         from backend while recognizing that article numbers in .overview
24952         must be valid.
24953         (gnus-agent-update-files-total-fetched-for):
24954         Use directory-files-and-attributes to improve performance.
24955         * gnus-int.el (gnus-request-move-article):
24956         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24957         improve performance.
24958
24959         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24960         some users confused by references to .newsrc when they only have a
24961         .newsrc.eld file.
24962         (gnus-convert-mark-converter-prompt)
24963         (gnus-convert-converter-needs-prompt): Fix use of property list.
24964         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24965         New function.  Used internally to only display 'gnus converting
24966         files' message when actually necessary.
24967
24968         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24969         methods now autoloaded.
24970
24971 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24972
24973         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24974         identifiers.
24975
24976 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24977
24978         * gnus-picon.el: Fix indentation and closing parenthesis.
24979
24980 2004-09-01  Simon Josefsson  <jas@extundo.com>
24981
24982         * message.el (message-canlock-generate): Require sha1, not
24983         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24984         to require within a function.  Sadly, if sha1.el isn't loaded, the
24985         let binding in m-c-g will hide the defcustom definition, which is
24986         bad.)
24987
24988         * canlock.el: Require sha1, not sha1-el.
24989
24990         * message.el: Don't autoload sha1 (there is a autoload cookie in
24991         sha1.el).
24992
24993         * sha1-el.el: Rename to sha1.el.
24994
24995 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24996
24997         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24998
24999 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25000
25001         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25002
25003 2004-08-30  Kim F. Storm  <storm@cua.dk>
25004
25005         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25006
25007         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25008         Add :group 'nnimap.
25009
25010 2004-08-30  Andreas Schwab  <schwab@suse.de>
25011
25012         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25013         ?* and ?\;.
25014
25015         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25016         and ?\' to symbol instead of whitespace.
25017
25018 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25019
25020         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25021
25022         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25023         instead of re-search-forward.
25024
25025         * gnus-uu.el (gnus-uu-save-article): Ditto.
25026         (gnus-uu-post-encode-uuencode): Ditto.
25027
25028         * html2text.el (html2text-clean-list-items): Ditto.
25029         (html2text-clean-dtdd): Ditto.
25030         (html2text-format-tags): Ditto.
25031
25032         * message.el (message-send-mail-with-sendmail): Fix regexp.
25033         (message-fill-field-general): Use search-forward instead of
25034         re-search-forward.
25035         (unbold-region): Ditto.
25036
25037         * nnrss.el (nnrss-request-article): Ditto.
25038
25039         * nnslashdot.el (nnslashdot-request-article): Ditto.
25040
25041         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25042
25043         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25044         "Unrecognized menu descriptor" error in XEmacs.
25045
25046 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25047
25048         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25049         parent article of a sparse article in the thread hashtb.
25050
25051 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25052
25053         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25054         (nnmail-expand-newtext): Lowercase expanded entries if
25055         nnmail-split-lowercase-expanded is non-nil.
25056
25057 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25058
25059         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25060
25061         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25062         of gnus-tmp-news-method into string under XEmacs.  It will be
25063         passed to gnus-correct-length which takes only a string argument.
25064
25065 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25066
25067         * gnus-util.el (gnus-bind-print-variables): New macro.
25068         (gnus-prin1): Use it.
25069         (gnus-prin1-to-string): Use it.
25070         (gnus-pp): New function.
25071         (gnus-pp-to-string): New function.
25072
25073         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25074         Replace pp-to-string with gnus-pp-to-string.
25075         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25076         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25077         * gnus-msg.el (gnus-debug): Ditto.
25078         * gnus-score.el (gnus-score-save): Ditto.
25079         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25080         gnus-pp-to-string.
25081         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25082         with gnus-pp.
25083         * score-mode.el (gnus-score-pretty-print): Ditto.
25084         * webmail.el (webmail-debug): Ditto.
25085
25086 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25087
25088         * gnus-art.el (article-display-face, article-display-x-face):
25089         Use buffer-read-only.
25090
25091 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25092
25093         * gnus-art.el (article-hide-list-identifiers):
25094         Bind inhibit-read-only as t.
25095
25096 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25097
25098         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25099
25100 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25101
25102         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25103         (gnus-narrow-to-page): Don't assume point-min == 1.
25104         (gnus-article-edit-mode): Derive from message-mode.
25105
25106         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25107         point-min == 1.
25108
25109         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25110         Disable incorrect use of `assert'.
25111
25112         * message.el (message-mode): Set comment-start-skip.
25113
25114
25115 2004-08-22  Sam Steingold  <sds@gnu.org>
25116
25117         * pop3.el (pop3-leave-mail-on-server): New user variable.
25118         (pop3-movemail): Delete mail only when it is nil.
25119
25120 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25121
25122         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25123
25124         * mml.el (mml-preview): Use `pop-to-buffer'.
25125
25126         * message.el (message-goto-mail-followup-to): Insert after "To".
25127         (message-carefully-insert-headers): Add comment.
25128
25129         * gnus.el: Remove unused variable `gnus-article-check-size'.
25130
25131         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25132
25133         * gnus-art.el (gnus-button-alist):
25134         Improve `gnus-button-handle-library' entry.
25135
25136 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25137
25138         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25139         Use downcase, since XEmacs capitalizes error messages differently.
25140
25141 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25142
25143         * nntp.el: Add (require 'gnus) due to reference to
25144         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25145
25146 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25147
25148         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25149         Bind `mm-fill-flowed'.
25150
25151         * mm-decode.el (mm-dissect-singlepart): Check it.
25152
25153 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25154
25155         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25156         'imap' for netrc parsing.
25157
25158 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25159
25160         * mailcap.el (mailcap-mime-data): Mark as risky.
25161
25162 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25163
25164         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25165         may be included in the encoded word.
25166         (rfc2047-encode): Don't append a space if the encoded word
25167         includes close parenthesis.
25168
25169 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25170
25171         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25172         of text within parentheses.
25173
25174 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25175
25176         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25177         (gnus-encrypt-write-file-contents): Make the password key the file
25178         name PLUS the cipher, not just the cipher.  Also remove failed
25179         passwords from the cache.
25180
25181 2004-08-06  Simon Josefsson  <jas@extundo.com>
25182
25183         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25184         Doc fix.
25185
25186 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25187
25188         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25189         LWSP.
25190
25191 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25192
25193         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25194         Try to append in-reply-to: data to the references: header.
25195
25196         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25197         (netrc-parse): Use gnus-encrypt.el functions.
25198
25199         * gnus-encrypt.el: Add new file for encryption support; currently
25200         does only a few GPG ciphers and an internal XOR cipher.
25201
25202         * password.el: Add comments on using password-read-and-add.
25203         (password-read-and-add): Add function to read and add the
25204         password to the cache at once.
25205
25206 2004-07-28  Simon Josefsson  <jas@extundo.com>
25207
25208         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25209         parameter (but don't use it, for now).
25210
25211         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25212         instead of hard coding to nil.
25213
25214 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25215
25216         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25217         as mm-inline-image-xemacs does.
25218
25219 2004-07-26  Simon Josefsson  <jas@extundo.com>
25220
25221         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25222         Revert part of 2004-07-17 change below.
25223
25224 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25225
25226         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25227         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25228
25229 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25230
25231         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25232         quotes that actually start with ">" at the beginning of the
25233         lines.
25234
25235 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25236
25237         * rfc2047.el (rfc2047-encode-region): Fix last change.
25238         (rfc2047-encode-parameter): Remove useless concat.
25239
25240 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25241
25242         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25243         encode special characters; fix some kind of misconfigured headers;
25244         signal a real error if debug-on-quit or debug-on-error is non-nil.
25245         (rfc2047-encode-max-chars): New variable.
25246         (rfc2047-encode-1): Use it.
25247         (rfc2047-encode-parameter): New function.
25248
25249         * mml.el (mml-insert-parameter): Remove an excessive space.
25250
25251 2004-07-17  Simon Josefsson  <jas@extundo.com>
25252
25253         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25254         Kai Grossjohann <kai@emptydomain.de>.
25255         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25256         (gnus-group-make-menu-bar): Ditto.
25257
25258         * gnus-util.el (gnus-group-server): Add.
25259
25260 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25261
25262         * message.el (message-clone-locals): Clone sendmail and smtp
25263         variables.
25264
25265 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25266
25267         * rfc2047.el (rfc2047-encode-region): Fix last change.
25268
25269 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25270
25271         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25272         characters as non-special.
25273
25274 2004-07-09  Simon Josefsson  <jas@extundo.com>
25275
25276         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25277         Users will lose all flag changes made while unplugged with
25278         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25279         good default.  See numerous reports on ding mailing list.
25280
25281 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25282
25283         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25284         add generate-head-function and generate-article-function to the
25285         rfc822-forward entry.
25286         (nndoc-rfc822-forward-generate-article): New function.
25287         (nndoc-rfc822-forward-generate-head): New function.
25288
25289         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25290
25291 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25292
25293         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25294         respect display group parameter and gnus-summary-expunge-below.
25295         (gnus-articles-to-read): Remove unused reference to display group
25296         parameter.
25297
25298 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25299
25300         * nnheader.el (nnheader-uniquify-message-id): New experimental
25301         variable.
25302         (nnheader-nov-read-message-id): Use it.
25303
25304         * spam-report.el (spam-report-gmane): Add interactive.
25305
25306 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25307
25308         * mm-encode.el (mm-content-transfer-encoding-defaults):
25309         Use qp-or-base64 for the application/* types.
25310
25311 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25312
25313         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25314
25315 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25316
25317         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25318         trim value.
25319
25320 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25321
25322         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25323         New macro and function.
25324         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25325
25326 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25327
25328         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25329         after-load-alist.
25330
25331 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25332
25333         * gnus-group.el (gnus-group-get-new-news-this-group):
25334         Don't update info that isn't there.
25335
25336 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25337
25338         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25339         entry.
25340
25341 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25342
25343         * mm-view.el (mm-inline-render-with-function): Use multibyte
25344         buffer; decode html source by charset.
25345
25346         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25347
25348         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25349         Mule-UCS is loaded under XEmacs.
25350         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25351
25352 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25353
25354         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25355
25356 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25357
25358         * mm-util.el (mm-coding-system-p): Return a coding-system.
25359         (mm-mime-mule-charset-alist): Use shift_jis instead of
25360         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25361         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25362         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25363         instead of japanese-shift-jis and iso-latin-1 respectively in
25364         order to share the default value with both Emacs and XEmacs-mule.
25365         (mm-mule-charset-to-mime-charset):
25366         Make mm-coding-system-priorities effective.
25367         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25368         while predicating of candidates upon the priorities.
25369
25370 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25371
25372         * gnus-sum.el (gnus-summary-make-menu-bar):
25373         Add gnus-uu-invert-processable.
25374
25375         * gnus.el: Autoload gnus-uu-invert-processable.
25376
25377 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25378
25379         * mm-util.el (mm-with-multibyte-buffer): New macro.
25380
25381         * rfc2047.el (rfc2047-encode-string): Use it.
25382         (rfc2047-encode-region): Move point to the end of the region after
25383         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25384
25385 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25386
25387         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25388         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25389
25390 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25391
25392         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25393         (gnus-cite-parse): Ignore quoted envelope From_.
25394         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25395
25396 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25397
25398         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25399         invalid addresses.
25400
25401 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25402
25403         * spam.el: Change section markers, revise TODO list.
25404         (spam-backends): Make new master list of all installed backends.
25405         (spam-summary-exit-behavior): Add new variable to determine how
25406         messages moves are done at summary exit.
25407         (spam-move-spam-nonspam-groups-only)
25408         (spam-process-ham-in-nonham-groups)
25409         (spam-process-ham-in-spam-groups): Remove variables, the
25410         spam-summary-exit-behavior variable should be used to manage this
25411         behavior.
25412         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25413         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25414         and spam-old-spam-articles.
25415         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25416         Add empty variables, placeholders for the backends they represent.
25417         (spam-set-difference): Move, unchanged.
25418         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25419         unless the user has a processor variable.
25420         (spam-classifications, spam-classification-valid-p)
25421         (spam-backend-properties, spam-backend-property-valid-p)
25422         (spam-backend-function-type-valid-p)
25423         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25424         (spam-report-articles-gmane, spam-report-articles-resend):
25425         Remove functions, they are not needed.
25426         (spam-install-backend-super, spam-backend-list)
25427         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25428         (spam-backend-function, spam-backend-ham-registration-function)
25429         (spam-backend-spam-registration-function)
25430         (spam-backend-ham-unregistration-function)
25431         (spam-backend-spam-unregistration-function)
25432         (spam-backend-statistical-p, spam-backend-mover-p)
25433         (spam-install-backend-alias, spam-install-checkonly-backend)
25434         (spam-install-mover-backend, spam-install-nocheck-backend)
25435         (spam-install-backend, spam-install-statistical-backend)
25436         (spam-install-statistical-checkonly-backend): Add backend installation
25437         support.
25438         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25439         (spam-group-processor-p): Use the new backend code and respect the
25440         summary exit behavior.
25441         (spam-mark-spam-as-expired-and-move-routine): Remove.
25442         (spam-summary-prepare): Change to use the new spam-old-articles
25443         variable.
25444         (spam-copy-or-move-routine, spam-copy-spam-routine)
25445         (spam-move-spam-routine, spam-copy-ham-routine)
25446         (spam-move-ham-routine): Add code to copy/move ham or spam.
25447         (spam-fetch-field-fast): Improve doc and code, plus allow the
25448         'number request.
25449         (spam-list-of-checks, spam-list-of-statistical-checks):
25450         Remove variables.
25451         (spam-split, spam-find-spam): Use the new backend code.
25452         (spam-registration-functions): Remove variable.
25453         (spam-unregister-routine): Add convenience wrapper.
25454         (spam-log-undo-registration, spam-register-routine)
25455         (spam-log-processing-to-registry)
25456         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25457         where possible.
25458         (spam-check-gmane-xref, spam-check-regex-headers)
25459         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25460         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25461         (spam-check-bogofilter-headers, spam-check-spamoracle)
25462         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25463         (spam-check-crm114-headers): Use the spam-split-group that
25464         spam-split prepares, no need to determine it every time.
25465
25466         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25467         to the nnheader-parse-naked-head call.
25468
25469         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25470
25471         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25472         the nnheader-nov-read-message-id call.
25473
25474 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25475
25476         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25477         gnus-activate-group twice.  Suggested by Markus Peter
25478         <warp@spin.de>.
25479
25480 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25481
25482         * gnus-art.el (gnus-article-time-format): Exchange the order of
25483         day and month in the default value; fix customization type.
25484         (article-date-ut): Use add-text-properties.
25485         (article-make-date-line): Use message-make-date instead of
25486         current-time-string.
25487
25488         * message.el (message-fetch-field): Don't use set-text-properties.
25489         (message-make-date): Simplify.
25490
25491         * messagexmas.el (message-xmas-make-date): New function.
25492         (message-xmas-redefine): Defalias message-make-date to it.
25493
25494 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25495
25496         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25497         (rfc2047-encode-region): Treat text within parentheses as special;
25498         show the original text when error has occurred.
25499
25500         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25501         already-computed method to gnus-activate-group.
25502
25503         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25504         same select-methods identical Lisp objects.
25505
25506         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25507         object when modifying the info.
25508
25509 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25510
25511         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25512         gnus-opened-servers since it has never been opened with the new
25513         configuration yet.
25514
25515 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25516
25517         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25518         arg to nnheader-generate-fake-message-id.
25519
25520 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25521
25522         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25523         number and build a fake message ID localized to a group and
25524         article number (so it's repeatable from that point on).
25525         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25526         ID format.
25527
25528         * gnus-sum.el (gnus-get-newsgroup-headers):
25529         Call nnheader-generate-fake-message-id with the article number.
25530
25531 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25532
25533         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25534         end-of-buffer.
25535
25536 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25537
25538         * message.el (message-ignored-supersedes-headers): Add Approved.
25539
25540 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25541
25542         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25543         goto-char.
25544         (rfc2047-encode): Fold the line before encoding.
25545
25546 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25547
25548         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25549         folding -- not all headers can be folded, and this should be done
25550         by the message composition mode.  Probably.  I think.
25551
25552 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25553
25554         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25555         fast.
25556
25557         * gnus-ems.el (gnus-remove-image): Don't use
25558         message-text-with-property; remove only the image found first.
25559
25560         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25561         found first.
25562
25563 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25564
25565         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25566
25567 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25568
25569         * message.el (message-text-with-property): Make it fast and accept
25570         optional arguments.
25571         (message-strip-forbidden-properties): Use it.
25572         (message-fix-before-sending): Follow the m-t-w-p change.
25573
25574         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25575
25576 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25577
25578         * gnus-art.el (article-hide-headers): Don't change the buffer
25579         mistakenly when performing mml-preview even if
25580         gnus-single-article-buffer is nil.
25581
25582 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25583
25584         * message.el (message-expand-name-databases): New user option.
25585         (message-expand-name): Use it.
25586
25587 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25588
25589         * spam.el (spam-report-articles-resend)
25590         (spam-report-resend-register-routine): Allow ham reporting.
25591         (spam-report-resend-register-ham-routine): Add wrapper.
25592         (spam-registration-functions): Add ham resending functions.
25593         (spam-list-of-processors): Add ham resend processor.
25594
25595         * gnus.el (ham-resend-to): Add new group parameter.
25596         (spam-process): Add ham resend option.
25597
25598         * spam-report.el (spam-report-resend): Allow reporting ham.
25599         (spam-report-resend-ham): Add wrapper.
25600
25601 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25602
25603         * message.el (message-cite-articles-with-x-no-archive):
25604         New variable.
25605         (message-cite-original): Use it.
25606
25607 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25608
25609         * message.el (message-cite-original): Respect X-No-Archive.
25610
25611 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25612
25613         * gnus-art.el (article-hide-headers): Refer to the values for
25614         gnus-ignored-headers and gnus-visible-headers in the summary
25615         buffer since a user may have set them as group parameters.
25616
25617 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25618
25619         * assistant.el (assistant-node-name): Add convenience function.
25620         (assistant-render-text, assistant-render-node): Add error handling,
25621         plus handle multiple next nodes.
25622         (assistant-find-next-node): Comment out for now.
25623         (assistant-find-next-nodes): Add function, returns list of next
25624         nodes.
25625
25626 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25627
25628         * mail-source.el (mail-source-directory): Fix doc-string.
25629
25630 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25631
25632         * assistant.el (assistant-render-text, assistant-eval): Add :set
25633         widget type, which is different because it takes and returns a
25634         list.  Much hilarity ensues.
25635
25636 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25637
25638         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25639
25640         * gnus-group.el (gnus-group-get-new-news-this-group):
25641         Add doc-string.
25642
25643         * gnus-start.el (gnus-activate-group): Add doc-string.
25644
25645 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25646
25647         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25648
25649 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25650
25651         * assistant.el (assistant-render-text): Try to add a :set
25652         widget, more to come.
25653
25654         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25655         strings.
25656         (spam-report-articles-resend)
25657         (spam-register-routine): Do registration iff any articles warrant
25658         it.
25659         (spam-summary-prepare-exit): Change log message for nil group
25660         destinations.
25661
25662 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25663
25664         * spam.el (spam-report-resend-register-routine):
25665         Allow spam-report-resend-to to be a group parameter or a global value.
25666
25667 2004-05-26  Simon Josefsson  <jas@extundo.com>
25668
25669         * starttls.el: Merge with my GNUTLS based starttls.el.
25670         (starttls-gnutls-program, starttls-use-gnutls)
25671         (starttls-extra-arguments, starttls-process-connection-type)
25672         (starttls-connect, starttls-failure, starttls-success):
25673         New variables.
25674         (starttls-program, starttls-extra-args): Doc fix.
25675         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25676         New functions.
25677         (starttls-negotiate, starttls-open-stream):
25678         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25679         function if it is set.
25680
25681 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25682
25683         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25684         structured fields.
25685
25686 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25687
25688         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25689
25690 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25691
25692         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25693         Add variable.
25694         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25695         assigning the spam-mark to new messages.
25696
25697 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25698
25699         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25700
25701 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25702
25703         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25704
25705         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25706         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25707         default.
25708
25709 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25710
25711         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25712         correct data.
25713
25714 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25715
25716         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25717         (spam-group-processor-p): Fix function.
25718         (spam-group-processor-multiple-p)
25719         (spam-group-spam-processor-report-gmane-p)
25720         (spam-group-spam-processor-report-resend-p)
25721         (spam-group-spam-processor-bogofilter-p)
25722         (spam-group-spam-processor-blacklist-p)
25723         (spam-group-spam-processor-ifile-p)
25724         (spam-group-ham-processor-ifile-p)
25725         (spam-group-spam-processor-spamoracle-p)
25726         (spam-group-spam-processor-crm114-p)
25727         (spam-group-ham-processor-bogofilter-p)
25728         (spam-group-spam-processor-stat-p)
25729         (spam-group-ham-processor-stat-p)
25730         (spam-group-ham-processor-whitelist-p)
25731         (spam-group-ham-processor-BBDB-p)
25732         (spam-group-ham-processor-spamoracle-p)
25733         (spam-group-ham-processor-copy-p): Remove functions with some
25734         prejudice against unneeded code.
25735         (spam-report-articles-resend)
25736         (spam-report-resend-register-routine): Allow the group/topic
25737         spam-resend-to value to override spam-report-resend-to.
25738         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25739         properly now.
25740
25741         * gnus.el (spam-resend-to): Add group/topic parameter.
25742         (spam-process): Move the OBSOLETE processors to the end of the
25743         choices.
25744
25745 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25746
25747         * spam-report.el (spam-report-resend-to, spam-report-resend):
25748         Start with resend-to set to nil, and then ask the user if necessary.
25749         (spam-report-resend): spam-report-resend takes a list of articles, not
25750         separate article numbers.
25751
25752 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25753
25754         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25755         addition to emacs-w3m.
25756
25757 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25758
25759         * assistant.el (assistant-authinfo-data): New function.
25760         (assistant-eval): Eval for entire assistant.
25761
25762         * netrc.el (netrc-services-file): New variable.
25763         (netrc-parse-services): New function.
25764         (netrc-find-service-name): New function.
25765         (netrc-find-service-number): New function.
25766         (netrc-port-equal): New function.
25767         (netrc-machine): Use it.
25768
25769         * nnimap.el (nnimap-open-connection): Use netrc.
25770
25771         * gnus-util.el (gnus-netrc-get): Remove aliases.
25772
25773         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25774
25775         * assistant.el (wid-edit): Fix compilation.
25776
25777         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25778
25779 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25780
25781         * gnus-util.el (gnus-set-file-modes): New function.  (small
25782         patch).
25783
25784 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25785
25786         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25787
25788         * assistant.el (assistant-render-node): Fix up rendering and
25789         read-only text.
25790         (assistant-render-node): Reset.
25791         (assistant-make-read-only): Not sticky.
25792
25793 2004-05-20  Danny Siu  <dsiu@adobe.com>
25794
25795         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25796         centered even when gnus-auto-center-summary is t.
25797
25798 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25799
25800         * dns.el (dns-get-txt-answer): New function.
25801         (dns-read-txt): Ditto.
25802         (query-dns): Use it.
25803
25804 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25805
25806         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25807         active for foreign groups even if the group level is higher than
25808         the specified value.
25809
25810 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25811
25812         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25813         non-active groups.
25814
25815         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25816
25817 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25818
25819         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25820
25821 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25822
25823         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25824         (spam-crm114-header, spam-crm114-spam-switch)
25825         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25826         (spam-crm114-positive-spam-header)
25827         (spam-crm114-database-directory, spam-list-of-processors)
25828         (spam-group-spam-processor-crm114-p)
25829         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25830         (spam-generic-score, spam-list-of-checks)
25831         (spam-list-of-statistical-checks, spam-registration-functions)
25832         (spam-check-crm114-headers, spam-crm114-score)
25833         (spam-check-crm114, spam-crm114-register-with-crm114)
25834         (spam-crm114-register-spam-routine)
25835         (spam-crm114-unregister-spam-routine)
25836         (spam-crm114-register-ham-routine)
25837         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25838
25839 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25840
25841         * gnus.el: Add spam-use-crm114.
25842
25843         * spam.el (spam-list-of-processors, spam-registration-functions):
25844         Add spam-use-resend.
25845         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25846         (spam-report-articles-gmane): Add doc fix.
25847         (spam-report-articles-resend, spam-report-resend-register-routine):
25848         Add wrappers around spam-report-resend-to.
25849
25850         * spam-report.el (spam-report-resend-to, spam-report-resend):
25851         Add support for resending spam.
25852         (spam-report-gmane): Fix line length >80.
25853
25854         * gnus.el (spam-process): Add spam-use-resend.
25855
25856 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25857
25858         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25859         number of processed spam messages.
25860         (spam-ham-copy-or-move-routine): Return the number of processed
25861         ham messages.
25862         (spam-summary-prepare-exit): Use the above values to decide
25863         whether status messages shouled be displayed.
25864
25865 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25866
25867         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25868         `rfc2047-encoding-function-alist' in order to avoid conflicting
25869         with the old version.
25870         (rfc2047-encode-region): Concatenate words containing non-ASCII
25871         characters in structured fields; don't encode space-delimited
25872         ASCII words even in unstructured fields; don't break words at
25873         char-category boundaries.
25874         (rfc2047-encode-1): New function.
25875         (rfc2047-encode): Use it; encode text so that it occupies the
25876         maximum width within 76-column; work correctly on Q encoding for
25877         iso-2022-* charsets.
25878         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25879         sure not to break a line just after the header name.
25880         (rfc2047-b-encode-region): Remove.
25881         (rfc2047-b-encode-string): New function.
25882         (rfc2047-q-encode-region): Remove.
25883         (rfc2047-q-encode-string): New function.
25884
25885         * mm-util.el (mm-replace-in-string): New function.
25886
25887 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25888
25889         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25890         Really get it right.
25891         (gnus-inews-make-draft): Really.
25892
25893 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25894
25895         * nnmh.el (nnmh-request-list-1): Don't check the link count
25896         before descending.  (small patch)
25897
25898 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25899
25900         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25901         stuff.
25902
25903         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25904         Match on real group name.
25905
25906         * gnus-art.el (gnus-signature-limit): Doc fix.
25907
25908         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25909
25910         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25911
25912 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25913
25914         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25915         isn't a string.
25916
25917 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25918
25919         * gnus-draft.el (gnus-draft-send):
25920         Bind rfc2047-encode-encoded-words.
25921
25922         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25923         (rfc2047-encodable-p): Say that =? needs encoding.
25924         (rfc2047-encode-encoded-words): New variable.
25925
25926         * gnus-group.el (gnus-group-select-group): Doc fix.
25927
25928         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25929
25930         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25931         to nil.
25932
25933         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25934
25935         * nnheader.el (nnheader-get-lines-and-char): New function.
25936
25937 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25938
25939         * gnus-msg.el (gnus-summary-followup-with-original):
25940         Document yanking of region when active.
25941
25942 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25943
25944         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25945         groups if the group level is higher than the specified value.
25946
25947 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25948
25949         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25950         (gnus-group-jump-to-group): Add prefix argument using
25951         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25952         non-active group.
25953
25954         * compface.el (uncompface): Be verbose when changing
25955         `uncompface-use-external'.
25956
25957         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25958         handle manual section.
25959
25960 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25961
25962         * gnus-art.el (gnus-button-alist): Revert previous change.
25963
25964 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25965
25966         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25967
25968 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25969
25970         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25971         whether backend can accept message.
25972
25973         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25974
25975 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25976
25977         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25978         Avoid creating directory when nntp-marks-is-evil is true.
25979         Reported by Reiner Steib.
25980
25981 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25982
25983         * gnus-picon.el (gnus-picon-insert-glyph):
25984         Add optional `nostring' argument.
25985
25986 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25987
25988         * gnus-picon.el (gnus-picon-style): New variable.
25989         (gnus-picon-transform-address): Support `gnus-picon-style'.
25990
25991 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25992
25993         * message.el (message-fill-field): Return point.
25994         (message-generate-headers): Go to end of field.
25995
25996         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25997         stuff for non-living groups.
25998
25999 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26000
26001         * gnus-art.el (gnus-article-followup-with-original)
26002         (gnus-article-reply-with-original): gnus-mark-active-p ->
26003         gnus-region-active-p.
26004
26005 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26006
26007         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26008         only when there is spam or ham to be processed.
26009
26010 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26011
26012         * mail-source.el (mail-source-delete-crash-box): Refactor.
26013         (mail-source-fetch): Use it.
26014         (mail-source-fetch-file): Ditto.
26015         (mail-source-fetch-directory): Run postscript in loop.
26016         (mail-source-fetch-pop): Delete.
26017         (mail-source-fetch-maildir): Ditto.
26018         (mail-source-fetch-imap): Ditto.
26019
26020         * imap.el (imap-authenticators): Comment out sasl.
26021
26022         * message.el (message-skip-to-next-address): New function.
26023         (message-fill-header-address): Refactor.
26024         (message-fill-address): Use it.
26025         (message-delete-address): Use it.
26026         (message-fill-header-general): Refactor.
26027         (message-fill-field-address): Rename.
26028         (message-narrow-to-field): Find the start of the header.
26029         (message-header-format-alist): Don't pre-fill.
26030         (message-fill-header): Remove.
26031         (message-insert-header): New function.
26032         (message-shorten-references): Use it.
26033
26034         * rfc2047.el (rfc2047-field-value): Strip props.
26035
26036         * mail-parse.el (mail-header-make-address): New alias.
26037
26038         * ietf-drums.el (ietf-drums-make-address): New function.
26039
26040         * imap.el: Add compiler directives.
26041
26042         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26043
26044         * gnus-art.el (article-decode-idna-rhs): Don't use
26045         message-idna-inside-rhs-p.
26046
26047 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26048
26049         * message.el (message-idna-inside-rhs-p): Remove.
26050         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26051
26052         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26053         false positives.
26054
26055 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26056
26057         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26058
26059 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26060
26061         * nneething.el (nneething-file-name): Don't create spurious
26062         files.
26063
26064         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26065         (gnus-inews-do-gcc): Remove sleep.
26066
26067         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26068         part under point.
26069
26070         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26071         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26072
26073 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26074
26075         * spam.el (spam-summary-prepare-exit): Fix (length).
26076
26077 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26078
26079         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26080         as expired without moving it" message when there are spam
26081         messages left.
26082
26083 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26084
26085         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26086         header is not nil.
26087
26088 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26089
26090         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26091         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26092         (nntp-marks-changed-p): New arg SERVER.
26093         (nntp-request-update-info): Adjust caller.
26094
26095 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26096
26097         * nntp.el (nntp-save-marks): Pass missing arg.
26098
26099 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26100
26101         * nntp.el: Support marks.
26102         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26103         (nntp-marks-modtime, nntp-marks-directory): New variables.
26104         (nntp-request-set-mark, nntp-request-update-info)
26105         (nntp-possibly-create-directory, nntp-marks-changed-p)
26106         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26107         New functions.
26108
26109 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26110
26111         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26112         (gnus-xmas-redefine): Rename.
26113
26114         * gnus-score.el (gnus-score-insert-help):
26115         Use gnus-select-lowest-window.
26116
26117         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26118         appt-select-lowest-window and rename to gnus-select-lowest-window.
26119
26120         * gnus.el: do.
26121
26122 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26123
26124         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26125         encodings of MIME-encoded words, in order to improve
26126         interoperability with several broken MUAs.
26127
26128 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26129
26130         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26131         tags, only when charsets are not specified in headers.
26132         (mm-inline-text-html-render-with-w3m): Ditto.
26133
26134         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26135         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26136
26137 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26138
26139         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26140         instead of MIME-decoded from fields when checking
26141         `gnus-article-address-banner-alist'.
26142
26143 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26144
26145         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26146         description rather than subject.
26147
26148 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26149
26150         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26151
26152 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26153
26154         * gnus.el (gnus-version-number): Bump.
26155
26156 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26157
26158         * gnus.el: No Gnus v0.2 is released.
26159
26160 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26161
26162         * gnus-agent.el (gnus-agent-read-agentview):
26163         Inline gnus-uncompress-range.
26164
26165 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26166
26167         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26168         `exec-installed-p'.
26169
26170 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26171
26172         * gnus.el (spam-process, spam-autodetect-methods):
26173         Add bsfilter and bsfilter-headers.
26174
26175         * spam.el (spam-bsfilter): New customize group.
26176         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26177         (spam-bsfilter-header, spam-bsfilter-probability-header)
26178         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26179         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26180         (spam-bsfilter-database-directory): New options.
26181         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26182         (spam-list-of-statistical-checks, spam-registration-functions):
26183         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26184         (spam-bsfilter-score): New command.
26185         (spam-check-bsfilter-headers, spam-check-bsfilter)
26186         (spam-bsfilter-register-with-bsfilter)
26187         (spam-bsfilter-register-spam-routine)
26188         (spam-bsfilter-unregister-spam-routine)
26189         (spam-bsfilter-register-ham-routine)
26190         (spam-bsfilter-unregister-ham-routine): New functions.
26191         (spam-generic-score): Support bsfilter; Accept an optional argument
26192         to recalcurate spam score even if scoring header has already been
26193         added.
26194         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26195         optional argument to recalcurate spam score even if scoring header
26196         has already been added.
26197
26198 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26199
26200         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26201         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26202         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26203         link is missing.
26204
26205 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26206
26207         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26208         (html2text-get-attr): Rewrite.
26209
26210         * message.el (message-setup-1): Remove redundant put-text-property
26211         on mail-header-separator.
26212
26213 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26214
26215         * gnus-registry.el (gnus-registry-cache-whitespace)
26216         (gnus-registry-action, gnus-registry-spool-action)
26217         (gnus-registry-split-fancy-with-parent): Change message levels
26218         from 5 to 3 or 7, as needed.
26219
26220         * spam.el (spam-summary-prepare-exit)
26221         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26222         (spam-split, spam-find-spam, spam-log-undo-registration)
26223         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26224         level from 5 to 6.
26225
26226 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26227
26228         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26229         2004-03-04 change).
26230
26231 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26232
26233         * sieve-manage.el (sieve-manage-open):
26234         * nnweb.el (nnweb-insert-html):
26235         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26236         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26237         * nnspool.el (nnspool-request-group):
26238         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26239         * nnml.el (nnml-request-update-info):
26240         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26241         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26242         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26243         (nnimap-request-set-mark):
26244         * nnfolder.el (nnfolder-request-update-info):
26245         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26246         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26247         * gnus-uu.el (gnus-uu-find-articles-matching):
26248         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26249         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26250         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26251         * gnus-nocem.el (gnus-nocem-scan-groups):
26252         * gnus-int.el (gnus-start-news-server):
26253         * gnus-group.el (gnus-group-make-kiboze-group)
26254         (gnus-group-browse-foreign-server):
26255         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26256         Use mapc when appropriate.
26257
26258 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26259             Adam Sjøgren  <asjo@koldfront.dk>
26260             Wes Hardaker  <wes@hardakers.net>
26261             Michael Shields  <shields@msrl.com>
26262
26263         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26264         may need for spam sorting and scoring.
26265         (spam-user-format-function-S): Add user format function suitable for
26266         general use.
26267         (spam-article-sort-by-spam-status): Add sorting function for summary
26268         sorting.
26269         (spam-extra-header-to-number): Add function to get a score from a
26270         header.
26271         (spam-summary-score): Add function to get a numeric score from the
26272         headers.
26273         (spam-generic-score): Fix function doc, was in wrong place.
26274         (spam-initialize): Take symbols when it's run, and install the
26275         extra headers that spam-necessary-extra-headers thinks we need.
26276
26277 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26278
26279         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26280         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26281
26282 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26283
26284         * gnus-sum.el (gnus-set-global-variables)
26285         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26286         (gnus-article-get-xrefs, gnus-summary-best-group)
26287         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26288         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26289         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26290         Use with-current-buffer.
26291
26292 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26293
26294         * spam.el (spam-summary-prepare-exit): Simplify logic.
26295         (spam-fetch-article-header): Read the article header if it's not
26296         available.
26297         (spam-list-articles): Simplify logic.
26298         (spam-filelist-register-routine): Fix bug with unregister-list.
26299
26300         * gnus-registry.el: Fix comments at beginning.
26301
26302 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26303
26304         * message.el (message-cater-to-broken-inn): Remove.
26305         (message-shorten-references): Make sure the total folded length of
26306         References is shorter than 998 characters to cater to a bug in INN
26307         2.3.  Also, don't pretend that references aren't folded -- this
26308         hasn't worked for a while.
26309
26310 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26311
26312         * gnus-agent.el (gnus-agentize):
26313         gnus-agent-send-mail-real-function no longer set to current value
26314         of message-send-mail-function but rather a lambda that calls
26315         message-send-mail-function.  The change makes the agent real-time
26316         responsive to user changes to message-send-mail-function.
26317
26318 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26319
26320         * legacy-gnus-agent.el
26321         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26322         help from Florian Weimer <fw@deneb.enyo.de>
26323
26324 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26325
26326         * nnmail.el (nnmail-cache-insert): Revert last change.
26327
26328 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26329
26330         * nnmail.el (nnmail-cache-insert): Always check whether
26331         nnmail-cache-ignore-groups matches a group name.
26332
26333 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26334
26335         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26336         (spam-find-spam, spam-log-processing-to-registry)
26337         (spam-log-registered-p, spam-log-unregistration-needed-p)
26338         (spam-log-undo-registration): Use gnus-message instead of
26339         gnus-error, none of these errors are fatal.
26340
26341         * gnus-registry.el (gnus-registry-clean-empty-function)
26342         (gnus-registry-clean-empty): Remove only empty entries without
26343         extra data.
26344
26345 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26346
26347         * spam-stat.el (spam-stat-buffer-change-to-spam)
26348         (spam-stat-buffer-change-to-non-spam): Change (error) to
26349         (gnus-message 8) invocation.
26350
26351 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26352
26353         * nntp.el (nntp-via-netcat-command): New variable.
26354         (nntp-via-netcat-switches): New variable.
26355         (nntp-open-via-rlogin-and-netcat): New function.
26356         (nntp-open-connection-function): Doc fix.
26357         (nntp-telnet-command): Doc fix.
26358         (nntp-end-of-line): Doc fix.
26359         (nntp-via-rlogin-command): Doc fix.
26360         (nntp-via-user-name): Doc fix.
26361         (nntp-via-address): Doc fix.
26362
26363 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26364
26365         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26366         error in Emacs 21.1.
26367
26368 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26369
26370         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26371
26372 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26373
26374         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26375         (gnus-agent-with-refreshed-group): New macro.
26376         (gnus-agent-rename-group): New function.
26377         (gnus-agent-delete-group): New function.
26378         (gnus-agent-save-group-info): Use gnus-command-method when
26379         `method' parameter is nil.  Don't write nil entries into the
26380         active file.
26381         (gnus-agent-get-group-info): New function.
26382         (gnus-agent-fetch-articles):
26383         Use gnus-agent-update-files-total-fetched-for to increment disk space
26384         used.
26385         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26386         Use gnus-agent-update-view-total-fetched-for to increment disk space
26387         used.
26388         (gnus-agent-get-local): Add optional parameters to avoid calling
26389         gnus-group-real-name and gnus-find-method-for-group.
26390         (gnus-agent-set-local): Delete stored entry if either min, or max,
26391         are nil.
26392         (gnus-agent-fetch-session): Reworded error/quit messages.
26393         On quit, use gnus-agent-regenerate-group to record existance of any
26394         articles fetched to disk before the quit occurred.
26395         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26396         gnus-agent-update-view-total-fetched-for, and
26397         gnus-agent-update-files-total-fetched-for to decrement disk space
26398         used.
26399         (gnus-agent-retrieve-headers):
26400         Use gnus-agent-update-view-total-fetched-for to increment disk space
26401         used.
26402         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26403         with gnus-agent-update-files-total-fetched-for to decrement disk
26404         space and fresh group buffer.
26405         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26406         (gnus-agent-need-update-total-fetched-for): New variable.
26407         (gnus-agent-update-files-total-fetched-for): New function.
26408         (gnus-agent-update-view-total-fetched-for): New function.
26409         (gnus-agent-total-fetched-for): New function.
26410
26411         * gnus-cache.el (gnus-cache-save-buffers):
26412         Use gnus-cache-update-overview-total-fetched-for to change disk space
26413         used by this group.
26414         (gnus-cache-possibly-enter-article):
26415         Use gnus-cache-update-file-total-fetched-for to increment disk space
26416         used by this group.
26417         (gnus-cache-possibly-remove-article):
26418         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26419         used by this group.
26420         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26421         (gnus-cache-rename-group): New function.
26422         (gnus-cache-delete-group): New function.
26423         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26424         (gnus-cache-need-update-total-fetched-for): New variable.
26425         (gnus-cache-with-refreshed-group): New macro.
26426         (gnus-cache-update-file-total-fetched-for): New function.
26427         (gnus-cache-update-overview-total-fetched-for): New function.
26428         (gnus-cache-rename-group-total-fetched-for): New function.
26429         (gnus-cache-delete-group-total-fetched-for): New function.
26430         (gnus-cache-total-fetched-for): New function.
26431
26432         * gnus-group.el: Require gnus-sum and autoload functions to
26433         resolve warnings when gnus-group.el compiled alone.
26434         (gnus-group-line-format): Document new %F.
26435         (size of Fetched data) group line format; identifies disk space
26436         used by agent and cache.
26437         (gnus-group-line-format-alist): Define new F format.
26438         (gnus-total-fetched-for): New function.
26439         (gnus-group-delete-group): No longer update
26440         gnus-cache-active-altered as gnus-request-delete-group now keeps
26441         the cache in sync.
26442         (gnus-group-list-active): Let the agent store a server's active
26443         list if currently plugged.
26444
26445         * gnus-int.el (gnus-request-delete-group):
26446         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26447         local disk in sync with the server.
26448         (gnus-request-rename-group):
26449         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26450         local disk in sync with the server.
26451
26452         * gnus-start.el (gnus-get-unread-articles):
26453         Cosmetic simplification to logic.
26454
26455         * gnus-util.el (gnus-rename-file): New function.
26456
26457 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26458
26459         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26460
26461 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26462
26463         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26464         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26465
26466 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26467
26468         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26469         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26470
26471 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26472
26473         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26474
26475 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26476
26477         * spam.el (spam-set-difference): Add function to replace
26478         gnus-set-difference in spam.el.
26479         (spam-summary-prepare-exit): Use spam-set-difference.
26480
26481 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26482
26483         * gnus-registry.el (gnus-registry-cache-file): Update to use
26484         gnus-dribble-directory OR gnus-home-directory OR ~.
26485         (gnus-registry-split-fancy-with-parent): Fix doc.
26486
26487 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26488
26489         * message.el (message-exchange-point-and-mark):
26490         Use message-mark-active-p.  Suggested by Jesper Harder
26491         <harder@ifa.au.dk>.
26492
26493 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26494
26495         * message.el (message-exchange-point-and-mark): Don't activate
26496         region if it was inactive.  Suggested by Hiroshi Fujishima
26497         <pooh@nature.tsukuba.ac.jp>.
26498
26499 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26500
26501         * gnus-art.el (article-display-face): Display Faces in the same
26502         order as X-Faces.
26503
26504 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26505
26506         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26507
26508 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26509
26510         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26511         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26512         (gnus-article-mime-hierarchy): Remove.
26513         (gnus-article-mime-hierarchy-next): Remove.
26514         (gnus-article-mode): Revert 2004-03-19 change.
26515         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26516         (gnus-insert-mime-button): Revert 2004-03-19 change.
26517         (gnus-mime-accumulate-hierarchy): Remove.
26518         (gnus-mime-enter-multipart): Remove.
26519         (gnus-mime-leave-multipart): Remove.
26520         (gnus-mime-display-part): Revert 2004-03-19 change.
26521         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26522
26523         * mml.el (mml-preview): Revert 2004-03-19 change.
26524
26525 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26526
26527         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26528
26529 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26530
26531         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26532         t while entering a file name using the mm-with-multibyte macro.
26533         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26534
26535         * mm-util.el (mm-with-multibyte): New macro.
26536
26537 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26538
26539         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26540         New user option.
26541         (gnus-mime-multipart-functions): Doc and customization fix.
26542         (gnus-article-mime-hierarchy): New variable.
26543         (gnus-article-mime-hierarchy-next): New variable.
26544         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26545         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26546         gnus-article-mime-hierarchy-next to nil.
26547         (gnus-insert-mime-button): Show hierarchy numbers.
26548         (gnus-mime-accumulate-hierarchy): New function.
26549         (gnus-mime-enter-multipart): New function.
26550         (gnus-mime-leave-multipart): New function.
26551         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26552         (gnus-mime-display-alternative): Show hierarchy numbers.
26553
26554         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26555         gnus-article-mime-hierarchy-next to nil.
26556
26557 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26558
26559         * dns.el: Don't require gnus-xmas.
26560
26561 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26562
26563         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26564         inline PGP.
26565         (mml-menu): Disable mml-quote-region if mark is inactive.
26566
26567 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26568
26569         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26570         when the group's active is not available.
26571
26572 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26573
26574         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26575         error.
26576
26577 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26578
26579         * imap.el (imap-store-password): New variable.
26580         (imap-interactive-login): Use it.
26581         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26582
26583 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26584
26585         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26586         window-start and hscroll to summary window.
26587
26588 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26589
26590         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26591         conversion message to newsrc-dribble when an actual conversion is
26592         performed.
26593
26594 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26595
26596         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26597
26598 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26599
26600         * mm-decode.el (mm-complicated-handles): New function reviving
26601         former definition of mm-multiple-handles.
26602
26603         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26604         (gnus-mime-delete-part): Use it.
26605
26606 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26607
26608         * gnus-agent.el (gnus-agent-read-local):
26609         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26610         avoid the implicit assumption that they will always be equal.
26611         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26612         coding-system-for-write, as the with-temp-file macro first prints
26613         to a buffer then saves the buffer.
26614
26615 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26616
26617         * gnus-art.el (gnus-article-edit-part): New function.
26618         (gnus-mime-save-part-and-strip): Use it; do query instead of
26619         signaling an error; don't use mm-multiple-handles.
26620         (gnus-mime-delete-part): Ditto.
26621
26622 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26623
26624         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26625         old file versions.
26626         (gnus-group-prepare-hook): Remove function that converted list
26627         form of gnus-agent-expire-days to group properties.
26628
26629         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26630         (gnus-request-accept-article): Re-indented.
26631
26632         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26633         converters to handle old agent file formats.  Add logic for a
26634         "backup before upgrading warning".
26635         (gnus-convert-mark-converter-prompt): Developers can mark
26636         functions as needing (default), or not needing,
26637         gnus-convert-old-newsrc's "backup before upgrading warning".
26638         (gnus-convert-converter-needs-prompt): Tests whether the user
26639         should be protected from potentially irreversable changes by the
26640         function.
26641
26642         * legacy-gnus-agent.el: New.  Provides converters that are only
26643         loaded when gnus-convert-old-newsrc needs to call them.
26644
26645 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26646
26647         * mail-source.el (mail-source-touch-pop): Doc fix.
26648
26649         * message.el (message-smtpmail-send-it): Doc fix.
26650
26651 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26652
26653         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26654
26655         * nnmail.el (nnmail-split-fancy): do.
26656
26657         * gnus-kill.el (gnus-kill, gnus-execute): do.
26658
26659 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26660
26661         * gnus-sum.el (gnus-widget-reversible-match)
26662         (gnus-widget-reversible-to-internal)
26663         (gnus-widget-reversible-to-external): New functions.
26664         (gnus-widget-reversible): New widget.
26665         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26666
26667 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26668
26669         * gnus-sum.el (gnus-thread-sort-functions)
26670         (gnus-article-sort-functions): Document `(not F)' items.
26671
26672 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26673
26674         * spam.el (spam-use-gmane-xref): Add new backend.
26675         (spam-gmane-xref-spam-group): Add variable to control the name of the
26676         Gmane spam group.
26677         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26678         (spam-regex-headers-spam, spam-regex-headers-ham)
26679         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26680         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26681         backends and checks.
26682         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26683
26684         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26685         an autodetect method.
26686
26687 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26688
26689         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26690         articles are being added to a group.
26691         (gnus-request-replace-article): Inform the agent that articles
26692         need to be uncached as the cached contents are no longer valid.
26693
26694 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26695
26696         * binhex.el: Don't autoload executable-find.
26697
26698         * canlock.el: Don't autoload mail-fetch-field.
26699
26700         * dgnushack.el: Autoload c-mode for XEmacs.
26701
26702         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26703
26704         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26705         rmail-dont-reply-to and rmail-output.
26706
26707         * gnus-score.el: Don't autoload ffap-string-at-point.
26708
26709         * gnus-setup.el: Don't autoload sc-cite-original.
26710
26711         * imap.el: Don't autoload base64-decode-string,
26712         base64-encode-string and md5.
26713
26714         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26715         and rmail-msg-restore-non-pruned-header.
26716
26717         * mm-decode.el: Don't autoload executable-find.
26718
26719         * mm-url.el: Don't autoload executable-find.
26720
26721         * mm-view.el: Don't autoload diff-mode.
26722
26723         * nndb.el: Don't autoload news-reply-mode, news-setup,
26724         cancel-timer and telnet.
26725
26726         * password.el: Don't autoload run-at-time for Emacs.
26727
26728         * sha1-el.el: Don't autoload executable-find.
26729
26730         * sieve-mode.el: Don't autoload c-mode.
26731
26732         * uudecode.el: Don't autoload executable-find.
26733
26734 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26735
26736         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26737         (gnus-agent-possibly-alter-active): Avoid null in numeric
26738         comparison.
26739         (gnus-agent-set-local): Refuse to save null in local object table.
26740         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26741         list of articles that will be marked as unread.
26742
26743 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26744
26745         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26746
26747 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26748
26749         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26750         language tags.
26751
26752 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26753
26754         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26755         Don't bind "obarray".
26756
26757         * gnus-sum.el (gnus-thread-sort-functions):
26758         Add `gnus-thread-sort-by-most-recent-number' and
26759         `gnus-thread-sort-by-most-recent-date'.
26760         Reported by Kai Grossjohann <kai@emptydomain.de>.
26761
26762 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26763
26764         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26765
26766 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26767
26768         * gnus-cus.el (gnus-agent-customize-category):
26769         Remove ignore-errors macro reference that required cl to be loaded at
26770         run-time.
26771
26772         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26773         single-interval range of the form (min . max).  Previously the
26774         range had to look like ((min . max)).  Likewise, return
26775         (min . max) rather than ((min . max)).
26776         (gnus-range-map): Use gnus-range-normalize to accept
26777         single-interval range.
26778
26779         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26780         the cache, but not the agent, now appear with their usual face.
26781
26782         * dgnushack.el (loaddir): New variable that is bound to the
26783         directory containing the dgnushack.el file.  Use loaddir, rather
26784         than srcdir, to update load-path.  Change lets dgnushack compile
26785         code in directories other than GNUS/lisp.
26786
26787 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26788
26789         * lpath.el: Don't bind w3m-safe-url-regexp.
26790
26791         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26792         w3m-safe-url-regexp variable buffer-local.
26793
26794         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26795
26796 2004-02-27  Simon Josefsson  <jas@extundo.com>
26797
26798         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26799         gnus-group-real-prefix.
26800         (gnus-summary-move-article): Use it, instead of
26801         gnus-group-real-prefix.
26802
26803 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26804
26805         * lpath.el: Bind w3m-safe-url-regexp.
26806
26807         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26808         w3m-safe-url-regexp variable buffer-local and set it as the value
26809         of mm-w3m-safe-url-regexp.
26810
26811         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26812
26813         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26814         parsing gnus-posting-styles when the message is not for replying.
26815
26816         * dgnushack.el: Autoload sgml-mode for XEmacs.
26817
26818         * nnrss.el (nnrss-opml-export):
26819         Use mm-set-buffer-file-coding-system instead of
26820         set-buffer-file-coding-system.
26821
26822 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26823
26824         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26825         of checkdoc.el).
26826         * nnrss.el: do.
26827         * gnus-mlspl.el: do.
26828         * gnus-ml.el: do.
26829         * gnus-srvr.el: do.
26830
26831         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26832
26833 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26834
26835         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26836         Corrections to custom-manual links.
26837
26838         * gnus-art.el (gnus-article): Ditto.
26839
26840         * mm-decode.el (mime-display, mime-security): Ditto.
26841
26842 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26843
26844         * flow-fill.el: Typo.
26845
26846 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26847
26848         * spam-wash.el: New file.
26849
26850 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26851
26852         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26853
26854 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26855
26856         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26857         to be run with new-articles as LIST1, not LIST2.
26858         (spam-registration-functions): Add spam-use-ham-copy as a nil
26859         registration backend.
26860
26861 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26862
26863         * spam-stat.el (spam-stat-washing-hook): New option.
26864         (spam-stat-buffer-words): Use it.
26865         (spam-stat-process-directory, spam-stat-test-directory):
26866         Use insert-file-contents-literally.
26867         (spam-stat-coding-system): New variable.
26868         (spam-stat-load, spam-stat-save): Use it.
26869
26870 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26871
26872         * spam-report.el (spam-report-plug-agent):
26873         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26874
26875 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26876
26877         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26878         Allow / in mailto URLs.
26879
26880 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26881
26882         * spam-report.el (spam-report-process-queue): Fix interactive use.
26883         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26884         (spam-report-unplug-agent): Doc fixes.
26885         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26886         (spam-report-agentize, spam-report-deagentize): Autoload.
26887
26888 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26889
26890         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26891
26892         * message.el (message-setup-fill-variables): Add mml tags to
26893         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26894         <ajk@iu.edu>.
26895         (message-mode): Don't modify paragraph-separate there.
26896
26897 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26898
26899         * compface.el (uncompface-use-external): Default to undecided.
26900         (uncompface-use-external-threshold): New variable.
26901         (uncompface-float-time): New macro.
26902         (uncompface): Determine whether to use the external decoder if
26903         uncompface-use-external is undecided.
26904
26905 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26906
26907         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26908         after images.
26909
26910         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26911
26912 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26913
26914         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26915
26916         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26917
26918         * gnus-sum.el (gnus-summary-limit-to-age)
26919         (gnus-summary-limit-children): do.
26920
26921         * gnus-int.el (gnus-request-scan): do.
26922
26923         * gnus-group.el (gnus-group-suspend): do.
26924
26925         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26926
26927         * gnus-cite.el (gnus-cite-parse-attributions): do.
26928
26929         * gnus-agent.el (gnus-summary-set-agent-mark)
26930         (gnus-agent-regenerate-group): do.
26931
26932         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26933
26934         * binhex.el (binhex-decode-region-internal): do.
26935
26936 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26937
26938         * gnus-fun.el (gnus-face-properties-alist): New user option.
26939         (gnus-display-x-face-in-from): Use it.
26940
26941         * gnus-art.el (article-display-face): Ditto.
26942
26943         * compface.el (uncompface-use-external): Default to nil.
26944
26945 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26946
26947         * nntp.el (nntp-erase-buffer): New function.
26948         (nntp-retrieve-data, nntp-send-command)
26949         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26950         (nntp-possibly-change-group): Use it.
26951
26952         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26953         Use with-current-buffer.
26954
26955 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26956
26957         * compface.el: Merge the ELisp-based uncompface program.
26958         (compface): New customization group.
26959         (uncompface-use-external): New user option.
26960         (uncompface): Call uncompface-internal if uncompface-use-external
26961         is nil.
26962         (uncompface-internal): New function.  Note that there are also
26963         some other functions and variables added for this function.
26964
26965 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26966
26967         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26968         if necessary.
26969
26970 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26971
26972         * spam-report.el (spam-report-unplug-agent)
26973         (spam-report-plug-agent, spam-report-deagentize)
26974         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26975         Add support for the Agent in spam-report: when unplugged, report to a
26976         file; when plugged, submit all the requests.
26977
26978         * spam.el (spam-register-routine): Fix message about
26979         registration.
26980
26981 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26982
26983         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26984         dependencies.
26985         (rfc2047-encode): Use it.
26986
26987         * gnus-art.el (gnus-button-marker-list): Move before first
26988         reference.
26989
26990         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26991         (imap-parse-body): Fix format string mismatch.
26992
26993         * gnus-score.el (gnus-summary-increase-score): do.
26994
26995         * nnrss.el (nnrss-close): New function.
26996
26997 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26998
26999         * nnrss.el (nnrss-make-filename): New function.
27000         (nnrss-request-delete-group, nnrss-read-server-data)
27001         (nnrss-save-server-data, nnrss-read-group-data)
27002         (nnrss-save-group-data): Use it.
27003         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27004         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27005         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27006
27007 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27008
27009         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27010
27011 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27012
27013         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27014         files.
27015
27016         * message.el (message-generate-headers-first): Don't quote nil
27017         and t in docstrings.
27018
27019         * imap.el (imap-id): do.
27020
27021         * gnus-agent.el (gnus-agent-consider-all-articles)
27022         (gnus-agent-queue-mail): do.
27023
27024 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27025
27026         * spam-report.el (spam-report-process-queue): New function.
27027         Process requests from `spam-report-requests-file'.
27028         (spam-report-process-queue): Doc fix.
27029
27030 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27031
27032         * spam.el (spam-register-routine)
27033         (spam-log-processing-to-registry, spam-log-registered-p)
27034         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27035         Change "check" to "spam-check" for semi-clarity.
27036
27037 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27038
27039         * pop3.el: Require nnheader.
27040
27041         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27042
27043         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27044
27045         * gnus-picon.el: Require cl.
27046
27047         * gnus-fun.el: Require gnus-ems and gnus-util.
27048
27049         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27050
27051         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27052
27053         * gnus-art.el (gnus-article-edit-mode): Define before first
27054         reference.
27055
27056 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27057
27058         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27059         (gnus-uu-post-encoded): Use point-at-bol.
27060
27061         * gnus-topic.el (gnus-group-active-topic-p): do.
27062
27063         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27064
27065         * gnus-group.el (gnus-group-kill-region): do.
27066
27067         * gnus-art.el (article-date-ut): do.
27068
27069         * message.el (message-fetch-field): Remove redundant
27070         case-fold-search binding.
27071         (message-narrow-to-field): Simplify.
27072
27073 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27074
27075         * spam.el (spam-directory): Derive from `gnus-directory'.
27076
27077         * spam-report.el (spam-report-url-to-file)
27078         (spam-report-requests-file): New function and variable for offline
27079         reporting.
27080         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27081         and user defined function.
27082         (spam-report-url-ping-mm-url): Remove doubled slash.
27083
27084 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27085
27086         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27087
27088 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27089
27090         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27091         Fix format string mismatch.
27092
27093         * sieve.el (sieve-deactivate-all): do.
27094
27095         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27096
27097         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27098
27099         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27100
27101         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27102
27103 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27104
27105         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27106         the list of checks.
27107
27108 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27109
27110         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27111         padding.
27112
27113 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27114
27115         * mm-view.el (mm-fill-flowed): New variable.
27116         (mm-inline-text): Use it.
27117
27118 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27119
27120         * spam.el (spam-spamassassin-register-ham-routine)
27121         (spam-spamassassin-register-spam-routine): Fix function names.
27122
27123 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27124
27125         * gnus.el (gnus-tmp-grouplens): Remove.
27126         (gnus-summary-line-format): Remove grouplens.
27127
27128         * gnus-group.el (gnus-group-line-format): Ditto.
27129
27130         * gnus-spec.el (gnus-format-specs): Ditto.
27131         (gnus-update-format-specifications): Flush the group format spec
27132         cache if there's the grouplens stuff.
27133         (gnus-parse-simple-format): Replace %l with the empty string.
27134
27135 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27136
27137         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27138         omission.
27139
27140 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27141
27142         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27143         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27144
27145 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27146
27147         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27148         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27149         New macros and functions.
27150         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27151         Handle > NLINK_MAX messages.
27152         * nnmaildir.el (nnmaildir-request-set-mark):
27153         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27154
27155 2004-01-25  Alex Schroeder  <alex@gnu.org>
27156
27157         * spam-stat.el (spam-stat-process-directory-age): New option.
27158         (spam-stat-process-directory): Use it.
27159
27160 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27161
27162         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27163         (spam-stat-save): Accept prefix argument.
27164
27165 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27166
27167         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27168         links" error.
27169
27170 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27171
27172         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27173         the rest of the and/or forms.
27174
27175 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27176
27177         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27178         compatibility with old .newsrc.eld files.
27179
27180         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27181
27182         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27183
27184         * gnus-start.el (gnus-1): do.
27185
27186         * gnus-group.el (gnus-group-line-format-alist): do.
27187
27188         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27189
27190         * gnus-gl.el: Remove.
27191
27192 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27193
27194         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27195         marks consisting of a single range {for example, (3 . 5)} rather
27196         than a list of a single range { ((3 . 5)) }.
27197
27198 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27199
27200         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27201         Use with-current-buffer.
27202         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27203         avoid consing a string.
27204
27205         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27206         Remove obsolete entries for big5 and gb2312.
27207
27208 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27209
27210         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27211         uncompressed list.
27212
27213 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27214
27215         * spam-stat.el (spam-stat-strip-xref): New function.
27216         (spam-stat-process-directory): Use it.
27217
27218         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27219         here -- it's done in message-fetch-field.
27220
27221 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27222
27223         * gnus-agent.el (gnus-agent-queue-mail)
27224         (gnus-agent-prompt-send-queue): New variables.
27225         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27226         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27227         "nndraft:queue" along to gnus-draft-send.
27228         Use gnus-agent-prompt-send-queue.
27229         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27230         is "nndraft:queue".  Suggested by Gaute Strokkenes
27231         <gs234@srcf.ucam.org>
27232
27233         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27234         (agent-enable-undownloaded-faces): Add.
27235         (gnus-agent-cat-groups): Use eval-and-compile, not
27236         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27237         method of gnus-agent-cat-groups even when the buffer has been
27238         evaled.
27239         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27240         delete gnus-agent-save-active-1.
27241         (gnus-agent-save-groups): Delete.  Identical to
27242         gnus-agent-save-active.
27243         (gnus-agent-write-active): No longer adjust agent's copy of active
27244         file as agent's adjustments are now stored in their own
27245         file.  Remove optional parameter.
27246         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27247         servers.  Add use of min/max range limits from server's local
27248         file.
27249         (gnus-agent-save-alist): Remove unused optional argument.
27250         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27251         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27252         (gnus-agent-set-local): A per-server file that keeps min/max range
27253         limits for articles known to the agent.  Provides a fast mechanism
27254         for altering many active ranges.
27255         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27256         active file (local makes it unnecessary).
27257         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27258
27259         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27260         (agent-enable-undownloaded-faces): Add.
27261
27262         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27263         disable it when sending to "nndraft:queue".
27264         (gnus-group-send-queue): Add safety check to avoid sending queue
27265         when unplugged.
27266
27267         * gnus-group.el (gnus-group-catchup): Use new
27268         gnus-sequence-of-unread-articles, not
27269         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27270         numbers of articles.  Use gnus-range-map to avoid having to
27271         uncompress the unread list.
27272         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27273         Fix invalid ange-ftp reference.
27274
27275         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27276         (gnus-sorted-range-intersection): Intersection of two ranges
27277         without requiring that they first be uncompressed.
27278
27279         * gnus-start.el (gnus-activate-group): Unless blocked by the
27280         caller, possibly expand the active range to include both cached
27281         and agentized articles.
27282         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27283         multiple version-dependent converters.
27284         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27285         gnus-agent-save-active.
27286         (gnus-save-newsrc-file): Save dirty agent range limits.
27287
27288         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27289         gnus-agent-possibly-alter-active.
27290         (gnus-adjust-marked-articles): Faster handling of simple lists.
27291
27292 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27293
27294         * spam-stat.el (spam-stat-test-directory): New optional argument
27295         displays a list of files detected.  Suggested by Andrew Cohen
27296         <cohen@andy.bu.edu>.
27297         (spam-stat-buffer-words-with-scores): Don't narrow and change
27298         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27299
27300 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27301
27302         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27303         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27304         (spam-spamassassin-arguments)
27305         (spam-spamassassin-spam-flag-header)
27306         (spam-spamassassin-positive-spam-flag-header)
27307         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27308         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27309         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27310         (spam-list-of-processors, spam-list-of-checks)
27311         (spam-list-of-statistical-checks, spam-registration-functions)
27312         (spam-check-spamassassin-headers, spam-check-spamassassin)
27313         (spam-spamassassin-score)
27314         (spam-spamassassin-register-with-sa-learn)
27315         (spam-spamassassin-register-spam-routine)
27316         (spam-spamassassin-register-ham-routine)
27317         (spam-assassin-register-spam-routine)
27318         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27319         (spam-bogofilter-score): Fix to show article before scoring.
27320
27321 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27322
27323         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27324         default scoring function.
27325         (spam-generic-score): Call spam-spamassassin-score if
27326         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27327         spam-bogofilter-score otherwise.
27328
27329         * gnus.el (spam-process, spam-autodetect-methods):
27330         Add spamassassin and spamassassin-headers.
27331
27332 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27333
27334         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27335         Suppress unnecessary messages.
27336
27337 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27338
27339         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27340         make-hash-table.
27341
27342 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27343
27344         * canlock.el (base64-encode-string): Don't autoload it.
27345
27346 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27347
27348         * run-at-time.el: Remove useless (require 'itimer),
27349         eval-and-compile and (featurep 'xemacs).
27350
27351 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27352
27353         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27354         GROUP is a virtual group.
27355
27356 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27357
27358         * gnus.el: Autoload `message-y-or-n-p'.
27359
27360 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27361
27362         * pgg-parse.el: Remove unnecessary (require 'custom).
27363
27364         * pgg-def.el: do.
27365
27366         * nnmail.el: do.
27367
27368         * gnus-undo.el: do.
27369
27370         * gnus-picon.el: do.
27371
27372         * gnus-util.el: do.
27373
27374 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27375
27376         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27377
27378 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27379
27380         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27381         handle, as well as a list.
27382
27383         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27384         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27385         (mm-w3m-cid-retrieve): Simplify.
27386
27387 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27388
27389         * message.el (message-kill-to-signature): Allow prefix arg to
27390         specify number of lines to keep before signature.
27391
27392 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27393
27394         * message.el (message-kill-to-signature): Change docstring.
27395
27396 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27397
27398         * canlock.el: Always require sha1-el.
27399         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27400
27401         * message.el: Autoload sha1 only when compiling.
27402
27403         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27404         eudc-expand-inline for XEmacs.
27405
27406 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27407
27408         * message.el (message-canlock-generate): Require sha1-el.
27409
27410 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27411
27412         * message.el (message-expand-name): Silence the byte compiler.
27413
27414         * lpath.el: Add detect-coding-system.
27415
27416         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27417         cus-edit.
27418
27419 2004-01-13  Simon Josefsson  <jas@extundo.com>
27420
27421         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27422         Invoke gnus-score-mode.
27423         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27424
27425         * gnus-range.el (gnus-compress-sequence): Doc fix.
27426         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27427
27428 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27429
27430         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27431
27432 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27433
27434         * spam.el (spam-get-article-as-string): Update to use
27435         gnus-request-article-this-buffer, much simpler.
27436         (spam-get-article-as-buffer): Remove.
27437
27438 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27439
27440         * message.el (message-expand-name): Use EUDC if the user uses that.
27441
27442 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27443
27444         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27445         character for the encoding to avoid consing a string.
27446
27447         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27448         unnecessarily.
27449
27450         * mm-util.el (mm-replace-chars-in-string): Remove.
27451
27452         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27453         of mm-replace-chars-in-string.
27454
27455 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27456
27457         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27458
27459         * mm-util.el (mm-subst-char-in-string): Support inplace.
27460
27461         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27462         a new string in every iteration.  Use shy groups.
27463
27464 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27465
27466         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27467         * gnus-soup.el (gnus-soup-group-brew):
27468         * gnus-msg.el (gnus-put-message):
27469         * gnus-move.el (gnus-group-move-group-to-server):
27470         * gnus-kill.el (gnus-batch-score):
27471         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27472         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27473         (gnus-group-update-group, gnus-group-read-group)
27474         (gnus-group-make-group, gnus-group-make-help-group)
27475         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27476         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27477         (gnus-group-sort-by-unread, gnus-group-catchup)
27478         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27479         (gnus-group-yank-group, gnus-group-set-info)
27480         (gnus-group-list-groups):
27481         * gnus.el (gnus-generate-new-group-name):
27482         * gnus-delay.el (gnus-delay-send-queue):
27483         * nnvirtual.el (nnvirtual-catchup-group):
27484         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27485         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27486         (gnus-group-prepare-topics, gnus-topic-check-topology):
27487         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27488         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27489         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27490         (gnus-group-make-articles-read):
27491         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27492         (gnus-group-change-level, gnus-kill-newsgroup)
27493         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27494         (gnus-get-unread-articles, gnus-make-articles-unread)
27495         (gnus-make-ascending-articles-unread): Use accessor
27496         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27497         to get group information for improved readability.
27498
27499
27500 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27501
27502         * gnus-art.el (article-decode-mime-words, article-babel)
27503         (gnus-article-highlight-signature, gnus-article-add-buttons)
27504         (gnus-signature-toggle): Use gnus-with-article-buffer.
27505
27506         * gnus-art.el (gnus-article-highlight-headers)
27507         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27508
27509         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27510         (gnus-article-set-globals, gnus-request-article-this-buffer)
27511         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27512         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27513         (gnus-mime-display-alternative): Use with-current-buffer.
27514
27515 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27516
27517         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27518         also under 80 char limit, and call gnus-error if needed.
27519         (spam-fetch-article-header): Fix - it was a
27520         buffer-local variable (gnus-newsgroup-data).
27521         (spam-find-spam): Use spam-generate-fake-headers, forget about
27522         spam-insert-fake-headers.
27523         (spam-insert-fake-headers): Remove.
27524
27525 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27526
27527         * deuglify.el (gnus-article-outlook-unwrap-lines)
27528         (gnus-outlook-rearrange-article)
27529         (gnus-outlook-repair-attribution-outlook)
27530         (gnus-outlook-repair-attribution-block)
27531         (gnus-outlook-repair-attribution-other): Remove redundant
27532         save-excursion.
27533
27534 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27535
27536         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27537         (spam-fetch-field-subject-fast)
27538         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27539         (spam-fetch-article-header): Add functions to deal with Gnus
27540         internals for fast retrieval of article header data.
27541         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27542
27543 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27544
27545         * pop3.el (pop3-md5): Remove.
27546         (pop3-apop): Replace pop3-md5 with md5.
27547
27548         * mm-bodies.el: base64 is always built-in.
27549
27550         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27551         Use with-current-buffer.
27552
27553 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27554
27555         * canlock.el (canlock-insert-header): Remove excessive grouping in
27556         regexp.
27557
27558         * gnus-sum.el (gnus-summary-read-document): Ditto.
27559
27560         * gnus-uu.el (gnus-uu-part-number): Ditto.
27561
27562         * html2text.el (html2text-remove-tags): Ditto.
27563         (html2text-format-tags): Ditto.
27564         (html2text-format-single-elements): Ditto.
27565
27566         * mml.el (mml-parse-1): Ditto.
27567
27568 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27569
27570         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27571
27572         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27573
27574         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27575
27576         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27577
27578 2003-11-15  Simon Josefsson  <jas@extundo.com>
27579
27580         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27581         (pgg-gpg-lookup-key): Use regexp match instead of
27582         split-string (split-string is different between emacs 21.2 and
27583         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27584
27585 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27586
27587         * gnus-art.el (gnus-mime-view-all-parts)
27588         (gnus-article-part-wrapper, gnus-article-view-part):
27589         Use with-current-buffer.
27590
27591 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27592
27593         * spam.el (spam-disable-spam-split-during-ham-respool)
27594         (spam-spamoracle-database, spam-cache-lookups)
27595         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27596         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27597         (spam-group-ham-marks, spam-group-spam-marks)
27598         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27599         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27600         also add spam-use-blackholes to the statistical checks.
27601         (spam-fetch-field-fast): Add interface to fetching fields, may
27602         become a macro.
27603         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27604         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27605         (spam-insert-fake-headers): Fake an article when needed.
27606         (spam-find-spam): Fake article when possible.
27607         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27608         (spam-check-bogofilter-headers): Use message-fetch-field instead
27609         of nnmail-fetch-field.
27610
27611 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27612
27613         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27614
27615 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27616
27617         * spam.el (spam-split): Do not require spam-use-CHECK to be
27618         enabled if that check is passed to spam-split explicitly; also
27619         fix so 'spam doesn't get converted to spam-split-group when
27620         spam-split-symbolic-return is t.
27621         (spam-find-spam): Find registrations of the article and use those
27622         instead of re-running spam-split to find the spam/ham
27623         classification of the article.
27624         (spam-log-processing-to-registry, spam-log-registered-p)
27625         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27626         Use gnus-error instead of gnus-message.
27627         (spam-log-registration-type): Add function to determine the
27628         classification of a message based on registry entries; will
27629         return nil if both 'spam and 'ham are found.
27630         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27631         a reasonably fast local cache without the loading errors.
27632         (spam-cache-lookups): Set to t by default.
27633         (spam-find-spam): Don't try to guess spam-cache-lookups.
27634         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27635         spam-caches entry.
27636         (spam-filelist-build-cache, spam-filelist-check-cache):
27637         Fix caching of whitelist/blacklist entries.
27638         (spam-check-whitelist, spam-check-blacklist):
27639         Invoke spam-from-listed-p with a type, not a cache variable.
27640         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27641
27642 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27643
27644         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27645
27646         * nnmail.el (nnmail-split-fancy): do.
27647
27648         * mml.el (mml-parse): do.
27649
27650         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27651         (gnus-score-adaptive): do.
27652
27653 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27654
27655         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27656         (gnus-mime-button-map): Don't set keymap parent.
27657         (gnus-button-ctan-directory-regexp): Use shy grouping.
27658         (gnus-prev-page-map): Don't set keymap parent.
27659         (gnus-prev-page-map): Remove duplicated one.
27660         (gnus-next-page-map): Don't set keymap parent.
27661         (gnus-mime-security-button-map): Ditto.
27662
27663         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27664         version number.
27665
27666         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27667
27668 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27669
27670         * canlock.el (canlock-sha1-function): Remove.
27671         (canlock-sha1-function-for-verify): Remove.
27672         (canlock-openssl-program): Remove.
27673         (canlock-openssl-args): Remove.
27674         (canlock-ignore-errors): Remove.
27675         (canlock-sha1-with-openssl): Remove.
27676         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27677         (canlock-verify): Don't use canlock-ignore-errors.
27678
27679         * sha1-el.el (sha1-string-external): Make it can return a string
27680         in binary form.
27681         (sha1-region-external): Ditto.
27682         (sha1-string-internal): Ditto.
27683         (sha1-region-internal): Ditto.
27684         (sha1-region): Ditto.
27685         (sha1-string): Ditto.
27686         (sha1): Ditto.
27687
27688 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27689
27690         * spam.el (spam-report-articles-gmane): New command.
27691
27692 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27693
27694         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27695
27696         * run-at-time.el (run-at-time-saved): Remove.
27697         (run-at-time): Doc fix.
27698
27699 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27700
27701         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27702         (gnus-summary-limit-map): Add it.
27703         (gnus-summary-make-menu-bar): do.
27704
27705 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27706
27707         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27708         Make attempt at some caching support (done for BBDB only now).
27709         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27710         addresses to be checked.
27711         (spam-clear-cache-BBDB): Add function, to be invoked by
27712         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27713         (spam-check-BBDB): Check and use the caches, if
27714         spam-cache-lookups is on, remove superfluous (provide).
27715
27716 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27717
27718         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27719
27720 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27721
27722         * run-at-time.el (run-at-time-saved): Move to after the definition
27723         of `run-at-time'.
27724
27725         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27726
27727 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27728
27729         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27730         mm-w3m-local-map-property.
27731
27732         * mm-view.el (mm-w3m-mode-map): Remove.
27733         (mm-w3m-local-map-property): Remove.
27734         (mm-inline-text-html-render-with-w3m): Don't use
27735         mm-w3m-local-map-property.
27736
27737 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27738
27739         * run-at-time.el: New file.
27740
27741         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27742         under Emacs.
27743
27744         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27745         of gnus-set-text-properties.
27746
27747         * gnus-uu.el (gnus-uu-save-article): Ditto.
27748
27749         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27750
27751         * gnus-cite.el (gnus-cite-parse): Ditto.
27752
27753         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27754         of gnus-.
27755
27756         * gnus-xmas.el (run-at-time): Require run-at-time.
27757
27758         * gnus.el: Change calls to nnheader-run-at-time and
27759         password-run-at-time throughout to use run-at-time directly.
27760
27761         * password.el: Remove definition of run-at-time.
27762
27763         * nnheaderxm.el: Remove definition of run-at-time.
27764
27765 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27766
27767         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27768         in prompt.
27769
27770 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27771
27772         * messagexmas.el (message-xmas-redefine): Alias
27773         `message-make-caesar-translation-table' to
27774         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27775         version.
27776
27777         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27778         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27779         `gnus-xmas-set-text-properties'.
27780         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27781         `gnus-xmas-completing-read'.
27782         (gnus-xmas-completing-read): Removed.
27783         (gnus-xmas-open-network-stream): Removed.
27784
27785         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27786         XEmacs version.
27787
27788         * dns.el (dns-make-network-process): Use `open-network-stream'
27789         instead of `gnus-xmas-open-network-stream'.
27790
27791         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27792
27793         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27794
27795 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27796
27797         * gnus-art.el (gnus-mime-display-alternative)
27798         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27799         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27800         Don't use gnus-local-map-property.
27801
27802         * gnus-util.el (gnus-local-map-property): Remove.
27803
27804         * mm-view.el (mm-view-pkcs7-decrypt):
27805         Replace gnus-completing-read-maybe-default with completing-read.
27806
27807         * gnus-util.el (gnus-completing-read): do.
27808         (gnus-completing-read-maybe-default): Remove.
27809
27810 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27811
27812         * password.el: Only autoload `run-at-time' if not XEmacs.
27813         Only autoload the itimer functions if XEmacs.
27814
27815 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27816
27817         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27818         XEmacsen.
27819
27820         * dgnushack.el: Autoload executable-find for XEmacs.
27821
27822 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27823
27824         * gnus-art.el (gnus-read-string): Remove.
27825         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27826         read-string.
27827
27828 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27829
27830         * netrc.el: Autoload password-read.
27831         (netrc): Add configuration group.
27832         (netrc-encoding-method, netrc-openssl-path):
27833         Add variables for encoding and decoding of files with symmetric
27834         ciphers.
27835         (netrc-encode): Add assistant function to encode a file with
27836         netrc-encoding-method.
27837         (netrc-parse): Add interactive parameter, added optional
27838         decoding if netrc-encoding-method is non-nil but otherwise
27839         behavior is standard.
27840         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27841         Do s/encode/encrypt/ everywhere.
27842
27843         * spam.el: Remove executable-find autoload.
27844
27845 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27846
27847         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27848
27849         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27850
27851 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27852
27853         * gnus-art.el (gnus-treat-ansi-sequences)
27854         (article-treat-ansi-sequences): New variable and function.
27855         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27856
27857         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27858         Use it.
27859
27860 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27861
27862         * mm-util.el (mm-quote-arg): Remove.
27863
27864         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27865         shell-quote-argument.
27866
27867         * gnus-uu.el (gnus-uu-command): do.
27868
27869         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27870
27871         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27872         with make-char.
27873
27874         * mm-util.el (mm-make-char): Remove.
27875
27876         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27877         add-minor-mode.
27878
27879         * gnus-undo.el (gnus-undo-mode): do.
27880
27881         * gnus-topic.el (gnus-topic-mode): do.
27882
27883         * gnus-sum.el (gnus-dead-summary-mode): do.
27884
27885         * gnus-start.el (gnus-slave-mode): do.
27886
27887         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27888
27889         * gnus-ml.el (gnus-mailing-list-mode): do.
27890
27891         * gnus-gl.el (gnus-grouplens-mode): do.
27892
27893         * gnus-draft.el (gnus-draft-mode): do.
27894
27895         * gnus-dired.el (gnus-dired-mode): do.
27896
27897         * gnus-ems.el (gnus-add-minor-mode): Remove.
27898
27899         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27900         Replace gnus-char-width with char-width.
27901
27902         * gnus-ems.el (gnus-char-width): Remove.
27903
27904         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27905         Replace gnus-char-width with char-width.
27906
27907         * gnus-ems.el (gnus-char-width): Remove.
27908
27909         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27910         definition.
27911         Remove Emacs 20 hash table compatibility code.
27912
27913         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27914         20 compatibility code.
27915
27916         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27917
27918         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27919
27920         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27921         Replace with point-at-{eol,bol}.
27922
27923         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27924
27925         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27926
27927         * flow-fill.el (fill-flowed-point-at-bol)
27928         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27929
27930         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27931         Replace with point-at-{eol,bol} throughout all files.
27932
27933 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27934
27935         * ntlm.el (ntlm-string-as-unibyte): New macro.
27936         (ntlm-build-auth-response): Use it.
27937
27938         Remove Emacs 20 stuff:
27939         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27940         (butlast, mapc, remove): Remove the compiler macros.
27941         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27942         of delq and copy-sequence.
27943         * gnus-art.el (popup-menu): Remove the compiler macro.
27944         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27945         Emacs 20.
27946
27947 2004-01-05  Simon Josefsson  <jas@extundo.com>
27948
27949         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27950         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27951         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27952         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27953         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27954         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27955         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27956         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27957         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27958         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27959         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27960         string-xor into ntlm-string-xor.
27961         Suggested by Jesper Harder <harder@myrealbox.com>.
27962
27963         * ntlm.el: Don't include poem.
27964
27965         * md4.el (print-int32, print-string-hexa): Remove.
27966         Suggested by Jesper Harder <harder@myrealbox.com>.
27967
27968         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27969
27970         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27971         probably breaks emacs with DL patch, but do we care? Is anyone
27972         still using the DL stuff?)
27973
27974         * sieve-manage.el: Use the password package.
27975         (sieve-manage-read-passwd): Remove.
27976         (sieve-manage-interactive-login): Use password.  Re-add
27977         condition-case around loop.
27978
27979         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27980         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27981         Use the password package.
27982
27983 2003-02-19  Simon Josefsson  <jas@extundo.com>
27984
27985         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27986         token.
27987
27988 2002-08-07  Simon Josefsson  <jas@extundo.com>
27989
27990         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27991         (sieve-manage-authenticators)
27992         (sieve-manage-authenticator-alist): Add some SASL mechs.
27993         (sieve-sasl-auth): New function.
27994         (sieve-manage-cram-md5-auth)
27995         (sieve-manage-plain-auth): Rewrite using SASL library.
27996         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27997         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27998         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27999         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28000
28001 2004-01-05  Simon Josefsson  <jas@extundo.com>
28002
28003         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28004         New files.
28005
28006 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28007
28008         * gnus-group.el (gnus-no-groups-message): Update.
28009
28010         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28011
28012 2003-11-09  Simon Josefsson  <jas@extundo.com>
28013
28014         * imap.el: Support for ID IMAP extension (RFC 2971).
28015         (imap-local-variables): Add imap-id.
28016         (imap-id): New variable.
28017         (imap-id): New function.
28018         (imap-parse-response): Parse untagged ID response.
28019         * nnimap.el (nnimap-id): New variable.
28020         (nnimap-open-connection): Use it.
28021
28022 2003-12-28  Simon Josefsson  <jas@extundo.com>
28023
28024         * gnus-score.el (gnus-score-edit-all-score): New.
28025         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28026
28027 2004-01-04  Simon Josefsson  <jas@extundo.com>
28028
28029         * password.el: Add.
28030
28031 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28032
28033         * dns.el (dns-query-types): Fix typo.
28034         (dns-query-types): New function.
28035         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28036         PTR and SOA replies, see RFC 1035.
28037
28038 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28039
28040         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28041
28042         * Move to Changelog.2.
28043
28044 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28045
28046         * gnus.el (gnus-version-number): Bump version.
28047
28048 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28049
28050         * gnus.el: No Gnus v0.1 is released.
28051
28052 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28053
28054         * gnus.el: No Gnus v0.0 is released.
28055
28056 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28057
28058         * gnus.el (gnus-version-number): Bump.
28059         (gnus-version): No.
28060
28061 See ChangeLog.2 for earlier changes.
28062
28063   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28064
28065   This file is part of GNU Emacs.
28066
28067   GNU Emacs is free software: you can redistribute it and/or modify
28068   it under the terms of the GNU General Public License as published by
28069   the Free Software Foundation, either version 3 of the License, or
28070   (at your option) any later version.
28071
28072   GNU Emacs is distributed in the hope that it will be useful,
28073   but WITHOUT ANY WARRANTY; without even the implied warranty of
28074   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28075   GNU General Public License for more details.
28076
28077   You should have received a copy of the GNU General Public License
28078   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28079
28080 ;; Local Variables:
28081 ;; coding: utf-8
28082 ;; fill-column: 79
28083 ;; add-log-time-zone-rule: t
28084 ;; End: