gnus-notification.el: Add mark as read
[gnus] / lisp / ChangeLog
1 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
2
3         * gnus-notifications.el (gnus-notifications-action): Raise window
4         frame.
5         (gnus-notifications-action): Allow mark as read.
6         (gnus-notifications-notify): Show uption to mark as read.
7
8 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
9
10         * message.el (message-insert-formatted-citation-line): Change %F to
11         fall back to email address if no first name could be determined.
12
13 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14
15         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
16         Fix point motion when removing displayed MIME part.
17         (gnus-article-edit-part): Make jumping to the next part really work
18         when deleting or stripping.
19         (gnus-mime-buttonize-attachments-in-header): Make header attachment
20         buttons identical to the ones in the article body so as to work deleting
21         and stripping.
22
23 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * mm-decode.el (mm-shr)
26         * mm-view.el (mm-inline-text-html-render-with-w3m):
27         Revert my bogus change that made the start marker of a part
28         the "moves after insertion" type.
29
30 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
31
32         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
33         Tools: https://github.com/politza/pdf-tools) for viewing PDF
34         attachments in emacs.
35
36 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
37
38         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
39         instead of sasl-scram-sha-1, as the former is the name that can be
40         required.
41
42         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
43         (sasl-scram-sha-1-client-final-message)
44         (sasl-scram-sha-1-authenticate-server): Move to end of file.
45
46 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
49
50 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
53         (sasl-string-prefix-p): New compatibility functions.
54
55 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
56
57         * gnus-compat.el (process-live-p): Added new compat function for Emacs
58         23.
59
60 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
61
62         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
63         from the server LIST response.
64
65 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
66
67         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
68         during header retrieval, error out instead of interpreting the data in
69         the buffer as the only messages there.  This way, we don't mark
70         articles as read on a server hangup (bug#19035).
71
72         * mm-decode.el (mm-head-p): New function.
73         (mm-display-part): Go to a blank line when inserting parts internally.
74
75 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
76
77         * sasl-scram-rfc.el: New file.
78
79         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
80         Add SCRAM-SHA-1 first.
81         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
82         entry (bug#17636).
83
84 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
85
86         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
87         that we don't get a warning when setting the buffer-local variable
88         (bug#19573).
89
90         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
91         `gnus-request-group'.
92
93 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * gnus-art.el (gnus-article-browse-html-save-cid-content)
96         (gnus-article-browse-html-parts): Make cid file names relative if and
97         only if html doesn't specify <base> directory.
98
99 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
102         parts, because that breaks filling (since buttons are in a bold face).
103
104 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
107         use gnus-overlays-at and gnus-overlay-put.
108
109 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
110
111         * mm-decode.el (mm-shr): Only pass the fill column when not using
112         fonts, because limiting the width to what's appropriate for followups
113         doesn't really help when not using proportional fonts.
114
115 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
116
117         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
118         shr, beacause that breaks folding.
119         (mm-shr): Don't shorten the width when using fonts.
120
121 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
122
123         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
124         variable; always check the newrc timestamp.
125         (gnus-save-newsrc-file): Always check timestamp.
126
127 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
128
129         * mail-source.el (mail-source-call-script): If scripts exit with an
130         error, pop up an error buffer.
131
132 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
133
134         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
135         as a default.
136
137         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
138         correct server.
139
140 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
141
142         * nnimap.el (nnimap-request-group-scan): Fix the function name.
143
144         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
145
146 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
147
148         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
149         that nnimap works for non-activated backends.
150
151 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
152
153         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
154         message, since we already get an obsolescence message.  Use `declare'.
155
156 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
157
158         * nnir.el: Revert "Enable non-ASCII IMAP searches".
159
160 2015-01-30  Glenn Morris  <rgm@gnu.org>
161
162         * gnus-registry.el (gnus-registry-max-pruned-entries)
163         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
164         Fix :version.
165         (gnus-registry-default-sort-function): Improve :type.
166
167 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
168
169         * nnimap.el (nnimap-request-group): Allow running this function on
170         groups that don't exist in Gnus yet.
171         (nnimap-request-group): Revert previous patch since that made it
172         impossible to enter nnimap groups.
173
174         * message.el (message-smtpmail-send-it): Remove the mail header
175         separator before sending.
176
177 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
178
179         * nnimap.el (nnimap-find-expired-articles): Fix handling of
180         (expiry-wait . never).
181
182 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
183
184         * nnimap.el (nnimap-request-group): Clear the buffer before returning
185         the data.
186
187 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * gnus-compat.el (string-bytes): Work for XEmacs.
190
191 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
192
193         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
194
195         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
196         IMAP.
197
198 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
199
200         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
201
202         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
203
204         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
205         be added to the backlog.
206
207 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
208
209         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
210         target with a recursive make call.
211
212 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
213
214         * nnimap.el (nnimap-header-parameters): Refactor and request
215         X-GM-LABELS if it's been announced.
216         (nnimap-transform-headers): Gather and output GM-LABELS.
217
218 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
219
220         * mm-decode.el (mm-display-part): Make non-string methods work.
221         Non-string methods are funcalled and work just fine, the test was
222         bogus.
223         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
224         whole frame.
225
226 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
227
228         * nnimap.el (nnimap-request-accept-article): Allow respooling using
229         nnimap.
230
231         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
232         request rescans when being run interactively.
233
234         * nnimap.el (nnimap-request-group): Don't rescan the group here,
235         because that can be very slow in large groups.
236
237         * gnus-int.el (gnus-request-group-scan): New backend function.
238
239         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
240
241 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
242
243         * gnus-group.el (gnus-group-suspend): Close all backends.
244
245 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
246
247         * dgnushack.el (dgnushack-compile-file): New function.
248         (dgnushack-compile): Use it (bug#19514).
249
250 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
253
254 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
255
256         * registry.el: Don't use <class> as a variable.
257
258 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
259
260         system-name's returned value can vary
261         Also, the system-name variable is now obsolete.
262         Fixes Bug#19438.
263         * message.el (message-make-fqdn):
264         * nnvirtual.el (nnvirtual-retrieve-headers)
265         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
266         and avoid naming locals 'system-name'.
267
268 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
269
270         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
271         lines don't get overlong when responding.
272
273 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * registry.el (cl-remf, cl-loop, cl-subseq):
276         Alias to remf, loop, and subseq respectively for old Emacsen.
277
278 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
279
280         * gnus-group.el (gnus-read-ephemeral-bug-group):
281         Bind coding-system-for-read and coding-system-for-write only around
282         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
283
284 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
285
286         * registry.el (registry-db): Set default slot later.
287         This is because its value is not a literal integer.
288
289 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
290
291         * registry.el (registry-db): Fix default registry-db max-size.
292
293 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
294
295         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
296         add warning.
297
298         * gnus-art.el: Fix up compiler warnings.
299         (article-display-face, article-display-x-face): Remove unused `face'.
300         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
301         (article-date-ut): Remove unused var `first'.
302         (gnus-article-prepare): Remove unused var `gnus-article'.
303         (gnus-mime-save-part-and-strip): Remove unused var `param'.
304         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
305         `coding-system' along with corresponding dead code.
306         (gnus-mime-view-part-externally): Remove unused var
307         `mm-user-display-methods'.
308         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
309         (gnus-display-mime): Remove unused var `handle'.
310         (gnus-mime-display-alternative): Remove unused var `props'.
311         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
312         (gnus-article-edit-done): Remove unused var `p'.
313         (gnus-url-mailto): Remove unused var `to'.
314         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
315         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
316
317 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
318
319         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
320         slots into a :max-size slot.
321         (registry-db-version): Add new variable for database version number.
322         (registry-prune): Use :max-size slot. Accept and use a sort-function
323         argument.
324         (registry-collect-prune-candidates): Add new function for finding
325         non-precious pruning candidates.
326         (registry-prune-hard-candidates, registry-prune-soft-candidates):
327         Remove obsolete functions.
328         (initialize-instance): Upgrade registry version when starting.
329
330         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
331         (gnus-registry-max-pruned-entries): Remove obsolete variable.
332         (gnus-registry-cache-file): Change default
333         filename extension to "eieio".
334         (gnus-registry-read): Add new function, split out from
335         `gnus-registry-load', that does the actual object reading.
336         (gnus-registry-load): Use it. Add condition case handler to check for
337         old filename extension and rename to the new one.
338         (gnus-registry-default-sort-function): New variable to specify a sort
339         function to use when pruning.
340         (gnus-registry-save, gnus-registry-insert): Use it.
341         (gnus-registry-sort-by-creation-time): Define a default sort function.
342
343         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
344         Adjust test for new object signature.
345         (gnustest-registry-pruning-test): Add new pruning test.
346         (gnustest-registry-sort-function): Default sort function for testing.
347         (gnustest-registry-pruning-sort-test): New test for sorting.
348
349 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
352         function for reuse.
353         (gnus-mime-buttonize-attachments-in-header): Adjust.
354
355 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356
357         * message.el (message-change-subject): Really check whether the subject
358         changed.
359
360 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
363         PDFs.
364         (mailcap-view-mime): New function.
365
366 2014-12-01  Glenn Morris  <rgm@gnu.org>
367
368         * gnus-cloud.el (gnus-cloud): Add :version tag.
369
370 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * gnus-art.el (gnus-use-idna):
373         * gnus-sum.el (gnus-summary-idna-message):
374         * message.el (message-use-idna):
375         Protect against nil value for idna-program.
376
377         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
378
379 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
380
381         * auth-source.el (auth-source-macos-keychain-search-items): Return
382         result of `auth-source-macos-keychain-result-append' (bug#19074).
383
384 2014-11-25  Glenn Morris  <rgm@gnu.org>
385
386         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
387         Add :version tag.
388
389 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * pop3.el (pop3-open-server): Warn unless encrypted.
392
393         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
394
395 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
396
397         Port new time stamp handling to Emacs 23.2.
398         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
399         * time-date.el (time-add, time-subtract, time-less-p):
400         Use eval-and-compile, not eval-when-compile.
401
402 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
403
404         * message.el (message-valid-fqdn-regexp): Add non-internaional new
405         TLDs.
406
407 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
408
409         Port new time stamp handling to old Emacs and to XEmacs.
410         This is needed for Gnus, which copies time-date.el and which
411         runs on older Emacs implementations.
412         * time-date.el (with-decoded-time-value):
413         Handle 'nil' and floating-point arg more compatibly with new Emacs.
414         (encode-time-value, with-decoded-time-value):
415         Obsolete only if new Emacs.
416         (time-add, time-subtract, time-less-p): Define if not new Emacs.
417
418         Improve time stamp handling, and be more consistent about it.
419         This implements a suggestion made in:
420         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
421         Among other things, this means timer.el no longer needs to
422         autoload the time-date module.
423         * time-date.el (seconds-to-time, days-to-time, time-since)
424         (with-decoded-time-value):
425         Treat 'nil' as current time.  This is mostly for XEmacs.
426         (encode-time-value, with-decoded-time-value): Obsolete.
427         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
428         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
429
430 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
433         discarding changes in ephemeral groups.
434
435         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
436         things the user isn't interested in.
437
438 2014-11-13  Julien Danjou  <jd@abydos>
439
440         * gnus-notifications.el (gnus-notifications-notify): Provide both
441         app-icon and image-path.
442
443 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
444
445         * mm-url.el (mm-url-encode-multipart-form-data):
446         Restore to handle "multipart/form-data" by eww.
447
448 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
449
450         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
451         Landscheidt.
452
453 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
454
455         Simplify use of current-time and friends.
456         * gnus-delay.el (gnus-delay-article):
457         * gnus-sum.el (gnus-summary-read-document):
458         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
459         * message.el (message-make-expires-date):
460         Omit unnecessary call to current-time.
461         * gnus-util.el (gnus-float-time): Simplify to an alias because
462         time-to-seconds now behaves like float-time with respect to nil arg.
463         (gnus-seconds-year): Don't call current-time twice to get the current
464         time stamp, as this can lead to inconsistent results.
465         * time-date.el (time-to-seconds) [!float-time]:
466         Use current time if arg is nil, to be compatible with float-time.
467         (time-date--day-in-year): New function, with most of the guts of
468         the old time-to-day-in-year.
469         (time-to-day-in-year): Use it.
470         (time-to-days): Use it, to avoid decoding the same time stamp twice.
471
472 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * gnus.el (gnus-mode-line-buffer-identification):
475         Don't add image data for a non-graphic display (bug#18813).
476
477 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
480         load-path, it blocks autoloading of find-image (bug#18813).
481
482 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
483
484         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
485         to keep connection open (bug#18728).
486
487 2014-10-20  Glenn Morris  <rgm@gnu.org>
488
489         * Merge in all changes up to 24.4 release.
490
491 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
492
493         * message.el (message-insert-signature): Use `newline' instead of
494         inserting explicit "\n".
495
496 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
497
498         * gnus-icalendar.el: Support vcal format timezones.
499         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
500         compute dates with associated timezone.
501         (gnus-icalendar-event-from-ical): Compute all timezones.
502
503 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
504
505         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
506         check the newsrc.eld file's timestamp before saving it.
507         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
508         timestamp has changed to be newer.
509
510 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
511
512         * gnus-icalendar.el (gnus-icalendar-identities):
513         Include message-alternative-emails.
514
515 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
518         New compatibility functions.
519         (ntlm-build-auth-response): Use them.
520
521 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
522
523         * ntlm.el (ntlm-build-auth-request):
524         Add NTLM2 Session support.  (Bug#15603)
525
526 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
527
528         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
529         expired messages only when it was built in reverse order.
530
531 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
532
533         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
534         last so it can be used in `message-send-hook'.
535
536 2014-09-29  Daiki Ueno  <ueno@gnu.org>
537
538         * mml.el (mml-parse-1): Error out if unknown mode is specified in
539         <#secure> tag (bug#18513).
540
541 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
542
543         * parse-time.el: Require cl when compiling.
544
545 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         Use cl-lib as much as possible following the 2014-09-26 change
548         in the Emacs trunk.
549         * parse-time.el: Try requiring cl-lib.
550         (parse-time-incf): Alias to cl-incf or incf.
551         (digit-char-p): Remove.
552         (parse-time-integer): Alias to cl-parse-integer or the one defined.
553         (parse-integer): Rename to parse-time-integer.
554         (parse-time-tokenize, parse-time-rules, parse-time-string)
555         Use parse-time-incf and parse-time-integer.
556
557 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
558
559         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
560         of ":delete".
561
562 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * gnus-art.el (gnus-article-browse-html-save-cid-content)
565         (gnus-article-browse-html-parts):
566         Revert last change that breaks links other than cid contents.
567
568 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * gnus-art.el (gnus-article-browse-html-save-cid-content)
571         (gnus-article-browse-html-parts): Make cid file names relative.
572
573 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * mm-view.el (mm-display-inline-fontify): Make the working buffer
576         temporarily displayed when running a mode function (at least org-mode
577         requires it).
578
579 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
580
581         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
582         the gnus-summary-article-expire-hook should be told where the function
583         is going. In particular, the Gnus registry might want to know.
584
585 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
586
587         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
588
589 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-sum.el (gnus-summary-expire-articles): Revert.
592
593 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
594
595         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
596         the gnus-summary-article-expire-hook should be told where the function
597         is going. In particular, the Gnus registry might want to know.
598
599 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
600
601         Don't mishandle year-9999 dates (Bug#18176).
602         * parse-time.el (parse-time-rules):
603         Allow years up to most-positive-fixnum.
604         * time-date.el (date-to-time):
605         Pass "Specified time is not representable" errors through.
606
607 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
608
609         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
610         groups and t.
611
612 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * gnus-utils.el (gnus-recursive-directory-files):
615         Unify hard or symbolic links (bug#18063).
616
617 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
618
619         * gnus-msg.el (gnus-configure-posting-style):
620         Allow string replacements in values when matching against a header.
621
622 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
625         the dribble buffer even when it is shrunk a lot.
626         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
627
628 2014-06-26  Glenn Morris  <rgm@gnu.org>
629
630         * mm-util.el (help-function-arglist): Remove outdated declaration.
631
632 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
633
634         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
635         attribute values.  (Bug#17834)
636
637 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
638
639         * gnus-sum.el (gnus-summary-edit-article-done):
640         Prefer point-marker to copy-marker of point.
641
642 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * Makefile.in (install-el, install-el-elc): Compress .el files.
645         (uninstall): Remove compressed .el files.
646
647 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
650         (gnus-article-read-summary-keys):
651         Don't bug out when there is no article in the summary buffer.
652         (gnus-mime-buttonize-attachments-in-header):
653         Improve criterion that finds parts to display.
654
655         * gnus-art.el (gnus-mm-display-part):
656         * mm-decode.el (mm-shr):
657         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
658         (mm-insert-inline): Revert last changes.
659
660 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * gnus-art.el (gnus-mm-display-part):
663         * mm-decode.el (mm-shr):
664         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
665         (mm-insert-inline): Set insertion type of end-marker, not only
666         start-marker, of undisplayer so as to stay after inserted text.
667
668 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
669
670         * html2text.el (html2text-get-attr): Fix typo when splitting value from
671         attribute. (Bug#17613)
672
673 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
674
675         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
676         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
677
678 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
681         Don't delete next part button; keep spacing between buttons.
682
683 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
686         Work for the last MIME part in an article.
687         (gnus-mime-display-single): Suppress excessive newlines between parts.
688
689         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
690         by leading or trailing newline.
691
692 2014-05-12  Sam Steingold  <sds@gnu.org>
693
694         * time-date.el (seconds-to-string): New function to pretty print time
695         delay in seconds.
696
697 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
698
699         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
700         while prompting a user for a file name, etc.
701         (gnus-mime-display-single): Display part with a common appearance no
702         matter whether MIME button is omitted or not; don't add duplicate entry
703         to gnus-article-mime-handle-alist.
704         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
705
706 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
707
708         * mml2015.el (mml2015-display-key-image): New variable.
709
710 2014-05-08  Glenn Morris  <rgm@gnu.org>
711
712         * gnus-fun.el (gnus-grab-cam-face):
713         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
714         This is CVE-2014-3421.
715
716 2014-05-04  Glenn Morris  <rgm@gnu.org>
717
718         * gnus-registry.el (gnus-registry-install-p): Doc fix.
719
720 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
723         the displaying state of a part.
724         (gnus-mm-display-part): Don't insert a newline in the beginning of
725         a part like gnus-mime-inline-part doesn't; work for XEmacs.
726
727         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
728         (mm-shr): Make undisplayer unbreakable.
729
730         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
731         Don't insert excessive newline.
732         (mm-inline-text-html-render-with-w3m, mm-inline-text)
733         (mm-insert-inline): Make undisplayer unbreakable.
734
735 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
736
737         * gnus.el: Ma Gnus v0.11 is released.
738
739 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * gnus-art.el (gnus-mm-display-part):
742         Highlight header attachment buttons.
743
744 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
747         a part; redisplay a button (enbugged in 2014-02-05).
748
749 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
750
751         * auth-source.el (auth-source-search, auth-source-search-backends):
752         Treat :max 0 as an indicator that a boolean return is wanted, as
753         documented. Reported by Joe Bloggs.
754
755 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * gnus-icalendar.el: Require gnus-art.
758
759 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
760
761         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
762         (gnus-icalendar--update-org-event): put event timestamp in
763         the org entry body instead of the drawer.
764         (gnus-icalendar-event--get-attendee-names): list of participants should
765         contain even attendees without common name attribute.
766         (gnus-icalendar--update-org-event): don't generate duplicates of empty
767         property tags in org drawers.
768
769 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * gmm-utils.el (gmm-format-time-string): New function.
772
773         * message.el (message-insert-formatted-citation-line): Use the original
774         author's time zone to express a date string.
775
776 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
777
778         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
779         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
780         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
781         Silence compiler warnings.
782         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
783
784 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * mml.el: Require url when compiling.
787
788         * gnus-cloud.el (gnus-cloud-parse-version-1):
789         Use plist-get rather than CL's getf.
790         (gnus-activate-group, gnus-subscribe-group): Declare.
791
792         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
793
794 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
797         buttons when toggling the header off.
798
799 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
800
801         * tls.el (tls-program): Reflow docstring.
802
803 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
804
805         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
806         groups work again.
807
808 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
809
810         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
811         999 correctly (i.e. "1,342").
812
813 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
814
815         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
816         out if the directory doesn't exist.
817
818 2014-03-07  Daiki Ueno  <ueno@gnu.org>
819
820         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
821         commands here; instead, only check if epg-config.el is available.
822
823 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
824
825         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
826         messages with embedded images.
827         (mml-generate-mime): Don't bug out if you don't have libxml.
828
829 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
830
831         * message.el (message-make-html-message-with-image-files): New command.
832
833 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
834
835         * gnus-group.el (gnus-group-make-group): Clarify prompt.
836
837         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
838
839 2014-02-23  David Engster  <deng@randomsample.de>
840
841         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
842         to stay compatible with older Emacsen, so replace `cl-loop' with
843         `loop'.
844
845 2014-02-22  Daniel Colascione  <dancol@dancol.org>
846
847         * auth-source.el (auth-source-secrets-listify-pattern): New function.
848         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
849         instead, build list of patterns.
850
851 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
854         Display header attachment buttons by gnus-article-prepare-display
855         rather than gnus-article-prepare so as to view in mml-preview as well.
856
857 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
858
859         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
860         in `auth-sources' means and link to EPA docs.
861
862 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
863
864         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
865         (bug#12375).
866
867 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
870         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
871
872 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
873
874         * message.el (message-tab): Mention what happens on normal tabs
875         (bug#11297).
876
877 2014-02-08  Glenn Morris  <rgm@gnu.org>
878
879         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
880
881 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
884         buttons that are hidden in unselected alternative part as well.
885         (gnus-mime-display-alternative): Redraw attachment buttons in header.
886
887         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
888
889 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
890
891         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
892         keystroke.
893         (gnus-server-toggle-cloud-server): Only allow clouding applicable
894         types.
895
896         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
897         with an empty string.
898
899 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
900
901         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
902         buffer-local in some buffers, so bind it explicitly in the buffer we're
903         trying to cancel the article in (bug#10808).
904
905 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
908         New functions.
909
910         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
911         New user option.
912         (gnus-mime-buttonize-attachments-in-header): New function.
913         (gnus-article-prepare): Use it.
914         (gnus-mime-inline-part): Suppress extra newline.
915         (gnus-mm-display-part): Save excursion;
916         remove useless deleting and adding of buttons.
917         (gnus-insert-mime-button): Allow insertion in the middle of a line.
918
919         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
920         Add gnus-mime-buttonize-attachments-in-header.
921
922 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
923
924         * nnimap.el (nnimap-request-articles): New command to download several
925         articles at once.
926
927         * gnus.el (gnus-variable-list): Save Cloud variables.
928
929         * gnus-int.el (gnus-request-accept-article): Doc fix.
930
931 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
932
933         * parse-time.el (parse-time-iso8601-regexp)
934         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
935         it more generally.
936
937 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
938
939         * gnus-cloud.el: New file to provide the Emacs Cloud.
940
941         * dgnushack.el: Silence XEmacs w3 warning.
942
943         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
944         `url-retrieve-synchronously', apparently.
945
946         * dgnushack.el: Silence XEmacs dns.el warning.
947
948         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
949         instead of in all files.
950
951         * dns.el (network-interface-list): Define for XEmacs.
952
953         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
954         XEmacs.
955
956         * nnrss.el (libxml-parse-html-region): Silence compilation error.
957
958 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
959
960         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
961         `gnus-group-split-fancy'.
962
963 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
964
965         * message.el (message-remove-header): Doc fix.
966         (message-forward-included-headers): New variable.
967         (message-remove-ignored-headers): Use it.
968
969 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
970
971         * nnir.el (nnir-request-update-mark): Don't try to update the source
972         group if we can't find it (bug#16611).
973
974 2014-01-31  Dave Abrahams  <dave@boostpro.com>
975
976         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
977
978 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
979
980         * dns.el (dns-servers-up-to-date-p): New function to see whether the
981         network interfaces changed.
982         (dns-query): Use it to flush the data.
983
984 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
985
986         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
987         from random face commands.
988         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
989         Face.
990         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
991         (gnus--random-face-with-type): Generic function returning a face-type
992         as a string.
993         (gnus--insert-random-face-with-type): Generic function inserting a face
994         in a message buffer header.
995         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
996         (gnus-insert-random-x-face-header): Rewritten to use
997         `gnus--insert-random-face-with-type`.
998         (gnus-random-face): Return random (png) Face as string.
999         (nus-insert-random-face-header): Insert random (png) Face in a message
1000         buffer.
1001
1002 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1003
1004         * mm-url.el: Remove all usage of w3.
1005
1006         * nnrss.el: Ditto.
1007
1008         * mm-decode.el: Ditto.
1009
1010         * mm-view.el: Ditto.
1011
1012         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1013         outdated and all Emacsen have url.el built-in.
1014
1015         * gnus-setup.el: Remove outdated file.
1016
1017 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1018
1019         * gnus.el: Ma Gnus v0.9 is released.
1020
1021 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1022
1023         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1024
1025 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1026
1027         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1028         in the summary buffer (bug#13769).
1029
1030 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1031
1032         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1033         name if we're using a single article buffer.  Otherwise, it may point
1034         to a killed buffer (bug#13756).
1035
1036 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1037
1038         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1039         the match data, just save and restore it explicitly (bug#12375).
1040
1041         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1042         that's needed.
1043
1044         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1045         the code once (bug#9069).
1046
1047 2014-01-18  Steinar Bang  <sb@dod.no>
1048
1049         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1050         reading.
1051
1052 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1053
1054         * message.el (message-bury): Call bury-buffer with no argument
1055         in the message-return-action case too.
1056
1057 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1060         (nnimap-split-fancy, nnimap-split-methods): Declare.
1061
1062         * mm-util.el (help-function-arglist): Declare.
1063
1064 2013-12-28  Glenn Morris  <rgm@gnu.org>
1065
1066         * gnus-sieve.el (gnus-sieve-select-method):
1067         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1068         (gravatar-rating, gravatar-size):
1069         * message.el (message-minibuffer-local-map):
1070         * sieve-manage.el (sieve-manage-authenticators)
1071         (sieve-manage-authenticator-alist): Specify custom types.
1072
1073         * hashcash.el (hashcash-program): Rename from hashcash-path.
1074         Update callers.
1075
1076         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1077         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1078         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1079
1080         * auth-source.el (auth-sources):
1081         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1082         Fix custom types.
1083
1084         * tls.el (tls-certtool-program): Fix default value.
1085
1086 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1087
1088         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1089         we get proper traces there, too.
1090
1091 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1092
1093         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1094         value of the parameters if the current article has a Reply-To or From
1095         field.
1096
1097 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1098
1099         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1100
1101 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1102
1103         * gnus-sum.el (gnus-summary-exit): Stop animations.
1104
1105 2013-12-19  Juri Linkov  <juri@jurta.org>
1106
1107         * gnus.el (gnus-suppress-keymap):
1108         * gnus-art.el (gnus-article-mode-map):
1109         * gnus-group.el (gnus-group-mode-map):
1110         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1111         Remove [backspace] key binding because it shadows DEL (bug#16035).
1112
1113         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1114
1115 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1118         Make sure work directory exists.
1119         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1120         rather than tmp directory.
1121         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1122         not necessarily always run, with it.
1123
1124 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1125
1126         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1127         value of gnus-icalendar-additional-identities work without restart.
1128
1129 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * mm-util.el (mm-make-temp-file):
1132         Alias to make-temp-file for modern Emacsen.
1133
1134 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1137         nnir-article-number and nnir-article-group.
1138
1139 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1140
1141         * message.el (message-send-mail-with-sendmail):
1142         Don't kill error buffer if sending fails.
1143
1144 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1145
1146         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1147         (gnus-icalendar-event->org-entry)
1148         (gnus-icalendar--update-org-event)
1149         (gnus-icalendar-event->gnus-calendar): Distinguish between
1150         required/optional/non-participant attendee status.  Fix bug causing
1151         the first required event participant to be omitted.
1152
1153 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * gnus-art.el (article-de-quoted-unreadable)
1156         (article-de-base64-unreadable, gnus-mime-copy-part)
1157         * gnus-html.el (gnus-article-html)
1158         * mm-view.el (mm-inline-text-html-render-with-w3)
1159         (mm-inline-text-html-render-with-w3m-standalone)
1160         * rfc2231.el (rfc2231-decode-encoded-string):
1161         Allow overriding charset by mm-charset-override-alist.
1162
1163         * gnus-art.el (gnus-article-browse-html-parts):
1164         Replace LWSPs with `&nbsp;'s in header.
1165
1166         Work for broken Chinese articles.
1167
1168         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1169         Exclude broken handles that gnus-summary-enter-digest-group may create.
1170         (gnus-article-browse-html-parts):
1171         Allow overriding charset by mm-charset-override-alist.
1172
1173 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1174
1175         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1176         (gnus-icalendar-identities): Support additional-identities.
1177
1178 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1179
1180         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1181         org-timestamp for events ending at midnight.
1182
1183 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1184
1185         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1186         .log files.
1187
1188 2013-11-20  David Engster  <deng@randomsample.de>
1189
1190         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1191
1192 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1193
1194         * message.el (message-beginning-of-line):
1195         Use beginning-of-visual-line when visual-line-mode is turned on.
1196
1197 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1198
1199         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1200         (gnus-icalendar-event-from-ical)
1201         (gnus-icalendar-event->org-entry)
1202         (gnus-icalendar--update-org-event): Required/optional participation,
1203         list of attendees synced to org.
1204
1205 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1206
1207         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1208         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1209         cancellations to be synced to org if the original appt has an org
1210         outline.
1211
1212 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1213
1214         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1215         (gnus-icalendar-event->org-entry)
1216         (gnus-icalendar--update-org-event)
1217         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1218
1219 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1220
1221         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1222         Fix timezone handling in gnus-icalendar export to org.
1223
1224 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1227
1228 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1231
1232 2013-10-30  Glenn Morris  <rgm@gnu.org>
1233
1234         * gnus-group.el (gnus-group-browse-foreign-server):
1235         * gnus-int.el (gnus-start-news-server):
1236         Silence compiler obsolescence warning.
1237
1238 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1241         `nnoo-current-server' first, then for the actual `nnimap-address' to
1242         allow netrc entries for the nnoo server to coexist with netrc entries
1243         for the `nnimap-address'.
1244
1245 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * mm-decode.el (mm-dissect-buffer): Revert last change.
1248         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1249         The problem that motivated those changes was attributed to a broken
1250         mail sender, and has been fixed.
1251
1252 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1255         token is missing in the Content-Type header.
1256
1257         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1258
1259 2013-09-18  Glenn Morris  <rgm@gnu.org>
1260
1261         * gnus-util.el (image-size): Declare.
1262
1263 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1266         (gnus-icalendar-event-from-ical)
1267         (gnus-icalendar-event--build-reply-event-body)
1268         (gnus-icalendar-event-reply-from-buffer)
1269         (gnus-icalendar-find-org-event-file)
1270         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1271         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1272
1273         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1274
1275 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1276
1277         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1278         Use save-current-buffer.
1279         (gnus-tree-mode-map): Initialize in the declaration.
1280         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1281         (scroll-in-place): Defvar it.
1282         (gnus-tmp-*): Defvar them.
1283         (gnus-get-tree-buffer): Use derived-mode-p.
1284         (gnus--let-eval): New macro.
1285         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1286         non-prefixed variables.
1287         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1288
1289         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1290         vars since it doesn't seem to be available.
1291         (gnus-set-global-variables, gnus-summary-read-group-1)
1292         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1293         (gnus-summary-display-article, gnus-summary-select-article)
1294         (gnus-summary-next-article, gnus-offer-save-summaries)
1295         (gnus-summary-generic-mark): Use derived-mode-p.
1296         (gnus-summary-read-group-1, gnus-summary-exit)
1297         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1298         Adjust calls to gnus-tree-close and gnus-tree-open.
1299
1300         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1301
1302         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1303         (gnus-agent-mode): Use derived-mode-p.
1304         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1305         gnus-command-method and *-command-method to nil, but bind
1306         gnus-command-method to *-command-method instead!
1307         (gnus-agent-fetch-articles): Remove unused var `id'.
1308         (gnus-agent-fetch-headers): Remove unused arg `force'.
1309         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1310         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1311         (gnus-agent-short-article, gnus-agent-long-article)
1312         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1313         first use.
1314         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1315         `score-param'.
1316         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1317         (gnus-get-predicate): Push in front of the cache, rather than end.
1318         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1319         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1320         (gnus-agent-expire-unagentized-dirs): Don't rebind
1321         gnus-agent-expire-current-dirs since the defvar silences the warning.
1322         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1323         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1324         (gnus-agent-regenerate): Simplify interactive spec and doc.
1325
1326 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-int.el (gnus-open-server): Silence compiler.
1329
1330         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1331
1332         * message.el (message-display-completion-list): Abolish.
1333         (message-completion-in-region): Use display-completion-list.
1334
1335 2013-09-17  Glenn Morris  <rgm@gnu.org>
1336
1337         * gnus-util.el (gnus-message-with-timestamp-1):
1338         Use `messages-buffer' function if available.  Ignore read-only.
1339
1340 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * message.el (message-expand-group, message-completion-in-region):
1343         Correct the order of start and end of a region.
1344
1345 2013-09-13  Glenn Morris  <rgm@gnu.org>
1346
1347         * mml2015.el (gnus-create-image): Autoload it.
1348
1349         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1350
1351         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1352         (image-size): Declare.
1353
1354 2013-09-12  Glenn Morris  <rgm@gnu.org>
1355
1356         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1357         Avoid using `find', which i) might not be defined at runtime;
1358         ii) does not work, since its default test is eql, not equal.
1359         (gnus-mime-action-alist): Declare.
1360
1361 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1362
1363         * score-mode.el (gnus-score-mode-map): Move initialization
1364         into declaration.
1365         (gnus-score-mode): Use define-derived-mode.
1366         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1367         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1368         into declaration.
1369         (gnus-kill-file-mode): Use define-derived-mode.
1370         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1371         Use derived-mode-p.
1372         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1373         (gnus-group-setup-buffer, gnus-group-name-at-point)
1374         (gnus-group-make-web-group, gnus-group-enter-directory)
1375         (gnus-group-suspend): Use derived-mode-p.
1376         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1377         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1378         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1379         (gnus-article-setup-buffer, gnus-article-prepare)
1380         (gnus-article-prepare-display, gnus-sticky-article)
1381         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1382         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1383         (gnus-article-read-summary-keys): Use derived-mode-p.
1384
1385 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1388
1389 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1392         shift_jis from the default value set for Japanese users.
1393
1394 2013-08-13  Glenn Morris  <rgm@gnu.org>
1395
1396         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1397
1398         * gnus.el (gnus-valid-select-methods): Fix type.
1399
1400         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1401
1402 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * mm-decode.el (mm-display-external): Run a timer for the temp files
1405         deletion after a viewer exits; add a deletion timer for the needsterm
1406         case, too.
1407
1408         * mm-decode.el (mm-display-external): Try to delete temporary files by
1409         using a 1-min. timer.
1410
1411 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1414         New internal variables.
1415         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1416         (mm-display-external): Use it to delete temporary files instead of
1417         using timers.
1418
1419 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1422
1423 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1424
1425         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1426         with cond for backwards compatability.
1427
1428 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1429
1430         * mm-decode.el (mm-display-external): Bind process-connection-type to
1431         nil; don't delete a temp file immediately even if a viewer finishes,
1432         since it may be a shell script, like xdg-open, that launches a real
1433         viewer program belatedly.
1434
1435 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1436
1437         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1438         that we can create nndoc groups that excerpt other groups.
1439
1440 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441
1442         * gnus-delay.el (gnus-delay-article): Fix typo.
1443
1444         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1445         articles.
1446
1447         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1448         we can get spell-checking etc.
1449
1450 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1453         a single one used for encoding the whole text in a header.
1454
1455 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1458         doesn't work properly on XEmacs.
1459
1460 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1463         before sending.
1464
1465         * dgnushack.el (dgnushack-compile): Add a temporary check for
1466         gnus-icalendar.
1467
1468         * mm-decode.el (mm-command-output): New face.
1469         (mm-display-external): Use it.
1470
1471 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1472
1473         * nnmbox.el (nnmbox-request-article): Don't change point.
1474
1475 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1478         Include `handle' parameter.
1479
1480 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1481
1482         * gnus-icalendar.el: New file.
1483
1484 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1487
1488         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1489         dummy roots, too.
1490
1491 2013-08-01  David Edmondson  <dme@dme.org>
1492
1493         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1494         out on ttys.
1495
1496 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1499         not empty.
1500
1501         * nnrss.el (nnrss-discover-feed): Indent.
1502
1503 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1506
1507 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1510         dirty to ensure nnimap data being saved.
1511
1512 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1513
1514         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1515         menu entry.
1516
1517         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1518         the current thread's total score instead of the current article's
1519         score.
1520
1521         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1522         (gnus-sort-threads-recursively): Delete defcustom.
1523         (gnus-sort-threads-recursive): Adapt accordingly.
1524
1525 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1526
1527         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1528         (gnus-sort-threads-recursive): Use it.
1529         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1530         again.  Now that determines how to sort subthreads.
1531
1532 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1533
1534         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1535         (gnus-sort-threads): Use it.
1536
1537 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1538
1539         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1540         punctuation characters follow parentheses (bug#14950).
1541
1542 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * gnus.el (gnus-continuum-version):
1545         * gnus-msg.el (gnus-extended-version): Simplify.
1546
1547         * gnus.el (gnus-continuum-version-1): Remove.
1548         * gnus-msg.el (gnus-bug): Revert.
1549
1550         Calculate gnus-version correctly on Cygwin.
1551
1552         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1553         (gnus-continuum-version-1): New function, return a string.
1554
1555         * gnus-msg.el (gnus-extended-version, gnus-bug):
1556         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1557
1558 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1559
1560         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1561         (bug#13384).
1562
1563 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1566         that were only relevant in a development version a long time ago.
1567
1568 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1571         that the old Emacs 24s bundle.
1572
1573 2013-07-10  David Engster  <deng@randomsample.de>
1574
1575         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1576         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1577         fixes a bug in Emacs trunk where the 'unexist' marks were always
1578         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1579         Gnus v0.03".
1580
1581 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1582
1583         * gnus.el (gnus-summary-line-format): Reference
1584         `gnus-user-date-format-alist' for the &user-date; format, not
1585         `gnus-summary-user-date-format-alist'.
1586
1587 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1590         delete files (bug#13481).
1591
1592 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1593
1594         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1595
1596 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1597
1598         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1599         display images.
1600
1601         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1602
1603         * message.el (message-cancel-news): According to
1604         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1605         preferred over "cmsg cancel" in the Subject.
1606
1607         * nnir.el (nnir-engines): Note that the group specs are regexps
1608         (bug#13238).
1609
1610         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1611         gotten read-only text properties, ensure that those aren't heeded when
1612         copying stuff over (bug#13434).
1613
1614         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1615         (bug#13762).
1616
1617 2013-07-05  David Kastrup  <dak@gnu.org>
1618
1619         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1620         authinfo file again (important for blank passwords).  This had been
1621         broken with 2013-06-15 change.
1622
1623 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1626         Revert 2013-01-14 change.
1627
1628 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1629
1630         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1631         of 'create-image' for XEmacs compatibility; check errors when decoding
1632         image.  Reported by Uwe Brauer.
1633
1634 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1637         gnus-button-push revised at 2011-01-19.
1638
1639 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1642         now live in the lisp/net Emacs 24 repository.
1643
1644 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * eww.el (eww-update-header-line-format): Quote % characters.
1647
1648 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * eww.el (eww-process-text-input): Display passwords as asterisks.
1651
1652         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1653
1654 2013-06-19  Tom Tromey  <tromey@redhat.com>
1655
1656         * eww.el (eww-top-url): Remove.
1657         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1658         (eww-render): Set new variables.  Don't set eww-top-url.
1659         (eww-handle-link): Handle "prev", "home", and "contents".
1660         Downcase the rel text.
1661         (eww-top-url): Choose best top URL.
1662
1663 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * eww.el: Rewrite to implement form elements "by hand" instead of
1666         relying in widget.el.  Using widget.el leads to too many
1667         user interface inconsistencies.
1668         (eww-self-insert): Implement entering commands in text fields.
1669         (eww-process-text-input): New function to make text input field editing
1670         work.
1671         (eww-submit): Rewrite to use the new-style form methods.
1672         (eww-select-display): Display the correct selected item.
1673         (eww-change-select): Implement changing the select value.
1674         (eww-toggle-checkbox): Implement radio/checkboxes.
1675         (eww-update-field): Fix compilation error.
1676         (eww-tag-textarea): Implement <textarea>.
1677
1678         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1679         don't shadow mode-specific bindings.
1680
1681         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1682         nothing to push.
1683
1684         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1685
1686 2013-06-19  Glenn Morris  <rgm@gnu.org>
1687
1688         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1689
1690 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1691
1692         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1693
1694 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695
1696         * shr.el (shr-make-table-1): Implement <td rowspan>.
1697         (shr-table-horizontal-line): Allow nil as a value, and change the
1698         default.
1699         (shr-insert-table-ruler): Respect the nil value.
1700
1701 2013-06-18  Tom Tromey  <tromey@barimba>
1702
1703         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1704         New defvars.
1705         (eww-open-file): New defun.
1706         (eww-render): Initialize new variables.
1707         (eww-display-html): Handle "link" and "a".
1708         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1709         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1710         (eww-back-url): Rename from eww-previous-url.
1711         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1712         defuns.
1713
1714 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * shr.el (shr-tag-table): Insert the images after the table, so that
1717         they're not covered by the table colourisation, which often looked
1718         awkward.
1719         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1720         <dd>.
1721         (shr-make-table-1): Implement <td colspan=> support.
1722         (shr-insert-document): Use one less than window width if `shr-width' is
1723         nil, since otherwise things may get one character too wide.
1724
1725 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * eww.el (eww-detect-charset): Improve regexp; move backward.
1728
1729 2013-06-18  Glenn Morris  <rgm@gnu.org>
1730
1731         * mm-decode.el (widget-convert-button): Autoload.
1732
1733         * sieve-manage.el (mm-enable-multibyte): Autoload.
1734
1735         * shr.el (libxml-parse-html-region): Declare.
1736         (shr-render-buffer): Explicit error if no libxml2 support.
1737
1738 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1739
1740         * auth-source.el (auth-source-current-line): New function.
1741         (auth-source-netrc-parse-entries): When a data token is "machine",
1742         assume we're in the wrong place and abort parsing the current line.
1743
1744 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1747         (eww-convert-widgets): Don't bug out if the first widget starts at the
1748         beginning of the buffer.
1749         (eww-convert-widgets): Fix last patch.
1750         (eww-tag-input): Support <input type=image>.
1751
1752         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1753         (shr-tag-base): Protect against base specs that are degenerate.
1754         (shr-ensure-paragraph): Don't delete empty lines that have text
1755         properties, because these may be input fields.
1756
1757         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1758         we can navigate to them.
1759
1760         * shr.el (shr-colorize-region): Put the colours over the entire region.
1761         (shr-inhibit-decoration): New variable.
1762         (shr-add-font): Use it to inhibit text property decorations while doing
1763         preliminary table renderings.  This speeds up typical Wikipedia page
1764         renderings by 15%.
1765         (shr-tag-span): Don't respect the <title>, because that overwrites the
1766         help-echo from links inside the spans.
1767         (shr-next-link): Use `help-echo' for navigation, so that we can
1768         navigate to form elements, too.
1769
1770         * eww.el (eww-button): New face.
1771         (eww-convert-widgets): Use it to make submit buttons more button-like.
1772
1773         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1774         that Gnus commands work.
1775
1776         * shr.el (shr-render-td): Support horizontal alignment.
1777
1778         * eww.el (eww-put-color): Removed.
1779         (eww-colorize-region): Use `add-face-text-property'.
1780
1781         * shr.el (shr-add-font): Append face data, so that we get the correct
1782         precedence: The innermost value (which is applied first) wins.
1783         (shr-make-overlay): Obsolete function.
1784
1785         * mm-decode.el (mm-convert-shr-links): New function to convert
1786         new-style shr URL links into widgets.
1787         (mm-shr): Use it.
1788
1789         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1790         widget commands, since we're no longer using widgets for links.
1791
1792         * shr.el (shr-next-link): New command.
1793         (shr-previous-link): New command.
1794         (shr-urlify): Don't use `widget-convert', because that's slow.
1795         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1796         because collecting the overlays and reapplying them when generating
1797         tables is slow.
1798         (shr-insert-table): Ditto.
1799
1800 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1801
1802         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1803         * shr.el (browse-url): Require `url'.
1804         * eww.el (url): Require format-spec.
1805
1806 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807
1808         * eww.el (eww-display-html): Default to using the entire window width.
1809         (eww-browse-url): Don't add a User-Agent header (twice), because that
1810         makes Bing refuse connection.
1811
1812         * shr.el (shr-make-table): Cache the table rendering at the table
1813         level, and not the <td> level.  This is a bit faster.
1814
1815         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1816         #id.
1817
1818         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1819         browsers don't.
1820         (shr-expand-url): Respect #anchor links.
1821         (shr-parse-base): Chop off the anchor before using.
1822         (shr-descend): Respect display: none.
1823         (shr-descend): Allow marking elements that have certain IDs.
1824
1825         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1826
1827         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1828
1829         * eww.el (eww-tag-textarea): Support <textarea>.
1830
1831 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1832
1833         * shr.el (shr-dom-to-xml): Fixed function call.
1834
1835         * eww.el (eww): New group.
1836         (eww-header-line-format): New custom variable.
1837         (eww-current-title): New variable.
1838         (eww-display-html): Update header and handle title tag.
1839         (eww-update-header-line-format): New function.
1840         (eww-tag-title): New function.
1841
1842         * shr.el (shr-dom-to-xml): New function.
1843         (shr-tag-svg): Add support for the SVG tag.
1844         (shr-bullet): New custom variable.
1845         (shr-tag-li): Support custom bullet in unordered lists.
1846
1847 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * shr.el (shr-expand-url): Respect // URLs.
1850
1851         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1852         put a background colour onto the entire buffer.
1853         (eww-render): When being redirected, use the redirect URL as the new
1854         base URL.
1855
1856         * shr.el (shr-parse-base): Fix parsing error.
1857
1858         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1859
1860         * shr.el (shr-parse-base): New function.
1861         (shr-expand-url): Use it to expand relative URLs reliably.
1862
1863 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1864
1865         * auth-source.el (auth-source-search-collection): Fix docstring.
1866         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1867         single-quoted strings and multiline entries.
1868         (auth-source-netrc-parse-next-interesting)
1869         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1870         functions to support parser.
1871
1872 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * eww.el (eww-submit): Get submit button logic right when hitting RET
1875         on non-submit buttons.
1876
1877         * shr.el: Remove shr-preliminary-table-render, since that can't really
1878         be used for anything in practice.
1879
1880 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1881
1882         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1883         (sieve-manage-quit).
1884
1885 2013-06-14  Glenn Morris  <rgm@gnu.org>
1886
1887         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1888
1889 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1890
1891         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1892         control the maximum size of photo ID image.
1893         (mml2015-epg-key-image-to-string): Respect it.
1894
1895 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1898         instead of the final one so that we can more easily distinguish them.
1899
1900         * eww.el (eww-submit): Compute the submission URL correctly.
1901
1902 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1903
1904         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1905         Use plist-get rather than CL's getf.
1906         (sieve-manage-parse-capability): Avoid CL's remove-if.
1907
1908 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1909
1910         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1911         (sieve-manage-quit).
1912
1913 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1916         last slash.
1917
1918         * eww.el (eww-tag-select): Use the first value as the default value.
1919
1920 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1921
1922         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1923         (eww-mode): Use `define-derived-mode'.
1924         (eww-parse-headers): Parse headers from beginning of buffer so that
1925         file:// links work.
1926
1927 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1930
1931 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1934         to handle them at all.
1935
1936 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937
1938         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1939         work, too.
1940         (eww-tag-select): Implement <select>.
1941
1942 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1943
1944         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1945         stream managing functions by using open-protocol-stream to do most of
1946         the work.  Has the nice benefit of enabling STARTTLS.
1947         Wait for capabilities after STARTTLS: following RFC5804, the server
1948         sends new capabilities after successfully establishing a TLS connection
1949         with the client.  The client should update the cached list of
1950         capabilities, but we just ignore the answer for now.
1951         (sieve-manage-network-p, sieve-manage-network-open)
1952         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1953         (sieve-manage-forward, sieve-manage-streams)
1954         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1955         API, nor called by any other function.
1956         Enable Multibyte for SieveManage buffers: The parser won't properly
1957         handle umlauts and line endings unless multibyte is turned on in the
1958         process buffer.
1959
1960 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * eww.el (eww-tag-input): Support password fields.
1963         (eww-submit): Support POST.
1964
1965 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * eww.el (eww-tag-form): Protect against degenerate forms.
1968
1969         * shr.el (shr-expand-url): Expand URLs that start with a slash
1970         correctly.
1971
1972         * eww.el (eww-submit): Get submit button logic right.
1973
1974         * shr.el (shr-final-table-render): New variable to signal when we're
1975         doing the final table rendering so that we can collect more data at
1976         that point.
1977
1978         * eww.el (eww-submit): Make form submission work.
1979         (eww-tag-input): Implement submit buttons.
1980         (eww-click-radio): Implement radio and checkboxes.
1981         (eww-submit): Handle hidden elements.
1982
1983         * shr.el (shr-descend): Allow other packages to override (or provide)
1984         rendering of elements.
1985         (shr-expand-url): Strip query strings from URLs before expanding them.
1986
1987         * eww.el: Don't require cl-lib.
1988         (eww-tag-form): Start form support.
1989
1990         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1991
1992         * eww.el: Start writing a new, tiny web browser.
1993         (eww-previous-url): New command.
1994         (eww-quit): New command.
1995
1996 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1997
1998         * sieve.el: Put point at beginning of buffer when viewing a script.
1999         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2000         number in sieve-buffer's header.  Fixed code to also work with a string
2001         as port specifier.  Properly close the connection on pressing 'q'.  Make
2002         sieve-manage-quit close the connection and process buffer.  Also, remove
2003         duplicate keybinding for 'q'.
2004
2005 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2006
2007         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2008         make it easier to read.
2009         (mm-pkcs7-enveloped-magic): Ditto.
2010
2011 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2012
2013         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2014         before `image-type-available-p' to avoid loading the image libraries
2015         needlessly.
2016
2017 2013-06-05  David Engster  <deng@randomsample.de>
2018
2019         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2020         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2021         to see whether the group was synced before.
2022
2023 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2024
2025         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2026         when opening the connection.
2027         Suggested by João Távora <joaotavora@gmail.com> in
2028         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2029
2030 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2033         assume Date header begins with "Date", that may be customized into
2034         something like "X-Sent" using gnus-article-time-format.
2035         (article-transform-date): Allow multi-line Date header.
2036
2037 2013-06-02  David Engster  <deng@randomsample.de>
2038
2039         * registry.el (initialize-instance, registry-lookup)
2040         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2041         (registry-lookup-secondary-value, registry-search, registry-delete)
2042         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2043         not wrap methods in `eval-and-compile'.  This breaks due to latest
2044         changes in EIEIO (introduction of eieio-core.el).
2045
2046 2013-05-30  Glenn Morris  <rgm@gnu.org>
2047
2048         * nnmail.el (nnmail-fancy-expiry-target):
2049         Also bind mail-dont-reply-to-names.
2050
2051         * spam-stat.el (spam-stat-save):
2052         No need to tweak font-lock in temp buffers.
2053
2054         * shr.el (shr-put-image): Silence compiler.
2055
2056 2013-05-29  Glenn Morris  <rgm@gnu.org>
2057
2058         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2059
2060         * gnus-group.el (gnus-sequence-of-unread-articles)
2061         (gnus-summary-add-mark, gnus-mark-article-as-read)
2062         (gnus-group-make-articles-read): Declare.
2063
2064         * gnus-sum.el (gnus-parameter-list-identifier)
2065         (gnus-article-stop-animations, gnus-stop-downloads)
2066         (gnus-article-only-boring-p, article-goto-body)
2067         (gnus-flush-original-article-buffer, article-narrow-to-head)
2068         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2069         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2070
2071         * gnus.el: No need to eval-and-compile autoloads.
2072
2073         * gravatar.el (help-function-arglist): Autoload.
2074
2075         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2076
2077         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2078
2079         * spam.el: No need to load spam-report when compiling.
2080         No need to eval-and-compile autoloads.
2081         (spam-report-resend-to): Declare.
2082         (spam-report-resend-register-routine): Require 'spam-report.
2083
2084 2013-05-24  Julien Danjou  <julien@danjou.info>
2085
2086         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2087         setup.
2088
2089 2013-05-23  Glenn Morris  <rgm@gnu.org>
2090
2091         * gnus-util.el (rmail-swap-buffers-maybe)
2092         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2093         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2094         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2095
2096         * mm-decode.el: No need to load term when compiling.
2097         (term-mode, term-char-mode): Declare.
2098
2099         * mm-util.el: No need to load jka-compr when compiling.
2100         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2101
2102         * nnmaildir.el: Require is automatically eval-and-compile.
2103         (nnmail): Require at run-time too.
2104
2105         * registry.el (registry-size): Move definition before use.
2106
2107 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2108
2109         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2110         signed data to conform the standard.  (Bug#14232)
2111
2112 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2113
2114         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2115         double angle quotation mark.
2116
2117 2013-05-20  Glenn Morris  <rgm@gnu.org>
2118
2119         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2120
2121 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2122
2123         * message.el (message-insert-formatted-citation-line): handle finding
2124         first/lastname when more than 2 names appear.
2125
2126 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2127
2128         * shr.el (shr-tag-span): New function.
2129
2130 2013-05-18  Glenn Morris  <rgm@gnu.org>
2131
2132         * message.el (message-mode): Use message-mode-abbrev-table,
2133         with text-mode-abbrev-table as parent.  (Bug#14413)
2134
2135 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * message.el (message-expand-group): Decode group names.
2138
2139 2013-05-16  Julien Danjou  <julien@danjou.info>
2140
2141         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2142         app-icon.
2143
2144 2013-05-15  Glenn Morris  <rgm@gnu.org>
2145
2146         * shr-color.el (shr-color-visible-luminance-min)
2147         (shr-color-visible-distance-min): Use shr-color group.
2148
2149 2013-05-11  Glenn Morris  <rgm@gnu.org>
2150
2151         * gnus-vm.el: Make it loadable without VM.
2152         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2153         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2154
2155 2013-05-09  Glenn Morris  <rgm@gnu.org>
2156
2157         * mml1991.el: Make it loadable.  (Bug#13456)
2158
2159         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2160         * gnus-async.el (gnus-async-post-fetch-function):
2161         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2162         * gnus-html.el (gnus-html-image-cache-ttl):
2163         * gnus-notifications.el (gnus-notifications-timeout):
2164         * gnus-picon.el (gnus-picon-properties):
2165         * gnus-util.el (gnus-completion-styles):
2166         * gnus.el (gnus-other-frame-resume-function):
2167         * message.el (message-user-organization-file)
2168         (message-cite-reply-position):
2169         * nnir.el (nnir-summary-line-format)
2170         (nnir-retrieve-headers-override-function):
2171         * shr-color.el (shr-color-visible-luminance-min):
2172         * shr.el (shr-blocked-images):
2173         * spam-report.el (spam-report-resend-to):
2174         * spam.el (spam-summary-exit-behavior): Fix custom types.
2175
2176         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2177
2178 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2181         because of let-binding help-xref-following.  (Bug#14356)
2182
2183 2013-05-06  Glenn Morris  <rgm@gnu.org>
2184
2185         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2186
2187 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2188
2189         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2190         entering into the registry.
2191
2192 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2193
2194         * gnus.el: Ma Gnus v0.7 is released.
2195
2196 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2199         (Bug#14304)
2200
2201 2013-04-27  Glenn Morris  <rgm@gnu.org>
2202
2203         * gnus.el (gnus-list-debbugs):
2204         Use require rather than autoload.  (Bug#14262)
2205
2206 2013-04-27  Julien Danjou  <julien@danjou.info>
2207
2208         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2209         port to "sieve" now that it has an official IANA port assigned.
2210
2211 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2214         Don't set the MAILHOST environment variable permanently (Bug#14271).
2215
2216 2013-04-26  Glenn Morris  <rgm@gnu.org>
2217
2218         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2219
2220 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2221
2222         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2223         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2224
2225 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2226
2227         * nnir.el (nnir-close-group): Make sure we are in the right group.
2228
2229         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2230         dependency table from all newly retrieved headers.
2231
2232 2013-04-16  David Edmondson  <dme@dme.org>
2233
2234         Support <img src="data:...">.
2235
2236         * shr.el (shr-image-from-data): New function.
2237         (shr-tag-img): Use it.
2238
2239 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2240
2241         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2242         group.
2243
2244 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2247         corresponding to any existing group (Bug#14166).
2248
2249 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2250
2251         * nnir.el (number-sequence): No longer used.
2252         (nnir-request-set-mark): New function.
2253         (nnir-request-update-info): Improve marks updating.
2254         (nnir-request-scan): Don't duplicate marks updating.
2255         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2256         Use 'assq rather than 'assoc.  Quote anonymous function.
2257         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2258         Use 'gnus-group-prefixed-p.
2259         (gnus-summary-create-nnir-group): Make sure server for method is open.
2260
2261 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2262
2263         * nnir.el (gnus-nnir-group-p): New function.
2264         (nnir-possibly-change-group): Use it.
2265
2266         * gnus-msg.el (gnus-setup-message): Use it.
2267
2268 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2271         `initial-input' for the argument name.
2272         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2273
2274 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2275
2276         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2277         (used by MH-E).
2278
2279 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2280
2281         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2282         group.
2283
2284         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2285         fix compilation.
2286
2287 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2288
2289         * nnir.el (nnir-method-default-engines): And another typo.
2290
2291 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2292
2293         * nnir.el (nnir-method-default-engines): Fix typo.
2294
2295 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2296
2297         * nnir.el: Define 'number-sequence for xemacs.
2298         (gnus-summary-create-nnir-group): New function to create an nnir group
2299         from an nnir summary buffer based on the current query.
2300         (nnir-request-create-group): Update to allow nnir group creation based
2301         on the current query.
2302
2303 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * nndraft.el (nndraft-request-expire-articles):
2306         Make expiry target always `delete'.
2307
2308 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2309
2310         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2311         buffer use the posting-style and gcc of the original article group.
2312         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2313
2314         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2315         after other deffoos.
2316
2317 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2318
2319         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2320         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2321         support for real (i.e. not ephemeral) nnir groups.
2322         (gnus-summary-make-nnir-group): New function for initiating searches
2323         from a summary buffer.
2324
2325 2013-03-18  Sam Steingold  <sds@gnu.org>
2326
2327         * message.el (message-bury): Minor cleanup.
2328
2329 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2330
2331         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2332
2333 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2336         nnml-request-list.  (Bug#13873)
2337         (nndir-request-newsgroups): Remove, unused.
2338
2339         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2340
2341 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2342
2343         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2344         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2345         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2346
2347 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2348
2349         * shr.el: Make all the overlays set the `evaporate' property so that
2350         they're removed properly.
2351
2352 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2353
2354         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2355         shell-quote-argument.
2356
2357 2013-02-22  David Engster  <deng@randomsample.de>
2358
2359         * gnus-registry.el (gnus-registry-save): Provide class name when
2360         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2361         `condition-case' to stay compatible with older EIEIO versions which
2362         only accept one argument.
2363
2364 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2365
2366         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2367         (epg-user-id-validity): Autoload.
2368         (mml2015-epg-check-user-id): New function.
2369         (mml2015-epg-check-sub-key): New function split from
2370         mml2015-epg-find-usable-key.
2371         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2372         optional name-is-key-id, to handle the case when user-id is unusable.
2373         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2374
2375 2013-02-17  Glenn Morris  <rgm@gnu.org>
2376
2377         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2378
2379 2013-02-16  Glenn Morris  <rgm@gnu.org>
2380
2381         * shr.el (shr-put-image): Only animate images that specify a delay.
2382         This is consistent with the old image-animated-p behavior.
2383
2384 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2387         for XEmacs.
2388
2389 2013-02-13  Juri Linkov  <juri@jurta.org>
2390
2391         * gnus-art.el (gnus-article-mode-map):
2392         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2393         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2394
2395 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2396
2397         * auth-source.el (auth-source-format-prompt): Don't get confused by
2398         any "\" in replacement text.  (Bug#13637)
2399
2400 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2401
2402         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2403         (gnus-backend-trace): Honour gnus-backend-trace.
2404
2405         * mml.el (mml-insert-part): Insert closing tag.
2406
2407         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2408
2409 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2412         able to find the article, which can happen in debbugs groups,
2413         apparently.
2414
2415 2013-01-16  Glenn Morris  <rgm@gnu.org>
2416
2417         * smiley.el (smiley-style): Make the file loadable in batch mode.
2418
2419 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2420
2421         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2422         imap process running.
2423
2424 2013-01-14  Julien Danjou  <julien@danjou.info>
2425
2426         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2427         Compare addresses against addresses, not against the full From field.
2428
2429 2013-01-13  Richard Stallman  <rms@gnu.org>
2430
2431         * message.el (message-forward-make-body-mime): New args BEG, END
2432         specify what part of FORWARD-BUFFER to use.  Do the work directly
2433         instead of calling `mml-insert-buffer'.
2434
2435 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2436
2437         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2438         cross-reference(s).
2439
2440         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2441         cross-reference(s).
2442
2443 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2444
2445         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2446         and point-max-marker.
2447         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2448
2449 2013-01-11  Julien Danjou  <julien@danjou.info>
2450
2451         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2452         max are almost equal.  Also return the correct value for V which is
2453         already between 0 and 1.
2454
2455 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2456
2457         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2458         to mml2015-encrypt-to-self.
2459         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2460
2461 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2462
2463         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2464         mml-smime-epg-find-usable-secret-key.
2465
2466 2013-01-08  Glenn Morris  <rgm@gnu.org>
2467
2468         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2469
2470 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2471
2472         * mml-smime.el: Support signing by sender.
2473         Requested by Uwe Brauer.
2474         (mml-smime-sign-with-sender): New user option analogous
2475         to mml2015-sign-with-sender.
2476         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2477         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2478         mml2015.el.
2479
2480 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2483         isn't running, because Gnus will probably not know how to handle the
2484         Gcc header (bug#11941).
2485
2486         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2487         articles.
2488
2489 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2492         (nnfolder-generate-active-file): Make this function work with recursive
2493         folder names.
2494
2495 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2496
2497         * nntp.el (nntp-open-connection): Use HELP as the capability command
2498         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2499         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2500
2501 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2502
2503         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2504         place holder since this gives `Invalid face reference: nil' messages.
2505         Use the `default' face instead.  It has the same effect here, even
2506         though it is not no-op.
2507
2508         * gnus-util.el
2509         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2510
2511 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2512
2513         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2514         non-string posting styles (bug#13285).
2515
2516 2012-12-27  Glenn Morris  <rgm@gnu.org>
2517
2518         * plstore.el (plstore-passphrase-callback-function):
2519         Use plstore-get-file.
2520
2521 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2522
2523         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2524         stderr.
2525
2526 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2529
2530         * gnus-compat.el (set-buffer-multibyte): Remove.
2531
2532 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2533
2534         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2535         temporary file to get PGP key image.  Pass no-show-photos when
2536         extracting image to avoid having it pop up twice.
2537
2538 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2539
2540         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2541         eligible for treatment.
2542
2543         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2544         lines.  This makes summary commands with hidden threads work more
2545         reliably.
2546
2547         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2548         button to mark the hidden citations (bug#9395).
2549
2550 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2551
2552         * mml2015.el (mml2015-epg-signature-to-string): New function.
2553         (mml2015-epg-verify-result-to-string): New function.
2554         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2555         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2556         instead of epg-verify-result-to-string.
2557         (epg-signature-key-id, epg-signature-to-string): Autoload.
2558         (epg-verify-result-to-string): Remove autoload.
2559
2560 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2561
2562         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2563         ID image from GPG public key.
2564         (mml2015-epg-key-image-to-string): New function.
2565
2566 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2567
2568         * plstore.el (plstore-passphrase-callback-function): Fix error when
2569         error when plstore-cache-passphrase-for-symmetric-encryption is set
2570         (bug#13264).
2571
2572 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2573
2574         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2575         buffer to the article buffer here, because that clobbers multiple
2576         article buffers.
2577
2578         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2579         buffer always points to the right summary buffer.
2580
2581 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2582
2583         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2584         the password (bug#12097).
2585
2586 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2587
2588         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2589         (bug#13263).
2590
2591         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2592         buffer exists before using it (bug#12475).
2593
2594         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2595         offline groups (bug#11937).
2596
2597         * message.el (message-yank-original): When using customize to set the
2598         value of `message-cite-style', the variable it set to a symbol that's
2599         the name of the variable, which must then be dereferenced (bug#12616).
2600
2601 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2602
2603         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2604         the `face' property with a list whose car is the face specified in the
2605         format string and whose cdr is (nil).
2606         * lisp/gnus-util.el
2607         (gnus-put-text-property-excluding-characters-with-faces):
2608         Change accordingly.
2609         (gnus-get-text-property-excluding-characters-with-faces): New function.
2610         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2611         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2612         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2613
2614 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2615
2616         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2617         login methods.
2618         (nnimap-login): Respect the `nnimap-authenticator' variable.
2619
2620         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2621         mark state when moving articles.  Otherwise unticked articles will get
2622         their ticks back after moving.
2623
2624 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2625
2626         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2627
2628         * message.el (message-ignored-news-headers): Always remove
2629         X-Message-SMTP-Method to avoid information leakage if the user
2630         mistakenly inserts the header into news messages.
2631
2632         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2633
2634         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2635         right than four characters, this command would move point to
2636         `point-max'.  Don't do that.
2637
2638         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2639         to nil to allow re-selecting groups that gain articles.
2640         (gnus-bug-group-download-format-alist): Update the URL.
2641
2642 2012-12-23  Andreas Schwab  <schwab@suse.de>
2643
2644         * shr.el (shr-tag-em): Render em as italic, not bold.
2645
2646 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2647
2648         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2649         for reuse.
2650         (gnus-open-server): Use it to add more tracing.
2651         (gnus-finish-retrieve-group-infos): Add backend tracing.
2652         (gnus-backend-trace): Also note the elapsed seconds.
2653
2654 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2655
2656         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2657         Set epa-file-encrypt-to from variable to avoid querying.
2658
2659 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2660
2661         * sieve-mode.el (sieve-font-lock-keywords):
2662         Keywords should be word delimited.  (Bug#13173)
2663
2664 2012-12-13  Andreas Schwab  <schwab@suse.de>
2665
2666         * tls.el (tls-program): Update customize type.
2667
2668 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2671         instead of <pre> to align message header.
2672
2673 2012-12-12  Sam Steingold  <sds@gnu.org>
2674
2675         * gnus.el (gnus-other-frame-resume-function): Add user option.
2676         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2677
2678 2012-12-06  Sam Steingold  <sds@gnu.org>
2679
2680         * gnus-start.el (gnus-before-resume-hook): Add.
2681         (gnus-1): Run it when Gnus is alive.
2682
2683 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2686         * gnus-art.el (article-unsplit-urls)
2687         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2688         * gnus-registry.el (gnus-registry-get-article-marks)
2689         * message.el (message-goto-body): Use it.
2690         (message-called-interactively-p): Remove.
2691
2692         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2693         (spam-stat-score-buffer): Use it.
2694
2695         * spam.el: Silence the warnings against BBDB functions when compiling.
2696
2697         * gnus-score.el (gnus-score-decode-text-parts):
2698         Use append+mapcar instead of the cl function mapcan.
2699
2700 2012-12-05  Sam Steingold  <sds@gnu.org>
2701
2702         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2703         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2704         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2705
2706 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * gmm-utils.el (gmm-called-interactively-p): Revert.
2709         This seems to cause Emacs to get stuck!
2710         * gnus-art.el (article-unsplit-urls)
2711         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2712         * gnus-registry.el (gnus-registry-get-article-marks)
2713         * message.el (message-goto-body)
2714         (message-called-interactively-p): Revert.
2715
2716         * gmm-utils.el (gmm-called-interactively-p): New function.
2717         * gnus-art.el (article-unsplit-urls)
2718         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2719         * gnus-registry.el (gnus-registry-get-article-marks)
2720         * message.el (message-goto-body): Use it.
2721         (message-called-interactively-p): Remove.
2722
2723         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2724         * gnus-sync.el (gnus-sync-lesync-call)
2725         * message.el (message-read-from-minibuffer): Use it.
2726
2727 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * gmm-utils.el (gmm-flet): Remove.
2730         * gnus-sync.el (gnus-sync-lesync-call)
2731         * message.el (message-read-from-minibuffer): Don't use it.
2732
2733 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2736
2737 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2740
2741         * gnus-sync.el (gnus-sync-lesync-call)
2742         * message.el (message-read-from-minibuffer): Use gmm-flet.
2743
2744         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2745
2746         * gnus-util.el (gnus-macroexpand-all): Remove.
2747
2748 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2749
2750         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2751         to TAB, not [tab].
2752         (gnus-summary-article-map): Likewise.
2753
2754         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2755         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2756
2757 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2758
2759         * time-date.el: Commentary fix.
2760
2761 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2762
2763         * color.el: Don't require cl.
2764         (color-complement): `caddr' -> `nth 2'.
2765
2766         * time-date.el (time-to-seconds): De-obsolete.
2767
2768 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * message.el (message-get-reply-headers):
2771         Make sure the reply goes to the author if it is a wide reply.
2772
2773 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2774
2775         * gnus-score.el (gnus-score-body):
2776         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2777         scoring by body.
2778
2779 2012-11-16  Glenn Morris  <rgm@gnu.org>
2780
2781         * gnus-diary.el (nndiary-request-create-group-functions)
2782         (nndiary-request-update-info-functions)
2783         (gnus-subscribe-newsgroup-functions)
2784         (nndiary-request-accept-article-functions):
2785         Use new names for hooks rather than obsolete aliases.
2786
2787 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2790
2791 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2794         in meta tag with the one the part specifies in its header.
2795
2796 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2797
2798         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2799         by default.
2800
2801 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2804         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2805
2806 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2809         and a runtime function for it, of which the XEmacs version takes only
2810         two arguments.
2811
2812 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2813
2814         * nndiary.el (nndiary-request-create-group-functions)
2815         (nndiary-request-update-info-functions)
2816         (nndiary-request-accept-article-functions):
2817         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2818         "-hooks" suffix.
2819
2820 2012-10-19  Julien Danjou  <julien@danjou.info>
2821
2822         * gnus-art.el: Require gnus-util because it uses
2823         `gnus-timer--function'.
2824
2825 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2826
2827         * starttls.el (starttls-extra-arguments): Doc fix.
2828
2829 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2832         it.
2833
2834 2012-10-06  Glenn Morris  <rgm@gnu.org>
2835
2836         * gnus-notifications.el (gnus-notifications):
2837         Add missing group :version tag.
2838         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2839         (gnus-gcc-post-body-encode-hook):
2840         * gnus-sync.el (gnus-sync-lesync-name)
2841         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2842
2843 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2844
2845         * color.el (color-hsl-to-rgb): Fix incorrect results for
2846         small and large hue values.  (Bug#12559)
2847
2848 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         New UIDL implementation.
2851
2852         * mail-source.el (mail-sources, mail-source-keyword-map):
2853         Add :leave as a pop3 keyword.
2854         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2855
2856         * pop3.el (pop3-leave-mail-on-server): Allow number.
2857         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2858         (pop3-movemail): Add UIDL support.
2859         (pop3-send-streaming-command): Take a list of mail numbers instead of
2860         the number of mails.
2861         (pop3-write-to-file): Add X-UIDL header.
2862         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2863         (pop3-uidl-add-xheader): New functions.
2864
2865         * message.el (message-ignored-resent-headers):
2866         Add X-Content-Length and X-UIDL headers.
2867
2868 2012-10-05  Glenn Morris  <rgm@gnu.org>
2869
2870         * color.el (color-name-to-rgb, color-rgb-to-hex)
2871         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2872         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2873         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2874         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2875
2876 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2879         a user about whether to delete temp files if once a user answered as n.
2880
2881 2012-09-25  Chong Yidong  <cyd@gnu.org>
2882
2883         * password-cache.el (password-read-and-add): Use a declare form to mark
2884         this function obsolete.
2885
2886 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * lpath.el: Bind mail-encode-mml for old Emacsen.
2889
2890 2012-09-17  Richard Stallman  <rms@gnu.org>
2891
2892         * message.el (message-in-body-p): Don't set mark or modify buffer.
2893
2894         * mml.el (mml-attach-file): Doc fix.
2895         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2896         Set mail-encode-mml when in Mail mode.
2897         Simplify code to set HEAD and move back to HEAD.
2898         (mml-insert-multipart, mml-insert-part):
2899         Set mail-encode-mml when in Mail mode.
2900
2901 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * gnus-util.el (gnus-timer--function): New function.
2904
2905         * gnus-art.el (gnus-article-stop-animations): Use it.
2906
2907 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2908
2909         Fix glitches caused by addition of psec to timers.
2910         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2911         rather than raw access to timer vector.
2912
2913 2012-09-11  Julien Danjou  <julien@danjou.info>
2914
2915         * gnus-notifications.el (gnus-notifications): Check for nil values in
2916         ignored addresses check.
2917
2918 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2919
2920         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2921
2922 2012-09-07  Chong Yidong  <cyd@gnu.org>
2923
2924         * gnus-util.el
2925         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2926
2927         * gnus-salt.el (gnus-tree-highlight-node):
2928         * gnus-sum.el (gnus-summary-highlight-line):
2929         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2930
2931 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2932
2933         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2934
2935 2012-09-06  Juri Linkov  <juri@jurta.org>
2936
2937         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2938         scheme for buffer names to be more consistent with other group and
2939         article buffer names in Gnus.
2940
2941 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2942
2943         * gnus-util.el
2944         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2945
2946         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2947         Jenkner.
2948
2949         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2950
2951         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2952
2953         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2954
2955 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2958         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2959
2960         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2961         string-prefix-p in Emacs >=23.2.
2962
2963         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2964         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2965         instead of string-match-p.
2966         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2967
2968 2012-09-06  Kenichi Handa  <handa@gnu.org>
2969
2970         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2971         lowercase a..f.
2972
2973 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2974
2975         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2976
2977 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2978
2979         * nnimap.el (nnimap-request-move-article): Decode the group name when
2980         doing internal moves to avoid charset issues.
2981
2982         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2983         TIME is set.
2984
2985 2012-09-05  Juri Linkov  <juri@jurta.org>
2986
2987         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2988         than one group at a time (bug#11961).
2989
2990 2012-09-05  Julien Danjou  <julien@danjou.info>
2991
2992         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2993         this hide the real reason with a message giving absolutely no hint.
2994
2995 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2996
2997         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2998         to the backend (bug#11804).
2999
3000         * message.el (message-insert-newsgroups): Don't insert newsgroup
3001         duplicates (bug#12275).
3002
3003 2012-09-05  John Wiegley  <johnw@newartisans.com>
3004
3005         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3006         sieve rules.
3007
3008 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3009
3010         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3011         function.
3012
3013         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3014
3015         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3016
3017 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3018
3019         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3020         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3021         This should make nnmaildir more usable with offlineimap.
3022
3023 2012-09-05  Julien Danjou  <julien@danjou.info>
3024
3025         * nnimap.el (nnimap-request-list): Revert change that made listing
3026         synchronous.
3027         (nnimap-get-responses): Restore.
3028
3029 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3030
3031         * dgnushack.el: XEmacs 21.5 compilation fix.
3032
3033         * gnus-notifications.el (gnus-notifications-notify): Use it.
3034
3035         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3036         warnings on XEmacs.
3037
3038 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3039
3040         Better seeds for (random).
3041         * gnus-sync.el (gnus-sync-lesync-setup):
3042         * message.el (message-canlock-generate, message-unique-id):
3043         Change (random t) to (random), now that the latter is more random.
3044
3045 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3046
3047         * nnimap.el (nnimap-change-group): Document result value
3048
3049         * auth-source.el (auth-sources): Fix macos keychain access.
3050
3051         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3052         allow the backend `request-head' function to determine the group
3053         name on its own.
3054         (gnus-request-expire-articles): Filter out negative article numbers
3055         during expiry (Bug#11980).
3056
3057         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3058         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3059
3060         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3061         you've found the article when you haven't.
3062
3063         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3064         that nnimap-change-group can return t.
3065
3066 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3067
3068         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3069
3070 2012-08-30  Julien Danjou  <julien@danjou.info>
3071
3072         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3073         `gnus-notifications-timeout'.
3074         (gnus-notifications-timeout): Add.
3075         (gnus-notifications-action): New function.
3076         (gnus-notifications-notify): Add :action using
3077         `gnus-notifications-action'.
3078         (gnus-notifications-id-to-msg): New variable.
3079         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3080         notifications id to messages.
3081
3082 2012-08-30  Kenichi Handa  <handa@gnu.org>
3083
3084         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3085         once.
3086
3087 2012-08-29  Julien Danjou  <julien@danjou.info>
3088
3089         * gnus-notifications.el: New file.
3090         (gnus-notifications-notify): New function.
3091         (gnus-notifications): Use `gnus-notifications-notify'.
3092
3093 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3096         transfer encoding first; bind gnus-newsgroup-charset to the charset
3097         that the article specifies (Bug#12209).
3098
3099 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3102         (gnus-group-customize-done): Encode values posting-style holds.
3103
3104         * gnus-msg.el (gnus-summary-resend-message)
3105         (gnus-configure-posting-styles): Decode values posting-style group
3106         parameter holds.
3107
3108 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3111         `name' and `address' in Resent-From header.
3112
3113 2012-08-14  Chong Yidong  <cyd@gnu.org>
3114
3115         * gnus-art.el (article-display-face): Handle failure in
3116         gnus-create-image (Bug#11802).
3117
3118 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3119
3120         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3121         Use defsetf.
3122
3123 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3124
3125         * auth-source.el (auth-source-plstore-search)
3126         (auth-source-secrets-search): Ignore :require and :type in search spec.
3127
3128 2012-08-06  Julien Danjou  <julien@danjou.info>
3129
3130         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3131         `nnimap-request-move-article'.
3132
3133         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3134         Remove autoload, already handled by gnus.el.
3135
3136         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3137
3138         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3139         supported by nnimap actually.  Reverts previous change.
3140
3141         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3142         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3143         to-buffer argument that is already supported.
3144
3145 2012-08-05  Julien Danjou  <julien@danjou.info>
3146
3147         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3148         Add autoload.
3149
3150 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * gnus.el (gnus-valid-select-methods): Fix custom type.
3153
3154 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3155
3156         * auth-source.el (auth-sources, auth-source-backend-parse)
3157         (auth-source-macos-keychain-search)
3158         (auth-source-macos-keychain-search-items)
3159         (auth-source-macos-keychain-result-append)
3160         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3161         auth-source.el through the /usr/bin/security utility.
3162         (auth-sources): Fix syntax error.
3163         (auth-source-macos-keychain-result-append): Fix variable name.
3164         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3165
3166 2012-07-27  Julien Danjou  <julien@danjou.info>
3167
3168         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3169         Emacs < 24.1
3170
3171 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * message.el (message-kill-address): Don't kill last newline.
3174         (message-skip-to-next-address): Don't move to the next header.
3175         (message-fill-field-address): Work properly.
3176
3177 2012-07-25  Julien Danjou  <julien@danjou.info>
3178
3179         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3180
3181 2012-07-24  Julien Danjou  <julien@danjou.info>
3182
3183         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3184
3185         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3186         (nntp-async-timer-handler): Remove, unused.
3187
3188         * nnimap.el (nnimap-get-responses): Remove, unused.
3189
3190         * nnheader.el (mail-header-set-extra): Remove, unused.
3191
3192         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3193         unused.
3194
3195         * mm-view.el (mm-view-sound-file): Remove, unused.
3196
3197         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3198         (mm-url-encode-multipart-form-data): Remove, unused.
3199
3200         * message.el (message-remove-signature, message-make-host-name)
3201         (message-fill-address): Remove, unused.
3202
3203         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3204         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3205         unused.
3206
3207         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3208         (gnus-xmas-call-region): Remove, unused.
3209
3210         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3211
3212         * gnus-util.el (gnus-extract-address-component-name)
3213         (gnus-extract-address-component-email, gnus-sortable-date)
3214         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3215         (gnus-process-live-p): Remove, unused.
3216
3217         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3218
3219         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3220         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3221         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3222         function.
3223
3224         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3225
3226         * gnus-score.el (gnus-summary-score-crossposting)
3227         (gnus-score-regexp-bad-p): Remove, unused.
3228
3229         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3230
3231         * gnus-range.el (gnus-sublist-p): Remove, unused.
3232
3233         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3234         unused.
3235
3236         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3237
3238         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3239         (gnus-request-associate-buffer): Remove, unused.
3240
3241         * gnus-group.el (gnus-group-set-method-info)
3242         (gnus-group-set-params-info): Remove, unused.
3243
3244         * gnus-fun.el (gnus-shell-command-to-string)
3245         (gnus-shell-command-on-region): Remove, unused.
3246
3247         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3248
3249         * gnus-art.el (gnus-article-text-type-exists-p)
3250         (article-translate-characters, gnus-article-hide-text-of-type)
3251         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3252         Remove, unused.
3253
3254 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3255
3256         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3257
3258 2012-07-21  Julien Danjou  <julien@danjou.info>
3259
3260         * message.el (message-dont-reply-to-names): Replace deprecated
3261         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3262         (message-get-reply-headers): Ditto.
3263
3264 2012-07-18  Julien Danjou  <julien@danjou.info>
3265
3266         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3267         `sieve-upload-and-kill'.
3268
3269         * sieve.el (sieve-bury-buffer): Remove function.
3270         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3271         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3272
3273 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3274
3275         * shr.el (shr-expand-url): Handle URL starting with `//'.
3276
3277 2012-07-13  Chong Yidong  <cyd@gnu.org>
3278
3279         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3280         instead of calling toggle-read-only with a (bogus) argument.
3281
3282 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3283
3284         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3285         of initial input when reading the author to restrict the summary to.
3286
3287 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * mm-decode.el (mm-shr):
3290         Allow overriding charset by mm-charset-override-alist.
3291
3292 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * gnus-art.el (gnus-article-view-part):
3295         Toggle subparts of multipart/alternative part.
3296
3297 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3298
3299         * shr.el (shr-render-buffer): New command.
3300         (shr-visit-file): Use it.
3301
3302 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3305         Set no-byte-compile and no-update-autoloads.
3306
3307 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3310
3311 2012-06-25  Julien Danjou  <julien@danjou.info>
3312
3313         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3314         `nnimap-request-move-articles-find-limit' since we do not use it only
3315         for move operations.
3316         (nnimap-request-accept-article): Use
3317         `nnimap-request-articles-find-limit' to limit search by message-id.
3318
3319 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3320
3321         Support higher-resolution time stamps (Bug#9000).
3322
3323         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3324         VARLIST.  It's optional, for backward compatibility.
3325         (encode-time-value): New optional arg PICO.  New type 3.
3326         (time-to-seconds) [!float-time]: Support the new picoseconds
3327         component if it's used.
3328         (seconds-to-time, time-subtract, time-add):
3329         Support ps-resolution time stamps as well.
3330
3331 2012-06-19  Julien Danjou  <julien@danjou.info>
3332
3333         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3334
3335         * nnimap.el (nnimap-log-buffer): Check that
3336         `window-point-insertion-type' is boundp, since it's not available in
3337         XEmacs.
3338
3339 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3340
3341         * nnimap.el (nnimap-log-buffer): Add this, setting
3342         `window-point-insertion-type' in the buffer to t.
3343         (nnimap-log-command): Use nnimap-log-buffer.
3344
3345 2012-06-19  Julien Danjou  <julien@danjou.info>
3346
3347         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3348         argument to be able to limit the search.
3349         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3350         (nnimap-request-move-articles-find-limit): Add this to limit the search
3351         by Message-Id after a message move.
3352         (nnimap): Add defgroup.
3353
3354 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3355
3356         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3357
3358 2012-06-15  Julien Danjou  <julien@danjou.info>
3359
3360         * nnimap.el (nnimap-find-article-by-message-id): Use
3361         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3362         (nnimap-possibly-change-group): Add read-only argument.
3363         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3364         issuing EXAMINE manually.
3365         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3366         with read-only argument.
3367         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3368         cannot possibly change because we need to be sure that it's either
3369         read-write or read-only.
3370
3371 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3374         being bound to a lambda form.
3375
3376 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3377
3378         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3379         articles when fetch-old is non-nil (bug#11370).
3380
3381 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3382
3383         * gnus-picon.el (gnus-picon-properties): New defcustom.
3384         (gnus-picon-create-glyph): Use it.
3385
3386 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * gnus-group.el (gnus-group-get-new-news): Respect
3389         `gnus-group-use-permanent-levels', as documented (bug#11638).
3390
3391 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3392
3393         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3394         groups (bug#11641).
3395
3396 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3397
3398         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3399         is an integer to avoid later problems.
3400
3401 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3404         locales.
3405
3406         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3407         on a handle.
3408
3409         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3410         address as the default.
3411         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3412
3413         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3414         makes no sense to query the user about internal files.
3415
3416         * gnus-spec.el: Remove all the byte-compilation stuff, since
3417         benchmarking shows that it doesn't help when entering large summary
3418         buffers.
3419
3420         * gnus-xmas.el (gnus-xmas-define): Remove.
3421
3422         * gnus-util.el (gnus-byte-code): Remove.
3423
3424         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3425         grouplens stuff.
3426
3427 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3430         (bug#11514).
3431
3432 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3433
3434         * message.el (message-buffers): Return all buffers derived from Message
3435         to make `gnus-dired-attach' work with mu4e.
3436
3437 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3438
3439         * nntp.el: Stop the `letf' madness.
3440         (nntp--report-1): New var.
3441         (nntp-report): Merge nntp-report-1 into it.
3442         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3443         the nntp-report function.
3444
3445         * auth-source.el: Fix comment-style to follow the convention.
3446
3447 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3448
3449         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3450         (mm-dissect-singlepart): Don't guess the MIME type of
3451         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3452         set.
3453         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3454         toplevel MIME type is multipart/encrypted.
3455
3456 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3459         a string so that Gcc works (bug#11514).
3460
3461 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3462
3463         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3464         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3465
3466 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3467
3468         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3469         jumping to *Server* from a dedicated *Group* window.
3470         (gnus-configure-frame): CSE.
3471
3472         * gnus-registry.el: Minor style cleanup.
3473         (gnus-registry--set/remove-mark): New function, extracted from
3474         gnus-registry-install-shortcuts.
3475         (gnus-registry-install-shortcuts): Use it.
3476
3477 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * nnspool.el (news-path): Use eval-and-compile.
3480
3481 2012-05-24  Glenn Morris  <rgm@gnu.org>
3482
3483         * nnspool.el (news-directory, news-path, news-inews-program):
3484         Move here from paths.el.  Don't see a need for these to be autoloaded.
3485
3486         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3487         Merge in doc from paths.el version.  Don't see any need for this to be
3488         autoloaded, or for the warning about users not setting it.
3489
3490 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3491
3492         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3493         format.  In particular, add an optional argument and a docstring.
3494
3495         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3496
3497         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3498         current before calling `gnus-groups-to-gnus-format'.
3499         Note that this was already the case for `gnus-active-to-gnus-format'.
3500
3501 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3502
3503         Fix minor Y10k bug.
3504         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3505
3506 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3507
3508         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3509         message once it's actually open.
3510
3511 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3512
3513         * gnus.el: Ma Gnus v0.5 is released.
3514
3515 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3516
3517         * auth-source.el (auth-source--aput-1, auth-source--aput)
3518         (auth-source--aget): New functions and macros.
3519         Use them instead of aput/aget.
3520
3521 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3522
3523         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3524
3525 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3526
3527         * plstore.el (plstore-called-interactively-p): New compat macro copied
3528         from message.el.
3529         (plstore-mode): Use it.
3530
3531 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3532
3533         * plstore.el: Revive the editing feature.
3534         (plstore-mode): New mode to edit plstore file.
3535         (plstore-mode-toggle-display, plstore-mode-original)
3536         (plstore-mode-decoded): New command.
3537         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3538         (plstore--insert-buffer, plstore--make): New function.
3539         (plstore-open, plstore-save): Simplify by using them.
3540
3541 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3544
3545 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3546
3547         * tls.el (open-tls-stream): Remove unused binding.
3548
3549 2012-04-16  Glenn Morris  <rgm@gnu.org>
3550
3551         * nndraft.el (nndraft-request-list): Fix declaration.
3552
3553 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * mm-decode.el (mm-dissect-buffer): Doc fix.
3556
3557         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3558         don't have a current group.
3559
3560         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3561         buffer if it doesn't exist.
3562
3563         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3564         given, mark the group as ephemeral with the current window conf.
3565
3566         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3567         buffer exists, which it doesn't if we haven't started Gnus.
3568         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3569
3570 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3573         type is.
3574
3575         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3576         `unexists' entries.
3577         (gnus-clean-old-newsrc): Fix last checkin.
3578
3579         * nnimap.el (nnimap-update-info): None of the articles below the active
3580         low-water mark exist.
3581
3582         * dgnushack.el: Get rid of XEmacs compilation warning.
3583
3584         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3585         would have gotten if we posted to the group, and use that to compare
3586         against the message we want to cancel (bug#10808).
3587
3588         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3589         on XEmacs.
3590
3591 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3592
3593         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3594         `scroll-margin'.
3595
3596 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3597
3598         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3599         citation prefix within a block of cited text should be considered part
3600         of that block *only* if it is a blank line.
3601
3602 2012-04-09  Chong Yidong  <cyd@gnu.org>
3603
3604         * binhex.el, hashcash.el, uudecode.el:
3605         Remove * characters from the front of variable docstrings.
3606
3607 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3610         before kinsoku-bol characters nor within kinsoku-eol characters.
3611
3612 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3615         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3616         (gnus-sync-read): Use mapc instead of mapcar.
3617
3618         * mm-archive.el: Require mm-decode for some macros.
3619         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3620         the byte compiler.
3621         (mm-archive-decoders): New function that returns the value of
3622         the mm-archive-decoders variable.
3623
3624         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3625         instead.
3626         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3627
3628         * nnimap.el (gnus-refer-thread-use-nnir):
3629         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3630
3631 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3634
3635 2012-03-12  Peter Münster  <pmrb@free.fr>
3636
3637         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3638         (gnus-demon-cancel): Ditto.
3639         (gnus-demon-run-callback): When function cannot be called due to low
3640         idleness, call it when idleness reaches the expected value, instead of
3641         waiting another timer period.
3642         (gnus-demon-init): Add `time' to arguments of call-back.
3643
3644 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3645
3646         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3647
3648         * gnus.el: Register gnus-registry functions.
3649
3650         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3651         indent.
3652
3653         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3654         enabled before warping.
3655
3656 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3657
3658         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3659         registry about each article retrieved.
3660
3661         * gnus-int.el (gnus-select-group-with-message-id): New function.
3662         (gnus-try-warping-via-registry): Ditto.
3663         (gnus-warp-to-article): Fall back on the registry.
3664
3665 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3666
3667         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3668         inboxes.
3669
3670 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671
3672         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3673
3674 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3677         gnus-gcc-self-resent-messages may be a group parameter.
3678         (gnus-summary-resend-message): Don't encode encoded words in header
3679         when Gcc'ing resent message.
3680
3681 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3682
3683         * shr.el (shr-insert): Treat non-breaking space just like normal
3684         space.  This seems to produce more pleasing results.
3685         (shr-insert): Only insert a blank line if we're starting from an image.
3686         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3687         (shr-ensure-paragraph): Consider lines with white space to be blank.
3688
3689 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3690
3691         * Makefile.in: Respect DESTDIR.
3692
3693 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3694
3695         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3696         and gnus-gcc-post-body-encode-hook.
3697
3698 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699
3700         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3701         messages that don't exist.
3702
3703         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3704
3705 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3708         Remove.
3709
3710         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3711
3712         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3713
3714 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3717         have a group name.
3718
3719         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3720         a multibyte buffer (bug#7410).
3721         (article-wash-html): Parse the original article buffer to get the
3722         unencoded data (bug#7410).
3723
3724         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3725         .newsrc.el files.
3726
3727 2012-04-05  Bastien Guerry  <bzg@altern.org>
3728
3729         * color.el (color-lighten-name): Fix typo.
3730
3731 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3734         "#" to avoid having them interpreted as comments.
3735
3736 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * shr.el (shr-insert): Update the text state properly to avoid
3739         inserting spurious paragraph starts.
3740
3741 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742
3743         * shr.el (shr-table-widths): Divide the extra width more fairly over
3744         the TDs (bug#10973).
3745         (shr-render-td): Don't delete too much padding.
3746         (shr-natural-width): Compute the natural width more correctly.
3747         (shr-insert): Allow the natural width to be computed for tables again.
3748         (shr-tag-table-1): Rework how the natural widths are computed by
3749         rendering the table a third time.
3750         (shr-natural-width): Removed.
3751         (shr-buffer-width): New function.
3752         (shr-expand-newlines): Use it.
3753
3754         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3755         using a `gnus-use-full-window' setup (bug#11013).
3756
3757 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3760         24.1 release.
3761
3762 2012-03-10  David Edmondson  <dme@dme.org>
3763
3764         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3765         'Forwarded Message' header and the start of the message.
3766
3767 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3768
3769         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3770         isn't running (bug#10897).
3771
3772 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3775         This is inconsistent with all the other stream functions, which leave
3776         the setting up to the higher levels (if so wanted) (bug#10931).
3777
3778 2012-02-28  Glenn Morris  <rgm@gnu.org>
3779
3780         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3781         mm-decode.el: Standardize possessive apostrophe usage.
3782
3783 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3786
3787 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3788
3789         * parse-time.el (parse-time-string): Allow extractor to return nil.
3790
3791 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3794
3795 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3796
3797         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3798
3799 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3800
3801         * mm-decode.el (mm-shr): Remove "soft hyphens".
3802
3803         * nnimap.el (nnimap-request-list): Return the group names encoded as
3804         utf8.  Otherwise non-European group names don't work.
3805         (nnimap-request-newgroups): Ditto.
3806
3807         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3808         the default in `read-string' (bug#10757).
3809
3810         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3811         topics (bug#10843).
3812
3813         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3814         buffer.  Suggested by Herbert Valerio Riedel.
3815         (nnimap-request-move-article): Delete the message from the correct IMAP
3816         server.
3817
3818 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3819
3820         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3821         Reported by Peter Münster.
3822
3823 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3824
3825         * shr.el (shr-image-fetched): Make sure we really kill the right
3826         buffer.
3827
3828 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3829
3830         * gnus-start.el (gnus-1): Avoid duplicate entries.
3831
3832 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3833
3834         * imap.el: Remove.
3835
3836         * nntp.el (nntp-coding-system-for-read): Remove.
3837         (nntp-coding-system-for-write): Ditto.
3838         (nntp-open-connection): Just use `binary' directly.
3839
3840         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3841         Gnus 0.3.
3842
3843 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3844
3845         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3846         application/octet-stream parts really is.
3847
3848         * gnus-sum.el (gnus-propagate-marks): Remove.
3849
3850 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3851
3852         * shr.el (shr-rescale-image): Undo previous change; see
3853         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3854
3855 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3856
3857         * gnus.el: Ma Gnus v0.3 is released.
3858
3859 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus-sum.el (gnus-summary-local-variables): Make
3862         `gnus-newsgroup-unexist' into a local variable.
3863
3864 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3865
3866         * registry.el (registry-usage-test, registry-persistence-test): Move to
3867         tests/gnustest-registry.el.
3868         (registry-make-testable-db, registry-match-test)
3869         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3870
3871         * gnus-registry.el (gnus-registry-misc-test)
3872         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3873
3874         * tests/gnustest-registry.el: New file with the registry and
3875         gnus-registry ERT tests.
3876
3877 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-msg.el (gnus-summary-resend-message): Make
3880         gnus-summary-resend-message-insert-gcc be last item in
3881         message-header-setup-hook.
3882
3883 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3884
3885         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3886         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3887         Remove.
3888         (nnfolder-open-server): Don't use marks.
3889         (nnfolder-request-delete-group): Ditto.
3890         (nnfolder-request-rename-group): Ditto.
3891         (nnfolder-request-set-mark, nnfolder-request-marks)
3892         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3893         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3894
3895         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3896         (nnml-marks-modtime): Remove.
3897         (nnml-request-delete-group): Don't use marks.
3898         (nnml-request-rename-group): Ditto.
3899         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3900         (nnml-save-marks, nnml-open-marks): Remove.
3901
3902         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3903         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3904         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3905         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3906         (nntp-server-to-method-cache): Remove.
3907
3908         * shr.el (shr-rescale-image): Fix wrong merge.
3909
3910 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3911
3912         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3913         too-wide lines.
3914
3915 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3916
3917         * nnimap.el (nnimap-record-commands): New variable.
3918         (nnimap-log-command): Use it.
3919         (nnimap-make-process-buffer): Add a space to the process buffer.
3920         (nnimap-transform-headers): Don't bug out on header lines containing
3921         stuff that look like IMAP length encodings.
3922
3923         * shr.el (shr-rescale-image): Allow viewing large images.
3924
3925 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3926
3927         * nnml.el (nnml-request-compact-group): Delete the marks file after
3928         compaction (bug#10800).
3929
3930         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3931         group exit.
3932
3933         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3934         QRESYNC/FETCH output.
3935
3936 2012-02-11  Glenn Morris  <rgm@gnu.org>
3937
3938         * sieve-manage.el (sieve-manage-default-stream):
3939         * shr.el (shr):
3940         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3941         (nnir-retrieve-headers-override-function)
3942         (nnir-imap-default-search-key, nnir-notmuch-program)
3943         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3944         (nnir-method-default-engines):
3945         * message.el (message-cite-reply-position):
3946         * gssapi.el (gssapi-program):
3947         * gravatar.el (gravatar):
3948         * gnus-sum.el (gnus-refer-thread-use-nnir):
3949         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3950         (gnus-registry-max-pruned-entries):
3951         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3952         * gnus-int.el (gnus-after-set-mark-hook)
3953         (gnus-before-update-mark-hook):
3954         * gnus-async.el (gnus-async-post-fetch-function):
3955         * auth-source.el (auth-source-cache-expiry):
3956         Add missing :version tags to new defcustoms and defgroups.
3957
3958 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3961         `gnus-newsgroup-unexist'.
3962
3963         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3964         marks.
3965         (gnus-article-special-mark-lists): Put the `unexist' in the special
3966         marks list instead.
3967
3968         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3969         articles in the list of articles to be selected.
3970
3971         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3972         articles.
3973         (nnimap-update-info): Keep track of unexisting articles.
3974         (nnimap-update-qresync-info): Ditto.
3975
3976 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3977
3978         * message.el (message-default-send-mail-function): Made into own
3979         function for reuse by emacsbug.el.
3980
3981 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3982
3983         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3984         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3985
3986 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3987
3988         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3989         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3990
3991         * gnus-compat.el: Define `timer-set-function'.
3992
3993         * mm-decode.el (mm-display-external): Output the text from the command
3994         in the buffer after the command finished.  This makes text-based
3995         commands behave better.
3996
3997 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3998
3999         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4000
4001 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4002
4003         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4004         23.1.
4005
4006 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4009
4010 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4011
4012         * message.el (smtpmail-smtp-user): Silence compiler warning.
4013
4014 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4015
4016         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4017         SMTP user name.
4018
4019 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4020
4021         * gnus-sum.el (gnus-summary-show-thread):
4022         next-single-char-property-change may return nil in XEmacs.
4023         (gnus-summary-article-map): Fix typo.
4024
4025 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4026
4027         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4028         running.
4029
4030         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4031
4032         * gnus.el (gnus-server-extend-method): Don't add an -address component
4033         if the method already has one (bug#9676).
4034
4035 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4036
4037         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4038         of an initial-input for consistency (bug#10757).
4039
4040         * dgnushack.el: Fix XEmacs compilation warning.
4041
4042         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4043
4044         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4045
4046 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4047
4048         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4049         lines that are narrower than the window width.  Otherwise background
4050         "blocks" will look less readable.
4051
4052 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4053
4054         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4055         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4056         have newlines within the strings, and where the UID comes after the
4057         BODYSTRUCTURE element (bug#10537).
4058
4059         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4060         (bug#10732).
4061
4062         * shr.el (shr-insert-document): Add doc string.
4063         (shr-visit-file): Ditto.
4064         (shr-remove-trailing-whitespace): New function.
4065         (shr-insert-document): Use it to clean up trailing whitespace as the
4066         final step (bug#10714).
4067
4068 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4069
4070         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4071         buffer if `gnus-kill-summary-on-exit' is nil.
4072
4073 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4074
4075         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4076         when just reading a single group from "without" Gnus.
4077
4078 2012-02-06  Chong Yidong  <cyd@gnu.org>
4079
4080         * gnus-sum.el (gnus-summary-show-thread):
4081         next-single-char-property-change never returns nil (Bug#8657).
4082
4083 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4084
4085         * message.el (message-multi-smtp-send-mail): New function.
4086         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4087         header to implement multi-SMTP functionality.
4088
4089         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4090         (gnus-agentize): Don't set it.
4091         (gnus-agent-send-mail): Don't use it.
4092
4093         * gnus-sum.el (gnus-summary-widget-backward): New function and
4094         keystroke.
4095
4096         * gnus-compat.el: More the compat functions more compatible.
4097
4098         * shr.el (shr-put-image): Remove underlines from sliced images.
4099         (shr-zoom-image): Compute the region to be replaced more correctly.
4100
4101 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4104         (gnus-summary-resend-message-insert-gcc): New function.
4105         (gnus-summary-resend-message): Modify message-header-setup-hook and
4106         message-sent-hook to make it work for Gcc.
4107         (gnus-inews-do-gcc): Update the number of unread articles of groups
4108         that messages are Gcc'd to.
4109
4110         * message.el (message-resend): Run message-sent-hook to do Gcc.
4111
4112 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4113
4114         * lpath.el: Fix an XEmacs compilation warning.
4115
4116         * gnus-compat.el: Require `help-fns' to fix compilation error.
4117
4118         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4119         a higher level to silence compilation.
4120
4121         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4122         parameter to allow controlling the scaling.
4123
4124         * shr.el (shr-zoom-image): New command and keystroke.
4125         (shr-put-image): Take a `size' flag to say how to scale the image.
4126
4127         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4128         deletion unless already defined.
4129
4130         * gnus.el (gnus-compat): Require it.
4131
4132         * gnus-compat.el: New file.
4133
4134         * gnus-start.el (gnus-clean-old-newsrc): New function.
4135         (gnus-read-newsrc-file): Use it.
4136
4137         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4138         Use recursive deletion.
4139         (mm-dissect-archive): Add support for zip files.
4140
4141         * gnus-util.el (gnus-recursive-directory-files): New function.
4142
4143         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4144         (mm-archive-decoders): Add tgz support.
4145
4146         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4147         Otherwise inserting text into the Gnus buffer can look odd.
4148
4149         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4150
4151         * mm-archive.el (mm-archive-decoders): Add support for tar.
4152
4153         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4154
4155         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4156
4157 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4158
4159         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4160
4161         * mm-archive.el: New file.
4162
4163         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4164
4165         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4166
4167         * message.el (message-goto-*): Make all the `message-goto-*' commands
4168         push the mark before moving point.  This makes it easier to go back to
4169         where you came from after editing whatever you jumped to.
4170
4171 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4172
4173         * gnus.el: Ma Gnus v0.1 is released.
4174
4175 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4176
4177         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4178         without reconnecting.
4179         (nnimap-possibly-change-group): Ditto.
4180         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4181         connection has died before being called.
4182
4183 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4184
4185         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4186         an initial sync unless we're really doing one.
4187
4188         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4189         address parameter if one already exists (bug#9676).
4190
4191         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4192         not the prefix, as documented (bug#10689).
4193
4194 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4195
4196         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4197         the "server".
4198
4199         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4200         the real error message with the useless "previously known to be down".
4201         Which isn't even correct.
4202
4203         * nntp.el (nntp-open-connection): Report the error message if the nntp
4204         server can't be reached.
4205
4206         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4207         groups we do a total scan for.
4208         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4209         doing that.
4210
4211 2012-01-31  Jim Meyering  <jim@meyering.net>
4212
4213         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4214         Correct a comment (insert "not") and hide nominally-doubled "to".
4215
4216 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4217
4218         * gnus.el (gnus-version): Change name to "Ma Gnus".
4219
4220 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4221
4222         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4223         section in the manual.
4224
4225 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4226
4227         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4228         words.
4229         (rfc2047-encode-string): Ditto.
4230         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4231         understand folded filename="..." parameters, for instance.
4232
4233         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4234         the message for greater debuggability.
4235
4236 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4237
4238         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4239         instead of setting it locally, since the latter doesn't seem to have
4240         any effect (most of the time).
4241
4242 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4243
4244         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4245         function call.
4246
4247 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4248
4249         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4250         seconds, and make the repeat clause with HH:MM specs work as
4251         documented.
4252
4253 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4254
4255         * proto-stream.el (proto-stream-capability-open): Fall back on
4256         :end-of-command if :end-of-capability doesn't exist.
4257
4258 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4261         bound globally in old Emacsen and XEmacsen.
4262
4263 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4264
4265         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4266         so that previous errors don't prohibit getting new news.
4267
4268         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4269
4270         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4271
4272 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4273
4274         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4275         buffer, not of the string which is its name.
4276
4277 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4278
4279         * proto-stream.el (proto-stream-capability-open): Wait for
4280         :end-of-capability, not :end-of-command.
4281
4282         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4283         non-server-marks groups.
4284         (gnus-group-make-articles-read): Ditto.
4285
4286         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4287         methods (bug#9676).
4288
4289         * gnus.el (gnus-method-ephemeral-p): New function.
4290
4291 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4294         left-to-right.
4295
4296 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4297
4298         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4299         warning.
4300
4301 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4302
4303         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4304         macroexpand the nnir things, since they haven't been defined yet, and
4305         nnir requires gnus-sum.
4306
4307 2012-01-24  Julien Danjou  <julien@danjou.info>
4308
4309         * color.el (color-rgb-to-hsl): Fix value computing.
4310         (color-hue-to-rgb): New function.
4311         (color-hsl-to-rgb): New function.
4312         (color-clamp, color-saturate-hsl, color-saturate-name)
4313         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4314         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4315
4316 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4319
4320 2012-01-19  Julien Danjou  <julien@danjou.info>
4321
4322         * color.el (color-name-to-rgb): Use the white color to find the max
4323         color component value and return correctly computed values.
4324         (color-name-to-rgb): Add missing float conversion for max value.
4325
4326 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4327
4328         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4329         logical server name in addition to the actual machine address.
4330
4331         * auth-source.el (auth-source-user-and-password): Add convenience
4332         wrapper to search by just host and optionally user.
4333
4334 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4337         after rendering.
4338
4339 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4340
4341         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4342         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4343         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4344
4345 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4346
4347         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4348         (bug#9693).
4349         (gnus-summary-setup-buffer): Document return value (bug#9697).
4350
4351         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4352         since ido doesn't work on symbols (bug#9632).
4353
4354         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4355         when getting a single value as when getting all the values.  This means
4356         that atoms like `gcc-self' work cumulatively, like variable settings,
4357         instead of getting the value from the last matching clause.
4358         (gnus-group-find-parameter): Protect against the group buffer not
4359         existing (bug#9585).
4360
4361 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4362
4363         * gnus-start.el (gnus-activate-group): Document more parameters
4364         (bug#9694).
4365
4366         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4367         (bug#9692).
4368
4369         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4370         article was fetched, so that it can be expired later (bug#9958).
4371         (gnus-agent-summary-fetch-series): Add doc string.
4372         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4373         (bug#9517).
4374
4375         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4376         retrieval is happening.
4377
4378         * gnus.el (gnus-parameters): Doc fix.
4379
4380 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4381
4382         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4383         show the thread after expansion.
4384
4385 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * gnus-art.el (article-narrow-to-head): If the head is completely
4388         empty, narrow to the empty region (bug#9764).
4389
4390         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4391         read, and then mark them as unread only when the unread mark is used.
4392         This makes `C-- T k' actually work, even though it's confusing.
4393
4394         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4395         alive before we try to find its window.
4396
4397 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4398
4399         * mm-decode.el (mm-display-external): Use a longer timeout for the
4400         deletion to allow slow programs to display the file.
4401
4402 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4405         prompt to be less confusing.
4406
4407         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4408         argument to `message-reply'.  This broke `special-display-*' frame
4409         pop-uping (bug#10238).
4410
4411 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4412
4413         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4414         systems, since these allegedly don't work there.
4415
4416 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4417
4418         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4419         live buffer.
4420
4421 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * nnir.el (nnir-retrieve-headers): Protect against the article not
4424         existing on the server (bug#10335).
4425
4426 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4427
4428         * gnus-agent.el (gnus-agent-load-local): Recompute
4429         gnus-agent-article-local on changing method.
4430
4431 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * gnus.el (gnus-parameters): Note precedence.
4434
4435 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4436
4437         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4438         in the group buffer.
4439
4440 2012-01-04  Julien Danjou  <julien@danjou.info>
4441
4442         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4443         change.
4444
4445 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446
4447         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4448         too.
4449
4450         * nntp.el (nntp-retrieve-group-data-early): Use it.
4451
4452 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453
4454         * nntp.el (nntp-retrieval-in-progress): New variable.
4455         (nntp-make-process-buffer): Make it buffer-local.
4456
4457         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4458         2010.
4459         (gnus-demon-init): Use it to compute the time if time is on the form
4460         "04:23".
4461
4462         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4463
4464         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4465         status in the correct buffer.
4466
4467 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4468
4469         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4470         when opening topics (bug#10407).
4471
4472 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4473
4474         * gnus-cus.el (gnus-score-customize):
4475         * gnus-sum.el (gnus-sort-gathered-threads):
4476         * message.el (message-shorten-references):
4477         * nnmairix.el (nnmairix-request-group):
4478         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4479
4480 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4481
4482         * gnus-agent.el (gnus-agent-regenerate-group):
4483         * gnus-int.el (gnus-retrieve-group-data-early):
4484         * mm-util.el (mm-codepage-ibm-list):
4485         * nndiary.el (Commentary, nndiary-get-new-mail):
4486         * nnir.el (nnir):
4487         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4488
4489 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * mm-view.el (mm-display-inline-fontify): Add comment.
4492
4493 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4494
4495         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4496         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4497
4498 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4499
4500         * gnus-art.el (gnus-split-methods):
4501         * gnus-msg.el (gnus-configure-posting-styles):
4502         * gnus-spec.el (gnus-parse-simple-format):
4503         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4504         * message.el (message-do-actions): Spelling fix.
4505
4506 2011-12-15  Juri Linkov  <juri@jurta.org>
4507
4508         * mm-decode.el (mm-inline-media-tests): Add missing
4509         `mm-handle-media-subtype'.
4510
4511 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4512
4513         * gnus-group.el (gnus-group-tool-bar):
4514         * gnus-sum.el (gnus-summary-tool-bar):
4515         * message.el (message-tool-bar):
4516         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4517
4518 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4519
4520         * plstore.el (plstore--insert-buffer): Spelling fix.
4521
4522 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4523
4524         * message.el (message-valid-fqdn-regexp): Update with newly approved
4525         top-level domain names ".tel" and ".asia".
4526
4527 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4530         unconditionally.
4531
4532 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4535         pop-to-buffer-same-window for old Emacsen.
4536
4537 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4538
4539         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4540
4541 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4542
4543         * netrc.el (netrc-credentials): Spelling fix.
4544
4545 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4546
4547         * gnus-fun.el (gnus-fun-ppm-change-string):
4548         * gnus-msg.el (gnus-inews-do-gcc):
4549         * gnus-sum.el (gnus-summary-find-for-reselect):
4550         * gnus.el (gnus-summary-cancelled):
4551         * message.el (message-cancel-hook, message-send-news):
4552         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4553         * nnir.el (nnir-run-hyrex):
4554         * nntp.el (nntp-with-open-group-function):
4555         * pgg.el (pgg-pending-timers): Spelling fix.
4556
4557 2011-12-04  Chong Yidong  <cyd@gnu.org>
4558
4559         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4560         change (Bug#10200).
4561
4562 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * compface.el (uncompface):
4565         * gnus-art.el (gnus-article-x-face-command): Update the header format
4566         of icon data for the most recent icontopbm program.
4567
4568 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-msg.el (gnus-inews-do-gcc):
4571         * message.el (message-send-mail):
4572         * mml.el (mml-generate-mime): Share the value of the buffer-local
4573         `message-options' variable between a draft buffer and temprary working
4574         buffers.
4575
4576 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4577
4578         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4579
4580 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4583         for Cygwin.
4584
4585 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4586
4587         * gnus-group.el (gnus-group-prepare-flat):
4588         * mm-bodies.el (mm-encode-body):
4589         * mml.el (mml-preview):
4590         * nnml.el (nnml-request-compact-group):
4591         * pop3.el (pop3-stream-type): Spelling fix.
4592
4593 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4594
4595         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4596
4597 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4598
4599         * color.el (color-rgb-to-hsl):
4600         * gmm-utils.el (gmm-tool-bar-style):
4601         * gnus-group.el (gnus-group-prepare-flat):
4602         * gnus-topic.el (gnus-topic-prepare-topic):
4603         * mm-decode.el (mm-discouraged-alternatives):
4604         * rfc2047.el (rfc2047-encode-1):
4605         * starttls.el: Spelling fix.
4606
4607 2011-11-24  Glenn Morris  <rgm@gnu.org>
4608
4609         * binhex.el (binhex-begin-line): Give it basic doc-string.
4610
4611         * starttls.el, tls.el: Fix case of "GnuTLS".
4612
4613 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4614
4615         * gnus-group.el (gnus-group-highlight): Fix typo.
4616
4617 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4618
4619         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4620         value of `delete-file', that returns nil for a local file but returns t
4621         for a remote file using ssh.
4622
4623 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4624
4625         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4626
4627 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628
4629         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4630         avoid later breakage.
4631
4632 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4635         article buffers' name.
4636
4637 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4638
4639         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4640         by Paul Eggert's spellfixes two days ago.
4641
4642 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4643
4644         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4645         doesn't have it.
4646
4647         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4648         buffer-local instead of binding them to avoid warnings.  Also demote
4649         errors (bug#10063).
4650         (font-lock-mode-hook): Shut up byte compiler.
4651
4652 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4653
4654         * mm-util.el (mm-charset-after):
4655         * nnir.el (nnir-run-hyrex):
4656         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4657         (ntlm-get-password-hashes, ntlm-md4hash):
4658         * smime.el: Fix typo.
4659
4660 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4661
4662         * gnus-agent.el (gnus-agent-expire-group-1):
4663         * nndiary.el (nndiary-last-occurence):
4664         * nnimap.el (nnimap-request-set-mark):
4665         * nnmairix.el (nnmairix-only-use-registry):
4666         * gnus-group.el (gnus-group-prepare-flat):
4667         * gnus-sum.el (gnus-decode-encoded-word-methods):
4668         * message.el (message-wash-subject):
4669         * nntp.el (nntp-retrieve-headers-with-xover):
4670         * smime.el (smime-certificate-directory): Spelling fix.
4671
4672 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4673
4674         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4675
4676         * color.el:
4677         * gnus-agent.el (gnus-agent-possibly-alter-active):
4678         * gnus-dired.el (gnus-dired-print):
4679         * mail-parse.el:
4680         * nnmairix.el (nnmairix-request-group):
4681         * shr.el (shr-image-displayer):
4682         * sieve-manage.el:
4683         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4684
4685 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4686
4687         * gnus-sum.el (gnus-auto-select-subject):
4688         * spam-report.el (spam-report-resend): Spelling fix.
4689
4690 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4691
4692         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4693         * gnus-art.el (gnus-default-article-saver):
4694         * gnus-srvr.el (gnus-server-copy-server):
4695         * gnus.el (gnus-sloppily-equal-method-parameters):
4696         * html2text.el (html2text-format-tag-list):
4697         * message.el (message-narrow-to-head):
4698         * nndiary.el:
4699         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4700         * sieve.el: Spelling fix.
4701
4702 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4703
4704         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4705         * gnus-sum.el (gnus-summary-make-menu-bar):
4706         * gnus-uu.el (gnus-uu-decode-postscript)
4707         (gnus-uu-decode-postscript-and-save):
4708         * mailcap.el (mailcap-print-command):
4709         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4710         Fix typos.
4711
4712 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4713
4714         * gnus-art.el (gnus-article-part-wrapper):
4715         * html2text.el (html2text-fix-paragraphs):
4716         * mm-decode.el (mm-image-fit-p):
4717         * rfc2047.el (rfc2047-encode-message-header):
4718         * shr-color.el (shr-color-visible-distance-min)
4719         (shr-color-relative-to-absolute, set-minimum-interval)
4720         (shr-color-visible): Fix typos.
4721
4722 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4723
4724         * gmm-utils.el (gmm-tool-bar-item):
4725         * gnus-art.el (gnus-treat-body-boundary):
4726         * gnus-diary.el (gnus-user-format-function-d):
4727         * gnus-start.el (gnus-get-unread-articles):
4728         * pgg-gpg.el (pgg-gpg-update-agent):
4729         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4730
4731 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4732
4733         * gnus-topic.el (gnus-group-prepare-topics):
4734         * gnus-uu.el (gnus-extract-view):
4735         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4736
4737 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4738
4739         * spam.el: Move BBDB autoloads.
4740         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4741         BBDB 2 and 3.
4742         (spam-check-BBDB): Use it.
4743         (spam-enter-ham-BBDB): Use it.
4744
4745 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4746
4747         * smime.el (smime-draw-buffer): Spelling fix.
4748
4749 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4750
4751         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4752         for scanning exactly one level.
4753         * gnus-start.el (gnus-get-unread-articles): Ditto.
4754
4755 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4756
4757         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4758         slightly clearer.
4759
4760 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4761
4762         * gnus-sync.el: More commentary about setup.
4763
4764 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * message.el (message-send-and-exit): Document `arg'.
4767
4768 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4769
4770         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4771
4772 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4773
4774         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4775
4776         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4777         we don't use `bound-and-true-p'.
4778
4779 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4780
4781         * gnus-util.el (gnus-bound-and-true-p): Remove.
4782         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4783         * nnir.el: Use it.
4784         * nnmairix.el: Use it.
4785
4786 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4787
4788         * gnus-sync.el: Improve docs about CouchDB admins.
4789
4790         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4791         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4792         for reasons unknown.
4793         * nnir.el: Use it.
4794         * nnmairix.el: Use it.
4795
4796         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4797         * nnir.el: Ditto.
4798         * nnmairix.el: Ditto.
4799
4800         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4801
4802 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4803
4804         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4805         not needed.  Provide xmlplistread list function to produce XML plist
4806         output for non-Gnus LeSync clients.
4807
4808 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4809
4810         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4811
4812         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4813         and save against it.  Group subscriptions, read marks, other marks,
4814         subscription levels, topic names, and topic offsets (the group's
4815         position within the topic) are saved.  This is an experimental backend
4816         and may change significantly.  Load json.el from the gnus-fallback-lib
4817         if it's not available otherwise.
4818         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4819
4820 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4821
4822         * message.el (message-completion-function): Make sure
4823         message-tab-body-function is not attempted if one of
4824         message-completion-alist fails to find a completion (bug#9158).
4825
4826 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4827
4828         * mml.el (mml-quote-region): Quote <#secure> tag.
4829         (mml-generate-mime-1): Unquote <#secure> tag.
4830
4831 2011-10-20  Chong Yidong  <cyd@gnu.org>
4832
4833         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4834         calling a minor mode from Lisp with nil arg enables it, so we have to
4835         make the wording a bit ambiguous here).
4836
4837 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4838
4839         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4840         * nnir.el (nnir-mode): Use it.
4841         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4842         Use it.
4843
4844         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4845         * nnmairix.el (gnus-registry-enabled): Ditto.
4846
4847 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4848
4849         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4850         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4851         only while we need to find out if it should be t or nil.
4852         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4853         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4854         the registry is installed.  Set it to nil when it's unloaded.
4855         (gnus-registry-install-p): Provide user guidance for the initial value
4856         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4857         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4858         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4859         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4860         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4861         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4862         `gnus-registry-install'.
4863
4864 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4865
4866         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4867         previous change.
4868         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4869         primary key is marked as disabled.
4870
4871 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4872
4873         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4874         primary key is marked as disabled.
4875
4876 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4877
4878         * html2text.el (html2text-clean-anchor): Check for quotes around
4879         `href' value.
4880
4881 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4882
4883         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4884         searching.  Drop `bbdb-cache'.
4885
4886 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * message.el (message-signed-or-encrypted-p): Exclude header when
4889         checking if there is signed or encrypted body in text/plain message.
4890
4891 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4892
4893         * html2text.el (html2text-get-attr): Correctly handle attribute values
4894         containing "=".
4895
4896 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4897
4898         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4899         handle bindings.
4900
4901 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4902
4903         * gnus-win.el (gnus-configure-windows): Protect against reading
4904         ephemeral groups outside of Gnus.
4905
4906 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * shr.el (shr-tag-img): Don't get images displayed in tables.
4909
4910 2011-10-03  Glenn Morris  <rgm@gnu.org>
4911
4912         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4913         the "maintainer" version of debbugs.gnu.org reports.
4914
4915 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4916
4917         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4918         make asynchronous adjacent image insertion work better.
4919
4920 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4921
4922         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4923         documentation.
4924
4925 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4926
4927         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4928         `gnus-asynchronous' isn't shadowed.
4929
4930 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4933
4934         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4935         (nnimap-insert-partial-structure): The charset parameter isn't
4936         case-sensitive.
4937
4938         * nnheader.el (nnheader-message-maybe): New function.
4939
4940         * shr.el (shr-tag-table): Render totally broken tables better.
4941
4942         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4943         computing the boundary.
4944
4945 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * pop3.el (pop3-number-of-responses): Remove.
4948         (pop3-wait-for-messages): Rewrite to take linear time instead of
4949         exponential time.
4950
4951 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4954         re-fetch images.
4955
4956         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4957         re-fetch images when hitting `g' in Gnus.
4958
4959 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4962         (mml-compute-boundary): Don't check collision if it is non-nil.
4963         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4964         before checking collision.
4965
4966 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * message.el (message-indent-citation): Really make sure there's a
4969         newline at the end.
4970
4971         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4972         Fix suggested by John Wiegley.
4973
4974         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4975
4976         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4977
4978         * message.el (message-default-send-rename-function): Break out into its
4979         own function.
4980
4981         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4982         doesn't work under XEmacs.
4983
4984         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4985         of "imaps" to word around Windows problems.
4986         (nnimap-open-connection-1): Use it.
4987
4988         * message.el (message-indent-citation): Revert last change which made
4989         `F' not work.
4990
4991 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4992
4993         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4994         terminal as well.
4995
4996 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4999         because it displays images using overlays that aren't easy to copy to
5000         the article buffer.
5001
5002 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5003
5004         * message.el (message-indent-citation): Fix empty line removal at the
5005         end of the citation.
5006
5007 2011-09-20  Julien Danjou  <julien@danjou.info>
5008
5009         * auth-source.el (auth-source-netrc-create): Use default value for
5010         password if specified.  Evaluate default.
5011         (auth-source-plstore-create): Ditto.
5012         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5013         value evaluation.
5014         (auth-source-netrc-create): Typo fix.
5015         (auth-source-plstore-create): Ditto.
5016
5017         * password-cache.el (password-cache-remove): Remove entries even if the
5018         value is nil, so that password with a nil value (negative caching) is
5019         possible to invalidate.
5020
5021         * auth-source.el (auth-source-format-cache-entry): New function.
5022
5023 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5026
5027 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5030
5031 2011-09-19  Julien Danjou  <julien@danjou.info>
5032
5033         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5034         which work with things that are not ASCII.
5035
5036 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5037
5038         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5039
5040 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5041
5042         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5043         message level.
5044
5045 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5046
5047         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5048
5049 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050
5051         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5052
5053 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5054
5055         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5056         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5057
5058 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5059
5060         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5061         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5062         articles.
5063
5064 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5065
5066         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5067         (message-mail-other-window, message-mail-other-frame)
5068         (message-news-other-window, message-news-other-frame):
5069         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5070         instead of setting buffer display varibles.
5071
5072 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5075
5076         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5077
5078 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5079
5080         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5081         duplicates" to a higher level.
5082
5083         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5084         most egregious messages.
5085
5086 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5089
5090 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5091
5092         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5093         up the file (bug#9351).
5094
5095 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5096
5097         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5098         it does with all other backends, but decode the names immediately after
5099         getting them.
5100
5101         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5102         decoding nnimap groups.
5103
5104         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5105         newsrc file.  It doesn't seem like an important optimization any more.
5106
5107 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5108
5109         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5110         overflows.
5111
5112 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113
5114         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5115         (gnus-interactive-exit): Extend to `quiet'.
5116
5117         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5118
5119         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5120         string.
5121
5122         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5123         renaming function arguments from `this'.
5124
5125         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5126
5127         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5128         has been renamed.
5129         (gnus-lrm-string-p): Include RLM and PDF, too.
5130
5131         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5132         (bug#9225).
5133
5134 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5135
5136         Add autoload cookies for functions used by sendmail.el.
5137         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5138
5139         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5140
5141 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-art.el (article-date-ut): Work properly even when there are
5144         things like Date header in the body; work for forwarded parts.
5145
5146 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5147
5148         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5149         original-article-buffer.
5150
5151 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5152
5153         * nnir.el (nnir-compose-result): Fix matching of server type.
5154         (nnir-run-swish++): Ditto.
5155         (nnir-run-namazu): Ditto.
5156         (nnir-run-notmuch): Ditto.
5157
5158 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5161         (bug#9405).
5162
5163         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5164         (bug#9421).
5165
5166         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5167         (bug#9425).
5168
5169         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5170         thing (bug#9426).
5171
5172 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5175         the error message.
5176
5177 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5178
5179         * message.el (message-setup-1): Return t (Bug#9392).
5180
5181 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5182
5183         * gnus-sum.el: When adding article headers to a summary buffer also
5184         update gnus-newsgroup-articles (bug#9386).
5185
5186 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * auth-source.el: Autoload help-mode.
5189
5190 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5191
5192         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5193         names.
5194
5195 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5196
5197         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5198         mm-replace-in-string for compatibility issues.
5199         * mml2015.el (mml2015-epg-verify): Ditto.
5200
5201 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5204
5205         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5206
5207 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5210         continue on and do the clean-up phase (bug#9188).
5211
5212         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5213         just ignore groups that can't be opened instead of erroring out
5214         (bug#9225).
5215
5216         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5217         nil since some many people are fuddy-duddies.
5218
5219         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5220         images.
5221
5222         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5223         instead.
5224
5225         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5226
5227         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5228
5229         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5230         processing.
5231
5232         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5233         buffer to avoid warnings.
5234
5235 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5236
5237         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5238         specified to reduce precision.
5239
5240 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241
5242         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5243         bodystructures (bug#9314).
5244
5245 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5248         Make button keymap non-sticky after buttons.
5249
5250 2011-08-18  David Engster  <dengste@eml.cc>
5251
5252         * nnmairix.el (nnmairix-request-set-mark)
5253         (nnmairix-goto-original-article): Remove adding of article to registry,
5254         since `gnus-registry-add-group' isn't available anymore.
5255         (nnmairix-determine-original-group-from-registry):
5256         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5257         available anymore.
5258
5259 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5260
5261         * starttls.el (starttls-any-program-available): Define as obsolete
5262         function.
5263
5264 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5267         versions which Gnus use when appropriate.
5268
5269         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5270         a pretty destructive command.
5271
5272         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5273
5274 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275
5276         * message.el (message-fix-before-sending): Make a different warning
5277         about NUL characters (bug#9270).
5278
5279         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5280         from custom (bug#9260).
5281
5282         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5283         things work in Emacs 22 and XEmacs, too.
5284
5285         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5286         default From.
5287
5288         * gnus-spec.el (gnus-lrm-string-p): New macro.
5289         (gnus-lrm-string): New constant.
5290         (gnus-summary-line-format-spec): LRM-ify the from.
5291         (gnus-tilde-max-form): LRM-ify string chopping.
5292
5293         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5294
5295         * message.el (message-is-yours-p): Allow disabling canlock checking
5296         (bug#9295).
5297         (message-shoot-gnksa-feet): Add `canlock-verify'.
5298         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5299         message directory isn't writable (bug#9304).
5300
5301         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5302         non-world-readable.
5303
5304 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5307         articles.
5308
5309 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5310
5311         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5312         copy-list.
5313
5314 2011-08-12  Sam Steingold  <sds@gnu.org>
5315
5316         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5317         in the reverse order to avoid modifying the cache with `nreverse'.
5318         (gnus-all-score-files): Do not modify the value returned by
5319         `gnus-score-find-alist' because it lives in a cache variable.
5320         (gnus-current-home-score-file): No need to `nreverse' the return value
5321         of `gnus-score-find-alist', it is already in the correct order.
5322
5323 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5324
5325         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5326         type MESSAGE and subtype RFC822 is slightly different from those of
5327         type TEXT.
5328
5329 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5330
5331         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5332         This allows article-referral to work from an nnir group.
5333
5334 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5335
5336         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5337
5338 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5339
5340         * mml1991.el (mml1991-epg-find-usable-key)
5341         (mml1991-epg-find-usable-secret-key): New function.
5342         (mml1991-epg-sign): Check if signing key is usable.
5343         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5344
5345 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5346
5347         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5348         server-variables only.  This should fix a bug introduced with commit
5349         e1889675b7f4adf057833c5513c9374134c4e053.
5350         (nnir-run-query): 'nnir-search-engine should not be set from the global
5351         environment.
5352
5353 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5354
5355         * nnir.el (nnir-search-thread): Position point on referring article
5356         line.
5357         (nnir-warp-to-article): Clean up summary buffers.
5358
5359         * nnimap.el (nnimap-request-thread): Whitespace fix.
5360
5361 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5362
5363         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5364
5365 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5366
5367         * starttls.el (starttls-available-p): Rename from
5368         `starttls-any-program-available' and changed return convention.
5369
5370 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5371
5372         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5373         `unix-sync' unless it's defined.
5374
5375 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5376
5377         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5378         `aref' for XEmacs compatibiltiy.
5379
5380 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381
5382         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5383
5384 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5385
5386         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5387         closures, quote the form properly (bug#9194).
5388
5389 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5392         (gnus-summary-insert-new-articles): Protect against servers that are
5393         down.
5394
5395 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5396
5397         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5398         in mm handle if none is specified.
5399
5400 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5401
5402         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5403
5404 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5405
5406         * nnir.el (nnir-search-thread): New function to make an nnir group
5407         based on a thread query.
5408
5409         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5410         of nnir in thread referral.
5411         (gnus-summary-refer-thread): Use it.
5412
5413         * nnimap.el (nnimap-request-thread): Use it.
5414
5415 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5416
5417         * shr.el (shr-tag-comment): Ignore HTML comments.
5418
5419 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5420
5421         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5422         argument.
5423         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5424         Use `nnir-address' to handle server info rather than passing an arg.
5425
5426         * nnimap.el (nnimap-make-thread-query): New utility function to format
5427         an imap thread search query.
5428         (nnimap-request-thread): Use it.
5429
5430         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5431         right select-method if we are not going back to the group buffer.
5432
5433 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434
5435         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5436         enter invalid buffer configurations into the quit form (bug#9107).
5437         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5438         unplugged/plugged.
5439
5440         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5441         keep track of which ones are unread (bug#9061).
5442
5443         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5444         (bug#9055).
5445
5446         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5447         (bug#9041).
5448
5449         * gnus-html.el (mm-util): Require (bug#9073).
5450
5451         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5452         (gnus-summary-refer-thread): Use it to remove duplicates in the
5453         un-threaded view (bug#9053).
5454         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5455
5456 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5457
5458         * nnir.el (nnir-read-server-parm): Use default value from global
5459         variable.  Without this the default search engine parameters aren't
5460         used at all.
5461
5462 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * message.el (message-unique-id): Don't use the undocumented return
5465         value from (random t) (bug#9118).
5466
5467 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5468
5469         * message.el (message-auto-save-directory): If the ~/Mail directory
5470         doesn't exist, use ~ as the auto-save directory (bug#4432).
5471
5472         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5473         hasn't already been started.
5474
5475 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5476
5477         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5478
5479         * message.el (message-reply): Work around mysterious bug where
5480         `message-mode' seems to overwrite the locally bound `subject' variable.
5481
5482 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5483
5484         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5485         correct group.
5486
5487         * gnus-int.el (gnus-request-thread): Add group argument.
5488
5489         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5490
5491 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5494
5495         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5496         renamed to `debbugs-gnu-*'.
5497
5498 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5499
5500         * plstore.el: Revert the editing feature since it is not urgent.
5501         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5502         (plstore-mode-decoded): Remove.
5503
5504 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5505
5506         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5507         isn't very interesting any more, and it leaks potentially secret data.
5508         (gnus-debug): Remove.
5509
5510         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5511         use of :custom-show.
5512
5513 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5514
5515         * plstore.el: Add documentation.
5516         (plstore-mode): New mode to edit plstore file.
5517         (plstore-mode-toggle-display, plstore-mode-original)
5518         (plstore-mode-decoded): New command.
5519         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5520         (plstore--insert-buffer, plstore--make): New function.
5521         (plstore-open, plstore-save): Simplify by using them.
5522
5523 2011-07-06  Glenn Morris  <rgm@gnu.org>
5524
5525         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5526
5527 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5528
5529         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5530         no longer is much used.
5531         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5532         Articles".
5533
5534 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5535
5536         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5537         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5538         `notmuch' backend.
5539
5540 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * mm-decode.el (mm-text-html-renderer): Doc fix.
5543
5544         * gnus-msg.el (gnus-bug): Fix the MML tag.
5545
5546         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5547
5548 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5549
5550         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5551         secondary methods if started with `gnus-no-server'.
5552
5553 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5554
5555         * message.el (message-return-action): Fix typo in docstring.
5556
5557 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5558
5559         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5560         bug reports at once.
5561
5562         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5563
5564 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * nndraft.el: Require gnus-group.
5567         (nndraft-request-list): Declare.
5568
5569         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5570         no unread article unless it matches gnus-permanently-visible-groups.
5571
5572         * nndraft.el (nndraft-update-unread-articles): New function.
5573         (nndraft-request-associate-buffer): Use it to update the number of
5574         unread articles for the nndraft groups in the group buffer when saving
5575         or killing a draft message.
5576
5577 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5578
5579         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5580         systems to binary before writing and reading the mbox files.
5581
5582         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5583         instead of trying to list them all (bug#8978).
5584
5585 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5586
5587         * pop3.el (pop3-open-server): Use :end-of-capability.
5588
5589 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5590
5591         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5592         the id is always a number.
5593
5594         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5595
5596         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5597         debbugs mode, if possible.
5598
5599 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5600
5601         * auth-source.el (auth-source-token-passphrase-callback-function):
5602         Reindent.
5603         (epg-context-operation): Remove unnecessary autoload.
5604
5605 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606
5607         * gnus.el (gnus-list-debbugs): New command.
5608
5609         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5610         mboxstat instead of the maintbox, since the stat seems to be fuller.
5611
5612         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5613         summary buffers.
5614
5615         * message.el (message-get-reply-headers): Delete all duplicates,
5616         instead of the first.
5617         (message-get-reply-headers): Ensure that we have progress while
5618         deleting duplicates.
5619
5620         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5621         gnus-posting-style value from the summary buffer to make it easier to
5622         make that a per-buffer conf.
5623
5624 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5625
5626         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5627         found by setting `shortcut' in 'query.
5628         (nnir-request-article): Use `shortcut' setting when requesting article
5629         by Message-ID.
5630
5631 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5632
5633         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5634         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5635         Bring the pseudo-headers back too.
5636
5637 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5638
5639         * auth-source.el (auth-source-token-passphrase-callback-function):
5640         Simplify and remove EPA dependency.
5641
5642 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5643
5644         * nnir.el (nnir-request-article): Fix error message text.
5645
5646 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5647
5648         * auth-source.el (plstore-delete): Autoload.
5649         (auth-source-plstore-search): Support delete operation.
5650         * plstore.el (plstore-delete): New function.
5651
5652 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5655         mark actually existing articles as unread rather than the ones that
5656         active asserts.
5657
5658 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5659
5660         * nntp.el (nntp-record-command):
5661         * gnus-util.el (gnus-message-with-timestamp-1):
5662         Use format-time-string rather than decoding time stamps by hand.
5663         This is simpler and insulates the code from potential changes to
5664         current-time format.
5665
5666 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5669
5670 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5671
5672         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5673         (plstore-save): Support public key encryption.
5674         (plstore--init-from-buffer): New function.
5675         (plstore-open): Use it; fix error when opening a non-existent file.
5676         (plstore-revert): Use plstore--init-from-buffer.
5677
5678 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5679
5680         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5681
5682 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5685         for old Emacsen.
5686
5687 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5688
5689         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5690         is not fully working.
5691
5692 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5693
5694         * dgnushack.el: Autoload sha1 on XEmacs.
5695
5696         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5697         quit window configuration.
5698
5699         * auth-source.el (epg-context-set-passphrase-callback):
5700         Remove duplicate autoload.
5701
5702 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5703
5704         * nnir.el (nnir-request-article): Allow requesting articles by
5705         Message-ID with nnimap.
5706
5707         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5708         current server.
5709
5710 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5711
5712         * auth-source.el: Autoload EPA/EPG functions.
5713         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5714         changed when EPA/EPG is not available.
5715         (auth-source-backend): Rename "arg" member to "data".
5716         (auth-source-backend-parse, auth-source-plstore-search)
5717         (auth-source-plstore-create): Use it.
5718
5719 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5720
5721         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5722         `gnus-refer-article-methods'.
5723
5724 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5725
5726         * auth-source.el: Require EPA and EPG.
5727         (auth-source-passphrase-alist): New variable.
5728         (auth-source-passphrase-callback-function)
5729         (auth-source-token-passphrase-callback-function): Callbacks for the
5730         netrc field encryption (GPG tokens).
5731         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5732         Symmetric encryption and decryption of the netrc GPG tokens.
5733         (auth-source-netrc-normalize): Use them, simplifying the closure.
5734
5735 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5738         is available.
5739
5740 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5741
5742         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5743         non-nil, and `nnimap-split-methods' is nil, use the former.
5744
5745 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5746
5747         * plstore.el (plstore-revert): New function.
5748         (plstore-open): Use it; hide the buffer from user.
5749
5750 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5751
5752         * auth-source.el (auth-source-backend): New member "arg".
5753         (auth-source-backend-parse): Handle new backend 'plstore.
5754         * plstore.el: New file.
5755
5756 2011-06-30  Glenn Morris  <rgm@gnu.org>
5757
5758         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5759
5760 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5763         expiring articles to.
5764
5765         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5766         variations as ASCII (bug#5458).
5767
5768 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5771
5772 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * message.el (message-point-in-header-p): Tweak the function to default
5775         to saying that we're not in the headers if there is no separator at
5776         all.  This makes it possible to use the Message version of `M-q' in
5777         buffers with no headers (bug#7987).
5778         (message-point-in-header-p): Fix last checkin to work with an empty
5779         mail-header-separator, too.
5780
5781         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5782         again, save the choice via customize.
5783
5784 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5787
5788         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5789         ended the connection, bail out before waiting infinitely on a new
5790         connection.
5791
5792 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5793
5794         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5795         reports.
5796
5797         * gnus.el (gnus-bug-package): Use "gnus."
5798         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5799
5800 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801
5802         * dgnushack.el: Make the timer warning go away on XEmacs.
5803
5804         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5805         animations going on at article exit time.
5806
5807         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5808         since removing it breaks people upgrading.
5809
5810         * shr.el (shr-put-image): Use the new interface for animating images.
5811         (shr-put-image): Animate for 60 seconds.
5812
5813         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5814         avoid compiler warnings.
5815
5816         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5817         error with `find-file-hooks' on Emacs 22.
5818         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5819         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5820         on all architectures.
5821
5822         * spam.el (spam-stat): Require in a normal fashion without binding
5823         `spam-stat-install-hooks' to avoid compilation warnings.
5824
5825         * spam-stat.el (spam-stat-install-hooks): Remove.
5826         (spam-stat-install-hooks): Don't run automatically.
5827
5828 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5829
5830         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5831         and keystroke.
5832
5833 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * auth-source.el (auth-source-netrc-cache): Move forward.
5836
5837 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * proto-stream.el (proto-stream-open-starttls): Use
5840         `gnutls-available-p' to see whether we have built-in support.
5841
5842         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5843         we already know.
5844         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5845         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5846
5847 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5848
5849         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5850         %S format, since that looks odd.
5851         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5852         file, especially when saving.
5853
5854 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5855
5856         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5857         article found.
5858
5859 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5860
5861         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5862         `auth-source-save-secrets' with a more sensitive alist that can be
5863         configured per file.  Experimental, so defaults to 'never.
5864         (auth-source-netrc-create): Use it.  Still experimental code.
5865         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5866         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5867
5868 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5869
5870         * auth-source.el (auth-source-save-secrets): New variable to control if
5871         secret tokens should be saved encrypted.
5872         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5873         to `auth-source-netrc-normalize'.
5874         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5875         on the EPA variables being defined.
5876         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5877         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5878         the lexical-let closure.
5879         (auth-source-netrc-create): Create "gpg:" tokens according to
5880         `auth-source-save-secrets'.
5881
5882 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * gnus-group.el (gnus-group-update-group): Add new argument
5885         `info-unchanged' that stops updating dribble buffer.
5886
5887         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5888         deletes lines matching to it in dribble buffer.
5889
5890         * gnus-agent.el (gnus-agent-fetch-group-1):
5891         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5892         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5893         * gnus-start.el (gnus-group-change-level):
5894         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5895
5896         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5897         if newsgroup info is not changed.
5898
5899         * gnus-group.el (gnus-group-get-new-news-this-group):
5900         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5901         Don't update dribble buffer.
5902
5903 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5904
5905         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5906         remove entries with groups we ignore.
5907
5908 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5909
5910         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5911         the underline comes at the bottom.
5912
5913 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5914
5915         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5916         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5917         (gnus-registry-article-marks-to-names): Rename from
5918         `gnus-registry-user-format-function-M2'.
5919
5920 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5923         ephemeral group.
5924
5925 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5926
5927         * shr.el (shr-browse-image): Copy the URL if called interactively.
5928
5929 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5930
5931         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5932         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5933         done, then unselected articles may be marked as read.
5934
5935         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5936         since not doing this seems to lead to a race condition in pop3-logon.
5937
5938         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5939         so that the call chain it correct when we call "upwards".
5940
5941         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5942         in read-only groups.
5943
5944         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5945
5946         * message.el (message-cite-reply-position): Doc string fix.
5947
5948         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5949         avoid regexp overflow.
5950         (nnimap-transform-split-mail): Ditto.
5951
5952         * pop3.el (pop3-retr): Error out if the server closes the connection.
5953
5954 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5955
5956         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5957         mm-with-unibyte-current-buffer.  The buffer should not contain any
5958         multibyte chars anyway at this stage.
5959
5960 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5961
5962         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5963         at the end of lines.
5964
5965 2011-05-29  Julien Danjou  <julien@danjou.info>
5966
5967         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5968
5969 2011-05-27  Glenn Morris  <rgm@gnu.org>
5970
5971         * gnus-group.el (gnus-bug-group-download-format-alist):
5972         Use the "maintainer" version of debian reports as well.
5973
5974 2011-05-26  Glenn Morris  <rgm@gnu.org>
5975
5976         * gnus-group.el (gnus-bug-group-download-format-alist):
5977         Use the "maintainer" version of debbugs.gnu.org reports.
5978
5979 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5982
5983 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5984
5985         * gnus-cus.el (gnus-agent-customize-category):
5986         * gnus-delay.el (gnus-delay-send-queue):
5987         * gnus.el (gnus-other-frame):
5988         Don't quote lambda expressions with `quote'.
5989
5990 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5991
5992         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5993         the thread moves us backwards and so we loop forever.
5994
5995 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5998         whitespace in base64 data lines.
5999
6000 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6001
6002         * gnus-registry.el (gnus-registry-user-format-function-M):
6003         Use `mapconcat'.
6004         (gnus-registry-user-format-function-M2): Use to see the full text of
6005         the marks.  Make "," the mark text separator.
6006
6007         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6008         authentication with auth-source.
6009
6010 2011-05-17  Glenn Morris  <rgm@gnu.org>
6011
6012         * gnus-group.el (gnus-import-other-newsrc-file):
6013         Use insert-file-contents.
6014
6015 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6016
6017         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6018         1000 iterations.
6019
6020 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * nntp.el (nntp-open-connection): Check if process-type is available.
6023
6024 2011-05-16  Julien Danjou  <julien@danjou.info>
6025
6026         * shr.el (shr-tag-del): Add support for del tag.
6027
6028 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * gnus-html.el (gnus-html-put-image): Register a displayer.
6031
6032         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6033
6034 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6035
6036         * registry.el (prune-factor): New initialization parameter defaulting
6037         to 0.1.
6038         (registry-prune-hard): Use it.
6039
6040         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6041         0.1 expicitly.
6042
6043 2011-05-13  Glenn Morris  <rgm@gnu.org>
6044
6045         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6046         is bound, since this function requires sendmail.
6047
6048 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6049
6050         * registry.el (registry-usage-test): Disable pruning test.
6051
6052 2011-05-11  David Engster  <dengste@eml.cc>
6053
6054         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6055         Bind set-network-process-option for XEmacs.
6056
6057 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6058
6059         * registry.el (registry-prune-hard-candidates)
6060         (registry-prune-soft-candidates): Helper methods for registry pruning.
6061         (registry-prune): Use them.  Make the sort function optional.
6062
6063 2011-05-10  Jim Meyering  <meyering@redhat.com>
6064
6065         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6066
6067 2011-05-10  Julien Danjou  <julien@danjou.info>
6068
6069         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6070         symbol and not a list.
6071
6072 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus-art.el (gnus-article-mode): Move binding of
6075         shr-put-image-function here from gnus-article-prepare-display.
6076
6077         * shr.el (shr-put-image-function): New variable.
6078         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6079         (shr-put-image): Return scaled image.
6080
6081         * gnus-art.el (gnus-shr-put-image): New function.
6082         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6083
6084         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6085         original ones, as deletable.
6086
6087 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6088
6089         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6090
6091 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6092
6093         * registry.el (registry-full): Add convenience method.  Fix logic.
6094         (registry-insert): Use it.  Fix logic here too.
6095
6096         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6097         `registry-prune' if `registry-full' returns t.
6098         (gnus-registry-handle-action)
6099         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6100         (gnus-registry-usage-test): Use it.
6101
6102 2011-05-07  Julien Danjou  <julien@danjou.info>
6103
6104         * shr.el (shr-link): Make shr-link inherit from link by default.
6105
6106 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6107
6108         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6109
6110 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6111
6112         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6113         error out because the face is not a list.
6114
6115 2011-05-05  Glenn Morris  <rgm@gnu.org>
6116
6117         * proto-stream.el (gnutls-negotiate): Fix declarations.
6118
6119         * gnus-start.el (gnus-propagate-marks): Declare.
6120
6121 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6122
6123         * registry.el (registry-reindex): Fix percentage message.
6124
6125         * proto-stream.el (network-stream-open-starttls): Adjust to call
6126         `gnutls-negotiate' with :process and :hostname arguments.
6127
6128 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * shr.el: Add shr-link face for links.
6131         (shr-urlify): Use it.
6132
6133         * registry.el (registry-insert): Make error message more helpful.
6134
6135 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136
6137         * gnus-html.el (gnus-html-schedule-image-fetching):
6138         Use url-queue-retrieve, if it exists.
6139
6140         * shr.el (shr-tag-img): Ditto.
6141
6142         * gnus.el: Autoload more gnus-agent functions.
6143
6144         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6145         agent if we haven't already (bug#8502).
6146
6147         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6148         into the Agent, too.
6149
6150         * gnus-agent.el (gnus-agent-store-article): New function.
6151
6152         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6153         and moved from that file for reuse.
6154
6155         * pop3.el (pop3-open-server): Error messages are "-ERR".
6156
6157 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6158
6159         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6160         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6161
6162 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6163
6164         * gnus.el: No Gnus v0.17 is released.
6165
6166 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6167
6168         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6169         buffer has moved to a different frame.
6170
6171 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6174         to get the conversion from unibyte to multibyte buffers to work on
6175         Emacs 22.
6176
6177         * nntp.el (nntp-request-article): Slight clean-up.
6178
6179 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * shr.el (shr-strike-through): New face.
6182         (shr-tag-s): Use it to provide <s> support.
6183         (shr-tag-s): Remove duplicate definition.
6184
6185 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6186
6187         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6188         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6189
6190 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6191
6192         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6193         `gnutls-negotiate'.
6194         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6195
6196 2011-04-23  Glenn Morris  <rgm@gnu.org>
6197
6198         * gnus-sum.el (gnus-extra-headers): Bump :version.
6199
6200 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6201
6202         * shr.el (shr-tag-sup): New function.
6203         (shr-tag-sub): Ditto.
6204
6205 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6206
6207         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6208         for the case where `gnus-registry-ignored-groups' is a list of lists,
6209         and don't call `gnus-parameter-registry-ignore' otherwise.
6210
6211 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6212
6213         * nnimap.el (nnimap-user): New backend variable.
6214         (nnimap-open-connection-1): Use it.
6215         (nnimap-credentials): Accept user parameter so it's explicit what user
6216         name is desired.
6217
6218         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6219         default.
6220
6221         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6222         not gnus-registry.el.
6223
6224         * gnus-registry.el: Mention in comments how to modify
6225         `gnus-extra-headers' for proper recipient tracking and that it may
6226         already have To and Cc recently, which it does as of this commit.
6227         (gnus-registry-ignored-groups): Remove defcustom.
6228         Explain why in comments.
6229         (gnus-registry-action): Fix data-header reference to use the extra
6230         headers.  Explain in package commentary how to add To and Cc headers to
6231         the gnus-extra-headers.
6232         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6233         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6234         parameter list or a string list in `gnus-registry-ignored-groups'.
6235         Fix logic error.
6236
6237 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6238
6239         * shr.el (shr-expand-url): Protect against null urls.
6240
6241 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6242
6243         * shr.el (shr-base): New binding.
6244         (shr-tag-base): Keep track of <base>.
6245         (shr-expand-url): New function used throughout.
6246
6247 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6248
6249         * gnus-registry.el
6250         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6251         (gnus-registry-ignored-groups): New variable.
6252         (gnus-registry-ignore-group-p): Use it.
6253         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6254         set the destination group to nil (same as delete) if it's ignored.
6255
6256 2011-04-20  David Engster  <dengste@eml.cc>
6257
6258         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6259
6260         * Makefile.in (test-nntp): New rule.
6261         (check): Add it.
6262         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6263
6264 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * gnus-registry.el (gnus-registry-action)
6267         (gnus-registry-fetch-header-fast):
6268         Don't use mail-header that looks an internal function of mailheader.el.
6269
6270 2011-04-19  Glenn Morris  <rgm@gnu.org>
6271
6272         * time-date.el (time-to-days): Remove unused local variables.
6273
6274 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * gnus-registry.el: Eliminate cl functions.
6277         (gnus-registry-sort-addresses): New function that replaces mapcan.
6278         (gnus-registry-action, gnus-registry-spool-action)
6279         (gnus-registry-split-fancy-with-parent)
6280         (gnus-registry-fetch-recipients-fast): Use it.
6281         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6282
6283         * registry.el (initialize-instance, registry-lookup)
6284         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6285         (registry-lookup-secondary-value, registry-search, registry-delete)
6286         (registry-insert, registry-reindex, registry-size, registry-prune):
6287         Use eval-and-compile.
6288
6289 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6290
6291         * registry.el (registry-reindex): New method to recreate the secondary
6292         registry indices.
6293
6294         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6295         tracked field changes.
6296         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6297         (gnus-registry-action, gnus-registry-spool-action)
6298         (gnus-registry-handle-action)
6299         (gnus-registry--split-fancy-with-parent-internal)
6300         (gnus-registry-split-fancy-with-parent)
6301         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6302         move, and delete actions, and for fancy splitting with parent.
6303         (gnus-registry-extract-addresses)
6304         (gnus-registry-fetch-recipients-fast)
6305         (gnus-registry-fetch-header-fast): Convenience functions.
6306         (gnus-registry-misc-test): ERT test of
6307         `gnus-registry-extract-addresses'.
6308
6309 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6310
6311         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6312         Track by subject first, then sender.
6313
6314 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6315
6316         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6317
6318         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6319         Lisp.
6320
6321         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6322         (gnus-draft-send): Use it to avoid popping
6323         up frames from gnus-group-send-queue.
6324
6325 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6326
6327         * gnus-registry.el: Updated gnus-registry docs.
6328
6329 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6330
6331         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6332         Fix logic bug.
6333         (gnus-registry-post-process-groups): Fix logging of no results and
6334         quote sender and subject.
6335
6336 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6337
6338         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6339         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6340         gnutls-cli are too slow to be done opportunistically.
6341
6342         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6343         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6344         we had no early-data returned.
6345         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6346         two async commands to the same server at the same time.
6347
6348 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6349
6350         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6351
6352 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6353
6354         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6355         "warning" level.
6356
6357         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6358         (mm-url-insert-file-contents): Don't set the package names.
6359
6360 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6361
6362         * gnus-registry.el (gnus-registry-action): Remove properties and
6363         simplify subject in `gnus-registry-handle-action'.
6364         (gnus-registry-spool-action): Get subject and sender from message if
6365         they are not passed in.
6366         (gnus-registry-handle-action): Remove properties and simplify subject
6367         consistently.
6368
6369 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6370
6371         * registry.el: Require CL before using defmacro*.
6372
6373 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * gnus-art.el (article-treat-date): Assume that
6376         gnus-article-date-headers may be a group parameter.
6377
6378 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6379
6380         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6381
6382         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6383         interactively so the newsrc file can contain foreign groups too.
6384         Useful for debugging but not much for users.
6385
6386 2011-04-07  David Engster  <dengste@eml.cc>
6387
6388         * registry.el (registry-usage-test): Only do
6389         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6390         lexical binding.
6391
6392 2011-04-07  David Engster  <dengste@eml.cc>
6393
6394         * Makefile.in (check, test-registry): New rules for test-suite.
6395
6396 2011-04-06  David Engster  <dengste@eml.cc>
6397
6398         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6399         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6400
6401 2011-04-06  David Engster  <dengste@eml.cc>
6402
6403         * registry.el (initialize-instance): Change :after to :AFTER to be
6404         compatible with old EIEIO version in XEmacs.
6405
6406 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6407
6408         * gnus-registry.el (gnus-registry-post-process-groups)
6409         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6410         and provide better messaging.
6411
6412 2011-04-06  David Engster  <dengste@eml.cc>
6413
6414         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6415         errors.
6416
6417         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6418         dgnushack-compile with error-on-warn enabled, and to signal an error if
6419         clean compilation failed.
6420         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6421         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6422
6423 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6424
6425         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6426         unconditionally anyway, discarding errors.
6427         (gnus-registry-delete-entries): New convenience function.
6428         (gnus-registry-import-eld): Import from old .eld registry.
6429
6430         * registry.el: Don't use ERT if it's not available.  Load it
6431         unconditionally anyway, discarding errors.
6432
6433         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6434         version from the Claudio Bley GnuTLS patch (extra optional parameters
6435         and host name).
6436
6437 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6438
6439         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6440         fixup the parameters that can be customized by the user between
6441         save/read cycles.
6442         (gnus-registry-read): Use it.
6443         (gnus-registry-make-db): Use it.
6444         (gnus-registry-spool-action, gnus-registry-handle-action):
6445         Fix messaging.
6446         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6447         Map references to actual group names with sender and subject tracking.
6448         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6449         (gnus-registry-usage-test): Add subject lookup test.
6450
6451         * registry.el (registry-db, initialize-instance): Set up constructor
6452         instead of :initform arguments for the sake of older Emacsen.
6453         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6454         pre-lexbind merge bug.
6455         (registry-usage-test): Use it.
6456         (initialize-instance, registry-db): Move the non-function initforms
6457         back to the class definition.
6458
6459 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6460
6461         * registry.el: New library to manage gnus-registry-style data.
6462
6463         * gnus-registry.el: Use it (major rewrite).
6464
6465         * nnregistry.el: Use it.
6466
6467         * spam.el: Use it.
6468
6469 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6470
6471         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6472         marks on non-selected articles.
6473
6474 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6475
6476         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6477         parameter to open-protocol-stream.
6478
6479 2011-04-01  Julien Danjou  <julien@danjou.info>
6480
6481         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6482         fundamental-mode.
6483
6484 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485
6486         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6487         servers.
6488
6489 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6490
6491         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6492         made marks not propagate, again.
6493
6494 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6495
6496         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6497         Make this the default type.
6498         (proto-stream-open-plain): Rename from proto-stream-open-default.
6499         (open-protocol-stream, proto-stream-open-starttls)
6500         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6501         with `plain'.
6502
6503         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6504         value.
6505
6506         * nntp.el (nntp-open-connection-function): Document the fact that some
6507         values are not functions but are instead handled specially.
6508         Recognize nntp-open-plain-stream value.
6509         (nntp-open-connection): Recognize that value.
6510
6511 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6514         where it seems to be needed.
6515
6516 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6517
6518         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6519         stuff.
6520
6521         * gnus-score.el (gnus-score-string): Fix calling convention of
6522         `gnus-simplify-buffer-fuzzy' after last patches.
6523
6524         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6525         server for articles we didn't get any headers for.  This is a sanity
6526         check.
6527
6528 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6529
6530         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6531         new CAPABILITY, use it.
6532
6533 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6536         downloading anything.
6537
6538         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6539
6540 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6541
6542         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6543         colors.
6544         (gnus-splash-svg-color-symbols): New function.
6545
6546 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6547
6548         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6549         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6550         (gnus-simplify-subject-fuzzy): Use the local
6551         gnus-simplify-subject-fuzzy-regex instead of the global one.
6552         This makes using this variable in group parameters work.
6553
6554 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6555
6556         * gnus-registry.el (gnus-registry-unfollowed-groups):
6557         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6558         archive:sent-YYYY-MM-DD groups).
6559         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6560         tracking if there are more than `gnus-registry-max-track-groups'
6561         matches.
6562
6563 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6564
6565         * message.el (message--yank-original-internal): New function to do the
6566         insertion cleanly inside eval in `message-yank-original'.
6567         (message-yank-original): Use it.
6568
6569 2011-03-29  Julien Danjou  <julien@danjou.info>
6570
6571         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6572         local variables disabled rather than `normal-mode'.
6573
6574 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6575
6576         * imap.el (imap-shell-open, imap-process-connection-type):
6577         Use imap-process-connection-type for 'shell' streams as well as
6578         Kerberos, SSL, other subprocesses.
6579
6580 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6581
6582         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6583         with open-network-stream.
6584         (proto-stream-always-use-starttls): Option removed.
6585         (open-protocol-stream): Return a process object by default.  Provide a
6586         new parameter :return-list specifying a list-type return value, which
6587         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6588         :type `network' to `try-starttls', and `network-only' to `default'.
6589         Make `default' the default, for compatibility with open-network-stream.
6590         Handle the no-parameter case exactly as open-network-stream, with no
6591         additional stream processing.  Search plists using plist-get.
6592         Explicitly add :end-of-commend parameter if it is missing.
6593         (proto-stream-open-default): Rename from
6594         proto-stream-open-network-only.  Return 'default as the type.
6595         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6596         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6597         failed.  Always return a list with a (possibly dead) process as the
6598         first element, for compatibility with open-network-stream.
6599         (proto-stream-open-tls): Use plist-get.  Always return a list.
6600         (proto-stream-open-shell): Return `default' as connection type.
6601         (proto-stream-capability-open): Use plist-get.
6602         (proto-stream-eoc): Function deleted.
6603
6604         * nnimap.el (nnimap-stream, nnimap-open-connection)
6605         (nnimap-open-connection-1): Handle renaming of :type parameter for
6606         open-protocol-stream.
6607         (nnimap-open-connection-1): Pass a :return-list parameter
6608         open-protocol-stream to obtain a list return value.  Parse this list
6609         using plist-get.
6610
6611         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6612         for open-protocol-stream.  Accept open-protocol-stream return value
6613         that is a subprocess object instead of a list.  Handle the case of a
6614         dead returned process.
6615
6616 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6617
6618         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6619
6620         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6621
6622 2011-03-21  Julien Danjou  <julien@danjou.info>
6623
6624         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6625         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6626         query.
6627         (mm-inline-text): Render normal text with fontification whenever
6628         possible.
6629
6630         * gnus-sum.el (gnus-summary-save-parts-1):
6631         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6632         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6633         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6634         Use `mm-handle-filename'.
6635
6636         * mm-util.el (mm-handle-filename): New function, return the filename of
6637         an handle.
6638
6639 2011-03-18  Julien Danjou  <julien@danjou.info>
6640
6641         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6642         (gnus-buffer-live-p): Check that buffer is not nil.
6643
6644 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6645
6646         * gnus.el: No Gnus v0.15 is released.
6647
6648 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6649
6650         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6651         avoid warning on XEmacs.
6652
6653         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6654         on XEmacs.
6655
6656         * gnus-art.el: Require mouse, which the build bot seems to say is
6657         needed.
6658
6659         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6660
6661         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6662         XEmacs, since it doesn't have url-retrieve-synchronously.
6663
6664         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6665         since assoc-string doesn't exist in XEmacs.
6666
6667 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6668
6669         * gnus-group.el (gnus-group-list-ticked): New function.
6670         (gnus-group-make-menu-bar): Provide a menu entry for it.
6671         (gnus-group-list-map): Provide a binding for it.
6672
6673 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6674
6675         * shr.el (shr-visit-file): New command.
6676
6677         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6678
6679 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6680
6681         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6682         servers.
6683
6684 2011-03-16  Julien Danjou  <julien@danjou.info>
6685
6686         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6687         inline.
6688
6689         * gnus-art.el (article-hide-list-identifiers):
6690         Use gnus-group-get-list-identifiers.
6691
6692         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6693         (gnus-summary-remove-list-identifiers):
6694         Use gnus-group-get-list-identifiers to get regexp.
6695         (gnus-select-newsgroup, gnus-summary-insert-subject)
6696         (gnus-summary-insert-articles):
6697         Call gnus-summary-remove-list-identifiers unconditionally.
6698
6699 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6700
6701         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6702         we're selecting a group with unread articles.
6703
6704         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6705
6706         * gssapi.el: New file separated out from imap.el to provide a general
6707         Kerberos 5 connection facility for Emacs.
6708
6709         * message.el (message-elide-ellipsis): Document the format spec
6710         ellipsis.
6711
6712 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * message.el (message-elide-region): Allow the ellipsis to say how many
6715         lines were removed.
6716
6717 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6720         window configurations containing buffers that are now dead.
6721
6722         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6723         parsing to avoid integer overflows.
6724         (nnimap-parse-flags): Simplify the last change.
6725         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6726         too large for 32-bit Emacsen.
6727
6728 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6729
6730         * auth-source.el (auth-source-netrc-create):
6731         * message.el (message-yank-original): Fix use of `case'.
6732
6733 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6734
6735         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6736         XEmacs, which was one character too wide.
6737
6738 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6739
6740         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6741         default number of articles to display.
6742         (gnus-articles-to-read): Use pretty names for prompt.
6743
6744 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6745
6746         * gnus-int.el (gnus-open-server): Ditto.
6747
6748         * gnus-start.el (gnus-activate-group): Give a backtrace if
6749         debug-on-quit is set and the user hits `C-g'.
6750         (gnus-read-active-file): Ditto.
6751
6752         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6753
6754 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6755
6756         * message.el (message-yank-original): Use cond instead of CL case.
6757
6758 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6759
6760         * auth-source.el (auth-source-netrc-create): Use usual format for the
6761         default in prompts.
6762
6763 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * lpath.el: Fbind read-char-choice for XEmacs.
6766
6767 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6768
6769         * auth-source.el (auth-source-netrc-create): Show the default in the
6770         prompt when prompting for token creation.
6771
6772 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6773
6774         * auth-source.el (auth-source-format-prompt): Always convert the value
6775         to a string to avoid evaluating non-string arguments.
6776         (auth-source-netrc-create): Offer default properly, not as initial
6777         content in `read-string'.
6778         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6779         of line to determine if we've been run before.  If so, don't run again,
6780         but print a trivial message to indicate the cache was hit instead.
6781
6782 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6783
6784         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6785         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6786         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6787         Gnus.
6788
6789 2011-03-11  Julien Danjou  <julien@danjou.info>
6790
6791         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6792         modified file".
6793
6794 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6795
6796         * auth-source.el (auth-source-read-char-choice): New function to read a
6797         character choice using `dropdown-list', `read-char-choice', or
6798         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6799         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6800         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6801         (auth-source-netrc-saver): Use it.
6802         (auth-source-pick-first-password): New convenience function.
6803
6804 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6805
6806         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6807         parameter in the credentials.
6808         (nnimap-open-connection-1): Use it after a successful login.
6809         (nnimap-credentials): Add IMAP-specific user and password prompt.
6810
6811         * auth-source.el (auth-source-search): Add :require parameter, taking a
6812         list.  Document it and the :save-function return token.  Pass :require
6813         down.  Change the CREATED message from a warning to a debug statement.
6814         (auth-source-search-backends): Pass :require down.
6815         (auth-source-netrc-search): Pass :require down.
6816         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6817         Change save prompt to indicate all modifications saved here are
6818         deletions.
6819         (auth-source-netrc-create): Take user login name as default in user
6820         prompt.  Move all the save functionality to a lexically bound function
6821         under the :save-function token in the returned list.  Set up clearer
6822         default prompts for user, host, port, and secret.
6823         (auth-source-netrc-saver): New function, intended to be wrapped for
6824         :save-function.
6825
6826 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6827
6828         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6829         lines to be spaces instead.
6830
6831 2011-03-07  Julien Danjou  <julien@danjou.info>
6832
6833         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6834         (sieve-sasl-auth): Check that auth-source-search did return something,
6835         or just return an empty string.
6836
6837 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6838
6839         * gnus.el (gnus-interactive): Use read-directory-name.
6840
6841         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6842         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6843         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6844         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6845         Likewise.
6846
6847         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6848
6849 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6850
6851         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6852         onto the list of killed groups, too.  This makes killed nnimap groups,
6853         for instance, more reliably not reappear.
6854
6855         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6856         the parent.
6857
6858         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6859
6860         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6861         really have server-side marks.
6862
6863         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6864         since most backends do not usefully have server-side marks.
6865         (gnus-update-read-articles): Propagate marks to all backends that
6866         really have server-side marks.
6867
6868 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6869
6870         * message.el (message-cite-reply-position, message-cite-style):
6871         New variables.
6872         (message-yank-original): Use the new citation styles.
6873
6874 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6875
6876         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6877         buffer-local issue); don't mark it buffer-local when running under
6878         XEmacs.
6879
6880 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6881
6882         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6883         numbers too big to be `read'.
6884
6885 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6886
6887         * password-cache.el (password-in-cache-p): Add autoload.
6888
6889         * message.el (message-options): Make buffer-local two ways to attempt
6890         to fix a XEmacs bug.
6891
6892 2011-03-02  Julien Danjou  <julien@danjou.info>
6893
6894         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6895
6896 2011-03-01  Julien Danjou  <julien@danjou.info>
6897
6898         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6899         group.
6900         (article-hide-list-identifiers): Use list-identifier group parameter.
6901
6902 2011-02-28  Julien Danjou  <julien@danjou.info>
6903
6904         * sieve.el (sieve-buffer-script-name): New local variable to store
6905         sieve script name.
6906         (sieve-edit-script): Store sieve script name.
6907         (sieve-upload): Use sieve script name when uploading.
6908         (sieve-upload): Use substitute-command-keys.
6909         (sieve-edit-script): Use substitute-command-keys.
6910         (sieve-refresh-scriptlist): Use substitute-command-keys.
6911         (sieve-manage-mode-map): Define keymap properly.
6912         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6913         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6914         Remove commented code about cvs.
6915         (sieve-manage-quit): New function.
6916         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6917
6918 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919
6920         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6921
6922 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * auth-source.el (auth-source-search): Cache empty result sets.
6925
6926         * password-cache.el (password-in-cache-p): Convenience function to
6927         check if a key is in the cache, even if the value is nil.
6928
6929         * auth-source.el (auth-source-save-behavior): New variable to replace
6930         `auth-source-never-create'.
6931         (auth-source-netrc-create): Use it.
6932         (auth-source-never-save): Remove.
6933
6934 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6935
6936         * nnimap.el (nnimap-stream): Doc fix.
6937         (nnimap-open-connection-1): Reverse the order of the ports to that the
6938         prompted-for port is first.
6939
6940         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6941         retrieval by the no-group selection.
6942
6943         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6944         numerical parameters.
6945
6946 2011-02-25  Julien Danjou  <julien@danjou.info>
6947
6948         * gnus-gravatar.el: Use gnus-with-article-buffer.
6949
6950         * gnus-art.el (gnus-with-article-buffer): Check that the
6951         gnus-article-buffer is alive.
6952
6953 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * auth-source.el (auth-source-creation-prompts): New variable to manage
6956         creation-time prompts.
6957         (auth-source-search): Document it.
6958         (auth-source-format-prompt): Add utility function.
6959         (auth-source-netrc-create): Don't default the user name to
6960         user-login-name.  Use `auth-source-creation-prompts' and some default
6961         prompts for user, host, port, and password (the default generic prompt
6962         remains ugly).
6963         (auth-source-never-save): Add customizable option to never save info.
6964         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6965         mode excursion.
6966
6967 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6970         argument that XEmacs doesn't support.
6971
6972         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6973         compiled for Emacsen having no `libxml-parse-html-region' support.
6974
6975         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6976
6977         * lpath.el: Bind buffer-save-without-query for XEmacs.
6978
6979 2011-02-23  Julien Danjou  <julien@danjou.info>
6980
6981         * gnus-art.el (article-make-date-line): Ignore errors if time is
6982         invalid and not convertible.
6983         (article-make-date-line): Only add lapsed time if time is not nil.
6984
6985 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6986
6987         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6988         `read-char-choice' for backwards compatibility.
6989         (auth-source-netrc-element-or-first): New function to DTRT for
6990         parameter extraction.
6991         (auth-source-netrc-create): Use it and fix multiple parameter print
6992         bug.  Use the default passed from above (given-default) or the
6993         built-in (user-login-name for :user).
6994
6995 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6996
6997         * gnus-start.el (gnus-dribble-read-file):
6998         Set buffer-save-without-query, since we always want to save the dribble
6999         file, probably.
7000
7001         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7002         nnimap.
7003
7004         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7005         -summary- since it's a user-visible variable.
7006
7007         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7008         first time you use the new Gnus.
7009
7010 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7011
7012         * auth-source.el: Don't load netrc.el.
7013         (auth-sources): Search ~/.netrc as well by default.
7014         (auth-source-debug): Add 'trivia option for extra output.
7015         (auth-source-do-trivia): Use it.
7016         (auth-source-search): Simplify logic to use
7017         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7018         appropriate.  Don't keep a running count at this level.  Layer :create
7019         and :delete options appropriately on the first and second passes.
7020         Don't track the backend with the search results.
7021         (auth-source-search-backends): New function to search a list of
7022         backends for a processed spec.
7023         (auth-source-netrc-parse): Cache all netrc files, making
7024         auth-source-netrc-cache an alist keyed by the file name and using the
7025         file mtime as the caching criterion.  Keep the obfuscated data secret
7026         with a lexical bind.
7027         (auth-source-netrc-search): Don't calculate the length of the results
7028         unnecessarily.
7029         (auth-source-search-backends): Fix bug.
7030         (auth-source-netrc-create): Rework prompts.
7031
7032 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7033
7034         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7035         Lower case names of search constraints.
7036         (nnir-run-query): Cache and reuse search constraints for all imap
7037         servers.
7038
7039 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7040
7041         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7042         after exit.
7043         (gnus-setup-message): Define missing variable from last checkin.
7044
7045         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7046         value, show the raw article.
7047
7048 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7049
7050         * gnus.el: No Gnus v0.13 is released.
7051
7052 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7053
7054         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7055         auth-source now accepts numbers.
7056
7057         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7058         spec, too.
7059         (auth-source-ensure-strings): New function.
7060
7061         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7062         (gnus-article-setup-buffer): Always restart the date timer so that user
7063         changes to the frequency is respected.
7064
7065         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7066         port numbers, so make sure it gets that if nnimap-server-port is
7067         explicit.
7068
7069 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7070
7071         * nnimap.el (nnimap-inbox): Doc fix.
7072
7073 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7074
7075         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7076         Autoload.  Add optional arg FRAME, and pass it to color-values.
7077         (color-complement): Caller changed.  Doc fix.
7078         (color-gradient): Rewrite for better clarity and efficiency.
7079
7080 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7081
7082         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7083         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7084         color-lab-to-srgb.
7085
7086 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7087
7088         * color.el: First part of merge from hexrgb.el.
7089         (color-rgb-to-hex): Rename from color-rgb->hex.
7090         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7091         saturation to zero if the value is too small.
7092         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7093         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7094         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7095         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7096         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7097         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7098         (color-cie-de2000): Doc fix.
7099
7100 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7101
7102         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7103         given method as in the group name if we're using an extended method.
7104         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7105         command, if we're using that, instead of waiting for the beginning.
7106
7107         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7108         we're sure to get unique server names, and we don't output two async
7109         commands in the same buffer.  This fixes an NNTP hang for some users.
7110
7111 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7112
7113         * gnus.el: No Gnus v0.11 is released.
7114
7115 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7116
7117         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7118         summary buffer before reading going to the next buffer.  This avoids
7119         putting the point in the group buffer if you `C-g' the command.
7120
7121         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7122         cache (for now) to make ~/.authinfo.gpg files usable.
7123
7124         * nnfolder.el (copyright-update): Define for the compiler.
7125
7126         * auth-source.el (auth-source-search): Fix unbound variable.
7127
7128 2011-02-19  Glenn Morris  <rgm@gnu.org>
7129
7130         * gnus.el (gnus-meta): Doc fix.
7131
7132 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7133
7134         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7135         in case it's not yet loaded.
7136
7137 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7138
7139         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7140         line we're waiting for.
7141
7142 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7143
7144         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7145         face with line-width greater than zero will cause RET in gnus summary
7146         buffer to scroll down article page-wise because auto vscroll happens,
7147         it should be temporally disabled when doing a scroll-up.
7148
7149 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7150
7151         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7152         outputs from the server.
7153
7154 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7155
7156         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7157         later so that bbdb can hook in easier.
7158
7159 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7160
7161         * auth-source.el (auth-source-search): Don't try to create credentials
7162         if the caller doesn't want that.
7163         (auth-source-search): If we don't find a match, don't bug out on
7164         non-bound variables.
7165         (auth-source-search): Only ask a single backend to create the
7166         credentials.
7167
7168         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7169         logging.
7170         (nnimap-credentials): Protect against auth-source-search returning nil.
7171         (nnimap-request-list): Protect against not being able to open the
7172         server.
7173
7174 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7175
7176         * auth-source.el (auth-source-search): Do a two-phase search, one with
7177         no :create to get the responses from all backends.
7178
7179         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7180         when getting credentials.
7181
7182         * gnus-util.el (gnus-delete-duplicates): New function.
7183
7184 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7185
7186         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7187         a creation default, pass the whole port list down.  It will be
7188         completed.
7189
7190         * auth-source.el (auth-source-search): Updated docs to talk about
7191         multiple creation choices.
7192         (auth-source-netrc-create): Accept a list as a value (from the search
7193         parameters) and do completion on that list.  Keep a separate netrc line
7194         with the password obscured for showing the user.
7195
7196         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7197         first choice to `auth-source-search' so it will be used for entry
7198         creation instead of the server's Gnus-specific name.
7199         (nnimap-credentials): Rely on the auth-source library to select which
7200         port is actually wanted in the new netrc entry, so don't override
7201         `auth-source-creation-defaults'.
7202
7203         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7204         :protocol and accept a missing user, host, or port as a wildcard match.
7205         (auth-source-debug): Default to off.
7206
7207         (auth-source-netrc-search, auth-source-netrc-create)
7208         (auth-source-secrets-search, auth-source-secrets-create)
7209         (auth-source-user-or-password, auth-source-backend, auth-sources)
7210         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7211         instead of :protocol.
7212
7213         * nnimap.el (nnimap-credentials): Pass a port default to
7214         `auth-source-search' in case an entry needs to be created.
7215         (nnimap-open-connection-1): Use :port instead of :protocol.
7216
7217 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * auth-source.el: Bind load-path when loading EIEIO from
7220         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7221         21.4 doesn't support, to `require'.
7222         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7223         delete-dups that is not available in XEmacs 21.4.
7224
7225 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7226
7227         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7228         as EIEIO must also be loaded when auth-source.el is being
7229         byte-compiled.
7230
7231 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7232
7233         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7234
7235         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7236
7237         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7238
7239         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7240
7241         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7242
7243         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7244
7245         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7246
7247         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7248         necessary.
7249
7250 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7251
7252         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7253         nil means that nnimap doesn't get updated.
7254
7255 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7256
7257         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7258         result when the user doesn't want to write to the file.
7259         (auth-source-netrc-search): Expect a synthetic result and proceed
7260         accordingly.
7261         (auth-source-cache-expiry): New variable to override
7262         `password-cache-expiry'.
7263         (auth-source-remember): Use it.
7264
7265         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7266         parameter.  Create entry if necessary by using :create t.
7267         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7268
7269 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7270
7271         * auth-source.el (auth-source-debug): Enable by default and don't
7272         mention the obsolete `auth-source-hide-passwords'.
7273         (auth-source-do-warn): New function to debug unconditionally.
7274         (auth-source-do-debug): Use it.
7275         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7276         and for Secrets API entries when the secrets.el library is not
7277         available.
7278
7279 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7280
7281         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7282         (gnus-summary-exit): Kill the correct article buffer on exit from a
7283         `C-d' group.
7284
7285         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7286         gnus-propagate-marks.
7287
7288         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7289         before killing the buffers so that a non-full window conf gets handled
7290         correctly.
7291         (gnus-summary-exit): Ditto.
7292         (gnus-summary-read-group-1): Ditto.
7293
7294         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7295         async code again so that we can debug it properly.
7296
7297         * message.el (message-reply): Take an optional switch-buffer parameter
7298         so that Gnus window confs are respected better.
7299
7300 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7301
7302         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7303         `plist-get' to accept non-list parameters (XEmacs issue).
7304         Fix docstring.
7305         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7306         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7307         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7308         Login collection is "Login" and not "login".
7309
7310 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7311
7312         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7313         multiple headers.
7314
7315         * nnimap.el (nnimap-inhibit-logging): New variable.
7316         (nnimap-log-command): Don't log login commands.
7317
7318         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7319         to have more parameters.
7320
7321         * nnimap.el (nnimap-send-command): Mark the command time for each
7322         command, so that we don't get NOOPs stepping on our toes.
7323
7324         * gnus-art.el (article-date-ut): Get the date from the Date header on
7325         `t'.
7326
7327 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * auth-source.el (auth-source-search): Use copy-sequence instead of
7330         the cl.el copy-list.
7331
7332 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7333
7334         * imap.el: Bring it back (revert
7335         84d800cd31de3064f0ed39617d725709a2f8f42f).
7336
7337 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7338
7339         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7340         Improve prompt.
7341
7342 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7343
7344         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7345         washing status from the default format.  It isn't very informative.
7346
7347 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7348
7349         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7350         Fix Gcc processing on imap.
7351
7352 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7353
7354         * imap.el: Remove file.  All the functionality is in nnimap.el.
7355
7356 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7357
7358         * message.el (message-bury): Don't pop up a new window when selected
7359         window is dedicated.
7360
7361 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7362
7363         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7364
7365 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7366
7367         * sieve-manage.el: Autoload `auth-source-search'.
7368         (sieve-sasl-auth): Use it.
7369
7370 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7371
7372         * nnimap.el: Autoload `auth-source-forget+'.
7373         (nnimap-open-connection-1): Use it if the connection fails.
7374
7375         * auth-source.el: Require `password-cache'.
7376         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7377         obsolete.
7378         (auth-source-magic): Marker for `password-cache' keys.
7379         (auth-source-do-cache): Update docstring.
7380         (auth-source-search): Use and check cache.
7381         (auth-source-forget-all-cached, auth-source-remember)
7382         (auth-source-recall, auth-source-forget, auth-source-forget+)
7383         (auth-source-specmatchp): Caching support functions.
7384         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7385         Remove and obsolete.
7386         (auth-source-user-or-password): Remove caching to further discourage
7387         using it.  Always hide passwords.
7388
7389         * password-cache.el (password-cache-remove): Accept secrets that are
7390         not strings.
7391
7392 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7393
7394         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7395         code for now, since it doesn't work for all users.
7396
7397 2011-02-09  Julien Danjou  <julien@danjou.info>
7398
7399         * message.el (message-options): Make message-options really buffer
7400         local.
7401
7402 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7403
7404         * mail-source.el: Autoload `auth-source-search'.
7405         (mail-source-keyword-map): Note order matters.
7406         (mail-source-set-1): Get all the mail-source source values and
7407         defaults and search auth-source on those if needed.  This can all
7408         probably be simplified.
7409
7410         * nnimap.el: Autoload `auth-source-search'.
7411         (nnimap-credentials): Use it.
7412         (nnimap-open-connection-1): Ask for the virtual server and physical
7413         address in one shot.
7414
7415         * nntp.el: Autoload `auth-source-search'.
7416         (nntp-send-authinfo): Use it.  Note TODO.
7417
7418 2011-02-08  Julien Danjou  <julien@danjou.info>
7419
7420         * shr.el (shr-tag-body): Add support for text attribute in body
7421         markups.
7422
7423         * message.el (message-options): Make message-options a local variable.
7424
7425 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7426
7427         * auth-source.el (auth-source-secrets-search)
7428         (auth-source-user-or-password): Use `append' instead of `nconc'.
7429         (auth-source-user-or-password): Build return list better and protect
7430         against nil :secret.
7431
7432 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7433
7434         * nnimap.el (nnimap-update-info): Refactor slightly.
7435         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7436         (nnimap-update-info): Clean up slightly.
7437         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7438         characters.
7439         (nnimap-process-quirk): Rename function to avoid collision.
7440         (nnimap-update-info): Fix macrology bug-out.
7441         (nnimap-update-info): Simplify split history test.
7442
7443 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7444
7445         * auth-source.el (top): Require 'eieio unconditionally.
7446         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7447         (auth-source-secrets-search): Limit search when `max' is greater than
7448         number of results.
7449
7450 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7451
7452         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7453         part not returning any data.
7454
7455         * proto-stream.el (open-protocol-stream): Document the return value.
7456
7457 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7458
7459         * auth-source.el (auth-source-secrets-search): Add examples.
7460
7461 2011-02-06  Julien Danjou  <julien@danjou.info>
7462
7463         * message.el (message-setup-1): Handle message-generate-headers-first
7464         set to t.
7465
7466 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7467
7468         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7469         API with a string "secrets:collection-name" and with 'default.
7470         (auth-source-backend-parse): Parse "secrets:collection-name" and
7471         'default.  Recurse on parses instead of repeating code.  Use the
7472         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7473         message when ignoring a source.
7474         (auth-source-search): List ignored search keys at the top level.
7475         (auth-source-netrc-create): Use `case' instead of `cond'.
7476         (auth-source-secrets-search): Created with TODOs.
7477         (auth-source-secrets-create): Created with TODOs.
7478         (auth-source-retrieve, auth-source-create, auth-source-delete)
7479         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7480         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7481         (auth-source-user-or-password-sftp)
7482         (auth-source-user-or-password-smtp): Remove.
7483         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7484         around `auth-source-search'.  Not tested thoroughly.
7485
7486 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7487
7488         * auth-source.el: Bring in assoc and eioeio libraries.
7489         (secrets-enabled): New variable to track the status of the Secrets API.
7490         (auth-source-backend): New EIOEIO class to represent a backend.
7491         (auth-source-creation-defaults): New variable to set prompt defaults
7492         during token creation (see the `auth-source-search' docstring for
7493         details).
7494         (auth-sources): Simplify to allow a simple string as a netrc backend
7495         spec.
7496         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7497         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7498         (auth-source-search): Main auth-source API entry point.
7499         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7500         (auth-source-search-collection): Helper function for searching.
7501         (auth-source-netrc-parse, auth-source-netrc-normalize)
7502         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7503         Supports search, create, and delete.
7504         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7505         backend stubs.
7506         (auth-source-user-or-password): Call `auth-source-search' but it's not
7507         ready yet.
7508
7509 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7510
7511         * message.el (message-setup-1): Remove the read-only stuff, since it
7512         doesn't work under XEmacs, for some reason.
7513
7514         * gnus-sum.el (gnus-user-date): Rename back from
7515         gnus-summary-user-date since user code refers to it.
7516
7517         * shr.el (shr-render-td): Store the actual background color used.
7518
7519         * message.el (message-setup-1): Don't bind the constant
7520         -forbidden-properties.
7521         (message-setup-1): Revert previous change, since it needs to bind the
7522         props to insert them.
7523         (message-resend): Allow removing the read-only separator line.
7524
7525 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7526
7527         * nnimap.el (nnimap-request-accept-article): Give an error message if
7528         the APPEND wasn't successful.
7529
7530 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7531
7532         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7533         that have no groups.
7534
7535 2011-02-03  Julien Danjou  <julien@danjou.info>
7536
7537         * gnus-draft.el: Remove progn around gnus-draft-setup.
7538
7539 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7540
7541         * gnus-start.el (gnus-read-active-for-groups): This function is never
7542         called with a nil `infos', so clean that up.
7543         (gnus-get-unread-articles): Request active files from primary/secondary
7544         methods that have no groups (yet).
7545
7546 2011-02-03  Julien Danjou  <julien@danjou.info>
7547
7548         * message.el (message-setup-1): Always generate References first.
7549         (message-mail): Return the return value of message-setup, not always t.
7550         (message-setup-1): Insert mail-header-separator with read-only and
7551         intangible properties set.
7552
7553         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7554         user-date in docstring.
7555
7556         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7557
7558         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7559         docstring.
7560
7561         * gnus.el (gnus-user-date-format-alist): Change default value.
7562         Use defcustom, with type and group.  Move from gnus-util.el.
7563         Rename to gnus-summary-user-date-format-alist.
7564
7565 2011-02-03  Glenn Morris  <rgm@gnu.org>
7566
7567         * nnimap.el (gnus-fetch-headers): Declare.
7568
7569         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7570
7571 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7572
7573         * message.el (message-forward-make-body-digest-plain)
7574         (message-followup, message-reply): Clean up things noted by Stefan.
7575
7576         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7577         gnus-article-update-date-headers is nil.
7578         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7579         it didn't really work with defcustom.
7580         (article-update-date-lapsed): Make sure the window start doesn't move,
7581         either.
7582
7583 2011-02-01  Julien Danjou  <julien@danjou.info>
7584
7585         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7586         format.
7587
7588         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7589         standard in Emacs nowadays.
7590
7591         * color.el (color-gradient): Add a color-gradient function.
7592
7593 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7594
7595         * message.el (message-expand-name): Don't trust the return value of
7596         bbdb-complete-name.
7597         (message-check-news-header-syntax): Remove unused var `start'.
7598         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7599         (message-inhibit-body-encoding): Move to before first use.
7600         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7601         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7602         (Organization, Message-ID, Date, mh-previous-window-config):
7603         Defvar the vars using dynamic scoping.
7604
7605 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7606
7607         * shr.el (shr-render-td): Only do colors at the final rendering.
7608         Should be slightly faster.
7609         (shr-insert-table): Fix up TD background colors when doing the
7610         vertical padding.
7611
7612         * gnus-art.el (article-date-ut): Protect against articles with no Date
7613         header.
7614         (article-update-date-lapsed): Don't use current-column to find the
7615         horizontal position.  It's fragile in the presence of \003 characters.
7616
7617         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7618
7619 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7620
7621         * gnus-art.el (article-transform-date): Rewrite to still work when
7622         there are several rfc2822 parts.
7623         (article-transform-date): Fix infinite recursion.
7624         (article-date-ut): Replace infinitely many Date headers with a single
7625         one when called interactively.
7626
7627         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7628         secure manner.
7629
7630         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7631         move around by not using save-window-excursion.  It seems to work...
7632
7633 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-art.el (article-make-date-line): Work for user-defined format.
7636
7637 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7638
7639         * nntp.el (nntp-retrieve-group-data-early)
7640         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7641         fetching functions.
7642
7643         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7644         thoroughly for all backends that have no known groups.  This should
7645         allow new nnml methods to retrieve mail.
7646
7647         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7648         that Gnus doesn't know exists again.
7649
7650         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7651         (gnus-treat-date-ut): Ditto.
7652         (gnus-article-update-date-header): Rename.
7653         (gnus-treat-date-local): Remove.
7654         (gnus-treat-date-english): Remove.
7655         (gnus-treat-date-lapsed): Remove.
7656         (gnus-treat-date-combined-lapsed): Remove.
7657         (gnus-treat-date-original): Remove.
7658         (gnus-treat-date-iso8601): Remove.
7659         (gnus-treat-date-user-defined): Remove.
7660         (gnus-article-date-headers): New variable to control all the date
7661         header options.
7662         (article-date-ut): Rewrite to allow using the new way to format date
7663         headers(s).
7664
7665 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7666
7667         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7668         method.
7669         (nnmail-article-group): A better test for fanciness.
7670
7671         * nnimap.el (nnimap-request-head): Protect against not finding the
7672         article by Message-ID.
7673
7674 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7675
7676         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7677         keep point at the "same place".
7678
7679 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7680
7681         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7682         data if the group is inactive.
7683
7684 2011-01-28  Julien Danjou  <julien@danjou.info>
7685
7686         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7687         (gnus-all-windows-visible-p): Remove old compatibility code.
7688         (gnus-window-top-edge): Add docstring.
7689
7690         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7691
7692 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7693
7694         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7695         older request-update-info.
7696
7697         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7698
7699 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7700
7701         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7702         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7703
7704 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7705
7706         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7707         groups.  This makes the nndraft:queue group pop up if it's not already
7708         there.
7709
7710         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7711         messages" logic, which was reversed.
7712
7713         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7714         the "same place" even if point is on the line being replaced.
7715         (article-update-date-lapsed): Allow updating both the combined lapsed
7716         and the lapsed headers.
7717         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7718         (article-make-date-line): Limit the number of segments dynamically to
7719         avoid too-long lines.
7720
7721 2011-01-27  Julien Danjou  <julien@danjou.info>
7722
7723         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7724         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7725
7726 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7729         Use plist-get instead of the cl function getf.
7730
7731 2011-01-27  Glenn Morris  <rgm@gnu.org>
7732
7733         * gnus-util.el (float-time): Get rid of compiler warning, again.
7734
7735 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7736
7737         * shr.el (shr-put-color): Special-case background colors: Do put them
7738         at the blank parts at the front of the lines.
7739
7740         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7741         exit hook to nix out all data on readedness on group exit.
7742
7743         * gnus-util.el (float-time): If float-time is bound, always use it on
7744         all Emacsen.  It's unclear why the subrp check was there.
7745         (time-date): Require to make some autoload issues on XEmacs go away.
7746
7747         * shr.el (shr-put-color): Don't do the box padding in tables, since
7748         they're already padded.
7749
7750 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7751
7752         * gnus-art.el (gnus-article-next-page): When the last line of the
7753         article is displayed, scroll down once more instead of going to the
7754         next article at once.
7755         (article-lapsed-string): Refactor out and allow specifying how many
7756         segments you want.
7757         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7758         (gnus-article-update-lapsed-header): New variable.
7759
7760         * shr.el: Revert change that made headings use different-sized faces.
7761         The Emacs display engine isn't advanced enough that, for instance,
7762         tables can comfortably use differently-sized faces.
7763
7764 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7765
7766         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7767         used.
7768         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7769         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7770         we're using an encrypted connection.
7771
7772         * proto-stream.el: Alter the interface functions to also return the
7773         actual stream type used: network or tls.
7774
7775 2011-01-25  Julien Danjou  <julien@danjou.info>
7776
7777         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7778         (mm-display-javascript-inline): New function.
7779
7780         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7781         viewing function.
7782
7783 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * shr.el (shr-expand-newlines): Fix variable name.
7786
7787 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7788
7789         * shr.el (shr-expand-newlines): Make nested boxes work.
7790
7791 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7792
7793         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7794         backgrounds.
7795         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7796         in a more sensible manner.
7797
7798 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7799
7800         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7801         if EPG is loaded.
7802
7803 2011-01-24  Julien Danjou  <julien@danjou.info>
7804
7805         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7806         tags.
7807
7808 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7809
7810         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7811         commands.
7812
7813         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7814         in the article buffer.
7815         (gnus-gravatar-insert): Use blank space from the current buffer to
7816         avoid breaking text properties.  This makes X-Sent updating work again.
7817
7818         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7819
7820 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7821
7822         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7823         fix the bug in url-http.el instead.
7824
7825         * shr.el (shr-image-fetched): Ditto.
7826
7827         * shr.el (shr-image-fetched): Avoid having point move in the article
7828         buffer.
7829
7830         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7831         buffer after being called.  It's apparently being killed by url.el, and
7832         killing it made point move to end-of-buffer in a random buffer.
7833
7834         * shr.el (shr-image-fetched): Ditto.
7835
7836 2011-01-23  Julien Danjou  <julien@danjou.info>
7837
7838         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7839
7840         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7841         text/x-org.
7842
7843 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7844
7845         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7846         (i.e., nnimap) returning nil as the article number.
7847
7848 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7849
7850         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7851         "DelSp" parameter in RFC3676.
7852
7853 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7854
7855         * message.el (message-check-recipients): Display the encoded version of
7856         the bogus address if they differ.
7857
7858         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7859         after sending.
7860
7861         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7862
7863         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7864
7865         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7866         group buffer after sending the queue.
7867
7868         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7869
7870 2011-01-22  Julien Danjou  <julien@danjou.info>
7871
7872         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7873
7874 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7875
7876         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7877         nested related parts.
7878
7879         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7880         unexpired articles.  This fixes the regression that led expiry marks to
7881         disappear from nnfolder groups.
7882
7883 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7884
7885         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7886         Don't confuse the "ret" of "retrograde" with RET.
7887
7888 2011-01-21  Julien Danjou  <julien@danjou.info>
7889
7890         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7891         than mm-insert-inline.
7892
7893 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7896         Widen article buffer.
7897
7898 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7899
7900         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7901         the temp buffer.
7902         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7903
7904 2011-01-20  Julien Danjou  <julien@danjou.info>
7905
7906         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7907
7908         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7909         than mm-insert-inline to insert inline part: this respect
7910         mm-inline-media-tests displayers.
7911
7912         * mm-view.el (mm-display-shell-script-inline): New function.
7913
7914         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7915
7916         * mm-uu.el (mm-uu-type-alist): Add org block.
7917         (mm-uu-org-src-code-block-extract): New function.
7918
7919         * mm-view.el (mm-display-org-inline): New function.
7920
7921         * mm-decode.el (mm-automatic-display): Add text/org.
7922
7923         * mailcap.el (mailcap-mime-extensions): Add .org.
7924
7925 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7928         gnus-article-add-buttons.
7929
7930 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7931
7932         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7933         From header with a date and "nobody" as the sender.
7934
7935 2011-01-19  Julien Danjou  <julien@danjou.info>
7936
7937         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7938         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7939         if you have the same regexp several times.
7940         (gnus-button-push): Fix matching when regexp is symbol.
7941
7942 2011-01-15  Glenn Morris  <rgm@gnu.org>
7943
7944         * message.el (message-mail): A compose-mail function should
7945         accept headers as strings.
7946
7947 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7948
7949         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7950         Add :vert-only tags.
7951         (message-mail): New arg RETURN-ACTION.
7952         (message-return-action): New var.
7953         (message-bury): Use it.
7954         (message-mode): Make it buffer-local.
7955         (message-send-and-exit): Always call message-bury.
7956
7957         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7958         message-mail.
7959
7960 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7961
7962         * nnimap.el (nnimap-convert-partial-article): Protect against
7963         zero-length body parts.
7964
7965         * mm-decode.el (mm-preferred-alternative-precedence):
7966         Discourage showing empty parts.
7967
7968         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7969         and stuff if the backend didn't return the article number.  This fixes
7970         an Exchange-related nnimap bug.
7971
7972         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7973         group window, because it does the wrong thing when a separate frame
7974         displays the group buffer.
7975
7976         * proto-stream.el (open-protocol-stream): Protect against the low-level
7977         transport functions returning nil.
7978
7979 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7980
7981         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7982         (mml2015-epg-find-usable-secret-key): New function.
7983         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7984         mml2015-epg-find-usable-key (Bug#7797).
7985         (mml2015-epg-encrypt): Ditto.
7986
7987 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * dgnushack.el (rot13-string): Fix the way to get the argument.
7990
7991 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7994
7995 2011-01-03  Glenn Morris  <rgm@gnu.org>
7996
7997         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7998
7999         * sieve.el (sieve-open-server): Give a more explicit error if
8000         sieve-manage-open returns nil.  (Bug#7720)
8001
8002 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8003
8004         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8005
8006 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8007
8008         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8009         This avoids sending passwords in plain text over non-encrypted
8010         channels.
8011
8012         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8013
8014         * nnimap.el (nnimap-login): Refactored out into own function, and
8015         implement CRAM-MD5.
8016         (nnimap-wait-for-line): Refactored out.
8017
8018         * mm-view.el (mml-smime): Require.
8019
8020 2010-12-20  David Engster  <deng@eml.cc>
8021
8022         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8023         use EPG to decrypt S/MIME messages instead of openssl.
8024
8025 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8026
8027         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8028
8029         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8030         status is the group clearly is unreachable.
8031
8032         * auth-source.el (auth-source-create): Add the optional second
8033         parameter to `local-variable-p' to be compatible with XEmacs.
8034
8035 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8036
8037         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8038         work when using a compressed nnml folder.
8039
8040 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8041
8042         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8043         backends after sanitising on entry, because this never makes sense:
8044         If the articles have gone missing, then the data no longer exists on
8045         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8046         overwrite anything anyway.
8047
8048         * shr.el (shr-insert-document): Bind shr-width dynamically to
8049         window-width if it's nil.
8050
8051 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8052
8053         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8054         with the meaning of using the full emacs window width for rendering.
8055
8056 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8057
8058         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8059         case when sender is not given.
8060
8061 2010-12-23  Julien Danjou  <julien@danjou.info>
8062
8063         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8064         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8065         the addresses, otherwise we might misplaced the gravatar.
8066
8067 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8068
8069         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8070         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8071         obsolete in Emacs.
8072
8073 2010-12-20  Julien Danjou  <julien@danjou.info>
8074
8075         * gnus-util.el (gnus-rescale-image): Revert last change.
8076
8077 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8078
8079         * binhex.el: Improve commentary (Bug#7482).
8080
8081 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082
8083         * gnus-group.el (gnus-group-delete-articles): New command.
8084
8085 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8086
8087         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8088
8089 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8090
8091         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8092         here, since it's up to the backends to do CRLF removal if their
8093         protocol has it.
8094
8095         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8096
8097 2010-12-17  Julien Danjou  <julien@danjou.info>
8098
8099         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8100         they are from file.  Can also scale up.
8101
8102 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8103
8104         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8105         Restore gnus-use-agent.
8106         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8107
8108         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8109
8110 2010-12-17  Julien Danjou  <julien@danjou.info>
8111
8112         * gravatar.el (gravatar-retrieve-synchronously): New function.
8113         (gravatar-get-data): Make more robust.
8114
8115 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8118
8119 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8122         to really consider the last line.
8123
8124 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8125
8126         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8127         list of recipient keys, or use symmetric encryption if not a list.
8128         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8129         EPA override, replacing the call to `netrc-store-data'.
8130
8131 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8132
8133         * gnus-srvr.el: Avoid passing nil regexp argument to
8134         delete-matching-lines.
8135
8136 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8137
8138         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8139         fetching stops when Gnus exits.
8140
8141         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8142         function.
8143         (nnfolder-request-expire-articles): Save all the buffers after doing
8144         expiry.
8145
8146         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8147         the last article", since that led to serious performance regressions
8148         when expiring nnml groups.
8149
8150 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8151
8152         * nnir.el: Improve customizations.
8153
8154 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8155
8156         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8157
8158         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8159         group has been killed.
8160         (gnus-group-yank-group): Ditto.
8161
8162         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8163
8164         * nnimap.el (nnimap-request-update-group-status): New function.
8165
8166         * gnus-int.el (gnus-request-update-group-status): New interface
8167         function.
8168
8169         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8170         copying read-ness to the backends.
8171
8172         * nnimap.el (nnimap-quirk): New function.
8173         (nnimap-retrieve-group-data-early): Use it.
8174         (nnimap-quirks): New alist.
8175
8176 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8179         don't delete it within indentation.
8180
8181 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8182
8183         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8184         previous line.
8185
8186 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8187
8188         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8189         QRESYNC command by deleting a superfluous space which broke Cyrus
8190         servers.  This change will break other servers that are buggy the other
8191         way around.
8192
8193 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8194
8195         * spam.el: Reindent and fix long lines.
8196         (spam-copy-or-move-routine): Exclude invalid move destinations.
8197
8198 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8199
8200         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8201         installed the registry.
8202
8203 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8206
8207 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8208
8209         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8210         groupname doesn't contain "gmane".
8211
8212 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213
8214         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8215         and netrc-bound-and-true-p bindings.
8216         (netrc-parse): Cache the netrc contents.
8217
8218         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8219         (gnus-1): Don't create the nndrafts group twice.
8220         (gnus-setup-news): There's no need to read the active file here, since
8221         that's done again later on a per-backend basis.
8222         (gnus-start-draft-setup): Make sure that the new group is started out
8223         empty.
8224
8225         * gnus-agent.el (gnus-agentize): Don't create the queue group
8226         automatically on startup.  It'll be created later, if needed.
8227
8228         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8229         of automatically subscribed groups.
8230         (gnus-auto-subscribed-categories): New variable.
8231         (gnus-matches-options-n): Use it.
8232         (gnus-default-subscribed-newsgroups): Remove unused variable.
8233         (gnus-start-draft-setup): Message a bit less.
8234
8235 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8236
8237         * nnir.el (nnir-run-imap): Return article list in order of increasing
8238         UID.
8239
8240 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8241
8242         * gnus-sum.el (gnus-summary-enter-digest-group):
8243         Mention gnus-auto-select-on-ephemeral-exit.
8244
8245         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8246         convention of the network-only option.
8247
8248 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8249
8250         * proto-stream.el (proto-stream-open-network-only): New function to
8251         have a way to specify non-STARTTLS upgrade connections.
8252
8253 2010-12-10  Julien Danjou  <julien@danjou.info>
8254
8255         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8256         email address is nil.
8257
8258         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8259
8260 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8261
8262         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8263         deletion.
8264         (nnir-run-imap): Only need to parse list once.
8265
8266 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * shr.el (shr-tag-script): Ignore <script>.
8269         (shr-tag-label): Add <label> support.
8270
8271 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8274
8275         * shr.el (shr-image-displayer): Work for images lined side by side.
8276
8277 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8278
8279         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8280         parameter, since XEmacs doesn't accept t as a parameter.
8281
8282 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8283
8284         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8285         ids.
8286         (nnir-run-gmane): Simplify groupspec formatting.
8287         (nnir-request-expire-articles): New function.
8288
8289 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8292         overflow, possibly.
8293
8294         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8295         (shr-render-td): Handle td style="" better.
8296         (shr-tag-table): Use the color from the style sheet.
8297         (shr-render-td): Make sure we copy over all the overlays, too.
8298
8299 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8300
8301         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8302         (nnir-request-article): Improve article retrieval.
8303
8304 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * mm-util.el (mm-extra-numeric-entities): New variable.
8307
8308         * mm-url.el (mm-url-decode-entities):
8309         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8310
8311         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8312
8313 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8314
8315         * message.el: Use completion-at-point.
8316         (message-completion-function): New fun, extracted from message-tab.
8317         (message-mode): Use it for completion-at-point-functions.
8318         (message-tab): Use it and completion-at-point.
8319
8320 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8323         character if a non-breakable character follows.
8324
8325 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8326
8327         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8328         any stream.
8329
8330         * shr.el (shr-tag-font): Colorize the region.
8331         (shr-tag-body): Ditto.
8332         (shr-tag-font): Actually let the styles be inherited instead of
8333         overwriting them.
8334         (shr-tag-font): Get the background color right.
8335         (shr-tag-style): Ignore all <style> tags for the moment.
8336
8337         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8338         a Message-ID to avoid having nnimap depend on gnus-sum.
8339
8340         * shr.el (shr-descend): Only colorize something if we have a node that
8341         sets colors.
8342
8343 2010-12-06  Julien Danjou  <julien@danjou.info>
8344
8345         * shr.el (shr-render-td): Render td content with shr-descend, so style
8346         will be applied to <td> too.
8347         (shr-colorize-region): Colorize region even if we only have a background.
8348         (shr-tag-body): Fix color and background color inheritance.
8349         Do not recolorize after shr-generic.
8350         (shr-tag-font): Let shr-generic colorize via inheritance.
8351
8352 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8355
8356 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8357
8358         * nnir.el (nnir-request-move-article): Remove obsolete code.
8359
8360 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8363
8364 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8365
8366         * gnus-sum.el (gnus-summary-respool-article): The completion function
8367         expects a list instead of an alist.
8368
8369         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8370         string as the parameter.
8371
8372         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8373
8374         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8375         styles.
8376         (shr-colorize-region): New function.
8377         (shr-insert-background-overlay): Remove.
8378         (shr-render-td): Background setting should be taken care of on a higher
8379         level.
8380         (shr-tag-body): Use post-hoc colorizations.
8381         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8382         (shr-put-color-1): Don't overwrite old colors.
8383         (shr-colorize-region): When the background color isn't explicit, use
8384         a fixed background.
8385
8386         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8387         nnmail variables.
8388
8389 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8390
8391         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8392         unless necessary.
8393
8394 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8395
8396         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8397         server.
8398
8399 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8400
8401         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8402         so that TAB works.
8403
8404         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8405         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8406
8407         * shr.el (shr-urlify): Show the URL before the title to avoid
8408         misleading URLs.
8409
8410 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8411
8412         * shr.el (shr-urlify): Display the title in <a> tags.
8413
8414 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8415
8416         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8417
8418 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8419
8420         * nnir.el: Rearrange code to allow macros to be autoloaded by
8421         gnus-sum.el.
8422         (nnir-retrieve-headers-override-function): Make this variable
8423         customizable.
8424         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8425
8426         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8427         from nnir.el.
8428
8429 2010-12-03  Julien Danjou  <julien@danjou.info>
8430
8431         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8432
8433 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8436         allow optional argument `environment'.
8437
8438 2010-12-03  Glenn Morris  <rgm@gnu.org>
8439
8440         * mm-extern.el (message-goto-body): Update declaration.
8441
8442 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * gnus-util.el (gnus-macroexpand-all): New function.
8445
8446         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8447         instead of macroexpand-all that is unavailable in XEmacs.
8448
8449 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8450
8451         * nnir.el (nnir-summary-line-format): New variable.
8452         (nnir-mode): Use it.
8453         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8454         (nnir-article-ids): Reimplement as defsubst.
8455         (nnir-retrieve-headers): Don't mangle the subject header.
8456         (nnir-run-imap): Use 100 as RSV score.
8457         (nnir-run-find-grep): Fix for full server searching.
8458         (nnir-run-gmane): Better restriction to gmane groups.
8459
8460         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8461         summary buffers.
8462
8463 2010-12-02  Julien Danjou  <julien@danjou.info>
8464
8465         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8466
8467         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8468
8469         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8470         support.
8471
8472 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8473
8474         * nnir.el: Update to handle the registry better.
8475         (autoload): Silence byte-compiler.
8476         (nnir-open-server): Add a hook for nnir groups.
8477         (nnir-request-move-article): Don't mangle the header.  Better to use
8478         formatting variables (which will be added in the future).
8479         (nnir-registry-action): Update the registry using the original article
8480         group name.
8481         (nnir-mode): Install nnir-specific hooks for updating the registry.
8482
8483         * gnus-sum.el
8484         (gnus-article-original-subject, gnus-newsgroup-original-name):
8485         Remove obsolete variables.
8486         (gnus-summary-move-article): Remove use of obsolete variables.
8487         (gnus-summary-local-variables): Make move and delete hooks local to
8488         summary buffers.
8489
8490 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * rtree.el: New file.
8493
8494 2010-12-01  Julien Danjou  <julien@danjou.info>
8495
8496         * message.el (message-user-organization): Do not use
8497         gnus-local-organization.
8498
8499         * gnus.el: Remove gnus-local-organization.
8500
8501         * gnus-msg.el: Remove nastygram thing.
8502
8503 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8504
8505         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8506         funcall.
8507
8508 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8511         names.
8512
8513         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8514         characters.
8515
8516         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8517         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8518         Suggested by Štěpán Němec <stepnem@gmail.com>.
8519         (gnus-gravatar-transform-address): Use mail-extract-address-components
8520         that supports non-ASCII names rather than mail-header-parse-addresses.
8521
8522 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523
8524         * proto-stream.el (open-protocol-stream): All starttls connections are
8525         handled by the network handler.
8526
8527 2010-11-30  Julien Danjou  <julien@danjou.info>
8528
8529         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8530         (nnimap-open-connection-1): Fix PREAUTH.
8531
8532         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8533
8534 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8537         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8538         (shr-insert): Use them.
8539         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8540
8541 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8542
8543         * nnir.el (nnir-request-move-article): Bail out if original group
8544         doesn't support article moves.
8545         (nnir-get-active): Improve active list retrieval.
8546
8547 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8548
8549         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8550
8551 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8552
8553         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8554         seem to accept strings-with-numbers as port numbers.
8555
8556 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8557
8558         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8559         change the registry.
8560
8561 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8564         delete-dups that is not available in XEmacs 21.4.
8565
8566         * mm-util.el (mm-delete-duplicates): Add comment.
8567
8568 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8569
8570         * nnir.el (nnir-ignored-newsgroups): New variable.
8571         (nnir-get-active): Use it.
8572
8573 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574
8575         * proto-stream.el (proto-stream-open-network): Add some comments.
8576
8577         * nntp.el (nntp-open-connection): Provide a :success condition.
8578
8579         * nnimap.el (nnimap-open-connection-1): Ditto.
8580
8581         * proto-stream.el (proto-stream-open-network): See what the response to
8582         the STARTTLS command is.
8583
8584         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8585         backwards compatibility).
8586         (nnimap-open-connection-1): Really respect nnimap-server-port.
8587
8588         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8589         TLS upgrades we don't really care about the identity of the peer.
8590         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8591         that what we've checked for.
8592         (proto-stream-always-use-starttls): Only default to t if
8593         open-gnutls-stream exists.
8594         (proto-stream-open-network): If STARTTLS failed, then just open a
8595         normal connection.
8596         (proto-stream-open-network): Wait until the greeting before doing
8597         STARTTLS.
8598
8599         * nntp.el (nntp-open-connection): Report what the connection error is.
8600
8601         * proto-stream.el (open-protocol-stream): Rename from
8602         open-proto-stream.
8603
8604 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * nnimap.el (nnimap-stream): Change default to `undecided'.
8607         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8608         first, and then network.
8609         (nnimap-open-connection-1): Respect nnimap-server-port.
8610         (nnimap-open-connection): Be more backwards-compatible.
8611
8612         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8613         (proto-stream-open-starttls): De-duplicate the starttls code.
8614         (proto-stream-open-starttls): Folded back into the main function.
8615         (proto-stream-open-network): Fix typo in the gnutls path.
8616         (proto-stream-command): Refactor out.
8617
8618         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8619
8620         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8621         starttls.el STARTTLS.
8622
8623         * color.el (color-lab->srgb): Fix function call name.
8624
8625         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8626         if we're using tls.el.
8627         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8628         built in, then don't try to establish a STARTTLS connection.
8629
8630         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8631         servers.
8632
8633         * proto-stream.el (open-proto-stream): Use network, not stream.
8634         (open-proto-stream): Add a way to specify what the end of a command is.
8635
8636         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8637         connections types.
8638         (nntp-open-network-stream): Remove.
8639         (nntp-open-ssl-stream): Remove.
8640         (nntp-open-tls-stream): Remove.
8641         (nntp-ssl-program): Remove.
8642
8643         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8644
8645 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8646
8647         * nnir.el: Fix typos.
8648         (nnir-retrieve-headers-override-function): Rename variable to reflect
8649         new semantics.
8650         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8651         macros.
8652         (nnir-request-article, nnir-request-move-article): Use them.
8653         (nnir-categorize): New function.
8654         (nnir-run-query): Use it.
8655         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8656         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8657         sorted.
8658         (nnir-group-full-name): Use gnus-group-full-name instead.
8659         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8660         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8661
8662 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8665
8666         * proto-stream.el: New library to provide protocol-specific
8667         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8668         protocols.
8669         (open-proto-stream): Complete the documentation.
8670         (proto-stream-open-network): Fix some typos.
8671
8672         * nnimap.el (nnimap-open-connection): Use it.
8673
8674 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8675
8676         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8677         negotiation.
8678
8679 2010-11-26  Julien Danjou  <julien@danjou.info>
8680
8681         * color.el: Rename various rgb functions to srgb.
8682
8683 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8684
8685         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8686         names.
8687
8688 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * shr.el (shr-insert): Revert last change.
8691         (shr-find-fill-point): Never leave point being at bol;
8692         relax the kinsoku limitation when rendering tables.
8693
8694 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8695
8696         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8697         results from -accept-article.
8698
8699         * shr-color.el: Require cl when compiling.
8700
8701         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8702         checkin.
8703
8704         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8705
8706         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8707
8708         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8709         'add and 'delete to set backend marks.
8710
8711         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8712
8713         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8714
8715         * nntp.el (nntp-request-set-mark): Use it.
8716
8717         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8718
8719         * nnml.el (nnml-request-set-mark): Ditto.
8720
8721         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8722         introduces regressions in article selection.
8723         (nnimap-find-uid-response): New function.
8724         (nnimap-request-accept-article): Use the UID returned, if any.
8725         (nnimap-request-move-article): Use the UID returned, if any.
8726         (nnimap-get-groups): Reimplement to work with folded lines.
8727         (nnimap-find-uid-response): The UID is the last element in the list.
8728         (nnimap-request-set-mark): Extend syntax with 'set.
8729
8730         * nnml.el (nnml-request-set-mark): Ditto.
8731
8732         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8733
8734         * nntp.el (nntp-request-set-mark): Ditto.
8735
8736 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * message.el (message-called-interactively-p): A temporary macro.
8739         (message-goto-body): Use it temporarily.
8740
8741 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8744         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8745         (nnimap-last-response-string): Fix last unfolding fix.
8746
8747 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8748
8749         * shr.el (shr-insert): Fix the way to fold lines.
8750
8751 2010-11-25  Julien Danjou  <julien@danjou.info>
8752
8753         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8754
8755         * color.el: Rename from color-lab.el
8756         (color-rgb->hex): Add.
8757         (color-complement): Add.
8758         (color-complement-hex): Add.
8759
8760         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8761
8762 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8763
8764         * shr-color.el (shr-color-visible): Don't bug out if the color names
8765         don't exist.
8766
8767 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8770         assuming that article displaying or another mml-preview may be
8771         interrupted for an error or for the like.
8772
8773         * shr.el (shr-get-background): Fix argument name.
8774
8775 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8776
8777         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8778
8779         * gnus-sum.el (gnus-summary-include-articles): New function.
8780
8781         * message.el (message-goto-body): called-interactively-p needs a
8782         parameter, so use `any'.
8783
8784         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8785         clear marks before moving, since they're synced from the Gnus side
8786         first.
8787
8788         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8789         (gnus-summary-move-article): Copy over all marks before moving, so that
8790         IMAP doesn't think a new article has arrived.
8791
8792 2010-11-24  Julien Danjou  <julien@danjou.info>
8793
8794         * shr.el (shr-insert-background-overlay): Fix typo.
8795         (shr-render-td): Copy the background before rendering.
8796
8797         * shr-color.el (shr-color-visible): Fix docstring.
8798
8799         * shr.el (shr-tag-table): Add bgcolor support.
8800         (shr-render-td): Add bgcolor support.
8801         (shr-get-background): Add.
8802         (shr-insert-foreground-overlay): Use shr-get-background.
8803
8804         * message.el (message-goto-body): Use called-interactively-p.
8805         (message-in-body-p): message-goto-body returns point.
8806
8807 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8808
8809         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8810         Fixes something or other in Emacs 23, and is backwards compatible.
8811
8812         * message.el (message-goto-body): Remove the <#secure special-casing,
8813         which is too special.
8814
8815         * shr.el (shr-parse-style): Drop !important from styles.
8816
8817 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8818
8819         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8820         this function to return incorrect results when calling it with an
8821         explicit article argument different from
8822         (gnus-summary-article-number).
8823
8824 2010-11-24  Julien Danjou  <julien@danjou.info>
8825
8826         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8827         (shr-tag-body): Add background support.
8828         (shr-descend): Add background support.
8829         (shr-tag-title): Add.
8830
8831         * shr-color.el (shr-color-visible): Really return original background
8832         if fixed.
8833
8834 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8835
8836         * shr.el (shr-color-check): Protect against non-existent color names.
8837
8838 2010-11-24  Julien Danjou  <julien@danjou.info>
8839
8840         * color-lab.el: Require 'cl when compiling.
8841
8842         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8843
8844         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8845         matched part.
8846
8847         * color-lab.el: Fix all expt calls to use float type.
8848
8849 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8852         expression to shr-color-check as is.
8853
8854         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8855
8856         * color-lab.el: Add coding cookie.
8857         (float-pi): Use eval-and-compile.
8858
8859         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8860         compiled for Emacsen having no `libxml-parse-html-region' support.
8861
8862 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8863
8864         * shr.el (shr-insert-color-overlay): Split stuff like
8865         "#444444 !important" to find the real color.
8866         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8867         parse <font color="red"> entries.
8868
8869 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8870
8871         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8872         point when parsing headers.
8873
8874         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8875         is positioned properly when parsing headers.
8876
8877 2010-11-23  Julien Danjou  <julien@danjou.info>
8878
8879         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8880
8881         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8882
8883         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8884
8885         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8886         Use shr-color-hue-to-rgb.
8887         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8888
8889 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890
8891         * shr.el (shr-color->hexadecimal): Autoload.
8892         (shr-descend): Add color to all tags.
8893
8894 2010-11-22  Julien Danjou  <julien@danjou.info>
8895
8896         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8897         shr-color->hexadecimal.
8898
8899         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8900         RGB() or HSL() color representation.
8901
8902         * shr.el (shr-tag-font): Add.
8903         (shr-tag-color-check): New function to get better colors.
8904         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8905         tag-span.
8906
8907         * shr-color.el: New file.
8908
8909         * color-lab.el: New file.
8910
8911         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8912
8913 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8914
8915         * nnir.el: Fix typo in comments.
8916         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8917         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8918
8919 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8920
8921         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8922
8923         * nnimap.el (nnimap-get-capabilities): Refactor out.
8924         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8925
8926 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8927
8928         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8929         appearing when `mm-uu-hide-markers' is nil.
8930
8931 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * nnimap.el (nnimap-unselect-group): Make into its own function.
8934         (nnimap-request-rename-group): Unselect group before renaming.
8935         This had gotten lost somewhere.
8936         (nnimap-request-accept-article): Keep track of examined groups, and
8937         unselect the group before APPENDing to read-only groups.
8938         (nnimap-request-move-article): Clear flags before moving so that they
8939         can be re-set later.
8940
8941 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8944         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8945
8946 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * gnus-art.el (gnus-mime-display-single):
8949         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8950         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8951         parameter.
8952
8953 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8954
8955         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8956         (shr-table-vertical-line): New variable.
8957         (shr-insert-table): Use it.
8958
8959 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * gnus-html.el (gnus-html-wash-images): Don't display images if
8962         gnus-inhibit-images is non-nil; register displayer for cid images.
8963         (gnus-html-display-image): Work for cid image.
8964         (gnus-html-insert-image): Allow arguments.
8965         (gnus-html-put-image): Inhibit read-only.
8966         (gnus-html-prefetch-images): Don't prefetch images if
8967         gnus-inhibit-images is non-nil.
8968
8969 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970
8971         * shr.el (shr-put-image): Break lines when inserting big pictures.
8972
8973 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8974
8975         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8976         sender, thanks Katsumi Yamaoka.
8977
8978 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8979
8980         * nnir.el (nnir-run-imap): Reverse the article list for each group
8981         rather than the whole list.
8982
8983 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * shr.el (shr-image-displayer): Protect function against non-existent
8986         image source.
8987
8988         * gnus-art.el (gnus-inhibit-images): New user option.
8989         (gnus-mime-display-single): Don't display image if it is non-nil.
8990
8991         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8992         gnus-inhibit-images.
8993
8994         * shr.el (shr-image-displayer): New function.
8995         (shr-tag-img): Use it.
8996
8997 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8998
8999         * mml2015.el (mml2015-epg-sign): Use From header.
9000
9001 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9002
9003         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9004
9005         * gnus-util.el (gnus-find-text-property-region): Return markers.
9006
9007         * shr.el (shr-tag-img): Put a displayer in the text property.
9008
9009         * gnus-util.el (gnus-find-text-property-region): New utility function.
9010
9011         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9012         (gnus-html-show-images): Remove.
9013
9014         * gnus-art.el (gnus-article-show-images): New, more general function.
9015
9016         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9017         image url text properties.
9018
9019         * shr.el: Ditto.
9020
9021         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9022         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9023
9024 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9027         work for two or more articles.
9028
9029 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9032         divide an image that's in an html article to two or more when washing
9033         non-ASCII characters in alt text of it.
9034
9035 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9038         smime-decrypt-region using function argument.
9039         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9040
9041         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9042
9043         * smime.el (smime-decrypt-region): Catch it.
9044
9045 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9046
9047         * smime.el (smime-mode-map): Move initialization into declaration.
9048         (gnus-run-mode-hooks): Don't autoload.
9049         (smime-mode): Use define-derived-mode.
9050
9051 2010-11-11  Glenn Morris  <rgm@gnu.org>
9052
9053         * smime.el (from): Restrict declaration to XEmacs.
9054
9055         * nnir.el (gnus-group-topic-name): Autoload.
9056
9057 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * shr.el (shr-insert): Don't break long line if it is because of
9060         kinsoku-bol characters in the line end.
9061
9062 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9063
9064         * nnir.el (nnir-request-move-article): Fix to provide original group
9065         and subject.
9066         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9067         been retrieved.
9068
9069         * gnus-sum.el (gnus-summary-move-article): Use original group and
9070         subject for virtual articles such as those in an nnir summary buffer.
9071
9072 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9075         least 21.5).
9076
9077         * smime.el (from): Declare it again for XEmacs.
9078
9079 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080
9081         * message.el (message-resend): Don't disable encoding unless it's
9082         already encoded.
9083
9084         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9085         low-numbered articles.
9086
9087 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * rfc2047.el (rfc2047-syntax-table): Simplify.
9090
9091         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9092
9093         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9094         set-char-table-range for XEmacs.
9095
9096 2010-11-10  Glenn Morris  <rgm@gnu.org>
9097
9098         * time-date.el (time-to-seconds): Always an alias on Emacs,
9099         never a real function.
9100         (with-no-warnings): Remove compat stub, now unused.
9101         (time-less-p): Doc fix.
9102         (time-to-number-of-days): Simplify.
9103
9104         * smime.el (from): Remove unused declaration.
9105
9106         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9107         (gnus-float-time): On Emacs, always an alias.
9108
9109         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9110         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9111
9112 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * dgnushack.el: Don't use ignore-errors in the top level form since it
9115         is unavailable in XEmacs even if cl is loaded.
9116
9117         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9118
9119 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9120
9121         * shr.el (browse-url-mailto): Autoload.
9122
9123         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9124
9125         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9126         regexp doesn't need quoting.
9127
9128 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9129
9130         * message.el (message-subject-trailing-was-ask-regexp)
9131         (message-subject-trailing-was-regexp): Match was: in addition to was.
9132
9133 2010-11-09  Glenn Morris  <rgm@gnu.org>
9134
9135         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9136         (nnbabyl-check-mbox): Use point-at-bol.
9137
9138 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9139
9140         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9141
9142         * message.el (message-mailto): New function.
9143         (message-mailto): Should accept other parameters.
9144         (message-mailto): Remove since it duplicates browse-url-mailto
9145         functionality.
9146
9147 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9148
9149         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9150         methods.
9151         (gnus-read-active-file): Ditto.
9152
9153         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9154         ": " from the prompt.
9155         (gnus-group-make-group): Ditto.
9156
9157 2010-11-07  Glenn Morris  <rgm@gnu.org>
9158
9159         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9160         (gnus-bookmark-kill-line): Use point-at-eol.
9161
9162 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9165         asterisks in From header.
9166
9167 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9168
9169         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9170         string to avoid making the From headers syntactically invalid.
9171
9172         * message.el (message-send-mail): Don't insert courtesy messages if the
9173         message already has List-Post and List-ID messages.
9174
9175 2010-11-06  Glenn Morris  <rgm@gnu.org>
9176
9177         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9178         `condition', `type', `length' a prefix.
9179         (gnus-treat-predicate): Update for above name changes.
9180
9181 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9182
9183         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9184         binding.  Handled by `gnus-summary-refer-thread' instead.
9185         (nnir-warp-to-article): New backend function.
9186
9187         * nnimap.el (nnimap-request-thread): Force dependency updating.
9188
9189         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9190         (gnus-summary-refer-thread): Rework to improve thread-referral.
9191
9192         * gnus-int.el (gnus-warp-to-article): New function.
9193
9194         * gnus-sum.el (gnus-summary-article-map): Bind it.
9195
9196 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9197
9198         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9199         gnus-summary-refer-thread.
9200
9201         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9202         headers.
9203         (gnus-summary-limit-include-thread): Prevent articles in thread from
9204         being cut in gnus-cut-threads.
9205         (gnus-summary-refer-thread): Limit retrieved headers to those in
9206         thread.
9207
9208 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * message.el (message-send-mail): Use the value of
9211         message-courtesy-message from the message buffer.
9212
9213         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9214
9215         * shr.el (shr-browse-url): Implement mailto: URLs.
9216
9217         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9218         "raw".
9219
9220         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9221         if it's already selected.
9222
9223         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9224
9225 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9228         to measure the length and truncate alt text.
9229
9230 2010-11-03  Glenn Morris  <rgm@gnu.org>
9231
9232         * nndiary.el (nndiary-generate-nov-databases-1)
9233         (nndiary-generate-active-info): Rename dynamic variable `files' to
9234         something less generic.
9235
9236 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9237
9238         * nnir.el (nnir-request-move-article): Call the underlying backend to
9239         move articles from nnir.
9240
9241 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242
9243         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9244
9245 2010-11-02  Julien Danjou  <julien@danjou.info>
9246
9247         * nnir.el: Remove wais support.
9248
9249 2010-11-02  Glenn Morris  <rgm@gnu.org>
9250
9251         * gnus-html.el: Reorder requirements to quieten compiler.
9252
9253 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9256         properly for XEmacs as well.
9257         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9258         (gnus-article-natural-long-line-p): Use window-width rather than
9259         frame-width.
9260
9261 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9262
9263         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9264         (nnir-read-parms): Don't modify query.
9265         (nnir-run-query): Add ability to search topic on current line.
9266         (nnir-get-active): Clean up.
9267
9268 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9269
9270         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9271         degenerate articles.
9272
9273         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9274         (gnus-print-buffer): Just print the buffer as is, without any copying
9275         to a buffer and then re-highlighting.
9276
9277         * nnimap.el (nnimap-request-group): Store the new updated info.
9278         (nnimap-request-group): Select the group when we don't know whether it
9279         exists or not.
9280
9281         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9282         groups.
9283
9284         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9285         groups.
9286
9287         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9288         groups.
9289
9290         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9291         long-lines case by only filling the long lines.
9292
9293         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9294         (bug#7311).
9295
9296 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * shr.el: No need to declare `declare-function' since shr.el is for
9299         only Emacsen that provide `libxml-parse-html-region'.
9300
9301         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9302         effective only in a file it is referred to.
9303
9304 2010-11-01  Glenn Morris  <rgm@gnu.org>
9305
9306         * mm-util.el (gnus-completing-read): Autoload.
9307         (mm-read-coding-system): Simplify Emacs definition.
9308
9309         * nnmail.el (gnus-activate-group):
9310         * nnimap.el (gnutls-negotiate):
9311         * nntp.el (netrc-parse): Fix declarations.
9312
9313 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9316         string-match-p in Emacs >=23.
9317
9318         * gnus-msg.el (gnus-configure-posting-styles):
9319         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9320
9321 2010-11-01  Glenn Morris  <rgm@gnu.org>
9322
9323         * nnir.el (declare-function): Add compat stub.
9324         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9325         (nnir-run-gmane): Require 'mm-url.
9326
9327         * mm-util.el (mm-string-to-multibyte): Simplify.
9328
9329         * shr.el (declare-function): Add compat stub.
9330         (url-cache-create-filename): Declare.
9331         (mm-disable-multibyte, widget-convert-button): Autoload.
9332
9333         * smime.el (ldap-search): Declare.
9334         (smime-cert-by-ldap-1): Require ldap on Emacs.
9335
9336         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9337         (nnimap-keepalive): Use gnus-float-time.
9338
9339         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9340         (mail-source-delete-crash-box): Use gnus-float-time.
9341
9342         * gnus-dired.el (gnus-completing-read): Autoload.
9343
9344         * mm-view.el (gnus-rescale-image): Autoload.
9345
9346         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9347
9348         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9349
9350         * sieve-manage.el: Require 'cl when compiling.
9351
9352         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9353         (gnus-iswitchb-completing-read): Require iswitchb.
9354         (gnus-select-frame-set-input-focus): Silence compiler.
9355
9356 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * message.el (message-subject-trailing-was-query): Change default to t,
9359         since I think that's what most people want.
9360
9361         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9362         appending for easier debugging.
9363         (nnimap-wait-for-connection): Take a regexp.
9364         (nnimap-request-accept-article): Wait for the continuation line before
9365         sending anything unless we're streaming.
9366
9367         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9368         leave the header washing to take place.
9369
9370 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9371
9372         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9373         regular expression match and replace in posting styles.
9374
9375 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9376
9377         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9378         an entire server.
9379         (nnir-get-active): New function.
9380         (nnir-run-imap): Use it.
9381         (nnir-run-gmane): Who knew, gmane search returns an article score!
9382
9383         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9384         server on the current line with nnir.
9385
9386 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9387
9388         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9389         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9390         left edge.
9391         (gnus-article-foldable-buffer): Skip past the prefix when determining
9392         raggedness.
9393
9394         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9395         the raw article, and change `C-u g' to show the article without doing
9396         treatments.
9397
9398         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9399         on to `gnus-treat-article'.
9400         (gnus-inhibit-article-treatments): New variable.
9401
9402         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9403
9404         * gnus-art.el (gnus-treatment-function-alist): Have
9405         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9406         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9407         sections.
9408
9409         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9410         parameter.
9411         (gnus-article-fill-cited-long-lines): New function.
9412         (gnus-article-fill-cited-article): Allow filling only long sections.
9413
9414         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9415         and non-punctuation (like after the apostrophe in "'We").
9416
9417         * gnus-sum.el (gnus-summary-select-article): Make sure
9418         gnus-original-article-buffer is alive.
9419
9420         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9421         reflect the order they're in in the digest.
9422
9423         * gnus.el (gnus-group-startup-message): Move point to the start of the
9424         buffer.
9425
9426         * nnimap.el (nnimap-capability): New function.
9427         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9428         is set.
9429
9430 2010-10-31  David Engster  <dengste@eml.cc>
9431
9432         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9433         conform with changes to gnus-completing-read.
9434
9435 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9438
9439 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9440
9441         * nnir.el: Move defvar, defcustom around to keep file organized
9442         and keep byte-compiler quiet.
9443         (nnir-read-parms): Accept search-engine as arg.
9444         (nnir-run-query): Pass search-engine as arg.
9445         (nnir-search-engine): Remove.
9446
9447 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9448
9449         * shr.el (shr-generic): The text nodes should be text, not :text.
9450
9451         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9452         later in the file.
9453
9454 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9455
9456         * nnir.el: General clean up.  Allow searching with multiple engines.
9457         Allow separate extra-parameters for each engine.
9458         Batch queries when possible.
9459         (nnir-imap-default-search-key, nnir-method-default-engines):
9460         Add customize interface.
9461         (nnir-run-gmane): New engine.
9462         (nnir-engines): Use it.  Qualify all prompts with engine name.
9463         (nnir-search-engine): Remove global variable.
9464         (nnir-run-hyrex): Restore for now.
9465         (nnir-extra-parms, nnir-search-history): New variables.
9466         (gnus-group-make-nnir-group): Use them.
9467         (nnir-group-server): Remove in favor of gnus-group-server.
9468         (nnir-request-group): Avoid searching twice.
9469         (nnir-sort-groups-by-server): New function.
9470
9471 2010-10-30  Julien Danjou  <julien@danjou.info>
9472
9473         * gnus-group.el: Remove gnus-group-fetch-control.
9474
9475         * gnus-start.el (gnus-find-new-newsgroups):
9476         Remove gnus-check-first-time-used.
9477
9478         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9479
9480 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9481
9482         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9483         set on groups that don't have \* permanentflags.
9484
9485 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9486
9487         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9488         control the background color.
9489         (shr-tag-img): Ignore very small web bug type images.
9490         (shr-put-image): Add help-echo alt texts to the images.
9491         (shr-tag-video): Show the video poster image.
9492
9493 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9494
9495         * shr.el (shr-table-depth): New variable.
9496         (shr-tag-table-1): Only insert the images after the top-level table.
9497
9498         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9499
9500         * gnus-util.el (gnus-list-memq-of-list): New function.
9501
9502         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9503         selected.
9504         (nnimap-unsplittable-articles): New slot.
9505         (nnimap-new-articles): Use it.
9506
9507 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9508
9509         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9510         move to the previous line on `M-g'.
9511
9512 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9513
9514         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9515         *-request-group, which seems unnecessary.
9516
9517         * nnimap.el (nnimap-quote-specials): Function copied over from
9518         imap.el.
9519         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9520         they support that.  Suggested by Tom Regner.
9521
9522 2010-10-29  Julien Danjou  <julien@danjou.info>
9523
9524         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9525         defalias.
9526         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9527
9528         * gnus.el: Remove `gnus-nntp-service' variable.
9529         (gnus-secondary-servers): Make obsolete.
9530         (gnus-nntp-server): Make obsolete.
9531
9532         * gnus-start.el (gnus-1): Remove x-splash calls.
9533
9534         * gnus-ems.el (gnus-x-splash): Remove.
9535
9536         * gnus.el (gnus-group-startup-message): Simplify/update code.
9537
9538         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9539         definition.
9540
9541         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9542         capability before doing anything.
9543         (gnus-group-insert-group-line): Remove useless
9544         gnus-group-remove-excess-properties.
9545
9546 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9549
9550 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9551
9552         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9553         config after reselecting.
9554
9555 2010-10-28  Julien Danjou  <julien@danjou.info>
9556
9557         * shr.el (shr-put-image): Use point even if only inserting text.
9558         (shr-put-image): Save excursion when inserting alt text on non-graphic
9559         display, so the behavior is the same when we are on a graphic display.
9560
9561         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9562
9563 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9566         (gnus-mime-copy-part): Check coding system, not charset.
9567         (gnus-mime-view-part-externally): Never remove part.
9568         (gnus-mime-view-part-internally): Don't remove part here.
9569         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9570         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9571         multipart/alternative.
9572
9573         * mm-decode.el (mm-display-part): Take optional arg `force'.
9574
9575 2010-10-26  Julien Danjou  <julien@danjou.info>
9576
9577         * gnus-group.el (gnus-group-default-list-level): Add this function to
9578         compute the default list level.
9579         (gnus-group-default-list-level): Add possibility to use a function.
9580
9581 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9584
9585         * gnus-group.el (gnus-group-completing-read)
9586         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9587         gnus-replace-in-string.
9588
9589 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * shr.el (shr-tag-div): Add.
9592
9593         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9594
9595 2010-10-25  Julien Danjou  <julien@danjou.info>
9596
9597         * gnus-util.el: Remove `gnus-with-local-quit'.
9598
9599         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9600
9601 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9604         the original article buffer.
9605
9606 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * nnimap.el (nnimap-request-head): New function.
9609         (nnimap-request-move-article): Try to be slightly faster by not
9610         requesting the entire message when moving.
9611         (nnimap-transform-headers): Don't bug out on bodiless articles.
9612         (nnimap-send-command): Have no outstanding messages if the IMAP server
9613         doesn't support streaming.
9614         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9615
9616 2010-10-24  Julien Danjou  <julien@danjou.info>
9617
9618         * message.el (message-default-headers): Fix type.
9619
9620 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9623         prefetching images.
9624
9625         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9626         backend for unknown groups.  This is mainly useful for nnimap groups.
9627
9628         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9629         group isn't covered by the agent.
9630
9631 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9632
9633         * nnir.el (nnir-method-default-engines): New variable.
9634         (nnir-run-query): Use it.
9635         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9636         (gnus-summary-nnir-goto-thread): Change group if needed.
9637
9638         * gnus-group.el (gnus-group-group-map): Add key binding for
9639         gnus-group-make-nnir-group.
9640
9641 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * shr.el (shr-tag-object): Add.
9644
9645         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9646         original article buffer live.
9647         (gnus-summary-select-article-buffer):
9648         Mention gnus-widen-article-buffer.
9649
9650 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9651
9652         * shr.el (shr-tag-strong): Add.
9653
9654 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9657         group names.  They mess up the group buffer badly.
9658
9659         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9660
9661         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9662         instead of the summary one.
9663
9664 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * mml.el (mml-preview): Work properly when editing article.
9667
9668         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9669         gnus-have-read-active-file if it's already been in.
9670
9671 2010-10-22  Tom Tromey  <tromey@redhat.com>
9672
9673         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9674         gnus-group-completing-read.
9675
9676 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * message.el (message-mode-map): Don't bind M-; to comment region, to
9679         allow the global comment-dwim to work.
9680
9681 2010-10-21  Julien Danjou  <julien@danjou.info>
9682
9683         * message.el (message-setup-1): Allow message-default-headers to be a
9684         function.
9685
9686 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * shr.el (shr-tag-table): Simplify.
9689
9690 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9691
9692         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9693         to avoid trying to snarf invalid stuff.
9694
9695         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9696
9697         * gnus.el (gnus-message-archive-group): Quote value.
9698         (gnus-message-archive-group): Mark as changed.
9699
9700         * shr.el (shr-add-font): Don't put the font properties on the newline
9701         or the indentation.
9702
9703         * message.el (message-fix-before-sending): Change options when sending
9704         non-printable characters.
9705
9706         * gnus.el (gnus-message-archive-method): Change the default to
9707         monthly outgoing groups.
9708
9709         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9710         that have gotten new numbers.
9711
9712         * nnimap.el (nnimap-request-replace-article): New function.
9713
9714 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9717         (nnrss-request-article): Don't use special html washing code.
9718
9719 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * shr.el (shr-tag-table): Remove useless nconc.
9722
9723 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * gnus-art.el (article-wash-html): Simplify and remove the charset
9726         stuff.  Use the normal html rendering code instead of the special html
9727         washing code.
9728
9729         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9730         `gnus-w3m' symbols.
9731         (mm-text-html-washer-alist): Remove.
9732
9733         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9734         (mm-inline-media-tests): Remove use.
9735         (mm-text-html-renderer): Change default to the `shr' symbol.
9736
9737         * mm-view.el (mm-inline-text-html): Remove use.
9738
9739         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9740         `gnus-blocked-images' to be a function.
9741         (gnus-article-wash-function): Remove.
9742
9743 2010-10-20  Julien Danjou  <julien@danjou.info>
9744
9745         * spam.el (spam-list-of-processors): Mark as obsolete.
9746
9747         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9748         (nnimap-insert-partial-structure): Fix boundary detection.
9749
9750 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9751
9752         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9753         run file-truename on remote files.  This can be expensive and even
9754         prevent one from editing drafts if some unrelated buffer has a stale
9755         connection.
9756
9757 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9760         kinsoku-eol regardless of shr-kinsoku-shorten.
9761         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9762         (shr-tag-table): Support caption, thead, and tfoot.
9763
9764 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9765
9766         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9767         lines.
9768         (shr-save-contents): New command and keystroke.
9769
9770         * nndoc.el (nndoc-type-alist): Add git support.
9771         (nndoc-git-type-p): New function.
9772         (nndoc-transform-git-article): Ditto.
9773         (nndoc-transform-git-headers): Ditto.
9774         (nndoc-transform-git-headers): Generate Subject headers.
9775
9776         * shr.el (shr-parse-style): New function.
9777         (shr-tag-span): Ditto.
9778
9779         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9780         to `G G' to avoid collisions.
9781
9782 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * shr.el: Load kinsoku if necessary.
9785         (shr-kinsoku-shorten): New internal variable.
9786         (shr-find-fill-point): Make kinsoku shorten text line if
9787         shr-kinsoku-shorten is bound to non-nil.
9788         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9789         shr-indentation too when testing if table is wider than frame width.
9790         (shr-insert-table): Use `string-width' instead of `length' to measure
9791         text width.
9792         (shr-insert-table-ruler): Make sure indentation is done at bol.
9793
9794 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9795
9796         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9797         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9798         undecoded network data.
9799
9800 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9803         name in the mode line spec so that the mode line menu works
9804         (bug#2431).
9805
9806         * message.el (message-get-reply-headers): If we're fed `to-address',
9807         then always use that.
9808
9809         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9810         aren't so wide as to need to switch off the edit menu.
9811
9812         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9813         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9814
9815         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9816         `M-g'.
9817         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9818         the permanent marks.
9819
9820 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9821
9822         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9823         Splitting according to references/in-reply-to obeys the ignore-groups
9824         variable, while splitting by sender and subject do not.
9825
9826 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9827
9828         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9829         alist, so that we can look for non-Unicode chars.
9830         (article-translate-strings): Allow both character and string maps.
9831
9832 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * shr.el (shr-insert): Don't insert space behind a wide character
9835         categorized as kinsoku-bol, or between characters both categorized as
9836         nospace.
9837
9838 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9839
9840         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9841         headers to gnus-newsgroup-headers.
9842
9843 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9844
9845         * shr.el (shr-tag-img): Don't align images -- since we're not
9846         rescaling, this often leads to ugly displays.
9847
9848 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9849
9850         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9851         duplicates.
9852
9853 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9854
9855         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9856         call.
9857
9858 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9859
9860         * gnus.el: Autoload gnus-html-show-images.
9861
9862         * nnimap.el: Use nnheader-message throughout.
9863
9864         * shr.el (shr-tag-img): Ignore images with no data.
9865
9866 2010-10-15  Julien Danjou  <julien@danjou.info>
9867
9868         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9869         a possibility to disable format=flow encoding when using hard newlines.
9870
9871 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * shr.el (shr-insert): Remove space inserted before or after a
9874         breakable character or at the beginning or the end of a line.
9875         (shr-find-fill-point): Do kinsoku; find the second best point or give
9876         it up if there's no breakable point.
9877
9878 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9879
9880         * nnimap.el (nnimap-open-connection): Message when opening connection
9881         for debugging purposes.
9882
9883         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9884         on every setup buffer call to allow this to change from article to
9885         article.
9886
9887         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9888         buffers where we have a wide table.
9889
9890 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9891
9892         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9893         uses *-request-thread.
9894
9895 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9896
9897         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9898         incantation, which is no longer valid.
9899
9900 2010-10-14  Julien Danjou  <julien@danjou.info>
9901
9902         * shr.el: Fix defcustom type (char -> character).
9903
9904 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9905
9906         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9907         programs.
9908
9909 2010-10-14  Julien Danjou  <julien@danjou.info>
9910
9911         * shr.el (shr-tag-a): Use url-link as widget type.
9912
9913         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9914         `gnus-group-get-icon'.
9915
9916 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9917
9918         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9919         This should make server editing work better.
9920
9921         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9922
9923         * tls.el (tls-program): Remove spurious %s from openssl.
9924
9925         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9926         (nnimap-parse-flags): Fix regexp.
9927
9928         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9929         probably work for CJVK text, too.
9930
9931         * nnimap.el (nnimap-extend-tls-programs): Remove.
9932         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9933
9934         * tls.el (tls-starttls-switches): Remove starttls hack.
9935         (open-tls-stream): Ditto.
9936         (tls-find-starttls-argument): Ditto.
9937
9938 2010-10-13  Julien Danjou  <julien@danjou.info>
9939
9940         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9941         responses.
9942
9943 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9944
9945         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9946
9947         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9948         anything in Emacs.
9949
9950         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9951
9952 2010-10-13  Julien Danjou  <julien@danjou.info>
9953
9954         * shr.el (shr-width): Make shr-width a defcustom with default to
9955         fill-column.
9956         (shr-tag-img): Use shr-width rather than fill-column.
9957
9958 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * dgnushack.el (byte-optimize-apply):
9961         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9962
9963         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9964         position when (X-)Faces exist.
9965         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9966         avatars when called interactively.
9967
9968 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9971         gnus-article-x-face-too-ugly is bound.
9972
9973 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974
9975         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9976
9977         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9978         mailbox that doesn't exist.
9979
9980 2010-10-12  Julien Danjou  <julien@danjou.info>
9981
9982         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9983         (shr-get-image-data): Encode URL properly when fetching from cache.
9984         (shr-tag-img): Use aligned-to spaces to align correctly images.
9985
9986         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9987         before inserting the Gravatar.
9988
9989         * shr.el (shr-tag-img): Add align attribute support for <img>.
9990
9991 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9992
9993         * gnus-gravatar.el (gnus-art): Require.
9994
9995         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9996         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9997         Remove long obsoleted functions.
9998
9999 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10002
10003         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10004
10005         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10006         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10007         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10008         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10009         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10010         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10011         * sieve-manage.el, smime.el, spam.el:
10012         Fix comment for declare-function.
10013
10014 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10015
10016         * nnimap.el (nnimap-request-rename-group): Select group read-only
10017         before renaming it.
10018
10019         * shr.el (shr-insert): Fix up the white space only regexp.
10020
10021         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10022         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10023
10024         * shr.el (shr-current-column): New function.
10025         (shr-find-fill-point): New function.
10026
10027 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10028
10029         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10030         numbers.
10031
10032 2010-10-11  Julien Danjou  <julien@danjou.info>
10033
10034         * shr.el (shr-hr-line): Add.
10035         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10036         display hr lines.
10037         (shr-max-columns): Do not change state to nil if we just inserting
10038         spaces.
10039
10040 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10041
10042         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10043         select the last group.
10044
10045 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10046
10047         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10048
10049 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10050
10051         * dig.el (dig-mode-map): Declare and define in one step.
10052
10053 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10054
10055         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10056         for Gnus.
10057         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10058         (nnimap-update-qresync-info): Mark \Seen articles as read.
10059
10060         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10061         non-variable, too.
10062
10063         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10064         available.
10065         (nnimap-update-info): Rely more on the current active than the param
10066         active to avoid marking articles as read too much.
10067
10068         * auth-source.el (auth-source-create): Use (user-login-name) for the
10069         user name default.
10070
10071         * nnimap.el (nnimap-update-info): If the server doesn't return any
10072         useful info, just use the previous info.
10073         (nnimap-update-info): Prefer old info over start-article.
10074         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10075
10076 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10077
10078         * nnir.el (autoload): Clean up autoloads.
10079         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10080         Use key rather than value.
10081         (nnir-imap-search-other): New variable.
10082         (nnir-read-parm): Use it.
10083         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10084         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10085
10086 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10087
10088         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10089         the process, too.
10090
10091 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10092
10093         * spam.el (gnus-summary-mode-map): Bind to "$".
10094         Suggested by Russ Allbery.
10095
10096         * shr.el: Rework the way things are indented by <li> slightly.
10097
10098         * gnus.el (gnus-group-set-parameter): Fix typo.
10099
10100         * nnimap.el: Start implementing QRESYNC support.
10101
10102 2010-10-09  Julien Danjou  <julien@danjou.info>
10103
10104         * nnir.el (nnir-engines): Fix too many arguments.
10105
10106 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10107
10108         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10109         group is the "last", so that the backends like nnfolder actually save
10110         their folders.
10111
10112         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10113         try to use that for the tls stream.
10114         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10115         UIDVALIDITY and find out which groups are read-only and not.
10116         (nnimap-get-flags): Use the same marks parsing code as the rest of
10117         nnimap.
10118
10119 2010-10-09  Julien Danjou  <julien@danjou.info>
10120
10121         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10122
10123         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10124         retrieving gravatars.
10125
10126         * shr.el (shr-table-corner): Add.
10127         (shr-table-line): Add.
10128         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10129
10130 2010-10-08  Julien Danjou  <julien@danjou.info>
10131
10132         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10133
10134 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10135
10136         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10137
10138         * gnus-sum.el (gnus-mark-article-as-unread)
10139         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10140         (gnus-summary-set-bookmark): Use it.
10141
10142         * gnus-msg.el (gnus-setup-message): Use it.
10143
10144         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10145
10146         * gnus.el (gnus-group-remove-parameter): Use it.
10147
10148         * gnus-group.el (gnus-group-make-web-group): Use it.
10149
10150         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10151
10152         * nnregistry.el: Update docs to mention manual.
10153
10154         * gnus-registry.el: Update docs to mention nnregistry.el.
10155         (gnus-registry-initialize): Don't install nnregistry refer method
10156         automatically.
10157         (gnus-registry-install-nnregistry): Remove it.
10158
10159 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10160
10161         * shr.el (shr-insert): Don't insert double spaces.
10162
10163 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * gnus-gravatar.el (gnus-treat-from-gravatar)
10166         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10167         called interactively.
10168
10169         * gnus-art.el (gnus-mime-view-part-externally)
10170         (gnus-mime-view-part-internally): Make predicate function passed to
10171         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10172         of a mime type.
10173
10174         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10175
10176 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10177
10178         * shr.el (require): Require cl when compiling.
10179         (shr-tag-hr): New function.
10180
10181         * nnimap.el (nnimap-update-info): Remove double setting of high.
10182         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10183         This makes nnimap work properly on Courier again.
10184
10185         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10186         the variable for backwards compatibility.
10187
10188         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10189         the file name before using to avoid setting mm-default-directory to
10190         nil.
10191
10192         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10193         bidning gnus-agent variables.
10194
10195         * shr.el (shr-render-td): Use a cache for the table rendering function
10196         to avoid getting an exponential rendering behavior in nested tables.
10197         (shr-insert): Rework the line-breaking algorithm.
10198         (shr-insert): Don't leave trailing spaces.
10199         (shr-insert-table): Also insert empty TDs.
10200         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10201
10202 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10203
10204         * gnus-sum.el (gnus-number): Rename from `number'.
10205         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10206         (gnus-summary-limit-children): Update uses correspondingly.
10207
10208 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10211         (gnus-gravatar-transform-address): Don't show avatars of people of
10212         which mail addresses match gnus-gravatar-too-ugly.
10213
10214 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10215
10216         * shr.el (shr-table-widths): Expand TD elements to fill available
10217         space.
10218
10219 2010-10-07  Julien Danjou  <julien@danjou.info>
10220
10221         * nnimap.el (nnimap-request-rename-group): Add this method.
10222
10223 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10226         name from XEmacs' function-arglist.
10227
10228         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10229         gravatar under XEmacs.
10230
10231 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10232
10233         * auth-source.el: Update docs with TODO items.
10234
10235         * gnus-sync.el: Update docs to explain state and plans.
10236
10237         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10238         Hooks for mark updates.
10239         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10240
10241         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10242         hooks with arguments, which is needed for mark update hooks.
10243
10244 2010-10-06  Julien Danjou  <julien@danjou.info>
10245
10246         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10247         was matched.
10248
10249         * sieve-manage.el: Update example in `Commentary'.
10250
10251         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10252
10253         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10254         not 2000.
10255         (sieve-manage-authenticate): Re-add function.
10256
10257 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10258
10259         * shr.el (shr-insert): Get 'space transition right.
10260         (shr-render-td): Only delete space at the end of the TD.
10261
10262         * nnimap.el (nnimap-open-connection): Prepare to support
10263         open-gnutls-stream.
10264
10265         * shr.el: Rearrange function order to be more logical.
10266
10267 2010-10-06  Julien Danjou  <julien@danjou.info>
10268
10269         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10270         (nnrss-discover-feed): Remove 404 URL in docstring.
10271
10272         * nnir.el: Fix Swish-E URL.
10273         Fix Namazu URL.
10274
10275         * message.el (message-change-subject): Remove 404 URL in a comment.
10276
10277 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10280         called interactively.
10281
10282         * gnus-util.el (gnus-remove-if): Allow hash table.
10283         (gnus-remove-if-not): New function.
10284
10285         * gnus-art.el (gnus-mime-view-part-as-type):
10286         * gnus-score.el (gnus-summary-score-effect):
10287         * gnus-sum.el (gnus-read-move-group-name):
10288         Replace remove-if-not with gnus-remove-if-not.
10289
10290         * gnus-group.el (gnus-group-completing-read):
10291         Regard collection as a hash table if it is not a list.
10292
10293 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10294
10295         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10296
10297         * shr.el: Document the table-rendering algorithm.
10298
10299 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10302         for Emacsen having no `libxml-parse-html-region' support.
10303
10304 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10305
10306         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10307         invalid URLs.
10308
10309         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10310         line-broken.
10311         (shr-tag-img): Ignore image fetching errors.
10312         (shr-overlays-in-region): Compute overlay positions correctly.
10313
10314         * mm-decode.el (mm-shr): Require shr.
10315
10316         * gnus-art.el (gnus-blocked-images): Move variable here.
10317
10318         * shr.el (shr-insert-table): Bind free variable.
10319
10320         * mm-decode.el (mm-shr): Bind shr-content-function.
10321
10322         * shr.el (shr-content-function): New variable.
10323
10324         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10325         added for symmetry.
10326
10327         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10328
10329         * gnus-group.el (gnus-group-make-group): Doc fix.
10330
10331         * nnimap.el (nnimap-request-newgroups): Return success.
10332
10333         * shr.el (shr-find-elements): New function.
10334         (shr-tag-table): Put all the images after the table.
10335         (shr-tag-table): Really inhibit images inside the table.
10336         (shr-collect-overlays): Copy over overlays from the TD elements to the
10337         main document.
10338
10339         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10340         gnus-blocked-images.
10341
10342 2010-10-05  Julien Danjou  <julien@danjou.info>
10343
10344         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10345
10346         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10347         (gnus-html-maximum-image-size): Add this function.
10348         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10349
10350         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10351         server-value of the capability is nil.
10352
10353 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10354
10355         * shr.el (shr-tag-em): Add <EM> tag.
10356
10357 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10358
10359         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10360         customizable.
10361
10362         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10363         handing broken links to browse-url.
10364
10365 2010-10-05  Julien Danjou  <julien@danjou.info>
10366
10367         * gnus-util.el (gnus-emacs-completing-read)
10368         (gnus-iswitchb-completing-read): Use autoload rather than require.
10369
10370 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10373         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10374         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10375         iswitchb-temp-buflist for XEmacs.
10376
10377         * gnus-util.el (gnus-completing-read-function): Exclude
10378         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10379         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10380         XEmacs.
10381
10382         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10383         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10384
10385         * gnus-html.el: Don't require help-fns under XEmacs.
10386         (gnus-html-schedule-image-fetching): Work for XEmacs.
10387
10388         * mm-decode.el (mm-shr): Decode contents by charset.
10389
10390 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10391
10392         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10393         unknown.
10394
10395         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10396         (shr-get-image-data): Ensure against the cache file missing.
10397
10398         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10399         for data.
10400
10401         * spam-report.el (spam-report-url-ping-plain): Don't query about
10402         killing the process.
10403
10404         * shr.el (shr-render-td): Protect against too-wide text.
10405
10406 2010-10-04  Julien Danjou  <julien@danjou.info>
10407
10408         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10409         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10410
10411         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10412         retrieved.
10413
10414 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10415
10416         * shr.el (browse-url): Require.
10417         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10418         lines.
10419         (shr-show-alt-text, shr-browse-image): New commands.
10420         (shr-browse-url, shr-copy-url): New commands.
10421
10422         * gnus-sum.el (gnus-widen-article-window): New variable.
10423         (gnus-summary-select-article-buffer): Use it.
10424
10425         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10426         without @ signs.
10427
10428 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10429
10430         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10431
10432 2010-10-04  Julien Danjou  <julien@danjou.info>
10433
10434         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10435         for XEmacs.
10436
10437 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10438
10439         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10440
10441         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10442         (nnimap-close-server): Implement.
10443
10444         * dgnushack.el (iswitchb): Require to shut up the compiler.
10445
10446         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10447         (shr-insert): Tweak line breaking.
10448         (shr-insert): Handle <pre> better.
10449         (shr-tag-li): Get <li> indentation right.
10450         (shr-tag-li): Get <li> indentation even righter.
10451         (shr-tag-blockquote): Ensure paragraph start.
10452         (shr-make-table): Tweak table generation.
10453         (shr-make-table): Fix typo.
10454
10455         * shr.el: Implement table rendering.
10456
10457 2010-10-04  Julien Danjou  <julien@danjou.info>
10458
10459         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10460
10461 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10462
10463         * shr.el (shr-insert): Use string anchors instead of line anchors.
10464
10465 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10466
10467         * shr.el: Add headings.
10468         (shr-ensure-paragraph): Actually work.
10469         (shr-tag-li): Make <ul> prettier.
10470         (shr-insert): Get white space at the beginning/end of elements right.
10471         (shr-tag-p): Collapse subsequent <p>s.
10472         (shr-ensure-paragraph): Don't insert double line feeds after blank
10473         lines.
10474         (shr-insert): \t is also space.
10475         (shr-tag-s): Fix "s" tag name function.
10476         (shr-tag-s): Fix face prop name.
10477
10478 2010-10-03  Julien Danjou  <julien@danjou.info>
10479
10480         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10481
10482         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10483         gnus-window-inside-pixel-edges.
10484
10485         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10486         gnus-ems.
10487
10488         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10489
10490         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10491         function.
10492
10493         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10494         resize choice.
10495
10496 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497
10498         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10499         beginning of the buffer.
10500
10501         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10502         article buffer again.
10503
10504         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10505
10506         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10507         when it's at the start of the buffer.
10508
10509         * shr.el (shr-tag-blockquote): Convert name.
10510         (shr-rescale-image): Use the right image-size variant.
10511
10512         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10513         buffer isn't shown, then select the current article first instead of
10514         bugging out.
10515         (gnus-summary-select-article-buffer): Show both the article and summary
10516         buffers again.
10517
10518         * shr.el (shr-fontize-cont): Protect against regions with no text.
10519         Rename tag functions to shr-tag-* for enhanced security.
10520         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10521
10522 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10523
10524         * shr.el (shr-insert):
10525         * pop3.el (pop3-movemail):
10526         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10527         loaded.
10528
10529 2010-10-03  Glenn Morris  <rgm@gnu.org>
10530
10531         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10532
10533         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10534
10535         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10536
10537         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10538
10539         * gnus-util.el (gnus-make-local-hook): Simplify.
10540
10541 2010-10-02  Julien Danjou  <julien@danjou.info>
10542
10543         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10544         (gnus-ido-completing-read): New function.
10545         (gnus-emacs-completing-read): New function.
10546         (gnus-completing-read): Use gnus-completing-read-function.
10547         Add gnus-completing-read-function.
10548
10549 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * shr.el (shr-insert-document): Autoload.
10552         (shr-img): Be silent.
10553         (shr-insert): Add a newline after every picture before text.
10554         (shr-add-font): Use overlays for combining faces.
10555         (shr-insert): Pass upwards the text start point.
10556
10557         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10558         possible.
10559         (mm-shr): New function.
10560
10561 2010-10-02  Julien Danjou  <julien@danjou.info>
10562
10563         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10564         should go backward.
10565
10566 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10567
10568         * shr.el (shr): Fix typo in provide call.
10569
10570 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10571
10572         * shr.el: New file.
10573
10574         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10575
10576         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10577         completing read.
10578
10579 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10582         we're being queried about.  Suggested by Dan Jacobson.
10583
10584         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10585         Suggested by Jason Eisner.
10586
10587         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10588         table, too.  Suggested by Stefan Wiens.
10589         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10590         the table unnecessary.  Suggested by Stefan Wiens.
10591
10592         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10593         longer needed, and probably doesn't work either, as pointed out by
10594         Stefan Wiens.
10595         (gnus-summary-exit): Remove call to the clearing function.
10596         (gnus-summary-exit-no-update): Ditto.
10597
10598         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10599         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10600         Reported by Stefan Monnier.
10601         (gnus-summary-save-in-rmail): Ditto.
10602
10603         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10604         article buffer, instead of both the article buffer and the summary
10605         buffer.  Sort of suggested by Dan Jacobson.
10606
10607         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10608
10609         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10610         Suggested by Dan Jacobson.
10611
10612         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10613         documentation clearer.
10614
10615         * message.el (message-shorten-references): Comment on the number "21".
10616         Suggested by Stefan Monnier.
10617
10618         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10619         Suggested by Dan Jacobson.
10620
10621         * gnus.el (gnus-large-newsgroup):
10622         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10623
10624         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10625         externalize attachments.  Bug reported by Steve Wen.
10626
10627         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10628         really message anything to the user.
10629
10630         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10631         directly.
10632
10633         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10634         messages in empty groups.
10635
10636 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10637
10638         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10639         non-UIDNEXT group.
10640
10641 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10642
10643         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10644         not the value from the collection.
10645
10646         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10647         values.  This sometimes happens on some groups that have no info.
10648         (nnimap-request-newgroups): New function.
10649
10650 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10651
10652         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10653         check into `gnus-registry-initialize'.
10654         (gnus-registry-initialize): Ditto.
10655         Fix and extend header docs.
10656
10657 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10658
10659         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10660         regexp backtrace overflows.
10661
10662         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10663         for starttls that tls.el implements; i.e. openssl.
10664
10665         * tls.el (tls-starttls-switches): Give up on using starttls with
10666         gnutls-cli.
10667         (tls-program): Add --insecure to be consistent with the defaults from
10668         openssl s_client.  Now all three commands are insecure.
10669
10670 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * lpath.el: Bind completion-styles-alist for XEmacs.
10673
10674         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10675         (gravatar-create-image): New function that's an alias to
10676         gnus-xmas-create-image, gnus-create-image, or create-image.
10677         (gravatar-data->image): Use it.
10678
10679 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10680
10681         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10682         install the nnregistry refer method.
10683         (gnus-registry-install-hooks): Use it.
10684         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10685         unfollowed groups.
10686
10687 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10688
10689         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10690         expanding threads.
10691
10692 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10693
10694         * nnir.el: Use the server names without suffixes (bug#7009).
10695
10696         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10697         unencrypted to STARTTLS, if possible.
10698
10699 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10700
10701         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10702         headers before superseding.
10703
10704 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * nnrss.el (nnrss-use-local): Add documentation.
10707
10708         * nnimap.el (nnimap-extend-tls-programs): New function.
10709         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10710         (nnimap-wait-for-connection): Accept the greeting from the stupid
10711         output from openssl s_client -starttls, too.
10712
10713         * tls.el (tls-starttls-switches): New variable.
10714         (tls-find-starttls-argument): Use it.
10715         (open-tls-stream): Ditto.
10716
10717         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10718         (netrc-machine): Ditto.
10719
10720         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10721         article number.
10722         (nnimap-split-fancy): New variable.
10723         (nnimap-split-incoming-mail): Use it.
10724
10725         * nntp.el (nntp-server-list-active-group): Document.
10726
10727         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10728         SELECT to get the message-id.
10729
10730         * mail-source.el (mail-sources): Remove webmail support.
10731         (defvar): Ditto.
10732         (mail-source-fetcher-alist): Ditto.
10733         (mail-source-fetch-webmail): Remove.
10734
10735         * webmail.el: Remove -- doesn't seem relevant any more.
10736
10737         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10738
10739         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10740         the \r.
10741
10742 2010-09-30  Julien Danjou  <julien@danjou.info>
10743
10744         * gnus-agent.el (gnus-agent-add-group): Fix call to
10745         gnus-completing-read.
10746
10747 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10748
10749         * nndoc.el (nndoc-retrieve-groups): New function.
10750
10751         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10752         `default', use nnmail-split-methods.
10753         (nnimap-request-article): Downcase the NILs so that they are nil.
10754
10755         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10756         symbol.
10757
10758         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10759         code, since if the user has requested network, that's what they ought
10760         to get.
10761         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10762         (nnimap-split-rule): Mark as obsolete.
10763
10764         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10765         New variable.
10766
10767         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10768         correct slot, too.
10769
10770 2010-09-29  Julien Danjou  <julien@danjou.info>
10771
10772         * gnus.el (gnus-local-domain): Declare variable obsolete.
10773
10774         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10775         Fix history computing.
10776         (gnus-ido-completing-read): Require ido.
10777
10778 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10779
10780         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10781         build Gnus.
10782
10783         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10784         when interpreting the structures.
10785         (nnimap-request-accept-article): Add \r\n to the lines to make this
10786         work with Cyrus.
10787
10788         * nndraft.el (nndraft-request-expire-articles): Use the group name
10789         instead if "nndraft".  Fix found by Nils Ackermann.
10790
10791 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10792
10793         * nnregistry.el: Add.
10794
10795 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10796
10797         * nnmail.el (group, group-art-list, group-art):
10798         Remove unneeded directives.
10799
10800 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10803         (mm-mime-charset):
10804         * rfc2047.el (rfc2047-syntax-table):
10805         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10806
10807         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10808         rather than `insert-file-contents' and `eval-region'.
10809
10810         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10811         construction.
10812
10813         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10814
10815         * time-date.el: No need to require cl for Emacs 21.
10816
10817 2010-09-29  Julien Danjou  <julien@danjou.info>
10818
10819         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10820         replacement of `gnus-gravatar-relief' to mimic
10821         `gnus-faces-properties-alist'.
10822         Add :version property.
10823
10824 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * mail-source.el (mail-source-report-new-mail):
10827         * message.el (message-default-mail-headers):
10828         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10829
10830         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10831
10832 2010-09-28  Julien Danjou  <julien@danjou.info>
10833
10834         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10835         mail-address contains the same string as real-name.
10836
10837         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10838         non-blank in header, otherwise it'll get stripped.
10839
10840         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10841         real-name, and then for mail address rather than doing : or , search.
10842
10843 2010-09-27  Julien Danjou  <julien@danjou.info>
10844
10845         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10846         right completing-read function.
10847         (gnus-use-ido): New variable
10848         (gnus-completing-read-with-default): Remove.
10849         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10850         (gnus-agent-add-group):
10851         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10852         * mm-view.el (mm-view-pkcs7-decrypt):
10853         * mm-util.el (mm-codepage-setup):
10854         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10855         * mml-smime.el (mml-smime-openssl-sign-query):
10856         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10857         (mml-insert-multipart):
10858         * gnus-msg.el (gnus-summary-yank-message):
10859         * gnus-int.el (gnus-start-news-server):
10860         * mm-decode.el (mm-interactively-view-part):
10861         * gnus-dired.el (gnus-dired-attach):
10862         * gnus.el (gnus-read-method):
10863         * gnus-bookmark.el (gnus-bookmark-jump):
10864         * gnus-art.el (gnus-mime-view-part-as-type)
10865         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10866         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10867         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10868         * nnmairix.el (nnmairix-create-server-and-default-group)
10869         (nnmairix-update-groups, nnmairix-get-server)
10870         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10871         (nnmairix-get-group-from-file-path):
10872         * nnrss.el (nnrss-find-rss-via-syndic8):
10873         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10874         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10875         (gnus-group-browse-foreign-server):
10876         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10877         (gnus-summary-execute-command, gnus-summary-respool-article)
10878         (gnus-read-move-group-name):
10879         * gnus-score.el (gnus-summary-increase-score)
10880         (gnus-summary-score-effect):
10881         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10882
10883 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10886         x-focus-frame.
10887
10888         * nnimap.el (auth-source-forget-user-or-password)
10889         (auth-source-user-or-password): Autoload.
10890
10891         * message.el (message-from-style, message-interactive)
10892         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10893         (message-yank-prefix, message-indentation-spaces, message-signature)
10894         (message-signature-file): Add comment.
10895
10896 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10897
10898         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10899         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10900         new articles.
10901
10902         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10903         parts.
10904         (nnimap-request-article): Work with the t setting, too.
10905
10906         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10907         that you don't get flashes of other buffers.
10908         (gnus-summary-show-complete-article): Intern before setting.
10909
10910 2010-09-27  David Engster  <dengste@eml.cc>
10911
10912         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10913         well as HEADERS.
10914         (nnmairix-retrieve-headers): Provide new argument for the above.
10915
10916 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10917
10918         * gnus-sum.el (gnus-summary-move-article): Don't alter
10919         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10920         group.
10921
10922         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10923
10924         * message.el (message-cite-prefix-regexp): Revert my last edit.
10925
10926         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10927         variable instead of the Gnus variable.
10928
10929         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10930
10931         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10932
10933         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10934         since some servers don't like it.
10935         (nnimap-open-connection): Forget credentials if the server says the
10936         password was wrong.
10937         (nnimap-parse-line): Protect against invalid data.
10938
10939         * gnus-sum.el (gnus-summary-move-article): Add comment.
10940         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10941         nothing alters it while scanning for new messages.
10942
10943         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10944         which may or may not help.
10945         (nnimap-open-connection): If we're doing a stream connection, and then
10946         discover we're on a STARTTLS-capable server, then open a STARTTLS
10947         connection instead.
10948
10949 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10950
10951         * nnimap.el (utf7): Require.
10952
10953         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10954         prefix.
10955
10956 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10957
10958         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10959
10960 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10961
10962         * nnimap.el (nnimap-request-accept-article): Message the error on
10963         error.
10964
10965 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10968
10969 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10970
10971         * nndoc.el (nndoc-request-list): Return success always.
10972
10973         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10974         `fetch-old' -- we only want to fetch the articles we've requested.
10975         The rest are in the agent, probably.
10976         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10977         disappeared server" to something low.  It's not important.
10978
10979         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10980         arrived before the FETCH data.
10981
10982         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10983         target here, because we don't know the Gnus name of the group.
10984
10985         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10986         for the correct group.
10987
10988         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10989
10990         * gnus.el (gnus): Give a final warning after startup.
10991
10992         * gnus-util.el (gnus-action-message-log): New variable.
10993         (gnus-message): Use it.
10994         (gnus-final-warning): New function.
10995
10996         * nnimap.el (nnimap-open-connection): Record the greeting.
10997         (nnimap): Add greeting.
10998
10999 2010-09-26  Julien Danjou  <julien@danjou.info>
11000
11001         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11002         arguments.
11003         (gnus-html-wash-images): Fix spec computing to include start/end.
11004
11005         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11006
11007 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11008
11009         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11010         deletion.
11011         (nnimap-retrieve-headers): Don't select the group, because that's
11012         already done by nnimap-possibly-change-group.
11013
11014         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11015         (gnus-picon-transform-address): Use it.
11016
11017         * mail-source.el (mail-source-value): Revert previous patch.
11018
11019         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11020         on failure.
11021         (nnimap-open-connection): Look up both virtual and physical server name
11022         credentials.
11023
11024         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11025
11026 2009-02-07  Dave Love  <fx@gnu.org>
11027
11028         * tls.el (open-tls-stream): Don't query killing process.
11029
11030 2009-02-08  Dave Love  <fx@gnu.org>
11031
11032         * gnus-win.el (gnus-window-to-buffer-helper)
11033         (gnus-all-windows-visible-p): Function needn't be a symbol.
11034
11035         * mail-source.el (mail-source-value): Function needn't be a symbol.
11036
11037 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11038
11039         * message.el (message-cite-prefix-regexp): Remove } from the cite
11040         prefix.
11041
11042         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11043         highlight again, so that the highlight is correct.
11044
11045         * gnus-picon.el (gnus-picon): Remove again.
11046         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11047
11048         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11049         doing the header highlightling, so that the background color of the
11050         picon is correct.
11051
11052         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11053         (gnus-picon): Ditto.
11054         (gnus-picon): Reinstate.  The background color for picons is white.
11055         (gnus-picon-insert-glyph): Make the background white.
11056
11057         * nnml.el (nnml-open-nov): Don't return dead buffers.
11058
11059         * auth-source.el (auth-source-create): Query the user for whether to
11060         store the credentials.
11061
11062         * netrc.el (netrc-store-data): New function.
11063
11064         * auth-source.el (auth-source-user-or-password): Use the existing auth
11065         sources, if any, for creation.
11066
11067         * gnus.el (gnus-group-fast-parameter): Return the last matching
11068         parameter instead of the first matching parameter.
11069
11070 2010-09-26  Julien Danjou  <julien@danjou.info>
11071
11072         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11073
11074 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11075
11076         * mml2015.el (mml2015-use): Remove gpg support.
11077
11078         * mml1991.el (mml1991-function-alist): Remove gpg function.
11079         (mml1991-gpg-sign): Remove.
11080
11081 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11082
11083         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11084         (gnus-browse-unsubscribe-current-group): Document it.
11085         (gnus-browse-unsubscribe-group): Use it.
11086
11087 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11088
11089         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11090         address to the To list for easier response.
11091
11092         * gnus.el (gnus-play-startup-jingle): Remove.
11093         (gnus-splash): Don't play jingle.
11094         (gnus): Silence gnus-load message.
11095
11096         * gnus-art.el (gnus-treat-play-sounds): Remove.
11097
11098         * gnus.el (gnus-play-jingle): Remove audio support.
11099
11100         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11101
11102         * earcon.el: Remove -- no users.
11103
11104         * gnus-audio.el: Remove -- no users of this package.
11105
11106         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11107
11108         * gnus-start.el (gnus-setup-news): Remove nocem support.
11109
11110         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11111
11112         * gnus.el (gnus-use-nocem): Remove.
11113
11114         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11115         Remove.
11116
11117         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11118         uses NoCeM any more.
11119
11120         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11121         (gnus-button-ctan-handler): Ditto.
11122         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11123         (gnus-button-ctan-directory-regexp): Ditto.
11124         (gnus-button-handle-ctan): Ditto.
11125         (gnus-button-tex-level): Ditto.
11126         (gnus-button-alist): Remove CTAN stuff.
11127
11128 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11129
11130         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11131         nnimap-streaming test.
11132
11133         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11134         servers twice.
11135
11136         * nnimap.el (nnimap-open-connection): Add more error reporting when
11137         nnimap fails early.
11138
11139         * nnheader.el (nnheader-get-report-string): New function.
11140         (nnheader-get-report): Use it.
11141
11142         * gnus-int.el (gnus-check-server): Say what the error was when opening
11143         failed.
11144
11145         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11146         using streaming.
11147
11148 2010-09-25  Julien Danjou  <julien@danjou.info>
11149
11150         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11151         gnus-window-inside-pixel-edges.
11152
11153 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11154
11155         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11156
11157         * mm-decode.el (mm-save-part): Allow saving to other directories the
11158         normal Emacs way.
11159
11160         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11161         Suggested by Jay Berkenbilt.
11162
11163         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11164         there isn't a single byte.
11165
11166         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11167         just do it.  It doesn't really seem to matter what the user responds
11168         here, I think, so it's just a confusing question.
11169
11170         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11171         non-streaming case.
11172
11173         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11174         (gnus-article-encrypt-body): Use it.
11175
11176         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11177         keystroke.
11178
11179         * nnimap.el (nnimap-find-wanted-parts-1):
11180         Use gnus-fetch-partial-articles.
11181
11182         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11183
11184         * nnimap.el (nnimap-insert-partial-structure): New function.
11185         (nnimap-get-partial-article): New function.
11186         (nnimap-request-article): Use it.
11187         (nnimap-wait-for-response): Return whether the wait was successful.
11188         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11189         retrieval wasn't successful.
11190         (nnimap-retrieve-group-data-early): Allow throttling servers.
11191         (nnimap-streaming): New variable.
11192         (nnimap-fetch-partial-articles): Remove.
11193
11194         * mm-decode.el (mm-with-part): Protect against killed buffers.
11195
11196         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11197         for prettier summary display.
11198
11199 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11200
11201         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11202
11203 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11204
11205         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11206         apparently third-party libraries depend on it.
11207
11208         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11209         before starting negotiation.
11210
11211         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11212         privacy reasons.
11213         (gnus-treat-mail-gravatar): Ditto.
11214
11215         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11216         buffer when inserting images.  Inserting text into the headers, for
11217         instance, can make them invalid.
11218
11219 2010-09-25  Julien Danjou  <julien@danjou.info>
11220
11221         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11222         variables.
11223
11224         * nnheader.el: Remove useless variables news-reply-yank-from and
11225         news-reply-yank-message-id.
11226
11227         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11228         variables.
11229
11230         * mml1991.el: Remove useless mml1991-verbose.
11231
11232         * gnus.el: Remove useless variable gnus-use-generic-from.
11233         Remove obsolete variable gnus-topic-indentation.
11234
11235         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11236
11237         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11238
11239         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11240
11241         * gnus-group.el: Remove useless gnus-group-icon-cache.
11242         Remove useless gnus-ephemeral-group-server.
11243
11244         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11245
11246         * mml2015.el: Remove useless mml2015-verbose.
11247
11248         * mml-smime.el: Remove useless mml-smime-verbose.
11249
11250         * gnus.el: Remove useless gnus-local-domain.
11251
11252         * gnus-gravatar.el (gnus-gravatar-transform-address):
11253         Use gnus-gravatar-size.
11254
11255         * gnus-art.el: Remove useless gnus-treat-translate.
11256
11257 2010-09-24  Julien Danjou  <julien@danjou.info>
11258
11259         * gnus-sum.el: Add support for Gravatars.
11260
11261         * gnus-art.el: Add support for Gravatars.
11262
11263         * gnus-gravatar.el: Add this file.
11264
11265         * gravatar.el: Add this file.
11266
11267 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268
11269         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11270
11271         * gnus-group.el (gnus-group-fetch-faq): Remove.
11272
11273         * gnus.el (gnus-group-faq-directory): Remove.
11274
11275         * gnus-group.el (gnus-group-fetch-charter): Remove.
11276
11277         * gnus.el (gnus-group-charter-alist): Remove.
11278
11279         * gnus-group.el (gnus-group-archive-directory): Remove.
11280         (gnus-group-recent-archive-directory): Ditto.
11281         (gnus-group-make-archive-group): Remove.
11282
11283         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11284
11285         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11286         use the same article number for all the cached articles.
11287
11288         * nnimap.el (nnimap-command): Register the last command time so
11289         that we can use it for idling NOOPs.
11290         (nnimap-open-connection): Start the keeplive timer.
11291         (nnimap-make-process-buffer): Store all the process buffers.
11292         (nnimap-keepalive): New function.
11293
11294         * starttls.el (starttls-open-stream): Add autoload cookie.
11295
11296 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11297
11298         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11299         handling.
11300
11301 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11302
11303         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11304         its data structures.
11305
11306         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11307         instead of the cl.el copy-list.
11308         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11309         equalp.
11310
11311 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11314         and tool-bar-local-item-from-menu.
11315
11316         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11317         mode-line-highlight face for Emacs.
11318
11319         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11320         loading gnus-sum.elc; fix comment for canlock-verify.
11321         (gnus-article-jump-to-part): Use read-number.
11322         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11323         Remove Emacs pre-21 compatible code for help-echo.
11324         (gnus-article-next-page-1): No need to adjust the number of lines.
11325         (gnus-article-describe-bindings): Always use help-buffer.
11326
11327         * gnus-audio.el (gnus-audio-inline-sound):
11328         * gnus-cus.el (gnus-custom-mode):
11329         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11330
11331         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11332
11333         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11334         compatible code.
11335
11336 2010-09-24  Glenn Morris  <rgm@gnu.org>
11337
11338         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11339         visiting the fcc file in rmail-mode.
11340
11341         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11342
11343 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * nnir.el: Silence the byte compiler.
11346
11347         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11348         alias to browse-url-url-encode-chars if any.
11349         (gnus-html-encode-url): Use it.
11350
11351 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11352
11353         * gnus-start.el (gnus-use-backend-marks): New variable.
11354         (gnus-get-unread-articles-in-group): Use it.
11355
11356         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11357         makeover.
11358
11359 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11360
11361         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11362
11363 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11364
11365         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11366         Remove.
11367         (gnus-setup-news-hook):
11368         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11369
11370         * gnus-int.el (gnus-request-update-info): Protect against backends not
11371         having the function.
11372
11373         * nnimap.el (nnimap-stream): Mention starttls.
11374         (nnimap-open-connection): Add starttls support.
11375
11376 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11377
11378         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11379
11380 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11381
11382         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11383         BODYSTRUCTUREs.
11384         (nnimap-transform-headers): Unfold quoted {42} headers.
11385
11386         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11387         the info.
11388         (gnus-get-unread-articles): Only call updatep on backends that support
11389         it.
11390
11391         * nnweb.el (nnweb-request-update-info): NOOP.
11392
11393         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11394
11395         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11396         since it only deals with marks.
11397
11398         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11399         gnus-request-marks, and make a new gnus-request-update-info.
11400
11401         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11402         the active instead of the high number, which is usually too low.
11403
11404 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11405
11406         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11407         * encrypt.el: Remove.
11408
11409 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11410
11411         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11412         server in symbolic form.
11413
11414         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11415
11416 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11417
11418         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11419         (nnimap-update-info): Fix up code slightly.
11420
11421         * gnus-int.el (gnus-open-server): Add tracing for performance
11422         debugging.
11423
11424         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11425         (gnus-group-insert-group-line): Pass the real group name so that it
11426         gets the right data.
11427
11428         * gnus-start.el (gnus-get-unread-articles): Don't have
11429         `gnus-get-unread-articles-in-group' update info, since that can be
11430         really slow and doesn't seem to be needed?
11431
11432 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11433
11434         * time-date.el (date-to-time): Try using parse-time-string first before
11435         using the slower timezone-make-date-arpa-standard.
11436
11437 2010-09-22  Julien Danjou  <julien@danjou.info>
11438
11439         * gnus-group.el (gnus-group-insert-group-line):
11440         Call gnus-group-highlight-line.
11441         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11442         default hook list.
11443         (gnus-group-update-eval-form): Add new function.
11444         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11445         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11446
11447 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11448
11449         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11450         immediate, then expire all articles.
11451         (nnimap-update-info): Fix off-by-one errors.
11452         (nnimap-flags-to-marks): Would return no marks lists for group with no
11453         flags.  Instead return the other data.
11454
11455 2010-09-22  Julien Danjou  <julien@danjou.info>
11456
11457         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11458         Only return an icon.
11459         (gnus-group-insert-group-line): Compute icon to return.
11460
11461         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11462         (gnus-html-image-fetched): Only cache if
11463         gnus-html-image-automatic-caching is set.
11464         (gnus-html-image-fetched): Check for errors.
11465
11466 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11467
11468         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11469         once per method on `g'.  This ensures that backends like nnfolder don't
11470         open all their folders.
11471
11472         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11473         (nnimap-request-list): Nix out group in the correct buffer.
11474         (nnimap-parse-flags): Implement by using `read' instead of
11475         hand-parsing.
11476         (nnimap-flags-to-marks): Pass on permanent-flags.
11477         (nnimap-make-process-buffer): Record the server name.
11478         (nnimap-parse-flags): Fix typo.
11479         (nnimap-request-scan): Run split on the server in general, not just a
11480         single group.
11481
11482         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11483         parameter, and propagate this downwards.
11484
11485         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11486         since EXAMINE changes it on the server.
11487
11488         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11489         this command might take a while.
11490
11491 2010-09-22  Julien Danjou  <julien@danjou.info>
11492
11493         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11494         harmful if you have 2 images side-by-side, they can't be properly
11495         update on text deletion.  Using text-property is safer here.
11496         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11497         data.
11498
11499 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11500
11501         * nnimap.el (nnimap-expunge-inbox): Remove.
11502         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11503         (nnimap-expunge): Flip default to t.
11504
11505         * gnus.el (gnus-method-to-server): Don't push things to the cache
11506         unless it's unique.
11507         (gnus-server-to-method): Ditto.
11508
11509 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11510
11511         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11512
11513 2010-09-22  Julien Danjou  <julien@danjou.info>
11514
11515         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11516         get the start of data.
11517         (gnus-html-encode-url): Add this function to encode special chars in
11518         URL.
11519         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11520         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11521
11522         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11523         default.
11524         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11525
11526         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11527         images alt-text.
11528         (gnus-html-put-image): Put alt-text as help-echo.
11529
11530 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11533         * mm-util.el (mm-decompress-buffer):
11534         * nnir.el (nnir-run-find-grep):
11535         * pop3.el (pop3-list): Use 3rd arg of split-string.
11536
11537         * time-date.el (format-seconds): Comment fix.
11538
11539         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11540         and byte-optimize-form-code-walker.
11541         (dgnushack-make-auto-load): Don't advise make-autoload.
11542
11543         * lpath.el: Remove Emacs 21 stuff.
11544
11545 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11546
11547         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11548         outside the active range.  Suggested by Dan Christensen.
11549
11550         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11551         slightly later to avoid double-getting it.
11552
11553         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11554         previous patch.
11555
11556         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11557
11558 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11559
11560         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11561
11562 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11563
11564         * gnus-int.el (gnus-open-server): Give a better error message in the
11565         "go offline" case.
11566
11567         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11568         marks for nnimap, which is seldom the right thing to do.
11569
11570         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11571         (gnus-same-method-different-name): New function.
11572
11573         * nnimap.el (parse-time): Require.
11574
11575         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11576         method in the presence of many similar methods.
11577
11578         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11579
11580         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11581         nnml-inhibit-expiry.
11582
11583         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11584         find out whether methods are equal.
11585
11586         * nnimap.el (nnimap-find-expired-articles): New function.
11587         (nnimap-process-expiry-targets): New function.
11588         (nnimap-request-move-article): Request the article before looking at
11589         what the Message-ID is.  Fix found by Andrew Cohen.
11590         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11591
11592         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11593         for oldness in addition to being a predicate.
11594
11595         * nnimap.el (nnimap-request-group): When we have zero articles, return
11596         the right data to Gnus.
11597         (nnimap-request-expire-articles): Only delete articles immediately if
11598         the target is 'delete.
11599
11600         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11601         method, this would bug out.
11602
11603         * gnus-group.el (gnus-group-expunge-group): Rename from
11604         gnus-group-nnimap-expunge, and implemented as a normal interface
11605         function.
11606
11607         * gnus-int.el (gnus-request-expunge-group): New function.
11608
11609         * nnimap.el (nnimap-request-create-group): Implement.
11610         (nnimap-request-expunge-group): New function.
11611
11612 2010-09-21  Julien Danjou  <julien@danjou.info>
11613
11614         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11615         (gnus-html-cache-expired): Add new function.
11616         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11617         wethever we should display image for fetch it.
11618         Compute alt-text earlier to pass it to the fetching function too.
11619         (gnus-html-schedule-image-fetching): Change function argument to only
11620         get one image at a time, not a list.
11621         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11622         cache.
11623         (gnus-html-get-image-data): New function to retrieve image data from
11624         cache.
11625         (gnus-html-put-image): Change buffer argument to use image data rather
11626         than file, and place image above region rather than inserting a new
11627         one.  Do not take alt-text as argument, since it's useless now: we place
11628         the image above alt-text.
11629         (gnus-html-prune-cache): Remove.
11630         (gnus-html-show-images): Start to fetch image when we find one, do not
11631         push into a temporary list.
11632         (gnus-html-prefetch-images): Only fetch image if they have expired.
11633         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11634         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11635
11636 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11639
11640 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11641
11642         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11643         spec inser "*" if the group isn't active instead of 0.
11644
11645         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11646         opening the server.
11647         (nnimap-request-delete-group): Implement group deletion.
11648         (nnimap-transform-headers): Return the size of the entire message in
11649         the Bytes header, not just the size of the first part.
11650         (nnimap-request-move-article): When moving an article from nnimap,
11651         request the article first so the accepting form has an article to
11652         accept.  Reported by Dan Christensen.
11653         (nnimap-command): Make sure that the error message doesn't error out.
11654
11655 2010-09-20  David Edmondson  <dme@dme.org>
11656
11657         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11658         we haven't requested anything.
11659
11660 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11661
11662         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11663         "".  Fix found by Andrew Cohen.
11664
11665         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11666         instead of -encode-string.
11667
11668 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11671
11672         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11673         by mm-subst-char-in-string.
11674
11675 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11676
11677         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11678         waiting for the connection string.
11679
11680         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11681         arriving.
11682
11683         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11684         bogus characters.  This allows selecting certain Gmail groups.
11685
11686         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11687         (nnimap-fetch-partial-articles): New variable.
11688         (nnimap-open-connection): When looking for credentials, also use the
11689         nnimap-server-port.
11690         (nnimap-request-article): Return the group/article number, so that Gnus
11691         `^' works as expected.
11692         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11693
11694         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11695         comments.
11696         (gnus-methods-sloppily-equal): New function.
11697         (gnus): When using the development version of Gnus, load the gnus-load
11698         file.
11699
11700         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11701         `gnus-open-server' on each method before trying to scan them etc.
11702         This ensures that all the backend parameters are set correctly.
11703
11704         * nnimap.el (nnimap-authenticator): New variable.
11705         (nnimap-open-connection): Allow anonymous login.
11706         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11707         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11708
11709         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11710         patch, found by Knut Anders Hatlen.
11711
11712 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11713
11714         * gnus-agent.el (gnus-agent-batch-confirmation)
11715         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11716         to gnus-message.
11717         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11718         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11719         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11720         * gnus-int.el (gnus-open-server): Likewise.
11721         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11722         (gnus-score-check-syntax): Likewise.
11723         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11724         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11725         Likewise.
11726         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11727
11728 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11729
11730         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11731         calling conventions so that prefetch doesn't bug out.
11732
11733 2010-09-19  Julien Danjou  <julien@danjou.info>
11734
11735         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11736         rather than `subst-char-in-region' in order to be able to replace ASCII
11737         char by UTF-8 ones.
11738
11739         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11740         than curl.
11741         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11742         the right URL and ALT text on images.
11743         (gnus-html-wash-tags): Fix tag case.
11744         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11745         (gnus-article-html): Add -o display_ins_del=2 option.
11746         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11747
11748 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11749
11750         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11751         the extra mail headers, which sometimes seem to happen for unknown
11752         reasons.
11753
11754         * mail-parse.el (mail-header-encode-parameter): Define as
11755         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11756         (or most, perhaps?) mail readers don't understand the latter, but do
11757         understand the former.
11758
11759         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11760         to nil, so that no methods are automatically agentized.  I think this
11761         is probably what most users want.
11762
11763         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11764         from url-retrieve, for instance about invalid URLs.
11765
11766         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11767         groups that have no articles.
11768         (nnimap-request-article): Check that we really got an article when we
11769         requested one.
11770
11771         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11772         doesn't exist.
11773
11774         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11775         nntp buffer so the agent can save it.
11776         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11777         that CRLF doesn't get translated to \n.
11778         (nnimap-open-connection): Don't make 'shell commands only send \n.
11779
11780 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11781
11782         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11783         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11784         Update var name.
11785         (nnml-generate-nov-file): Use dolist.
11786         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11787         Use with-current-buffer.
11788
11789 2010-09-18  Julien Danjou  <julien@danjou.info>
11790
11791         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11792         parallel.
11793
11794 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11795
11796         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11797         the range update right.
11798         (nnimap-request-group): Don't make `M-g' bug out on group with no
11799         marks.
11800         (nnoo): Require, so that other packages can require nnimap.
11801         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11802         command we're looking for.  This helps when the server sends more
11803         responses after we've gotten everything we expected.
11804         (nnimap): Add a `newlinep' field to keep track of end-of-line
11805         conventions.
11806         Don't send CRLF to things that don't want it.
11807         (nnimap-request-accept-article): Ditto.
11808
11809 2010-09-18  Julien Danjou  <julien@danjou.info>
11810
11811         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11812         than curl to retrieve images.
11813
11814 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11815
11816         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11817         the marks.
11818         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11819         (nnimap-wait-for-connection): New function.
11820         (nnimap-open-connection): If we have PREAUTH, don't query for login
11821         credentials.
11822         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11823         when doing a partial update.
11824
11825 2010-09-18  Julien Danjou  <julien@danjou.info>
11826
11827         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11828         tags.
11829
11830 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11831
11832         * nnimap.el (nnimap-credentials): New function.
11833         (nnimap-open-connection): Use the new function to look for credentials
11834         also on the numeric equivalents of "imap" and "imaps".
11835
11836         * gnus-start.el (gnus-activate-group): Send the info to
11837         gnus-request-group.
11838
11839         * nnimap.el (nnimap-request-group): Have the "check" version of the
11840         function parse flags and update the info, so that a `M-g' get a total
11841         resync of all flags from the group.
11842
11843         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11844         to allow backends to alter the info on group selection.  Also alter all
11845         the backend -request-group functions to take the parameter.
11846
11847         * nnimap.el (nnimap-store-info): New function.
11848         (nnimap-update-info): Store the info for later usage.
11849         (nnimap-request-group): Use the stored info for the dont-check case, so
11850         that we don't retrieve all marks when we enter a group.
11851
11852         * nnimap.el: Use deffoo instead of defun for interface functions.
11853
11854         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11855         update the group info.  This makes the nndraft groups, for instance, go
11856         back to their old behavior.
11857
11858         * gnus-sum.el (gnus-select-newsgroup): Indent.
11859
11860         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11861         in.
11862         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11863         nothing.
11864
11865         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11866         from methods that are denied.
11867
11868         * gnus-int.el (gnus-method-denied-p): New function.
11869
11870         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11871         store the password instead of netrc.
11872         (nnimap-open-connection): Don't error out when we can't make a
11873         connections.
11874
11875         * auth-source.el (auth-source-create): In the password prompt, say what
11876         we're querying for.  Also prompt for user name if that hasn't been
11877         given.
11878
11879         * nnimap.el (nnimap-with-process-buffer): Remove.
11880
11881 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11882
11883         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11884         method when we're reading from the agent.
11885
11886         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11887
11888         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11889         that's probably most useful for users.
11890
11891         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11892         "failed" all the time.
11893
11894         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11895         ...)) with (with-current-buffer ... ).
11896
11897         * nntp.el (nntp-open-server): Return whether the open was successful or
11898         not.
11899
11900         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11901         select an unread unseen article first.
11902
11903         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11904         /etc/services, supply some sensible port defaults.
11905
11906         * dgnushack.el: Define netrc-credentials.
11907
11908 2010-09-17  Julien Danjou  <julien@danjou.info>
11909
11910         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11911
11912 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11913
11914         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11915         doesn't have any parameters.
11916
11917 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11918
11919         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11920         only upcased checks.
11921
11922         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11923
11924         * nnimap.el (nnimap-open-shell-stream): New function.
11925         (nnimap-open-connection): Use it.
11926         (nnimap-transform-headers): Get the number of lines in each message.
11927         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11928         number of lines.
11929         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11930         problem.
11931
11932         * utf7.el (utf7-encode): Autoload.
11933
11934         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11935         to allow the mail splitting to not return a default group.  This is
11936         useful for nnimap, which will leave unmatched mail in the inbox.
11937
11938         * nnimap.el: Rewritten.
11939
11940         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11941         nnimap usage.
11942
11943         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11944         if the move is internal, so that nnimap can do fast internal moves.
11945
11946         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11947         data.
11948         (gnus-read-active-for-groups): Support finishing the early retrieval of
11949         data.
11950
11951         * gnus-range.el (gnus-range-nconcat): New function.
11952
11953         * gnus-int.el (gnus-finish-retrieve-group-infos)
11954         (gnus-retrieve-group-data-early): New functions.
11955
11956 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11957
11958         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11959         (nnrss-retrieve-groups):
11960         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11961         (pop3-quit): Use with-current-buffer.
11962
11963 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11966         instead of nnheader-accept-process-output.
11967
11968         * dgnushack.el (dgnushack-compile): Add comment.
11969
11970         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11971
11972         * gnus-html.el (gnus-html-schedule-image-fetching)
11973         (gnus-html-prefetch-images): Replace process-kill-without-query by
11974         gnus-set-process-query-on-exit-flag.
11975
11976 2010-09-16  Romain Francoise  <romain@orebokech.com>
11977
11978         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11979
11980 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11981
11982         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11983         parameter to unintern is mandatory-ish in Emacs 24.
11984
11985         * gnus-html.el (gnus-html-schedule-image-fetching)
11986         (gnus-html-prefetch-images): Check for curl before using it.
11987
11988         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11989         depend on curl, which isn't essential.
11990
11991         * imap.el: Revert back to version
11992         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11993         seem problematic.
11994
11995 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11996
11997         * gnus-registry.el (gnus-registry-install-shortcuts):
11998         Explicitly pass `obarray' to `unintern' to avoid a warning.
11999
12000 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12001
12002         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12003         change.
12004
12005         * nnrss.el (nnrss-request-list): Remove this function and related
12006         functions, including the moreover stuff.
12007
12008 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12009
12010         * nnrss.el (nnrss-retrieve-groups): New function.
12011
12012 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12013
12014         * .dir-locals.el: Add no-byte-compile cookie.
12015
12016 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * time-date.el (format-seconds): Comment fix.
12019
12020         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12021         for back end that doesn't support request-scan.
12022
12023 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12024
12025         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12026         then do request scans from the backends.
12027
12028         * netrc.el (netrc-credentials): New conveniency function.
12029
12030         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12031         avoid running a hook per line, since this takes a lot of time,
12032         profiling shows.
12033         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12034         directly if gnus-visual-p is true.
12035
12036 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12039         groups; replace mapcar with dolist which is a bit faster; pass groups
12040         info to gnus-read-active-file-1.
12041         (gnus-read-active-file-1): Scan only specified groups if the new
12042         optional arg `infos' is given.
12043
12044 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12045
12046         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12047
12048         * pop3.el (pop3-movemail): Remove.
12049         (pop3-streaming-movemail): Rename to pop3-movemail.
12050
12051         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12052         don't restrict end-tag searches to the end of the line.
12053
12054 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12057         articles of every unchecked group to t, which means unknown since the
12058         server has never been opened.
12059
12060 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12061
12062         * gnus-html.el (gnus-html-show-alt-text): New command.
12063         (gnus-html-browse-image): Ditto.
12064         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12065         to browse the image directly.
12066         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12067         better.
12068
12069         * gnus-async.el (gnus-async-article-callback):
12070         Call `gnus-html-prefetch-images' unconditionally.
12071
12072         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12073         before feeding URLs to curl.
12074
12075 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12078         internal images as deletable by `W D D'.
12079
12080         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12081         (gnus-async-article-callback): Fix typo.
12082
12083 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12084
12085         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12086         current line to work around bugs in the output from w3m.
12087
12088         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12089         for groups that want that.
12090
12091         * nntp.el (nntp-wait-for-string): Supply a timeout for
12092         accept-process-output to ensure progress.
12093
12094         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12095         level to get unread articles from, then use that for foreign groups,
12096         too.
12097
12098         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12099         confuses the rest of the function.
12100
12101         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12102         for the methods that support -retrieve-groups, too.
12103
12104         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12105
12106 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12109         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12110
12111         * pop3.el: Require cl when compiling.
12112         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12113
12114 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12115
12116         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12117         that aren't going to be activated.
12118         (gnus-get-unread-articles): Fix up the last commit.
12119
12120         * gnus-html.el (gnus-article-html): Allow calling without specifying
12121         the handle.  In that case, dissect the buffer first.
12122
12123         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12124
12125         * nnimap.el (nnimap-open-connection): Revert the change that would look
12126         into authinfo for imaps instead of imap.
12127
12128         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12129         say that you don't want to call gnus-request-group with don-check, but
12130         do check the reponse.  This is for virtual groups only.
12131         (gnus-get-unread-articles): Count the archive groups as secondary, so
12132         that they're activated the same way as before.
12133
12134         * imap.el (imap-message-map): Removed optional buffer parameter, since
12135         no callers use it.
12136         (imap-message-get): Ditto.
12137         (imap-message-put): Ditto.
12138         (imap-mailbox-map): Ditto.
12139         (imap-mailbox-put): Ditto.
12140         (imap-mailbox-get): Ditto.
12141         (imap-mailbox-get): Revert last change for this function.
12142
12143         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12144         case-insensitively.
12145         (nnimap-debug): Remove.
12146
12147         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12148         callers to use `imap-fetch' instead.  According to the comments, this
12149         should be safe, since all other IMAP clients use the 1:* syntax.
12150         (imap-enable-exchange-bug-workaround): Remove.
12151         (imap-debug): Remove -- doesn't seem very useful.
12152
12153         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12154         mail from a file, and the file doesn't exist.
12155
12156         * imap.el (imap-log): New convenience function used throughout instead
12157         of repeating the same code all over the place.
12158
12159         * pop3.el (pop3-streaming-movemail): Return t for success.
12160
12161         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12162         .authinfo if we're using ssl connection.
12163
12164         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12165         already have if we're in a main Gnus `g' run.
12166
12167         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12168
12169 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12172
12173         * nnmh.el (nnmh-request-list-1): Bind `file'.
12174
12175         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12176         alias to set-process-query-on-exit-flag or process-kill-without-query.
12177         (pop3-open-server): Use it.
12178
12179 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12180
12181         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12182         box to the Incoming file.  Fixes mistake in previous checkin.
12183
12184         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12185         request loop (for debugging purposes) removed.
12186
12187         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12188         culprit is more visible.
12189         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12190         (nnml-add-incremental-nov): New functions to do "incremental" nov
12191         updates, where we just append to the end of the existing nov files
12192         without reading/writing them in full.
12193
12194         * mail-source.el (mail-source-delete-crash-box): Really only check the
12195         incoming files once in a while.
12196
12197         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12198
12199         * mail-source.el (mail-source-delete-crash-box): Only check the
12200         incoming files for deletion once per day to save a lot of file
12201         accesses.
12202
12203         * pop3.el (pop3-logon): Fix up unbound variable typo.
12204
12205         * mail-source.el (pop3-streaming-movemail): Autoload.
12206
12207         * pop3.el (pop3-streaming-movemail):
12208         Respect pop3-leave-mail-on-server.
12209
12210         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12211         retrieval.
12212
12213         * pop3.el (pop3-process-filter): Remove unused function.
12214         (pop3-streaming-movemail, pop3-send-streaming-command)
12215         (pop3-wait-for-messages, pop3-write-to-file)
12216         (pop3-number-of-responses): New functions for streaming pop3
12217         retrieval.
12218
12219         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12220         come from no known methods.
12221         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12222         list.
12223
12224         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12225         message sizes.
12226         (pop3-movemail): Use erase-buffer instead of looping and deleting
12227         regions, which seems rather odd.
12228
12229         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12230         file once per `g' run.
12231
12232         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12233         directories.  This makes the draft queue directory work.
12234
12235         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12236         data from the backends, so that we only request the list of groups from
12237         each method once.  This should speed things up considerably.
12238
12239         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12240         detect that it's not implemented.
12241
12242         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12243         we actually do recurse down into the tree, but don't stat all leaf
12244         nodes.
12245
12246         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12247         then say so instead of bugging out.
12248
12249         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12250         files exist before trying to read them.
12251
12252         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12253         around <pre_int>.
12254
12255         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12256
12257         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12258
12259 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12260
12261         * mm-util.el (mm-image-load-path): Just return the image directories,
12262         not all directories in the path in addition to the image directories.
12263         (mm-image-load-path): Maintain a cache of the image directories so that
12264         the `g' command in Gnus doesn't have to stat dozens of directories each
12265         time.
12266
12267         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12268         (gnus-html-wash-tags): Add a new `i' command to insert images.
12269         (gnus-html-insert-image): New command and keystroke.
12270         (gnus-html-redisplay-with-images): New command and keystroke.
12271         (gnus-html-show-images): Rename command.
12272         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12273         spacers.
12274         (gnus-html-wash-tags): Decode entities at the end, so that entities
12275         inside the tags don't mess up the rest of the "parsing".
12276
12277         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12278         so that nnimap methods aren't agentized by default.  There's apparently
12279         many problems related to agent/imap behavior.
12280
12281         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12282
12283         * gnus-html.el: Doc fix.
12284
12285 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12288         specifier-spec-list for Emacs 21.
12289
12290         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12291         glyph-width and glyph-height instead of display-graphic-p and
12292         image-size; make avoidance of displaying small images work for XEmacs.
12293
12294         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12295         for XEmacs.
12296
12297         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12298         of symbol that holds plist data.
12299         (gnus-process-plist): Remove plist of process after getting it.
12300
12301 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12302
12303         * message.el (message-generate-hashcash): Change default to
12304         'opportunistic if hashcash is installed.
12305
12306         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12307         (gnus-html-put-image): Only call image-size once, since it's somewhat
12308         time-consuming on remote X servers.
12309
12310 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12313         type on data, not a file name.
12314
12315         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12316         window-pixel-edges for Emacs 21.
12317
12318         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12319         decoded contents.
12320         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12321
12322 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12323
12324         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12325         group line format, since it isn't very interesting.
12326
12327         * gnus-agent.el (gnus-agent-short-article),
12328         (gnus-agent-long-article): Increase values for these two variables,
12329         since most people are likely to have more network connection and
12330         storage than before.
12331
12332         * gnus.el (gnus-refer-article-method): Change default to 'current.
12333         When referring an article, the common behavior is to refer it from the
12334         current select method, not the native select method.  The chances of
12335         the native select method having the message in question is rather slim
12336         these days.
12337
12338         * gnus-sum.el (gnus-auto-select-subject): Change default to
12339         `unseen-or-unread'.  I think it's likely that most people want to
12340         select an unseen article over a previously seen, but unread one.
12341
12342         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12343         means that in the article buffer none of the minor mode elements will
12344         be shown, usually, and this is not desirable in most cases.
12345
12346         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12347         that commands like `d' (and the like) go to the next line in the
12348         buffer, instead of the next unread article.  I think this is the
12349         behavior that is most natural for most users.
12350         (gnus-single-article-buffer): Change default to nil, so that people can
12351         have as many article buffers open as they have summary buffer.  I think
12352         this is the most natural way for the groups to behave.
12353
12354         * message.el (message-generate-new-buffers): Change default to
12355         `unsent', so that all new message buffers start their names with the
12356         string "*unsent", and it's easier to find the buffers if you move from
12357         them.
12358
12359 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12360
12361         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12362         small.  They're probably tracking images.
12363         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12364         (gnus-html-rescale-image): Yet another try at getting the image sizing
12365         right.
12366
12367         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12368         nntp-marks-file-name is nil.
12369
12370 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12371
12372         * gnus-html.el (gnus-html-wash-tags)
12373         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12374         Better logging.
12375
12376 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12377
12378         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12379
12380         * gnus-html.el (gnus-html-wash-tags): Check the value of
12381         gnus-blocked-images in the summary buffer.
12382
12383 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12384
12385         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12386
12387 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12388
12389         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12390         like "a", it seems like.
12391         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12392         since it needs to be picked from the correct buffer.
12393
12394         * nnwfm.el: Remove.
12395
12396         * nnlistserv.el: Remove.
12397
12398 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12399
12400         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12401         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12402
12403 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12404
12405         * nnkiboze.el: Remove.
12406
12407         * nndb.el: Remove.
12408
12409         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12410         alt text.
12411         (gnus-html-rescale-image): Try to get the rescaling logic right for
12412         images that are just wide and not tall.
12413
12414         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12415         overshadow variable bindings.
12416
12417 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12418
12419         * gnus-html.el (gnus-html-wash-tags)
12420         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12421         Add extra logging.
12422
12423 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12424
12425         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12426         (gnus-max-image-proportion): New variable.
12427         (gnus-html-rescale-image): New function.
12428         (gnus-html-put-image): Rescale images.
12429
12430 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12431
12432         Fix up some byte-compiler warnings.
12433         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12434         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12435         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12436         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12437         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12438         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12439         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12440
12441 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * gnus-html.el (gnus-article-html): Decode contents by charset.
12444
12445 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12448         (gnus-html-frame-width, gnus-blocked-images):
12449         * message.el (message-prune-recipient-rules): Add custom version.
12450         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12451
12452         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12453         functions.
12454
12455         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12456         gnus-process-get.
12457
12458 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12459
12460         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12461         instead of lsub directly.
12462
12463 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12464
12465         * nnwarchive.el: Remove.
12466
12467         * gnus-soup.el: Remove.
12468
12469         * nnsoup.el: Remove.
12470
12471         * nnultimate.el: Remove.
12472
12473         * gnus-html.el (gnus-blocked-images): New variable.
12474
12475         * message.el (message-prune-recipients): New function.
12476         (message-prune-recipient-rules): New variable.
12477
12478         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12479         guess whether a long line is natural text or not.
12480
12481         * gnus-html.el (gnus-html-schedule-image-fetching):
12482         Use gnus-process-plist and friends for compatibility.
12483
12484 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12485
12486         * gnus-html.el: Require packages that define macros used in this file.
12487         (gnus-article-mouse-face): Declare to silence byte-compiler.
12488         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12489         process-get.
12490         (gnus-html-put-image): Use plist-get to avoid getf.
12491         (gnus-html-prefetch-images): Use with-current-buffer.
12492
12493 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * gnus-ems.el: Provide compatibility functions for
12496         gnus-set-process-plist.
12497
12498         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12499         header-line-format for XEmacs 21.4.
12500
12501         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12502         * gnus.el (gnus-valid-select-methods):
12503         * message.el (message-send-mail-partially-limit):
12504         * mm-decode.el (mm-text-html-renderer):
12505         * mml.el (mml-insert-mime-headers-always):
12506         * smiley.el (smiley-regexp-alist): Bump custom version.
12507
12508 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12509
12510         * gnus-html.el: Require mm-url.
12511         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12512         with the url to `url'.
12513         (gnus-html-wash-tags): Support cid: URLs/images.
12514
12515 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12516
12517         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12518         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12519         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12520
12521         * gnus-move.el: Remove file, since it doesn't really work.
12522
12523         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12524         UTF-8.  This seems to fix problems with some German web feeds.
12525
12526         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12527         at the top so that the proper colors are applied.
12528
12529         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12530         don't have dots in their names.
12531
12532         * gnus-art.el (gnus-article-view-part): Doc fix.
12533
12534         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12535         XEmacs-compatible.
12536         (gnus-html-put-image): Don't do images on non-graphic displays.
12537
12538         * nnslashdot.el: Remove this unused backend.
12539
12540         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12541         actions.
12542         (gnus-undo-register-1): Revert last change.
12543
12544         * gnus-group.el (gnus-group-completing-read): Protect against not
12545         having completion-styles bound.
12546
12547         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12548         make broken recipients happier.
12549
12550         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12551
12552         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12553         point parameter.
12554
12555         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12556
12557         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12558         completion-styles for group selection.
12559
12560 2009-02-04  Andreas Schwab  <schwab@suse.de>
12561
12562         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12563         headers and regexp-quote the match if necessary.
12564
12565 2009-03-24  Miles Bader  <miles@gnu.org>
12566
12567         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12568         the blinking smiley.
12569
12570 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12571
12572         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12573         blink smiley.
12574
12575 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12576
12577         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12578         where the dribbel file lives exists.
12579
12580         * message.el (message-send-mail-partially-limit): Change the default to
12581         nil, since most people don't want this.
12582
12583         * mm-url.el (mm-url-decode-entities): Also decode entities like
12584         &#x3212.
12585
12586 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12587
12588         * gnus-sum.el (gnus-summary-idna-message):
12589         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12590         Hyperlink urls in docstrings with URL `...'.
12591
12592 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12593
12594         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12595         functions.
12596
12597 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12598
12599         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12600         say what the mouseover text should be.
12601
12602         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12603         version of the mm-w3m-safe-url-regexp variable to only download images
12604         in the groups where we want that to happen.
12605
12606         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12607
12608         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12609         easier debugging.
12610         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12611         big pictures in the article buffer.
12612
12613         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12614         gnus-article-html.
12615         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12616         w3m.
12617
12618         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12619
12620 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12621
12622         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12623         which doesn't exist.
12624
12625         * message.el (message-inhibit-ecomplete): New variable to allow some
12626         function to inhibit ecomplete address storage.
12627         (message-resend): Disable ecomplete message storage when resending
12628         messages.
12629
12630         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12631
12632 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12635         Save excursion while copying, moving, and deleting articles in order to
12636         prevent the cursor from jumping to unforeseen place.
12637
12638 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * lpath.el: No need to bind bookmark-current-buffer,
12641         bookmark-yank-point and bookmark-make-record-function.
12642
12643 2010-08-17  Glenn Morris  <rgm@gnu.org>
12644
12645         * gnus-sync.el: Require gnus components whose functions are used.
12646
12647         * gnus-art.el (bookmark-make-record-function):
12648         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12649         Declare for compiler.
12650
12651         * mm-url.el (mml-compute-boundary): Autoload.
12652
12653 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12656
12657 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12658
12659         Typo fix "hoo4a" -> "hook".
12660
12661         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12662
12663 2010-08-14  Glenn Morris  <rgm@gnu.org>
12664
12665         * gnus-sync.el (gnus-sync): Fix defgroup version.
12666
12667 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12668
12669         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12670
12671         * gnus-sync.el: Fix docs.
12672         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12673         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12674
12675 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12676
12677         Optimizations for gnus-sync.el.
12678
12679         * gnus-sync.el: Add docs about gnus-sync-backend
12680         possibilities.
12681         (gnus-sync-save): Remove unnecessary message.
12682         (gnus-sync-read): Optimize and show what groups were skipped.
12683
12684 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12685
12686         Minor bug fixes for gnus-sync.el.
12687
12688         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12689         Don't read the sync on get-new-news.
12690
12691         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12692         quiet.
12693
12694         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12695         (fix typo).
12696
12697 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12698
12699         Make saving and restoring of hidden threads work with overlays.
12700         Patch applied by Ted Zlatanov.
12701
12702         * gnus-sum.el (gnus-hidden-threads-configuration)
12703         (gnus-restore-hidden-threads-configuration): Update to deal with text
12704         properties, rather than searching for a magic character.
12705
12706 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12707
12708         New gnus-sync.el library for synchronization of marks.
12709
12710         * gnus-sync.el: New library for synchronization of marks.
12711
12712         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12713         renamed from `gnus-registry-grep-in-list'.
12714
12715         * gnus-registry.el (gnus-registry-follow-group-p):
12716         Use `gnus-grep-in-list'.
12717
12718         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12719
12720 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12723         determining charset of text fails.
12724
12725 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * nnmail.el (nnmail-get-new-mail-1): Revert.
12728
12729         * nnml.el (nnml-active-number): Make sure names of newly created groups
12730         in nnml-group-alist are encoded.
12731
12732 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12735         containing non-ASCII characters in active file for nnml back end.
12736
12737 2010-07-24  David Engster  <dengste@eml.cc>
12738
12739         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12740         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12741
12742 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12743
12744         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12745         tag (Bug#6654).
12746
12747 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12750         the article buffer, not the summary buffer.
12751
12752 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12755         Emacs 23 as well.
12756
12757 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12760         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12761
12762 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12763
12764         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12765         Patch applied by Karl Fogel.
12766
12767         * gnus-sum.el (gnus-summary-bookmark-make-record):
12768         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12769
12770 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12771
12772         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12773         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12774         C-w still not working correctly from Article buffers; Thierry's
12775         patch to fix that will be applied after this.
12776
12777         * gnus-art.el (bookmark-make-record-function): New local variable.
12778
12779         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12780         article buffer.
12781         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12782
12783 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12784
12785         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12786         on changes in bookmark.el.
12787
12788 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12791         `no-log' instead of message not to log prompt string.
12792
12793 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12794
12795         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12796         the *other* type of HTML form submission.
12797
12798 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12799
12800         * auth-source.el (auth-source-pick): If choice does not contain a
12801         questioned keyword, set the check to t.
12802
12803 2010-06-12  Romain Francoise  <romain@orebokech.com>
12804
12805         * gnus-util.el (gnus-date-get-time): Move up before first use.
12806
12807 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12810         (gnus-article-edit-part): Bind it to make last part that is substituted
12811         or deleted visible.
12812         (gnus-mime-display-single): Buttonize part of which id equals to
12813         gnus-mime-buttonized-part-id.
12814
12815 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12816
12817         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12818         (gnus-dd-mmm): Use gnus-date-get-time.
12819         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12820         simplify logic.
12821         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12822         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12823
12824 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12825
12826         * auth-source.el (top): Autoload `secrets-list-collections',
12827         `secrets-create-item', `secrets-delete-item'.
12828         (auth-sources): Fix tag string.
12829         (auth-get-source, auth-source-retrieve, auth-source-create)
12830         (auth-source-delete): New defuns.
12831         (auth-source-pick): Rewrite in order to avoid 2 passes.
12832         (auth-source-forget-user-or-password): New parameter USERNAME.
12833         (auth-source-user-or-password): New parameters CREATE-MISSING and
12834         DELETE-EXISTING.  Retrieve password interactively, if needed.
12835
12836 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12837
12838         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12839         deleting unused directories when gnus-expert-user is t.
12840
12841 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12844         for each temp file when gnus-article-browse-delete-temp is ask.
12845
12846 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12847
12848         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12849         Replace Lisp calls to delete-backward-char by calls to delete-char.
12850
12851 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12852
12853         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12854
12855 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12856
12857         * password-cache.el (password-cache-remove): Fix docstring.
12858
12859 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12862         article unless decoding article to be saved.
12863
12864 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12867         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12868         generated within the mm-with-unibyte-current-buffer macro.
12869
12870 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12873         to nil when we're in a mml-preview buffer and no group is selected.
12874
12875 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12876
12877         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12878         when catching the `C-g'.  Reported by "Leo".
12879
12880 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * message.el (message-forward-make-body-plain)
12883         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12884         multibyte-string-p.
12885
12886         * lpath.el: Revert.
12887
12888 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * message.el (message-forward-make-body-mml): Assume original message
12891         is multibyte string; error on unibyte.
12892         (message-forward-make-body-plain): Ditto; don't add excessive newline
12893         in body end.
12894
12895         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12896
12897 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12898
12899         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12900         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12901
12902 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * mm-extern.el (mm-extern-url): Don't use
12905         mm-with-unibyte-current-buffer.
12906         (mm-extern-cache-contents): Use with-current-buffer instead of
12907         save-excursion + set-buffer.
12908
12909 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * mm-util.el (mm-emacs-mule): Remove.
12912
12913 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12914
12915         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12916         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12917         change.
12918
12919 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12922         bind the default value of enable-multibyte-characters to nil.
12923
12924 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * message.el (message-forward-make-body-plain)
12927         (message-forward-make-body-mml):
12928         Don't use mm-with-unibyte-current-buffer.
12929
12930 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12931
12932         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12933
12934 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12935
12936         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12937         (Bug#5592).
12938
12939 2010-05-07  Julien Danjou  <julien@danjou.info>
12940
12941         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12942         it to mm-pipe-part.
12943
12944         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12945         it is given.
12946
12947 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * binhex.el (binhex-decode-region-internal):
12950         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12951         (dns-query):
12952         * nnweb.el (nnweb-gmane-search):
12953         * pgg-parse.el (pgg-parse-armor):
12954         * pgg.el (pgg-verify-region):
12955         * sha1.el (sha1-string-external):
12956         * uudecode.el (uudecode-decode-region-internal):
12957         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12958         XEmacs.
12959
12960         * gnus-art.el (gnus-article-browse-html-parts):
12961         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12962         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12963         make-temp-file.
12964
12965         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12966         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12967         compiling.
12968
12969         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12970         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12971         XEmacs when compiling.
12972
12973         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12974         gnus-pick-mode-off-hook for XEmacs when compiling.
12975         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12976         gnus-binary-mode-off-hook for XEmacs when compiling.
12977
12978         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12979         Return nil if char-charset is not available.
12980
12981         * imap.el (imap-disable-multibyte)
12982         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12983         macros.
12984
12985         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12986         instead of encode-coding-string.
12987
12988         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12989         'xemacs) instead of mm-emacs-mule to switch function definitions.
12990         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12991
12992         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12993         bind temporary-file-directory for XEmacs;
12994         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12995         timer-set-function for XEmacs 21.4 and SXEmacs;
12996         bind timer-list for XEmacs 21.4 and SXEmacs;
12997         fbind char-charset and find-charset-region for non-Mule XEmacs;
12998         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12999         encode-coding-region and encode-coding-string for XEmacs having no
13000         file-coding feature.
13001
13002 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13003
13004         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13005
13006 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13009         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13010
13011 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13012
13013         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13014         alias `jka-compr-delete-temp-file' no longer exists.
13015
13016 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13017
13018         Use define-minor-mode in Gnus where applicable.
13019         * mml.el (mml-mode): Use define-minor-mode.
13020         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13021         (gnus-undo-mode): Use define-minor-mode.
13022         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13023         (gnus-dead-summary-mode): Use define-minor-mode.
13024         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13025         Initialize in declaration.
13026         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13027         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13028         (gnus-mailing-list-mode): Use define-minor-mode.
13029         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13030         (gnus-draft-mode): Use define-minor-mode.
13031         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13032         (gnus-dired-mode): Use define-minor-mode.
13033
13034 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13035
13036         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13037         handles on recursive mml-to-mime translation and check them for
13038         boundary delimiter collisions.  Reported by Greg Troxel.
13039
13040 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13043
13044 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13045
13046         * mm-util.el (mm-find-buffer-file-coding-system):
13047         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13048
13049 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13050
13051         * message.el (message-generate-headers): Record insertion of optional
13052         headers as well.  Otherwise the check to prevent repeated insertion of
13053         optional headers is a no-op.
13054
13055 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13056
13057         * smime.el: Don't mention CVS.
13058
13059         * nnrss.el (nnrss-fetch): Don't mention CVS.
13060
13061         * nnir.el: Don't mention CVS.
13062
13063 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13064
13065         * gnus-sum.el (gnus-summary-bookmark-make-record):
13066         Add `location' field.
13067
13068 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * lpath.el: Fbind bookmark-default-handler,
13071         bookmark-get-bookmark-record, bookmark-make-record-default,
13072         bookmark-prop-get for Emacs <23 and XEmacs.
13073
13074 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13075
13076         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13077         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13078         Use with-current-buffer to silence the byte-compiler.
13079         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13080         bother to require `gnus'.
13081         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13082
13083 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13084
13085         * gnus-sum.el (gnus-summary-bookmark-make-record)
13086         (gnus-summary-bookmark-jump): New functions.
13087         (gnus-summary-mode): Setup bookmark support.
13088
13089 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13090
13091         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13092         if set.
13093
13094 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13097         gnus-article-browse-html-save-cid-image; make it work recursively for
13098         forwarded messages as well.
13099         (gnus-article-browse-html-parts): Work when prefix arg is given.
13100         (gnus-article-browse-html-article): Doc fix.
13101
13102 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13103
13104         * message.el (message-default-mail-headers)
13105         (message-default-headers): Carry the value mail-default-headers over
13106         into message-default-mail-headers, rather than message-default-headers.
13107
13108 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13109
13110         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13111         charset.
13112
13113         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13114         charset into the <meta> tag when the article is encoded to utf-8.
13115
13116 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * gnus-art.el (gnus-article-browse-delete-temp-files):
13119         Delete directories as well.
13120         (gnus-article-browse-html-parts): Work for images that do not specify
13121         file names; delete temp directory when quitting; insert header at the
13122         right place; use file: scheme for image files.
13123
13124 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13125
13126         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13127         (gnus-article-browse-html-parts): Use it to make temporary cid image
13128         files in addition to html file so that browser may display them.
13129
13130 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13133
13134 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13135
13136         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13137
13138 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13139
13140         * auth-source.el (auth-sources): Change default to be simpler.
13141         Explain about Secret Service API sources.  Improve Customize options.
13142         (auth-source-pick): Change to accept any number of search parameters.
13143         Implement fallbacks iteratively, not recursively.  Add scoring on the
13144         second pass and sort by score.  Call Secret Service API when needed.
13145         (auth-source-user-or-password): Use it.  Call Secret Service API
13146         directly when needed to get the user name and the password.
13147
13148 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13149
13150         * message.el (message-interactive): Doc fix.
13151         (message-qmail-inject-args): Reflow.
13152         (message-kill-to-signature): Fix typo in docstring.
13153
13154         * smiley.el (smiley-buffer): Fix typo in docstring.
13155
13156 2010-03-24  Glenn Morris  <rgm@gnu.org>
13157
13158         * mail-source.el (gnus-message): Declare.
13159         (mail-source-delete-old-incoming): Require gnus-util.
13160
13161 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13164
13165         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13166
13167         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13168         password-cache's default if it is not bound.
13169         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13170         password-cache-expiry's default if it is not bound.
13171
13172         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13173         available in Emacs 21.
13174
13175         * lpath.el: Suppress compiler warnings for:
13176         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13177         XEmacs;
13178         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13179         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13180         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13181
13182 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13183
13184         * auth-source.el (auth-sources): Fix up definition so extra parameters
13185         are always inline.
13186
13187 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13188
13189         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13190         wasn't updated after mismatch.  Clear cached mailbox info correctly
13191         when uidvalidity changes.
13192         (nnimap-group-prefixed-name): New function to avoid some code
13193         duplication.
13194         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13195         (nnimap-request-group): Use it.
13196         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13197         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13198         with many imap folders.  This is done by caching the group status from
13199         the imap server persistently in a group parameter `imap-status'.  (This
13200         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13201         but not persistently, so every Gnus startup was still very slow.)
13202
13203 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13204
13205         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13206         delete the extra newline.  Otherwise editing of :string and :number
13207         types don't work.
13208
13209 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13210
13211         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13212         secrets.el dependency.
13213         (auth-sources): Add optional user name.  Add secrets.el configuration
13214         choice (unused right now).
13215
13216 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13217
13218         * gnus-sum.el (gnus-summary-make-menu-bar):
13219         Let `gnus-registry-install-shortcuts' fill in the functions.
13220
13221         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13222         warnings.
13223         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13224         (gnus-registry-install-shortcuts): Populate and use it in a
13225         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13226
13227 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13228
13229         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13230         In-place substitutions for the group name encoding/decoding.
13231         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13232         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13233         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13234         (nnimap-update-unseen, nnimap-request-list)
13235         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13236         (nnimap-request-set-mark, nnimap-split-to-groups)
13237         (nnimap-split-articles, nnimap-request-newgroups)
13238         (nnimap-request-create-group, nnimap-request-accept-article)
13239         (nnimap-request-delete-group, nnimap-request-rename-group)
13240         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13241         `encoded-mbx' for consistency.
13242         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13243         variable `imap-current-mailbox'.
13244
13245         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13246         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13247
13248 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13249
13250         * pop3.el (pop3-display-message-size-flag): Display message size byte
13251         counts during POP3 download.
13252         (pop3-movemail): Use it.
13253         (pop3-list): Implement listing of available messages.
13254
13255 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13256
13257         * nnir.el (nnir-get-article-nov-override-function): New function to
13258         override the normal NOV retrieval.
13259         (nnir-retrieve-headers): Use it.
13260
13261 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13262
13263         * auth-source.el (netrc-machine-user-or-password): Autoload.
13264
13265 2010-03-19  Glenn Morris  <rgm@gnu.org>
13266
13267         Stop message.el from loading about 40 libraries it doesn't always need.
13268         The general approach is to autoload rather than require, and to
13269         require in the specific functions rather than the file.  (Bug#5642)
13270
13271         * gmm-utils.el: Don't require wid-edit.
13272         (widget-create-child-value, widget-convert, widget-default-get):
13273         Autoload.
13274
13275         * gnus-util.el: Don't require time-date, netrc.
13276         (message-fetch-field, gnus-group-name-decode): Declare rather than
13277         autoloading.
13278         (gnus-fetch-field): Require message.
13279         (gnus-decode-newsgroups): Require gnus-group.
13280
13281         * ietf-drums.el: Don't require time-date.
13282
13283         * message.el: Don't require hashcash, canlock, ecomplete.
13284         Do require mail-utils.  Require nnheader only when compiling.
13285         (smtpmail-default-smtp-server): Remove declaration.
13286         (message-send-mail-function): Check smtpmail-default-smtp-server
13287         is bound rather than requiring smtpmail.
13288         (message-auto-save-directory, message-insert-signature):
13289         Use expand-file-name rather than nnheader-concat.
13290         (nnheader-insert-file-contents): Autoload.
13291         (hashcash-wait-async): Declare.
13292         (message-send-mail): Only call gnus-setup-posting-charset if
13293         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13294         (message-send-mail-with-sendmail): Require sendmail.
13295         (canlock-password, canlock-password-for-verify): Declare.
13296         (message-canlock-password): Require canlock.
13297         (nnheader-get-report): Autoload.
13298         (gnus-setup-posting-charset): Declare.
13299         (message-send-news): Require gnus-msg.
13300         (message-make-references, message-make-in-reply-to): Use mail-header-id
13301         rather than the alias mail-header-message-id.
13302         (ecomplete-add-item, ecomplete-save): Declare.
13303         (message-put-addresses-in-ecomplete): Require ecomplete.
13304         (ecomplete-display-matches): Autoload.
13305
13306         * mm-decode.el: Don't require mailcap, gnus-util.
13307         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13308         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13309         Autoload.
13310         (mailcap-mime-extensions): Declare.
13311
13312         * mm-encode.el: Don't require mailcap.
13313         (mailcap-extension-to-mime): Autoload.
13314
13315         * mml-sec.el: Don't require password-cache.
13316
13317         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13318         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13319         (mml-minibuffer-read-type): Require mailcap.
13320         (mml-preview): Require gnus-msg.
13321
13322         * mml1991.el: Require password-cache.
13323         (password-cache-expiry): Remove declaration.
13324
13325         * mml2015.el: Require password-cache.
13326         (password-cache-expiry): Remove declaration.
13327
13328         * nneething.el (mailcap): Require mailcap.
13329
13330         * nnheader.el (declare-function): Add compatibility stub.
13331         (message-remove-header): Declare rather than autoload.
13332         (nnheader-replace-header): Require message.
13333
13334         * nnimap.el (declare-function): Add compatibility stub.
13335         (netrc-parse, netrc-machine-user-or-password): Declare.
13336         (nnimap-open-connection): Require netrc.
13337
13338         * nntp.el (declare-function): Add compatibility stub.
13339         (netrc-parse, netrc-machine, netrc-get): Declare.
13340         (nntp-send-authinfo): Require netrc.
13341
13342         * rfc2047.el: Don't require qp.
13343         (quoted-printable-encode-region, quoted-printable-decode-string):
13344         Autoload.
13345
13346         * sieve-mode.el: Don't require easymenu.
13347         (easy-menu-add-item): Autoload it.
13348
13349         * spam-stat.el (time-to-number-of-days): Autoload it.
13350
13351 2010-03-19  Glenn Morris  <rgm@gnu.org>
13352
13353         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13354
13355 2010-03-18  Glenn Morris  <rgm@gnu.org>
13356
13357         * hashcash.el (declare-function): Remove duplicate definition.
13358
13359 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13360
13361         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13362         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13363         value if any backslash escapes).
13364
13365 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13368         if it is available.  (bug#5647)
13369
13370         * lpath.el: Suppress compiler warning for coding-system-from-name for
13371         Emacs 21 and XEmacs.
13372
13373 2010-03-14  Juri Linkov  <juri@jurta.org>
13374
13375         * hmac-def.el:
13376         * hmac-md5.el:
13377         * netrc.el: Fix keywords.
13378
13379 2010-02-26  Glenn Morris  <rgm@gnu.org>
13380
13381         * message.el (message-send-mail-function): Change the default, so that
13382         it inherits from a customized send-mail-function.  (Bug#5643)
13383
13384 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13385
13386         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13387         shell-command-to-string signals an error (bug#5299).
13388
13389 2010-02-24  Glenn Morris  <rgm@gnu.org>
13390
13391         * message.el (message-smtpmail-send-it)
13392         (message-send-mail-with-mailclient): Doc fixes.
13393
13394 2010-02-16  Glenn Morris  <rgm@gnu.org>
13395
13396         * message.el (message-default-mail-headers): Change the default value
13397         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13398
13399 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13402         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13403
13404 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13405
13406         * time-date.el (date-to-time): Doc fix (Bug#5408).
13407
13408 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13409
13410         * message.el (message-mail): Just pass yank-action on to message-setup.
13411         (message-setup): Handle (FUN . ARGS) form of yank-action.
13412         (message-with-reply-buffer, message-widen-reply)
13413         (message-yank-original): Handle non-buffer values of
13414         message-reply-buffer (Bug#4080).
13415         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13416
13417 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13418
13419         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13420         Fix typo in docstring.
13421
13422 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13423
13424         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13425         response.
13426
13427 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13430
13431         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13432
13433         * message.el (message-check-news-header-syntax): Protect against a
13434         string that `rfc822-addresses' returns when parsing fails.
13435
13436 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13439         (gnus-previous-char-property-change): New functions.
13440
13441         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13442
13443 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13444
13445         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13446         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13447
13448 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13449
13450         * message.el (message-exchange-point-and-mark): Rework last change to
13451         avoid using optional arg of exchange-point-and-mark, for backward
13452         compatibility.
13453
13454 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13455
13456         * message.el (message-exchange-point-and-mark):
13457         Call exchange-point-and-mark with an argument rather than setting
13458         mark-active by hand (Bug#5175).
13459
13460 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * nntp.el (nntp-service-to-port): Work for service expressed with
13463         numeric string; replace [:digit:] with [0-9] for XEmacs.
13464
13465 2009-12-17  Glenn Morris  <rgm@gnu.org>
13466
13467         * gnus-group.el (gnus-bug-group-download-format-alist):
13468         Change emacs entry to debbugs.gnu.org.  Bump :version.
13469
13470 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13473
13474 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13475
13476         * message.el (message-info): Explain why we use `Info-goto-node'.
13477
13478 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13481
13482 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13483
13484         * message.el (message-completion-in-region): New compatibility function.
13485         (message-expand-group): Use it.
13486
13487 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13490         with no unread article should be listed if the 2nd arg `predicate' is
13491         given.
13492
13493 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13496
13497 2009-11-29  Juri Linkov  <juri@jurta.org>
13498
13499         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13500         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13501         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13502
13503 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13504
13505         * sha1.el (sha1-string-external): default-directory "/" in case
13506         otherwise non-existent.  process-connection-type pipe for touch of
13507         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13508
13509 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13510
13511         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13512         it's comms related and sgml-mode.el has "comm" on that basis too.
13513
13514 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13517         containing tspecial characters if they have been already quoted.
13518
13519 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13520
13521         * dns-mode.el (auto-mode-alist): Purecopy string.
13522
13523 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13524
13525         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13526
13527 2009-10-24  Glenn Morris  <rgm@gnu.org>
13528
13529         * gnus-art.el (help-xref-stack-item): Define for compiler.
13530
13531 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13532
13533         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13534
13535 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13538
13539 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13542         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13543
13544 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13547         (gnus-overlays-in): New alias to overlays-in.
13548
13549         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13550         gnus-overlay-get, and gnus-delete-overlay.
13551         (gnus-summary-show-thread): Make it work as well for systems in which
13552         next-single-char-property-change is not available.
13553         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13554
13555         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13556         (gnus-overlay-get): New alias to extent-property.
13557         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13558
13559         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13560         SXEmacs.
13561
13562         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13563         SXEmacs.
13564
13565 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13566
13567         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13568
13569 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13570
13571         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13572         and XEmacs that don't have `remove-overlays'.
13573
13574 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13575
13576         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13577         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13578         selective display.  Use overlays instead.
13579
13580 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13581
13582         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13583
13584 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13585
13586         * spam-stat.el (spam-stat-load): Fix typo in message.
13587
13588 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13589
13590         * dig.el (dig-invoke): Fix typo in docstring.
13591         (query-dig): Reflow docstring.
13592
13593 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13594
13595         * gnus-art.el (gnus-article-encrypt-body):
13596         * message.el (message-check-recipients):
13597         * mm-util.el (mm-codepage-setup):
13598         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13599         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13600
13601 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13602
13603         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13604         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13605         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13606         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13607         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13608
13609 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13610
13611         * dig.el: Add "Keywords: comm", as per net-utils.el.
13612
13613 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13614
13615         * dig.el (dig-mode): Use define-derived-mode.
13616
13617 2009-09-19  Glenn Morris  <rgm@gnu.org>
13618
13619         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13620
13621 2009-09-18  Glenn Morris  <rgm@gnu.org>
13622
13623         * gnus-diary.el (gnus-diary-check-message):
13624         * message.el (message-insert-formatted-citation-line):
13625         * nnbabyl.el (top-level):
13626         * nndiary.el (nndiary-schedule):
13627         Fix typos in condition-case handlers.
13628
13629 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13632         configuration that provides the sole article window in a frame;
13633         position point correctly after deleting a part.
13634
13635 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13636
13637         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13638         (spam-resolve-registrations-routine): Use it to unregister articles
13639         that change status.
13640
13641 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13644         with XEmacs.
13645         (parse-time-string-chars): Use it.
13646
13647 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13648
13649         * imap.el (imap-interactive-login): Better messages.
13650         (imap-open): Fix bug with renamed buffer on reconnect.
13651         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13652         for easier debugging and cleaner code.  On successful (guessed based on
13653         server capabilities) secondary authentication, set imap-state
13654         correctly.
13655         (imap-last-authenticator): Define imap-last-authenticator as a variable
13656         to avoid warnings.
13657
13658 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * nnrss.el (nnrss-request-article): Remove binding of
13661         default-enable-multibyte-characters that has gotten needless by
13662         the 2007-07-13 change in rfc2047-encode-message-header.
13663
13664         * mml.el (mml-insert-multipart): Error on the message header.
13665         (mml-insert-part): Error on the message header; position point at
13666         the end of a MIME tag.
13667
13668 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * time-date.el (autoload): Expand define-obsolete-function-alias into
13671         defalias and make-obsolete for old Emacsen that Gnus supports.
13672         (with-no-warnings): Define it for old Emacsen.
13673         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13674         is available.
13675         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13676         float-time is available; suppress compile warning for time-to-seconds.
13677
13678         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13679         (gnus-float-time): Alias to float-time if it exists.
13680
13681         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13682         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13683         float-time is available; suppress compile warning for time-to-seconds.
13684
13685         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13686         XEmacs.
13687
13688 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13689
13690         * imap.el (imap-message-map): Docstring fix.
13691
13692 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13695         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13696         Add the optional argument `encoding' that overrides the default.
13697
13698         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13699         mm-encode-buffer.
13700
13701 2009-09-04  Glenn Morris  <rgm@gnu.org>
13702
13703         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13704         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13705         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13706         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13707         * mm-util.el (mm-with-unibyte-current-buffer)
13708         (mm-find-buffer-file-coding-system):
13709         * yenc.el (yenc-decode-region): Use default-value rather than
13710         default-enable-multibyte-characters.
13711
13712 2009-09-03  Glenn Morris  <rgm@gnu.org>
13713
13714         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13715         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13716         than default-enable-multibyte-characters.
13717
13718 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13719
13720         * gnus-art.el (gnus-article-read-summary-keys):
13721         Fix gnus-buffer-configuration's value temporarily used.
13722
13723 2009-09-02  Glenn Morris  <rgm@gnu.org>
13724
13725         * gnus-util.el (gnus-float-time): New function.
13726         * gnus-delay.el (gnus-delay-article):
13727         * gnus-sum.el (gnus-thread-latest-date):
13728         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13729         * nnspool.el (nnspool-request-newgroups):
13730         Use gnus-float-time rather than time-to-seconds.
13731         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13732
13733         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13734         (gnus-header-subject-face, gnus-header-newsgroups-face)
13735         (gnus-header-name-face, gnus-header-content-face):
13736         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13737         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13738         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13739         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13740         (gnus-cite-face-11):
13741         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13742         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13743         (gnus-server-closed-face, gnus-server-denied-face)
13744         (gnus-server-offline-face):
13745         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13746         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13747         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13748         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13749         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13750         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13751         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13752         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13753         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13754         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13755         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13756         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13757         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13758         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13759         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13760         (gnus-summary-high-undownloaded-face)
13761         (gnus-summary-low-undownloaded-face)
13762         (gnus-summary-normal-undownloaded-face)
13763         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13764         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13765         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13766         (gnus-splash-face):
13767         * message.el (message-header-to-face, message-header-cc-face)
13768         (message-header-subject-face, message-header-newsgroups-face)
13769         (message-header-other-face, message-header-name-face)
13770         (message-header-xheader-face, message-separator-face)
13771         (message-cited-text-face, message-mml-face):
13772         * sieve-mode.el (sieve-control-commands-face)
13773         (sieve-action-commands-face, sieve-test-commands-face)
13774         (sieve-tagged-arguments-face):
13775         * spam.el (spam-face):
13776         Mark face aliases with "-face" in the name as obsolete.
13777
13778 2009-09-01  Glenn Morris  <rgm@gnu.org>
13779
13780         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13781         than goto-line.
13782
13783 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13786         Don't move point if the command is invoked inside the message header.
13787
13788 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13789
13790         * imap.el (imap-send-command): Simplify.
13791         (imap-wait-for-tag): point-max -> buffer-size.
13792
13793 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13794
13795         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13796         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13797         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13798         * nnir.el (nnir-swish-e-index-file):
13799         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13800         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13801         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13802         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13803         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13804         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13805
13806 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13809         Don't save excursion.
13810
13811 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13812
13813         * nnheader.el (nnheader-find-file-noselect):
13814         * mm-util.el (mm-insert-file-contents):
13815         Use (default-value 'major-mode) instead of default-major-mode.
13816
13817 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13818
13819         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13820
13821 2009-08-26  Glenn Morris  <rgm@gnu.org>
13822
13823         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13824         than placing in files.el.
13825
13826 2009-08-25  Glenn Morris  <rgm@gnu.org>
13827
13828         * nnir.el (top-level): Don't require cl at run-time.
13829         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13830         Replace cl-function substitute with gnus-replace-in-string.
13831         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13832         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13833         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13834         simplified expansions.
13835
13836 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13837
13838         * dig.el (dig): Add autoload cookie.
13839
13840 2009-08-22  Glenn Morris  <rgm@gnu.org>
13841
13842         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13843         goto-line.
13844
13845 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13846
13847         * parse-time.el (parse-time-string-chars): Save match data.
13848
13849 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13850
13851         * parse-time.el (parse-time-string-chars): Compute using character
13852         classes, to handle non-ascii characters (Bug#3190).
13853
13854 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13857
13858         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13859         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13860         (gnus-mm-display-part, gnus-mime-display-single)
13861         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13862         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13863
13864         * gnus-sum.el
13865         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13866         (gnus-summary-move-article): Add expirable mark to articles copied or
13867         moved to group that has auto-expire turned on if the option is non-nil.
13868
13869 2009-07-24  Glenn Morris  <rgm@gnu.org>
13870
13871         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13872         Fix typo.  (Bug#3903)
13873
13874 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13877         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13878         that should not be used for draft articles.
13879         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13880         that has no concern in minor mode keys.
13881         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13882         Abolish.
13883
13884 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13887         article without making inquiry to a user for unknown encoding.
13888
13889         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13890         (nnmaildir--scan): Assume i-node and device number that file-attributes
13891         returns might be cons-cell.
13892
13893         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13894
13895         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13896
13897 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13898
13899         * auth-source.el: Remove docs now in auth.texi.  Don't use
13900         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13901         `auth-source-hide-passwords' and use them.
13902
13903 2009-07-15  Glenn Morris  <rgm@gnu.org>
13904
13905         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13906
13907 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13910         excessive whitespace from the default values of title and description.
13911
13912 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13915         mail-fetch-field to fetch Content-Description header in order to
13916         exclude newlines.
13917
13918 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13919
13920         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13921         format used by GnuPG 2.0.11.
13922
13923 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13926         to deleted part.
13927
13928 2009-05-30  David Engster  <dengste@eml.cc>
13929
13930         * nnmairix.el: Remove old documentation in the commentary block.
13931         (nnmairix-request-group): Do not update active file for nnml back ends.
13932         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13933         end so that overview files are ignored.
13934         (nnmairix-update-groups): Make updating the groups more robust by using
13935         marks.
13936         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13937         with dollar characters in message-id.
13938
13939 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13942         2008-12-25 in dns.el.
13943
13944 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13945
13946         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13947         could happen if the text is only composed of spaces and/or tabs.
13948
13949 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13950
13951         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13952         when sending a queued message to avoid extra mml tags.
13953
13954 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13957
13958 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13961         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13962         rmail-toggle-header for XEmacs;
13963         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13964
13965 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * gnus-dired.el: Remove autoload for gnus-setup-message.
13968         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13969         displaying Gnus logo; always use compose-mail.
13970
13971 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13974
13975 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13978         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13979         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13980         available.
13981         (gnus-nocem-epg-verify): New function.
13982
13983 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13984
13985         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13986
13987 2009-02-15  Glenn Morris  <rgm@gnu.org>
13988
13989         * gnus-util.el (rmail-insert-rmail-file-header)
13990         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13991         autoloads.
13992         (rmail-default-rmail-file): Remove unnecessary declaration.
13993         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13994
13995 2009-02-14  Glenn Morris  <rgm@gnu.org>
13996
13997         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13998         variable (only used in gnus-util, which declares it anyway).
13999         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14000         which was only needed by gnus-art (changed to not use it any more).
14001         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14002         only used in gnus-util, which autoloads it itself.
14003         (rmail-update-summary): Fix autoload.
14004
14005         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14006         rather than rmail-output-to-rmail-file.
14007
14008 2009-02-07  Glenn Morris  <rgm@gnu.org>
14009
14010         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14011         autoload of function that no longer exists.
14012         (rmail-toggle-header): Declare.
14013         (message-forward-rmail-make-body): Handle mbox Rmail.
14014
14015 2009-01-31  Glenn Morris  <rgm@gnu.org>
14016
14017         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14018         2009-01-09 change.
14019
14020 2009-01-31  Dave Love  <fx@gnu.org>
14021
14022         * imap.el (imap-fetch-safe): Bind debug-on-error.
14023         (imap-debug): Add imap-fetch-safe.
14024
14025 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14026
14027         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14028         (auth-source-forget-all-cached): New convenience function.
14029         (auth-source-user-or-password): Accept list of modes or a single mode.
14030
14031         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14032         auth-source modes.
14033
14034         * netrc.el (netrc-machine-user-or-password): Use list of
14035         auth-source modes.
14036
14037         * nnimap.el (nnimap-open-connection): Use list of
14038         auth-source modes.
14039
14040         * nntp.el (nntp-send-authinfo): Use list of
14041         auth-source modes.
14042
14043 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14044
14045         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14046         now.
14047
14048 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14051         coding system in XEmacs; add a workaround for XEmacs.
14052
14053         * lpath.el: Fbind coding-system-aliasee.
14054
14055 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14058         of current-language-environment.
14059
14060 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14061
14062         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14063         available at runtime.
14064
14065 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14068
14069 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14070
14071         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14072         the greatest positive fixnum value doesn't work under an XEmacs with
14073         bignum support; use the most-positive-fixnum constant instead,
14074         available since Emacs 21.1 with cl and XEmacs 21.1.
14075
14076 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14079         XEmacs gets not to work.
14080
14081 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * mm-util.el (mm-coding-system-priorities): Allow the value like
14084         "Japanese (UTF-8)" of current-language-environment.
14085
14086 2009-01-09  Glenn Morris  <rgm@gnu.org>
14087
14088         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14089         with last-command-event.
14090
14091 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14092
14093         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14094         in the doc string.
14095
14096         * message.el (message-fix-before-sending): Amend comment.
14097
14098 2009-01-08  Dave Love  <fx@gnu.org>
14099
14100         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14101
14102 2009-01-07  David Engster  <dengste@eml.cc>
14103
14104         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14105         simplified server definitions by converting it via
14106         gnus-server-to-method.
14107
14108 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14111         parameter's operands.
14112
14113 2009-01-06  David Engster  <dengste@eml.cc>
14114
14115         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14116         primary select method (for gnus-group-mark-article-as-read).
14117
14118 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14119
14120         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14121         `(gnus)Face', not `(gnus)X-Face'.
14122
14123 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * mm-util.el (mm-ucs-to-char): New function.
14126
14127         * mm-url.el (mm-url-decode-entities): Use it.
14128
14129         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14130         unicode-to-char.
14131
14132 2009-01-05  Dave Love  <fx@gnu.org>
14133
14134         * time-date.el: Require cl for `declare'.
14135
14136 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14137
14138         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14139         Dave Love.
14140
14141 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * message.el (message-fix-before-sending): Add `eight-bit' to
14144         illegible-text check.
14145
14146 2009-01-03  Michael Olson  <mwolson@gnu.org>
14147
14148         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14149         `headers' is nil.  This can occur if the IMAP server does not have
14150         permissions to read messages from a folder, but can write new messages
14151         to the folder.
14152         (nnimap-request-article-part): Do not insert `data' if it is nil.
14153
14154         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14155         characters which will confuse `read', so skip past them.
14156
14157 2009-01-01  Dave Love  <fx@gnu.org>
14158
14159         * imap.el (imap-string-to-integer): Fix typo.
14160         (imap-fetch-safe): New function.
14161         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14162
14163         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14164
14165         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14166         (imap-parse-greeting): Fix doc strings.
14167         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14168         (imap-parse-flag-list): Make messages unique.
14169         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14170
14171         * nnimap.el: Fix author email.
14172         (nnimap-split-rule): Add FIXME comment.
14173         (nnimap-debug): Fix doc string.
14174
14175 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14176
14177         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14178
14179 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14182         nslookup if resolv.conf isn't available.
14183         (dns-query): Rename from query-dns.
14184         (dns-query-cached): Rename from query-dns-cached.
14185
14186 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14189         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14190         to check if those variables exist (first appeared in Emacs 18.50).
14191
14192 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * mm-util.el (mm-line-number-at-pos): New function.
14195
14196         * spam-report.el (spam-report-process-queue): Use it.
14197
14198 2008-12-24  David Engster  <dengste@eml.cc>
14199
14200         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14201         parameters that haven't existed as variables as buffer-local variables.
14202
14203 2008-12-23  Dave Love  <fx@gnu.org>
14204
14205         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14206         cadar.
14207
14208         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14209         imap-starttls-p.
14210         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14211
14212 2008-12-22  Dave Love  <fx@gnu.org>
14213
14214         * imap.el: Fix author email.  Doc fixes.
14215         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14216         reply.
14217
14218 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * spam-report.el (spam-report-gmane-max-requests): New constant.
14221         (spam-report-gmane-wait): New variable.
14222         (spam-report-gmane-ham, spam-report-gmane-spam)
14223         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14224         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14225         the server.
14226
14227         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14228         Add explanations.
14229
14230         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14231         nnheader-accept-process-output and nnheader-read-timeout if available.
14232         (pop3-movemail): Use it.
14233
14234         * message.el (message-check-news-body-syntax): Fix signature check if
14235         there's an attachment.
14236
14237 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * mm-util.el: Add comments to the mm- emulating functions.
14240
14241 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14244         Reported by Stephen Berman <stephen.berman@gmx.net>.
14245
14246 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * mm-util.el (mm-substring-no-properties): New function.
14249         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14250         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14251         (mm-string-to-multibyte): Doc fix.
14252
14253         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14254
14255 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * mml.el (mml-attach-file): Strip text properties from file name.
14258         (Bug#1574)
14259
14260 2008-12-16  Glenn Morris  <rgm@gnu.org>
14261
14262         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14263
14264 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14267         knows since the charset specified might be a bogus alias that
14268         mm-charset-synonym-alist provides.
14269
14270 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14273         "ISO_8859-1".
14274
14275         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14276
14277 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * mm-util.el (mm-charset-eval-alist):
14280         Define it before mm-charset-to-coding-system.
14281         (mm-charset-to-coding-system): Add optional argument `silent';
14282         define it before mm-charset-override-alist.
14283         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14284         default value if it can be used in Emacs currently running;
14285         silence mm-charset-to-coding-system.
14286
14287 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14290         `allow-override' which says whether to use `mm-charset-override-alist'.
14291         (rfc2047-decode-encoded-words): Use it.
14292
14293         * mm-util.el (mm-charset-override-alist): Fix custom type;
14294         add `(gb2312 . gbk)' to choices.
14295
14296 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14299         fast.
14300
14301         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14302
14303         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14304
14305 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14306
14307         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14308         on links.
14309
14310         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14311
14312 2008-12-03  Lute Kamstra  <lute@gnu.org>
14313
14314         * sha1.el: Remove leading * from docstrings of defcustoms,
14315         deffaces, defconsts and defuns.
14316
14317 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14320         users' addresses that don't have domain parts.
14321         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14322         rather than message-narrow-to-head since there will be the message
14323         header separator.
14324
14325 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14326
14327         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14328         since the result is inserted in a unibyte buffer anyway.
14329         (nnimap-demule-use-string-to-multibyte): Remove.
14330         (nnimap-demule): Alias it to mm-string-to-multibyte.
14331
14332 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14333
14334         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14335         variable for debugging bug#464 and bug#1174.
14336         (nnimap-demule): Use it.
14337
14338 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14339
14340         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14341         score calculation correctly.
14342
14343 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14344
14345         * message.el (message-send-mail): Just set the buffer to unibyte
14346         rather than use mm-with-unibyte-current-buffer which does a lot more.
14347         (message-send-mail-partially): Don't bother with
14348         mm-with-unibyte-current-buffer since it's already been made unibyte by
14349         message-send-mail.
14350
14351 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14352
14353         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14354
14355 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14356
14357         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14358
14359 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14362         require itself and to remove `with-no-warnings'.
14363
14364 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14365
14366         * starttls.el (starttls-any-program-available): Get the name of the
14367         available TLS layer program.
14368         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14369         well as the host name in the "opening" message.
14370
14371         * auth-source.el (auth-source-cache, auth-source-do-cache)
14372         (auth-source-user-or-password): Cache passwords and logins by default,
14373         allow override with `auth-source-do-cache'.
14374         (auth-source-forget-user-or-password): Allow users to remove cache
14375         entries if needed.
14376
14377 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14378
14379         * md4.el (md4-buffer): Fix typo in docstring.
14380         (md4, md4-64): Doc fixes.
14381         (md4-pack-int32): Reflow docstring.
14382
14383 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14384
14385         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14386         condition-case to only the forward-sexp call.
14387
14388 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14389
14390         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14391         quotes contained.  Make it more robust regardless by an extra
14392         condition-case wrapper.
14393
14394 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14397
14398 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * nnml.el (nnml-request-expire-articles): Check if the function set to
14401         `nnmail-expiry-target' returns the symbol `delete'.
14402
14403         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14404
14405         * nnmail.el (nnmail-expiry-target): Fix custom type.
14406
14407 2008-10-02  Glenn Morris  <rgm@gnu.org>
14408
14409         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14410         Silence compiler warning.
14411
14412 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14413
14414         * tls.el (open-tls-stream): Show the actual command being
14415         executed, instead of the format string.
14416
14417 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * lpath.el: Fbind codepage-setup for Emacs 23.
14420
14421 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14422
14423         * mml.el (mml-menu): Don't assume mml2015 is bound.
14424
14425 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14428         exists.
14429
14430 2008-09-27  Glenn Morris  <rgm@gnu.org>
14431
14432         * gnus-util.el (mail-header-remove-comments): Autoload it.
14433
14434 2008-09-27  Andreas Schwab  <schwab@suse.de>
14435
14436         * gnus-util.el (gnus-split-references): Strip comments.
14437         (gnus-parent-id): Likewise.
14438
14439 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * message.el (message-confirm-send): Fix version.
14442
14443 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * message.el (message-idna-to-ascii-rhs-1): Use
14446         mail-extract-address-components rather than mail-header-parse-addresses
14447         that is an alias by default to ietf-drums-parse-addresses that does not
14448         support non-ASCII names in headers' contents.
14449
14450 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14451
14452         * message.el (message-confirm-send): Fix variable documentation to
14453         avoid the "y/n" wording.
14454
14455 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14456
14457         * message.el (message-set-auto-save-file-name): Save to a different
14458         filename so multiple messages (especially drafts) can be recovered.
14459
14460 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14461
14462         * message.el (message-confirm-send): Add appropriate version.
14463
14464 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14465
14466         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14467         defvar.
14468
14469 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14470
14471         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14472         (mm-pkcs7-enveloped-magic): Ditto.
14473
14474 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14475
14476         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14477         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14478
14479 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14480
14481         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14482         default, it's better.
14483
14484 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14485
14486         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14487         summary line gnus-number property and ignore them (with a warning
14488         message).
14489
14490 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14493         macro caddr in the interactive form since it won't be expanded.
14494
14495 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14498         `charset'; fix name of function called recursively.
14499         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14500
14501 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14504         (gnus-mime-set-charset-parameters): New function.
14505         (gnus-mime-view-part-as-charset): Use it to correctly display part
14506         specifying wrong charset.
14507
14508 2008-09-08  David Engster  <dengste@eml.cc>
14509
14510         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14511         in completing-read for back end server.
14512
14513 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14514
14515         * message.el (message-confirm-send): New variable to confirm sending a
14516         message.
14517         (message-send): Use it.
14518
14519 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14520
14521         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14522
14523 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14526
14527 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14528
14529         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14530         prevent tracking too many groups.
14531         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14532         Use it.
14533
14534 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14535
14536         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14537         moving point to the bottom of the window in order to avoid recentering.
14538
14539 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14542
14543         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14544         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14545         (gnus-article-beginning-of-window): Fix calculation.
14546
14547 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * gnus-msg.el (gnus-summary-supersede-article)
14550         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14551         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14552         message header.
14553
14554 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14555
14556         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14557         pending output coming after the status change.
14558
14559 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14560
14561         * message.el:
14562         * gnus-start.el:
14563         * gnus-registry.el: Remove VMS support.
14564
14565 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14568         macro.
14569         (rfc2104-hash): Use it.
14570
14571 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14572
14573         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14574         (gnus-summary-sort-by-most-recent-date): New commands.
14575         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14576         and menu entries.
14577
14578 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14581         don't redisplay article for raw contents; remove plural articles stuff.
14582
14583         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14584         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14585         on gnus-summary-save-article; display results properly.
14586
14587 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * lpath.el: No need to fbind ns-focus-frame.
14590
14591 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14594
14595 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * gnus-art.el (gnus-summary-save-in-pipe):
14598         Consider gnus-save-all-headers.
14599
14600 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14601
14602         * gnus-util.el (ns-focus-frame): Remove declaration.
14603         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14604         like x.
14605
14606 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14607
14608         * rfc2104.el (rfc2104-zero): Delete defconst.
14609         (rfc2104-hex-alist): Likewise.
14610         (rfc2104-hex-to-int): Delete func.
14611         (rfc2104-hexstring-to-bitstring): Likewise.
14612         (rfc2104-nybbles): New defconst.
14613         (rfc2104-hash): Rewrite for speed.
14614
14615 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * tls.el (open-tls-stream): Make it work with the 2nd argument
14618         BUFFER that is a string but does not exist as a buffer object, as
14619         mentioned in the doc-string.
14620
14621 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14624         SXEmacs.
14625
14626 2008-07-16  Glenn Morris  <rgm@gnu.org>
14627
14628         * gnus-util.el (ns-focus-frame): Declare for compiler.
14629
14630 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14633         set as a group parameter.
14634         (gnus-summary-save-in-pipe): Work when it is called independently.
14635         (gnus-summary-pipe-to-muttprint): Don't modify
14636         gnus-summary-pipe-output-default-command.
14637
14638 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14639
14640         * message.el (message-send-mail-with-sendmail):
14641         Display the error message.
14642
14643 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * gnus-art.el (gnus-default-article-saver):
14646         Add gnus-summary-save-in-pipe to choices.
14647         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14648         gnus-summary-pipe-output-default-command as the default command.
14649         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14650         instead of gnus-last-shell-command.
14651
14652         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14653         New user option.
14654         (gnus-summary-muttprint-program): Mention the value will be changed.
14655         (gnus-summary-save-article): Force showing of all headers.
14656         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14657
14658 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14659
14660         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14661
14662 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14663
14664         * nnimap.el (nnimap-id):
14665         * sieve-manage.el (sieve-manage-open): Doc fixes.
14666
14667 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14668
14669         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14670         if available.
14671
14672 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14673
14674         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14675
14676         * nnkiboze.el (nnkiboze-generate-group):
14677         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14678
14679         * nnmairix.el: Require CL.
14680
14681 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * dgnushack.el: Autoload get-display-table and put-display-table for
14684         XEmacs 21.5.
14685
14686         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14687         21.4 and SXEmacs.
14688
14689 2008-06-15  David Engster  <dengste@eml.cc>
14690
14691         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14692
14693 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14694
14695         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14696         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14697         runtime choice under XEmacs.
14698
14699         * gnus-sum.el (gnus-summary-set-display-table):
14700         Use `gnus-put-display-table', `gnus-get-display-table',
14701         `gnus-set-display-table' for the display table, instead of `aset'.
14702
14703         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14704         Use `gnus-put-display-table', `gnus-get-display-table',
14705         `gnus-set-display-table' for the display table.
14706
14707 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * nnmairix.el: Add autoloads.
14710
14711 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14712
14713         * nnmairix.el (nnmairix-delete-recreate-group)
14714         (nnmairix-update-and-clear-marks): Fix error messages.
14715
14716 2008-06-14  David Engster  <dengste@eml.cc>
14717
14718         * nnmairix.el: Upgrade to version 0.6.
14719         (nnmairix-group-toggle-propmarks-this-group)
14720         (nnmairix-group-toggle-readmarks-this-group)
14721         (nnmairix-group-delete-recreate-this-group)
14722         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14723         (nnmairix-remove-tick-mark-original-article): New commands.
14724         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14725         (nnmairix-propagate-marks-to-nnmairix-groups)
14726         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14727         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14728         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14729         functions needed for marks propagation and manipulation of read marks.
14730         (nnmairix-update-groups): New function.
14731         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14732         (nnmairix-determine-original-group-from-registry)
14733         (nnmairix-determine-original-group-from-path)
14734         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14735         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14736         New helper functions.
14737         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14738         keystrokes for new commands.
14739         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14740         (nnmairix-request-group): Check allow-fast group parameter.
14741         (nnmairix-request-create-group): Set allow-fast group parameter if
14742         nnmairix-allowfast-default is set.
14743         (nnmairix-close-group): Propagate marks upon closing if needed.
14744         (nnmairix-group-toggle-threads-this-group): Use new.
14745         nnmairix-group-toggle-parameter helper function.
14746         (nnmairix-search): Better check for empty search result.
14747         (nnmairix-goto-original-article): Use new helper functions for
14748         determining original article.
14749         (nnmairix-show-original-article): Make sure message-id is in brackets.
14750         (nnmairix-call-mairix-binary): Change variable name.
14751         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14752         helper function.
14753         (nnmairix-widget-toggle-activate): Fix doc string.
14754
14755 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * nnir.el: Require edmacro when compiling with XEmacs.
14758         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14759         available in Emacs 21.
14760
14761 2008-06-11  Glenn Morris  <rgm@gnu.org>
14762
14763         * gnus-util.el (x-focus-frame):
14764         * gnus.el (image-size):
14765         * mm-decode.el (image-size): Declare.
14766
14767         * gnus-picon.el (declare-function): Add compat definition.
14768         (image-size): Declare.
14769
14770         * gnus-group.el (tool-bar-map):
14771         * gnus-sum.el (tool-bar-map): Define for compiler.
14772
14773         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14774
14775         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14776
14777         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14778         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14779         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14780         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14781         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14782         * sieve-manage.el, spam-report.el, spam.el:
14783         Remove unnecessary eval-and-compile of autoloads.
14784
14785 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14786
14787         * auth-source.el: Precise Tramp doc.
14788
14789 2008-06-07  Glenn Morris  <rgm@gnu.org>
14790
14791         * nnmairix.el: Remove unnecessary eval-when-compile.
14792
14793 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * lpath.el: Fbind propertize for XEmacs 21.4.
14796
14797 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14798
14799         * nnir.el: Move here from ../contrib.
14800
14801 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14802
14803         * gnus-util.el (gnus-read-shell-command): New function.
14804         * mm-decode.el (mm-pipe-part):
14805         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14806
14807 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14810
14811 2008-06-03  Glenn Morris  <rgm@gnu.org>
14812
14813         * pop3.el (nnheader-accept-process-output): Autoload it.
14814
14815 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14818         are not 2-digit hexadecimal characters that follow `%'s.
14819
14820 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * message.el (message-bogus-recipient-p): Fix type in doc string.
14823         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14824         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14825         Improve custom options.
14826         (message-bogus-recipient-p): Adjust accordingly.
14827
14828 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14829
14830         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14831         long-form month and day names.
14832
14833 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * dgnushack.el: Autoload debug, eudc-expand-inline and
14836         pgg-snarf-keys-region for XEmacs.
14837
14838         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14839
14840         * nnmairix.el: Require edmacro when compiling with XEmacs.
14841
14842 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14843
14844         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14845         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14846
14847 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14848
14849         * auth-source.el: Add more docs.
14850
14851         * netrc.el (netrc-machine): Always match if the port is not given.
14852
14853 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14854
14855         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14856         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14857         retrieval faster in some cases, but might make CPU usage larger.
14858         If this has any bad side effects, we might revert this change.
14859
14860         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14861         seems to make mail retrieval much, much faster.
14862         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14863         unconditionally.
14864
14865         * gnus-draft.el (gnus-group-send-queue):
14866         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14867
14868 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14869
14870         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14871
14872         * message.el (message-bogus-address-regexp): Fix and improve custom
14873         type.
14874         (message-setup-hook): Add message-check-recipients as custom option.
14875
14876 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14877
14878         * message.el (message-cite-function): Remove bogus autoload which crept
14879         in during merge from v5-10.
14880
14881 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14882
14883         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14884
14885         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14886
14887         * auth-source.el: Preliminary Tramp docs.
14888         (auth-sources): Change the default auth-sources to use
14889         EPA .gpg files.
14890
14891 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14892
14893         * nntp.el: Autoload `auth-source-user-or-password'.
14894         (nntp-send-authinfo): Use it.
14895
14896         * nnimap.el: Autoload `auth-source-user-or-password'.
14897         (nnimap-open-connection): Use it.
14898
14899         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14900         for the gnus-message function.
14901         (auth-source-user-or-password): Use it.
14902
14903 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14904
14905         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14906         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14907         (rfc2104-hash): Use it.
14908
14909 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14910
14911         * gnus-art.el (gnus-article-toggle-truncate-lines):
14912         Don't use `iff' in docstring.
14913
14914 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14915
14916         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14917
14918         * gnus-util.el (gnus-extract-address-component-name)
14919         (gnus-extract-address-component-email): Convenience functions around
14920         `gnus-extract-address-components'.
14921
14922         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14923         Use `gnus-extract-address-component-email' to fix bug of comparing full
14924         sender name to `user-mail-address'.
14925
14926 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14927
14928         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14929         catch/throw to optimize.
14930         (gnus-registry-find-keywords): Just use member to find a keyword.
14931
14932 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14933
14934         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14935         is current before calling gnus-server-prepare.
14936         (gnus-server-setup-buffer, gnus-server-update-server)
14937         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14938
14939 2008-05-04  Juri Linkov  <juri@jurta.org>
14940
14941         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14942         (mailcap-file-default-commands): Use mailcap-replace-in-string
14943         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14944         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14945
14946 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14947
14948         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14949
14950 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14951
14952         * gnus.el: Bump version to 0.11.
14953
14954 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14955
14956         * gnus.el: No Gnus v0.10 is released.
14957
14958 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14959
14960         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14961         hooks.
14962         (gnus-update-read-articles): Speed up non-marks-using users.
14963         (gnus-use-marks): Define gnus-use-marks.
14964         (gnus-propagate-marks): Rename variable to something more sensible.
14965
14966 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14967
14968         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14969         (gmm-image-load-path-for-library): Fix typos in docstrings.
14970         (gmm-message): Reflow docstring.
14971
14972 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14973
14974         * mail-source.el (mail-source-set-1, mail-source-bind):
14975         Move auth-source code out of the macro to clean it up and fix bugs.
14976
14977 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14978
14979         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14980         by sender if it's equal to user-mail-address, it's likely to be
14981         useless.
14982
14983         * mail-source.el (mail-source-bind): Don't use user or password if they
14984         are not bound.  Unintern them if they are nil.  Don't use server unless
14985         it's bound, and default it to empty string otherwise.
14986
14987 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14988
14989         * mail-source.el: Load auth-source.el.
14990         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14991         get user name or password, if auth-sources is set up.
14992
14993         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14994         strategy of splitting with parent.
14995         (gnus-registry-split-fancy-with-parent)
14996         (gnus-registry-post-process-groups): Use it and fix prior
14997         bug (returning a list as the split result).
14998
14999         * auth-source.el (auth-sources): Remove server parameter.
15000         (auth-source-pick, auth-source-user-or-password)
15001         (auth-source-user-or-password-imap)
15002         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15003         (auth-source-user-or-password-sftp)
15004         (auth-source-user-or-password-smtp): Remove server parameter.
15005
15006 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15007
15008         * smime.el (smime-sign-region, smime-encrypt-region)
15009         (smime-decrypt-region):
15010         Remove redundant calls to `generate-new-buffer-name'.
15011
15012 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15013
15014         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15015         Don't use QP for message/rfc822.
15016         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15017
15018 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15019
15020         * sieve-manage.el (sieve-string-bytes): Remove.
15021         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15022         correct byte-length only if the process's coding-system is the same as
15023         the one used internally by Emacs to represent strings.
15024
15025 2008-04-22  Juri Linkov  <juri@jurta.org>
15026
15027         * mailcap.el (mailcap-file-default-commands): New function.
15028
15029 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15030
15031         * message.el (message-signature-separator, message-cite-function):
15032         Change custom version.
15033
15034 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15035
15036         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15037         commands.
15038         (tls-checktrust): Ditto.
15039
15040 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15041
15042         * mm-decode.el (mm-display-external): Make temp file read-only.
15043
15044 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15045
15046         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15047         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15048         `C-c C-f d'.
15049
15050 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15051
15052         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15053
15054 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15055
15056         * gnus.el: Bump version to 0.9.
15057
15058 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15059
15060         * gnus.el: No Gnus v0.8 is released.
15061
15062 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15063
15064         * mail-source.el (mail-source-value):
15065         Prefer fboundp to functionp so it works with macros as well.
15066
15067 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15068
15069         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15070         Fix last change in case the element is not even a symbol.
15071
15072 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15073
15074         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15075         Prefer fboundp to functionp so it works with macros as well.
15076
15077 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15078
15079         * auth-source.el: Add docs.
15080         (auth-sources): Modify format to support server.
15081         (auth-source-pick, auth-source-user-or-password)
15082         (auth-source-user-or-password-imap)
15083         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15084         (auth-source-user-or-password-sftp)
15085         (auth-source-user-or-password-smtp): Add server parameter.
15086
15087 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15088
15089         * gnus-registry.el: Initialize the registry when gnus-registry-install
15090         is t.
15091
15092 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * compface.el (uncompface): Make buffer unibyte.
15095
15096 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15097
15098         * mail-source.el (mail-source-value):
15099         Prefer fboundp to functionp so it works with macros as well.
15100
15101 2008-04-05  Glenn Morris  <rgm@gnu.org>
15102
15103         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15104
15105 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15106
15107         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15108         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15109
15110         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15111         multibyteness after rather than before erasing it.
15112
15113         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15114         mm-with-multibyte.
15115         (gnus-request-article-this-buffer): Make sure the proper decoding is
15116         used if gnus-original-article-buffer happens to be unibyte.
15117
15118         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15119         default-enable-multibyte-characters.
15120
15121         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15122         default-enable-multibyte-characters.
15123
15124         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15125
15126         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15127
15128 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15129
15130         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15131         Fix last change in case the element is not even a symbol.
15132
15133 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15134
15135         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15136         (imap-message-copyuid-1): Use it.
15137         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15138         J. Williams in
15139         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15140
15141         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15142         imap-enable-exchange-bug-workaround.
15143         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15144
15145 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15146
15147         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15148         a 100 byte status-checks into a 2-3MB transfer for each group.
15149         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15150         to enable bug workaround or not.
15151         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15152
15153 2008-03-31  Glenn Morris  <rgm@gnu.org>
15154
15155         * message.el (mml2015-use): Declare for compiler.
15156         (message-info): Require mml2015 when appropriate.
15157
15158 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15161         whitespace.
15162
15163 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15164
15165         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15166         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15167         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15168         (nntp-service-to-port): New function.
15169         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15170         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15171         (nntp-open-netcat-stream): New function.
15172         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15173
15174 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15175
15176         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15177
15178 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15179
15180         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15181
15182 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15183
15184         * dns.el (dns-write): Use set-buffer-multibyte.
15185
15186 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15187
15188         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15189
15190 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15191
15192         * message.el (message-signature-separator): Change default.
15193         Improve custom type.
15194         (message-cite-function): Change default to
15195         message-cite-original-without-signature.
15196
15197         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15198         toggle.
15199
15200         * message.el (message-check-news-body-syntax): Fix signature check.
15201         (message-setup-1): Mark buffer as unmodified _after_ running
15202         message-setup-hook and handling message-alternative-emails.
15203         (message-shorten-references): Be more strict when building list of
15204         valid references to comply with GNKSA.
15205
15206         * gnus-group.el (gnus-read-ephemeral-bug-group)
15207         (gnus-read-ephemeral-debian-bug-group)
15208         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15209
15210         * message.el (message-info): Don't use booleanp which isn't supported
15211         in Emacs 21 and XEmacs.
15212
15213 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15216         gnus-group-gmane-group-download-format.
15217         (gnus-group-read-ephemeral-gmane-group): Rename from
15218         gnus-group-read-ephemeral-gmane-group.
15219         (gnus-read-ephemeral-gmane-group-url): Rename from
15220         gnus-group-read-ephemeral-gmane-group-url.
15221         (gnus-bug-group-download-format-alist): New variable.
15222         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15223         (gnus-read-ephemeral-emacs-bug-group): New commands.
15224
15225 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15226
15227         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15228         (gnus-visible-headers): Improve custom type.
15229
15230 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15231
15232         * mml.el (mml-menu): Add workarounds for XEmacs.
15233
15234         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15235         X-Boundary header.
15236
15237         * message.el (message-simplify-recipients): Fix previous commit.
15238
15239 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15240
15241         * mm-util.el (mm-set-buffer-multibyte): New function.
15242         * mm-decode.el (mm-copy-to-buffer): Use it.
15243
15244         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15245         Prefer fboundp to functionp so it works with macros as well.
15246
15247 2008-03-19  Glenn Morris  <rgm@gnu.org>
15248
15249         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15250         Accidentally removed in the sync process with Emacs.
15251
15252 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15253
15254         * message.el (message-alter-recipients-discard-bogus-full-name):
15255         New function.
15256         (message-alter-recipients-function): New variable.
15257         (message-get-reply-headers): Use it.
15258         (message-replace-header): New helper function.
15259         (message-recipients-without-full-name): New variable.
15260         (message-simplify-recipients): New command.
15261
15262         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15263
15264         * message.el (message-info): Handle EasyPG manual.
15265
15266         * mml.el (mml-menu): Add entry for EasyPG.
15267
15268 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15269
15270         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15271         parameter.
15272
15273         * message.el (message-disassociate-draft): Specify drafts group name
15274         fully.
15275
15276 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15277
15278         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15279         Eliminate unnecessary duplicates from the match list.
15280
15281 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15284
15285         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15286
15287         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15288         args of `how-many' of which the XEmacs version doesn't take; declare
15289         Info-index-next as function.
15290
15291 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15292
15293         * gnus-score.el (gnus-score-headers): Fix handling of
15294         gnus-inhibit-slow-scoring.
15295
15296         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15297         string.
15298         (gnus-button-url-regexp): Improve handling of parenthesis.
15299         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15300         (gnus-button-handle-info-keystrokes): Handle index entries.
15301
15302 2008-03-15  Glenn Morris  <rgm@gnu.org>
15303
15304         * parse-time.el (parse-time-string): Simplify.
15305
15306 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15309         Incoming* files.
15310
15311 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15312
15313         * auth-source.el (auth-sources): Rename from auth-source-choices.
15314         (auth-source-pick): Use it.
15315
15316 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15317
15318         * binhex.el (binhex-decode-region-internal):
15319         * uudecode.el (uudecode-decode-region-internal):
15320         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15321         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15322         setting default-enable-multibyte-characters.
15323
15324 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15325
15326         * auth-source.el (auth-source-protocols)
15327         (auth-source-protocols-customize, auth-source-choices): Add and
15328         modified variable customizations and defaults.
15329         (auth-source-pick, auth-source-user-or-password)
15330         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15331         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15332         (auth-source-user-or-password-sftp)
15333         (auth-source-user-or-password-smtp): Use new variables and provide an
15334         interface to netrc.el.
15335
15336 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15339         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15340         Make sure the nntp port to specify is a string.
15341
15342 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15343
15344         * nntp.el: Use with-current-buffer.
15345         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15346         dubious mm-with-unibyte-current-buffer.
15347         (nntp-with-open-group-function): New function extracted from
15348         nntp-with-open-group macro.
15349         (nntp-with-open-group): Use the function, so it's easier to debug.
15350         Add indentation and debugging info.
15351         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15352         Recommend the use of the netcat alternatives.
15353
15354         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15355         Avoid mm-string-as-multibyte as well.
15356
15357         * nnweb.el (nnweb-insert-html):
15358         Remove use of nnheader-string-as-multibyte.
15359
15360         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15361         (nnheader-string-as-multibyte): Remove.
15362
15363         * mm-view.el: Use inhibit-read-only.
15364         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15365         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15366         or unibyte-string.
15367
15368         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15369         (mm-uu-yenc-extract): Use with-current-buffer.
15370
15371         * gnus-soup.el (gnus-soup-send-packet): Don't use
15372         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15373
15374         * nnmh.el: Use with-current-buffer.
15375         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15376         mm-string-as-multibyte on the output of mm-encode-coding-string.
15377
15378         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15379         (nnimap-request-move-article): Use with-current-buffer.
15380
15381         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15382         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15383         conversion uses string-make-unibyte rather than string-as-unibyte.
15384
15385         * gnus-msg.el: Use with-current-buffer.
15386
15387         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15388
15389 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15390
15391         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15392         string for caching if it is 'PIN.
15393
15394 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * lpath.el: Consider the case without Emacs/W3.
15397
15398 2008-03-08  Glenn Morris  <rgm@gnu.org>
15399
15400         * time-date.el (date-to-time, time-subtract, time-add)
15401         (safe-date-to-time): Doc fixes.
15402
15403 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * mail-source.el (mail-source-delete-old-incoming-confirm):
15406         Change default to nil.
15407         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15408
15409 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * lpath.el: Rearrange.
15412
15413         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15414         (gnus-article-goto-prev-page): Work for articles having ^L's.
15415
15416         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15417
15418         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15419
15420 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15421
15422         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15423         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15424         (gnus-bookmark-jump): Adjust some variable names.
15425
15426 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15427
15428         * auth-source.el: New package.
15429         (auth-source-choices): Add customization entry point variable.
15430
15431         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15432         bug.
15433
15434 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15435
15436         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15437         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15438         (gnus-registry-install-shortcuts): Rename from
15439         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15440         the `gnus-registry-mark-map' keymap dynamically from
15441         `gnus-registry-marks'.  The generated functions update the summary line
15442         when a registry mark is added or deleted, and will call
15443         `gnus-registry-install-p' (see the comments in the code).
15444         (gnus-registry-user-format-function-M): Use concat intelligently.
15445
15446         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15447         the registry mark functions.
15448
15449 2008-03-05  Glenn Morris  <rgm@gnu.org>
15450
15451         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15452         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15453         gnus-art.
15454         (top-level): No need to load own source when compiling.
15455
15456 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15457
15458         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15459         Suggested by <chris.anderton@zetnet.co.uk>.
15460
15461 2008-03-04  Glenn Morris  <rgm@gnu.org>
15462
15463         * gnus-sum.el (top-level): No need to require gnus when compiling,
15464         since unconditionally required near start of file.
15465         (gnus-summary-display-while-building): Move definition before use.
15466
15467 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15468
15469         * gnus-registry.el (gnus-registry-user-format-function-M):
15470         Add formatting function.
15471
15472 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15473
15474         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15475         with plists.
15476         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15477         Use new format.
15478
15479 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15482         `where-is-internal' that returns a range of key sequences.
15483
15484 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15485
15486         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15487
15488         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15489         (gnus-summary-jump-to-group): Consider windows on other displayed
15490         frames as well.  Similar changes might be needed elsewhere, but that's
15491         the one I've bumped into during my use.
15492
15493         * nndoc.el (nndoc-oe-dbx-type-p):
15494         * gnus-msg.el (gnus-debug):
15495         * gnus-group.el (gnus-update-group-mark-positions):
15496         Use mm-string-to-multibyte.
15497
15498 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15499
15500         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15501         doesn't handle NotDashEscaped.
15502
15503         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15504         (mml-dnd-attach-options): Fix typo in custom choice.
15505
15506         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15507         Change nndoc-article-type to mbox.
15508         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15509
15510         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15511         to nil, instead of html2text.
15512
15513         * imap.el (imap-debug): Add `imap-ping-server'.
15514
15515         * gnus-bookmark.el: Add FIXMEs.
15516
15517         * message.el (message-form-letter-separator)
15518         (message-send-form-letter-delay): New variables.
15519         (message-send-form-letter): Use them.  New command to send form
15520         letters.  Requested by Uwe Siart.
15521         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15522
15523 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15524
15525         * Update copyright years.
15526
15527 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15528
15529         Sync from EMACS_22_BASE.
15530
15531         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15532
15533 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15534
15535         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15536         empty author.
15537
15538 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15539
15540         * gnus-registry.el (gnus-registry-marks): Add variable for
15541         customization of marks and their appearance.
15542         (gnus-registry-read-mark): Use it.
15543         (gnus-registry-do-marks): Add utility function to loop through
15544         `gnus-registry-marks'.
15545         (gnus-registry-install-shortcuts-and-menus): Add function to install
15546         shortcuts and menus.
15547         (gnus-registry-initialize): Use it.
15548         (gnus-registry-default-mark): Clarify documentation.
15549
15550 2008-02-29  Glenn Morris  <rgm@gnu.org>
15551
15552         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15553         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15554         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15555         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15556         Change defcustom :version from 23.0 to 23.1.
15557
15558 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15559
15560         * gnus-registry.el (gnus-registry-follow-group-p)
15561         (gnus-registry-post-process-groups): Add functions to aid registry
15562         splitting and improve logging.  Clarify behavior in function
15563         documentation.
15564         (gnus-registry-split-fancy-with-parent): Use them.
15565
15566 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15567
15568         * gnus-art.el: Use with-current-buffer.
15569
15570 2008-02-27  David Engster  <dengste@eml.cc>
15571
15572         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15573         Express real group name in the response.
15574
15575 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15578         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15579         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15580         autoload gnus-registry-fetch-group when compiling.
15581         (nnmairix-request-group-with-article-number-correction):
15582         Remove unreferenced argument passed to nnmairix-call-backend.
15583
15584 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15585
15586         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15587         (mm-uu-extract): Improve face for low color ttys.
15588         Reported by Sascha Wilde.
15589
15590 2008-02-27  Glenn Morris  <rgm@gnu.org>
15591
15592         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15593         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15594         variables to defconsts.  Convert comments to doc-strings.
15595         (nnmairix-last-server, nnmairix-current-server): Convert from free
15596         variables to defvars.  Convert comments to doc-strings.
15597         (gnus-registry-fetch-group): Autoload.
15598         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15599         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15600         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15601         caddr.
15602         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15603         nnmairix-request-group-with-article-number-correction call.
15604         (nnmairix-fast, nnmairix-group): New, less general names, for free
15605         variables passed from nnmairix-request-group to
15606         nnmairix-request-group-with-article-number-correction.  Declare.
15607         (nnmairix-request-group-with-article-number-correction):
15608         Use nnmairix-fast, nnmairix-group rather than fast, group.
15609
15610 2008-02-26  David Engster  <dengste@eml.cc>
15611
15612         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15613         version 0.5.
15614
15615 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15616
15617         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15618         instead of making an extra function call.  Don't add the current group
15619         to articles only when they have the group.  Use
15620         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15621         Reported by David <de_bb@arcor.de>.
15622
15623 2008-02-24  Miles Bader  <miles@gnu.org>
15624
15625         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15626         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15627         (mm-find-mime-charset-region):
15628         * mm-bodies.el (mm-encode-body):
15629         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15630
15631 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15634         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15635
15636 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15637
15638         * mail-source.el (mail-source-delete-incoming): Change default.
15639         Supplement doc string.
15640
15641         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15642
15643 2008-02-14  Glenn Morris  <rgm@gnu.org>
15644
15645         * time-date.el (format-seconds): New function.
15646
15647 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * nnmail.el (nnmail-message-id-cache-file): Derive from
15650         `gnus-home-directory'.
15651
15652 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15653
15654         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15655         Document negative prefix.
15656
15657         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15658
15659 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15660
15661         * message.el (message-unsent-separator): Add the Exim bounce
15662         separator.
15663
15664 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15665
15666         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15667         list.
15668         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15669         recipient/signer list.
15670
15671 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * Makefile.in (datarootdir): Define.
15674         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15675         name that might contain whitespace.
15676
15677 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15678
15679         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15680         fbound (Emacs 23 unicode), signal an error.
15681
15682 2008-02-08  Glenn Morris  <rgm@gnu.org>
15683
15684         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15685
15686 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15687
15688         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15689         ports to the calls to `netrc-machine-user-or-password' in addition to
15690         "imap" and "imaps".
15691
15692 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15693
15694         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15695
15696         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15697
15698 2008-02-01  Kenichi Handa  <handa@m17n.org>
15699
15700         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15701         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15702         (rfc2104-hash): Convert the result of concat to unibyte string.
15703
15704 2008-02-01  Dave Love  <fx@gnu.org>
15705
15706         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15707         coding-system-for-read.
15708         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15709
15710 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15711
15712         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15713         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15714         <hanche@math.ntnu.no>.
15715
15716 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15719
15720         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15721
15722 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15723
15724         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15725         * message.el (message-beginning-of-line): Use featurep instead of bound
15726         tests in order to resolve conditionals at compile time.
15727
15728 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15729
15730         * mail-source.el (mail-sources): Add `group' choice.
15731
15732         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15733         parameter `in-group' to control into which group the articles go.
15734         Add treatment of `group' mail-source.
15735
15736 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15739
15740         * mm-decode.el (mm-dissect-buffer): Decode description.
15741
15742         * mml.el (mml-to-mime): Encode message header first.
15743
15744 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15747         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15748
15749         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15750         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15751
15752 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15753
15754         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15755
15756 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15759         prefix keys.
15760         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15761         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15762         gnus-xmas.el.
15763
15764         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15765         (gnus-xmas-article-describe-bindings): New function.
15766         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15767         gnus-xmas-article-describe-bindings.
15768
15769         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15770
15771 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15772
15773         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15774         Add new variables for article mark management.
15775         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15776         list of extra data entries which, when present, will indicate that the
15777         article ID should not be trimmed from the registry.
15778         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15779         functions.
15780         (gnus-registry-read-mark): New function to read a mark name from the
15781         user.
15782         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15783         (gnus-registry-set-article-mark-internal): New functions to add and
15784         remove marks.
15785         (gnus-registry-get-article-marks): New function to show the marks for
15786         an article, or retrieve them for further use.
15787
15788 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15791         keys when no argument is given.
15792
15793 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15794
15795         * imap.el (imap-ping-server): New variable.
15796         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15797         (imap-ping-server): Minor doc string fixes.
15798
15799 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15800
15801         * imap.el (imap-ping-server): New function.
15802         (imap-opened): Call imap-ping-server.
15803
15804 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15805
15806         * gnus-sum.el (gnus-article-sort-by-random)
15807         (gnus-thread-sort-by-random): Fix doc strings.
15808         Reported by jidanni@jidanni.org.
15809
15810 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15811
15812         * gnus-art.el (gnus-article-describe-bindings): New function.
15813         (gnus-article-read-summary-keys): Use it.
15814         (gnus-article-mode-map): Bind `C-h b' to it.
15815
15816 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15819         XEmacs.
15820         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15821         Protect against non-character events.
15822
15823         * lpath.el: Fbind map-keymap for Emacs 21.
15824
15825 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15826
15827         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15828         New command.
15829         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15830         instead of END.  Change name of the temp file.
15831         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15832         customizable.
15833
15834 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15837         bind `S W' to gnus-article-wide-reply-with-original; set default
15838         binding to gnus-article-read-summary-send-keys.
15839         (gnus-article-read-summary-keys): Fix the order of keys; display
15840         continuation keys correctly in the echo area; describe bindings
15841         correctly when keys end with `C-h'.
15842         (gnus-article-read-summary-send-keys): New function.
15843         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15844         Work for gnus-article-read-summary-send-keys; display continuation keys
15845         correctly in the echo area.
15846         (gnus-article-reply-with-original): Ignore prefix argument.
15847         (gnus-article-wide-reply-with-original): New function.
15848
15849         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15850         Emacs 21.
15851
15852 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15855         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15856
15857 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15858
15859         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15860         (gnus-group-read-ephemeral-gmane-group): New command.
15861
15862 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15863
15864         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15865
15866 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15867
15868         * message.el (message-send-mail-function): Increase custom version.
15869
15870         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15871         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15872
15873 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15874
15875         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15876         for the cases where imap-authenticate is called with a nil buffer
15877         parameter.
15878
15879 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15882         html parts correctly; support forwarded messages.
15883         (gnus-article-browse-html-article): Remove work buffers.
15884
15885         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15886         compiling.
15887         (netrc-bound-and-true-p): New macro.
15888         (netrc-parse): Use it instead of bound-and-true-p that is not available
15889         in XEmacs 21.4.
15890
15891 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15892
15893         * gnus-registry.el (gnus-registry-mark-article)
15894         (gnus-registry-article-marks): Add functionality to mark articles
15895         through the Gnus registry.
15896
15897         * encrypt.el: Clarify documentation for the new pgg method.
15898         (encrypt-file-alist): Add PGG option.
15899         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15900         functionality.  Abstract password key and messaging to external
15901         functions.
15902         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15903         (encrypt-message-method-and-cipher): Add new convenience external
15904         functions.
15905         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15906         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15907
15908         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15909         (netrc-parse): Use encrypt-file-alist to determine if
15910         encrypt-find-model or encrypt-insert-file-contents should be used.
15911
15912         * encrypt.el: Clarify documentation.  Load password-cache or
15913         password, whichever one is found first, instead of autoloading.
15914
15915 2007-12-19  Glenn Morris  <rgm@gnu.org>
15916
15917         * mml.el (message-options-set, message-narrow-to-head)
15918         (message-in-body-p, message-mail-p, message-encode-message-body):
15919         Autoload.
15920         (message-remove-header, message-narrow-to-headers-or-head)
15921         (message-subscribed-p, message-make-mail-followup-to)
15922         (message-position-on-field, message-news-p)
15923         (message-options-set-recipient, message-generate-headers)
15924         (message-sort-headers): Declare as functions.
15925
15926 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15929         convention in doc string.
15930
15931 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15934         title to html parts.
15935         (gnus-article-browse-html-article): Pass message header to it.
15936
15937         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15938
15939 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15940
15941         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15942         or password compatible with XEmacs.
15943
15944 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15945
15946         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15947         format document.
15948         (gnus-mime-delete-part): Don't write description line if empty.
15949         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15950
15951 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15952
15953         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15954         (gnus-summary-mark-read-and-unread-as-read)
15955         (gnus-summary-mark-current-read-and-unread-as-read)
15956         (gnus-summary-mark-unread-as-ticked): Doc fix.
15957         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15958
15959 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15960
15961         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15962         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15963
15964 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15965
15966         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15967         yes-or-no-p.
15968
15969 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * mm-decode.el (mm-add-meta-html-tag): New function.
15972         (mm-save-part-to-file, mm-pipe-part): Use it.
15973
15974         * gnus-art.el (gnus-article-browse-delete-temp-files):
15975         Use gnus-y-or-n-p instead of y-or-n-p.
15976         (gnus-article-browse-html-parts): Work with message/external-body; use
15977         mm-add-meta-html-tag.
15978
15979 2007-12-11  Glenn Morris  <rgm@gnu.org>
15980
15981         * gnus-cache.el: Require gnus-sum not just when compiling.
15982
15983         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15984
15985         * gnus-int.el (gnus-server-opened, gnus-status-message):
15986         Move definitions before use.
15987
15988         * mm-decode.el: Require gnus-util.
15989         (mm-remove-part): Only call delete-annotation on XEmacs.
15990
15991         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15992
15993         * nnmail.el: Require gnus-int.
15994
15995         * spam.el: Move `require's before `eval-when-compile's.
15996
15997         * gnus-ems.el (gnus-alive-p):
15998         * gnus-fun.el (message-goto-eoh):
15999         * gnus-util.el (gnus-group-name-decode):
16000         * mail-source.el (gnus-compress-sequence):
16001         * message.el (Info-goto-node, format-spec):
16002         * mm-bodies.el (message-options-get):
16003         * mm-decode.el (mm-view-pkcs7):
16004         * mm-util.el (gmm-write-region):
16005         * mml-smime.el (mml-compute-boundary)
16006         (gnus-completing-read-with-default):
16007         * mml.el (widget-button-press, gnus-make-hashtable):
16008         * mml1991.el (mm-decode-content-transfer-encoding)
16009         (mm-encode-content-transfer-encoding)
16010         (message-options-get, message-options-set):
16011         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16012         * nnfolder.el (gnus-request-group):
16013         * nnheader.el (ietf-drums-unfold-fws):
16014         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16015         * smime.el (gnus-run-mode-hooks):
16016         * spam-stat.el (gnus-message): Autoload.
16017
16018         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16019         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16020         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16021         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16022         Add declare-function compatibility definition.
16023
16024         * gnus-cache.el (nnvirtual-find-group-art):
16025         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16026         (gnus-add-image, gnus-add-wash-type):
16027         * gnus-group.el (nnkiboze-score-file):
16028         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16029         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16030         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16031         (message-tokenize-header, gnus-get-buffer-create)
16032         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16033         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16034         * gnus.el (gnus-group-decoded-name):
16035         * mail-source.el (imap-capability):
16036         * mm-bodies.el (message-options-set):
16037         * mm-decode.el (gnus-configure-windows):
16038         * mm-extern.el (message-goto-body):
16039         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16040         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16041         (epg-sub-key-validity, message-options-set):
16042         * mml.el (widget-event-point, gnus-configure-windows):
16043         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16044         * mml2015.el (epg-check-configuration, epg-configuration)
16045         (message-options-set):
16046         * nndb.el (nndb-request-article):
16047         * nnfolder.el (gnus-request-create-group):
16048         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16049         * nnmaildir.el (gnus-group-mark-article-read):
16050         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16051         * rfc1843.el (message-fetch-field):
16052         * spam.el (gnus-extract-address-components):
16053         Declare as functions.
16054
16055 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16058
16059         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16060
16061         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16062         bind show-trailing-whitespace for XEmacs.
16063
16064 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16065
16066         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16067         new no-op macro for backward compatibility.
16068
16069         * imap.el (imap-string-to-integer): New function.
16070
16071 2007-12-09  Glenn Morris  <rgm@gnu.org>
16072
16073         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16074
16075         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16076         * message.el, mm-view.el, sieve-manage.el, smime.el:
16077         Add declare-function compatibility definition.
16078
16079         * gnus-art.el (w3-region, w3m-region, Info-menu):
16080         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16081         * gnus-sum.el (gnus-get-predicate):
16082         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16083         * message.el (mail-abbrev-in-expansion-header-p):
16084         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16085         (w3m-detect-meta-charset, w3m-region):
16086         * sieve-manage.el (password-read, password-cache-add)
16087         (password-cache-remove):
16088         * smime.el (password-read-and-add): Declare as functions.
16089
16090 2007-12-08  David Kastrup  <dak@gnu.org>
16091
16092         * gnus-sum.el (gnus-summary-simplify-subject-query):
16093         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16094         `message'.
16095
16096 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16099         it to bind idna-program, installation-directory, defined-colors, and
16100         face-attribute for XEmacs of the version that compiles defcustom forms.
16101
16102 2007-12-07  Glenn Morris  <rgm@gnu.org>
16103
16104         * gnus-art.el (article-make-date-line): Revert previous change.
16105
16106 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16107
16108         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16109
16110 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16111
16112         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16113         Call gnus-add-to-range ranges only once with a prepared article-list.
16114
16115 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16116
16117         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16118         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16119         group names with backslashes.
16120         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16121
16122 2007-12-06  Deepak Goel  <deego3@gmail.com>
16123
16124         * gnus-art.el (article-make-date-line):
16125         * gnus-start.el (gnus-load):
16126         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16127
16128 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-art.el (gnus-use-idna):
16131         * gnus-start.el (gnus-site-init-file):
16132         * message.el (message-use-idna):
16133         * mm-uu.el (mm-uu-hide-markers):
16134         * smiley.el (smiley-style): Revert changes that suppress warnings.
16135
16136 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16139         specify charset to html source.
16140         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16141
16142 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16145         idna-program in order to suppress byte compile warning issued by XEmacs
16146         that came to byte compile the default value section of defcustom forms
16147         recently.
16148
16149         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16150         value of installation-directory.
16151
16152         * message.el (message-use-idna): Don't directly refer to the value of
16153         idna-program.
16154
16155         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16156
16157         * smiley.el (smiley-style): Don't directly call face-attribute.
16158
16159 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16160
16161         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16162
16163         * gnus-dired.el: Reduce Gnus dependencies.
16164         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16165         Don't require.  Use autoloads instead.
16166         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16167         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16168         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16169         (gnus-dired-mode): Adjust doc string.
16170         (gnus-dired-mail-mode): New variable.
16171         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16172         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16173         (gnus-dired-mail-buffers): New function.  Return mail or message
16174         composition buffers.
16175         (gnus-dired-attach): Use it.
16176         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16177         NO-DECODE.
16178         (gnus-dired-print): Use `gnus-print-buffer' depending on
16179         `gnus-dired-mail-mode'.
16180
16181 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * rfc2047.el (rfc2047-encoded-word-regexp)
16184         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16185         explaining what regexp patterns are for.
16186
16187 2007-12-04  Glenn Morris  <rgm@gnu.org>
16188
16189         * password.el: Move to password-cache.el.
16190
16191         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16192         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16193         * mml-smime.el (password-read, password-cache-add)
16194         (password-cache-remove):
16195         No need to autoload, since mml-sec requires password.
16196
16197         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16198         * message.el (gnus-extract-address-components):
16199         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16200
16201         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16202         password.
16203
16204 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * mailcap.el: Reduce dependencies.
16207         (mail-header-parse-content-type): Autoload.
16208         (mailcap-delete-duplicates): New alias.
16209         (mailcap-mime-info): Add optional argument NO-DECODE.
16210         (mailcap-mime-types): Use mailcap-delete-duplicates.
16211
16212         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16213
16214 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16215
16216         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16217         (imap-parse-status): Upcase status-att for servers that sends them
16218         lower-case (e.g., MS Exchange 2007).
16219
16220 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16221
16222         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16223         function.
16224
16225         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16226         (gnus-uu-yenc-article): New function.
16227
16228         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16229
16230         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16231
16232 2007-12-02  Glenn Morris  <rgm@gnu.org>
16233
16234         * binhex.el (binhex): New custom group.
16235         (binhex-decoder-program, binhex-decoder-switches)
16236         (binhex-use-external): Move to the binhex custom group.
16237
16238         * uudecode.el (uudecode): New custom group.
16239         (uudecode-decoder-program, uudecode-decoder-switches)
16240         (uudecode-use-external): Move to the uudecode custom group.
16241
16242         * netrc.el (top-level): Don't load `encrypt' features.
16243         (netrc-parse): Don't use encrypt.
16244         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16245
16246         * encrypt.el: Remove file.
16247
16248 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16249
16250         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16251         matches on patches.
16252
16253         * gnus-art.el (gnus-article-browse-html-article):
16254         Mention `mm-text-html-renderer' in the doc string.
16255
16256         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16257         string.  Add comments.
16258
16259         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16260         if rhs is ASCII.
16261
16262 2007-12-01  Glenn Morris  <rgm@gnu.org>
16263
16264         * mail-source.el (top-level): Require format-spec before
16265         eval-when-compile.
16266
16267 2007-11-30  Glenn Morris  <rgm@gnu.org>
16268
16269         * encrypt.el: Require password, rather than autoloading password-read.
16270
16271 2007-11-29  Glenn Morris  <rgm@gnu.org>
16272
16273         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16274         (sasl-make-client, sasl-next-step, sasl-step-data)
16275         (sasl-step-set-data): Declare as functions.
16276
16277 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16278
16279         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16280
16281 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16282
16283         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16284         certs should be verified and what is to be done in the event of a
16285         verification failure.
16286
16287         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16288         caller can indicate whether the cache should be disregarded for this
16289         call.  This way the result of the call is reproducible at all times and
16290         can be considered a canonical server name for the supplied method.
16291         (gnus-agent-method-p): Canonicalize server names by pushing their
16292         method through `gnus-method-to-server' using the no-cache argument.
16293
16294         * gnus-srvr.el (gnus-server-insert-server-line):
16295         Call `gnus-method-to-server' with `no-cache' argument.
16296
16297         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16298         gnus-agent-possibly-synchronize-flags as this should be called when the
16299         server is actually being opened.
16300         (gnus-agent-possibly-synchronize-flags)
16301         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16302         flags file of an agentized server to the latter function.
16303
16304         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16305         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16306         after a connection has been established successfully.
16307
16308 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * gnus-art.el (article-display-face): Force to display face if called
16311         interactively; check if gnus-article-x-face-too-ugly matches author.
16312         (article-display-x-face): Display face even if From header is missing
16313         as article-display-face does.
16314
16315 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16316
16317         * hashcash.el (message-narrow-to-headers-or-head)
16318         (message-fetch-field, message-goto-eoh)
16319         (message-narrow-to-headers): Declare as functions.
16320
16321 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16322
16323         * mail-source.el (mail-sources): Default to fetch from file for
16324         compatibility with default of nnmail-spool-file.
16325
16326 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16329         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16330         to look for encoded word that should be encoded again.
16331         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16332         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16333         encoding pattern.
16334         (rfc2047-decode-region): Switch strict regexp and loose one according
16335         to rfc2047-allow-irregular-q-encoded-words.
16336
16337 2007-11-25  Romain Francoise  <romain@orebokech.com>
16338
16339         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16340
16341 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16342
16343         * tls.el (tls-program): Provide more custom choices from
16344         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16345         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16346
16347 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16348
16349         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16350         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16351
16352         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16353         `nnmail-spool-file'.
16354
16355         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16356         `nnmail-spool-file'.
16357
16358         * gnus-move.el (gnus-change-server): Ditto.
16359
16360         * gnus-kill.el (gnus-batch-score): Ditto.
16361
16362         * gnus-cache.el (gnus-jog-cache): Ditto.
16363
16364         * gnus-msg.el (gnus-summary-reply):
16365         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16366
16367 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16368
16369         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16370         version.  Minor improvement to doc strings.
16371         (tls-program): Add comment.
16372
16373 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16374
16375         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16376         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16377         mismatch between the hostname provided in the certificate and the name
16378         of the host connnecting to.
16379         (open-tls-stream): Use them.  Check certificates against trusted root
16380         certificates.
16381
16382 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16383
16384         * gnus-cache.el (gnus-cache-generate-nov-databases):
16385         Use nnml-generate-nov-databases-directory instead of
16386         nnml-generate-nov-databases-1.
16387
16388 2007-11-24  Glenn Morris  <rgm@gnu.org>
16389
16390         * message.el (message-tool-bar-retro): Update for rename
16391         mail_send.xpm->mail-send.xpm.
16392
16393 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16394
16395         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16396         `smime-ldap-search' for Emacs 22 and up.
16397
16398 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16399
16400         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16401
16402         * message.el (message-send-mail-function): Fix error convention.
16403         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16404         (message-widen-reply, message-send-mail, message-talkative-question)
16405         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16406         (message-clone-locals, message-send-news): Use with-current-buffer.
16407         (message-insert-or-toggle-importance): Remove unused var `valid'.
16408         (message-make-references): Remove unused var `new-references'.
16409         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16410
16411 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16412
16413         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16414         (spam-split-symbolic-return-positive): Reflow docstring.
16415         (spam-backends, spam-summary-exit-behavior)
16416         (spam-mark-ham-unread-before-move-from-spam-group)
16417         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16418         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16419         (spam-clear-cache, spam-backend-check, spam-install-backend)
16420         (spam-install-statistical-backend, spam-list-of-processors)
16421         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16422         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16423         (spam-check-crm114, spam-initialize, spam-unload-hook):
16424         Fix typos in docstrings.
16425
16426 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16429         been checked if they have never been read and those group levels are
16430         higher than the one that a user specified.
16431
16432 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16435         foreign groups unless a group level is specified by a user.
16436         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16437
16438 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16439
16440         * message.el (message-send-mail-function): Require sendmail.
16441
16442 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16443
16444         * message.el (message-send-mail-function): Check for smtpmail too.
16445
16446         * utf7.el (utf7-encode, utf7-decode): Use coding system
16447         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16448
16449         * message.el (message-send-mail-function): New function.
16450         (message-send-mail-function): Set default using
16451         message-send-mail-function.  Adjust doc string.
16452         (message-send-mail-with-mailclient): New function.
16453
16454 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16455
16456         * smime.el (from):
16457         * rfc2047.el (message-posting-charset):
16458         * qp.el (mm-use-ultra-safe-encoding):
16459         * pop3.el (parse-time-months):
16460         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16461         * nnml.el (files):
16462         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16463         (jka-compr-compression-info-list, ange-ftp-path-format)
16464         (efs-path-regexp):
16465         * nndiary.el (files):
16466         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16467         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16468         (epg-digest-algorithm-alist, inhibit-redisplay)
16469         (password-cache-expiry):
16470         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16471         (pgg-output-buffer, password-cache-expiry):
16472         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16473         (efs-path-regexp):
16474         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16475         (inhibit-redisplay):
16476         * mm-uu.el (file-name, start-point, end-point, entry)
16477         (gnus-newsgroup-name, gnus-newsgroup-charset):
16478         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16479         (latin-unity-ucs-list):
16480         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16481         (mm-uu-binhex-decode-function):
16482         * message.el (gnus-message-group-art, gnus-list-identifiers)
16483         (rmail-enable-mime-composing, gnus-local-organization)
16484         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16485         (gnus-read-active-file, facemenu-add-face-function)
16486         (facemenu-remove-face-function, gnus-article-decoded-p)
16487         (tool-bar-mode):
16488         * mail-source.el (display-time-mail-function):
16489         * gnus-util.el (nnmail-pathname-coding-system)
16490         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16491         (gnus-original-article-buffer, gnus-user-agent)
16492         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16493         (xemacs-codename, sxemacs-codename, emacs-program-version):
16494         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16495         * gnus-start.el (gnus-agent-covered-methods)
16496         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16497         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16498         (gnus-newsgroup-headers, gnus-group-list-mode)
16499         (gnus-group-mark-positions, gnus-newsgroup-data)
16500         (gnus-newsgroup-unreads, nnoo-state-alist)
16501         (gnus-current-select-method, mail-sources)
16502         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16503         (nnmail-spool-file, gnus-cache-active-hashtb):
16504         * gnus-mh.el (mh-lib-progs):
16505         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16506         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16507         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16508         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16509         (gnus-group-buffer):
16510         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16511         (font-lock-set-defaults):
16512         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16513         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16514         (gnus-summary-post-menu, total-parts, type, condition, length):
16515         * gnus-agent.el (gnus-agent-read-agentview):
16516         * flow-fill.el (show-trailing-whitespace):
16517         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16518         eval-and-compile wrappers for byte compiler pacifiers.
16519
16520         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16521         (mm-display-inline-fontify): Check for featurep 'xemacs not
16522         extent-list.
16523
16524         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16525         itimer-list.
16526         (mm-create-image-xemacs): Only do something for XEmacs.
16527         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16528
16529         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16530
16531         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16532         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16533
16534 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16535
16536         * nnimap.el (nnimap-split-download-body):
16537         * gnus-demon.el (gnus-demon):
16538         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16539
16540 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16541
16542         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16543         New macros.
16544         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16545         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16546         copy data from unibyte buffer to multibyte current buffer.
16547         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16548         to copy data from unibyte current buffer to multibyte buffer.
16549         (nntp-make-process-buffer): Make process buffer unibyte.
16550
16551         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16552
16553 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16554
16555         * pop3.el (pop3-open-server): Accept and process data more robustly at
16556         connection start to avoid spurious "POP SSL connection failed" errors.
16557
16558 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16561         read group names.
16562
16563 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16564
16565         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16566
16567 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16570         (nnmail-save-active): Use a unibyte buffer when saving active file,
16571         which may contain non-ASCII group names.
16572
16573         * nnml.el (nnml-request-group): Decode group names in messages.
16574
16575 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16576
16577         * message.el (message-citation-line-function)
16578         (message-insert-formatted-citation-line): Fix spelling of
16579         `message-insert-formated-citation-line'.
16580
16581 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16582
16583         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16584
16585 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16588         nnmail-pathname-coding-system.
16589
16590         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16591         that a user enters; decode group names in messages.
16592
16593         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16594
16595 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16596
16597         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16598
16599         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16600
16601         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16602         risky local variable.
16603
16604         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16605
16606 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16607
16608         * encrypt.el: Improve documentation to fix function name typo.
16609         Reported by Daiki Ueno <ueno@unixuser.org>.
16610
16611 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16614         even if the point is not in the last page of an article.
16615         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16616         back to the previous page.
16617
16618 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16621
16622 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16625
16626 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16627
16628         * message.el (message-check-news-body-syntax):
16629         Avoid mm-string-as-multibyte.
16630         (message-hide-headers): Don't assume (point-min)==1.
16631
16632 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16633
16634         * message.el (message-remove-blank-cited-lines): Fix if remove is
16635         given.
16636         (message-bogus-address-regexp): New variable.
16637         (message-bogus-recipient-p): New function.
16638         (message-check-recipients): New command.
16639         (message-syntax-checks): Add `bogus-recipient'.
16640         (message-fix-before-sending): Add `bogus-recipient'.
16641
16642         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16643         (gnus-treat-body-boundary): Don't test window-system.
16644
16645 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16646
16647         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16648
16649 2007-10-28  Miles Bader  <miles@gnu.org>
16650
16651         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16652         at compile-time too.
16653
16654 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16655
16656         * gnus-msg.el (gnus-message-setup-hook):
16657         Add `message-remove-blank-cited-lines' to options.
16658
16659 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16660
16661         * message.el (message-remove-blank-cited-lines): New function.
16662         Suggested by Karl Plästerer.
16663
16664 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16667         mapc.
16668
16669         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16670         (top-level): Use mapc to set functions to be traced for debugging.
16671
16672         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16673         called for effect with while loop.
16674
16675         * message.el (message-talkative-question): Replace mapcar called for
16676         effect with mapc.
16677
16678         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16679         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16680         called for effect with dolist.
16681
16682         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16683
16684         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16685         gnus-extra-headers and nnmail-extra-headers.
16686
16687         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16688         called for effect with dolist.
16689         (top-level): Use mapc to set functions to be traced for debugging.
16690
16691         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16692         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16693         dolist.
16694
16695         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16696         Replace mapcar called for effect with mapc.
16697         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16698         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16699         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16700         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16701
16702         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16703         remove-if that's a cl function.
16704
16705         * webmail.el (webmail-debug): Replace mapcar called for effect with
16706         dolist.
16707
16708         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16709         with mapc.
16710
16711 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16714         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16715         with while loop.
16716
16717         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16718         functions from article-* functions.
16719         (gnus-multi-decode-header): Replace mapcar called for effect with
16720         dolist.
16721
16722         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16723         (gnus-bookmark-show-details): Replace mapcar called for effect with
16724         while loop.
16725
16726         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16727         called for effect with while loop.
16728
16729         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16730         with dolist.
16731
16732         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16733         Replace mapcar called for effect with dolist.
16734
16735         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16736
16737         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16738         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16739         Replace mapcar called for effect with dolist.
16740         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16741         mapc.
16742
16743         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16744         Replace mapcar called for effect with dolist.
16745         (gnus-topic-list): Replace mapcar called for effect with mapc.
16746
16747         * gnus.el: Use mapc instead of mapcar to add autoloads.
16748
16749 2007-10-23  Richard Stallman  <rms@gnu.org>
16750
16751         * gnus-group.el (gnus-group-highlight): Mark as risky.
16752
16753 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * gnus.el (gnus-server-to-method): Return method found first in
16756         gnus-newsrc-alist.
16757
16758         * gnus-art.el (gnus-article-highlight-signature)
16759         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16760         button overlay without the front stickiness.
16761
16762 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16763
16764         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16765         overview buffer needed a catch to receive its throw.
16766         (gnus-agent-flush-cache): Declare as interactive to make this function
16767         easier to use.
16768
16769 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16770
16771         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16772         `next-line'.
16773
16774 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16777         exclude address matching message-dont-reply-to-names.
16778
16779 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * gnus-util.el (gnus-string<): New function.
16782
16783         * gnus-sum.el (gnus-article-sort-by-author)
16784         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16785
16786 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16789         the frame-focus tag is set in gnus-buffer-configuration.
16790
16791 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16794         the front stickiness.
16795
16796 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16799         url pattern; remove duplicate one.
16800         (gnus-article-extend-url-button): New function.
16801         (gnus-article-add-buttons): Use it.
16802         (gnus-button-push): Use concatenated url that it makes.
16803
16804 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16805
16806         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16807
16808 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16809
16810         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16811         Don't hardcode point-min==1.
16812
16813 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16816         Fix comment about "iso8859-1".
16817
16818 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16819
16820         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16821         ones returned from the verify-function.
16822
16823         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16824         Call mml2015-extract-cleartext-signature if extraction failed.
16825
16826 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16827
16828         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16829         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16830         failed.
16831
16832 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16833
16834         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16835
16836 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16837
16838         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16839         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16840         recommends to use EasyPG instead of PGG.
16841
16842         * pgg.el: Revert to revision 6.23.2.16.
16843
16844         * pgg-def.el: Revert to revision 6.6.2.14.
16845
16846         * pgg-gpg.el: Revert to revision 6.23.2.34.
16847
16848 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16849
16850         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16851         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16852         thread for both the null and zero (kill/expire thread) universal prefix
16853         cases.
16854         (gnus-summary-expire-thread): Add new function to expire a thread,
16855         using gnus-summary-kill-thread.
16856         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16857         shortcuts for gnus-summary-expire-thread.
16858         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16859         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16860
16861 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16862
16863         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16864         extras value, so an extras entry can be deleted.
16865         (gnus-registry-delete-extra-entry): Use it.
16866         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16867         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16868         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16869         storage through the gnus-registry, and provide an appropriate API for
16870         it.
16871
16872 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16875         Suggested by Leo <sdl.web@gmail.com>.
16876
16877         * gnus.el: Do.
16878
16879 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16882         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16883
16884         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16885
16886         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16887         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16888
16889 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16892         newline.
16893         (nnmbox-request-accept-article): Don't change article in source buffer;
16894         narrow to header to use message-fetch-field rather than
16895         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16896         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16897         as delimiters; make sure article ends with newline.
16898         (nnmbox-delete-mail): Correct last position of article to be deleted;
16899         ignore X-Gnus-Newsgroup header in article body.
16900         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16901         positions; make sure article ends with newline.
16902
16903         * message.el (message-display-abbrev): Don't infloop when a user
16904         inserts SPC in the beginning of header.
16905
16906         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16907         coding-system-for-read and coding-system-for-write for XEmacs having no
16908         file-coding feature.
16909
16910         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16911
16912 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16913
16914         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16915         list of groups not followed by default.  Fix type to be regexp.
16916         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16917
16918 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16919
16920         * hmac-def.el (define-hmac-function): Switch from old-style to
16921         new-style backquotes.
16922
16923         * md4.el (md4-make-step): Likewise.
16924
16925 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16928         raw-text coding system when saving .newsrc file, which may contain
16929         non-ASCII group names.
16930
16931 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * gnus-cus.el (gnus-score-extra): New widget.
16934         (gnus-score-extra-convert): New function.
16935         (gnus-score-customize): Use it for Extra.
16936
16937 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16938
16939         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16940         (mml2015-mailcrypt-clear-verify): Use it.
16941         (mml2015-gpg-clear-verify): Use it.
16942         (mml2015-pgg-clear-verify): Use it.
16943         (mml2015-epg-clear-verify): Replace the current part with the output
16944         from GnuPG; don't extract the plaintext by itself.
16945
16946         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16947         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16948         mml2015-clear-verify-function; don't touch the armor headers or
16949         dash-escaped text here.
16950
16951 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16952
16953         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16954         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16955         parts, or application/octet-stream as a last resort.
16956         (gnus-mime-view-part-as-type): Don't toggle display.
16957         (gnus-mime-view-part-as-charset): Don't turn off display before
16958         querying charset.
16959
16960         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16961         stuff to undisplayer function in Emacs.
16962         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16963
16964         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16965         text/calendar parts.
16966
16967 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16968
16969         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16970         decoding text/calendar parts.
16971
16972         * message.el (message-forward-make-body-mime): Always mark body as
16973         having no illegible text; remove signed-or-encrypted argument.
16974         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16975
16976         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16977         (mml-generate-mime-1): Don't encode body if it is specified to be in
16978         raw form; don't make buffer be unibyte when inserting multibyte string.
16979
16980 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16981
16982         * sha1.el: Fix up comment style.
16983         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16984         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16985
16986         * hex-util.el: Fix up comment style.
16987         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16988
16989         * gnus-salt.el: Use with-current-buffer.
16990         (gnus-pick-setup-message): Fix long-standing typo.
16991
16992 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * imap.el (imap-logout-timeout): New variable.
16995         (imap-logout, imap-logout-wait): New functions.
16996         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16997
16998         * nnimap.el (nnimap-logout-timeout): New server variable.
16999         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17000         nnimap-logout-timeout.
17001
17002         * gnus-art.el (gnus-article-summary-command-nosave)
17003         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17004
17005 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * gnus.el (gnus-maximum-newsgroup): New variable.
17008
17009         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17010         according to gnus-maximum-newsgroup.
17011
17012         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17013         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17014         Limit the range of articles according to gnus-maximum-newsgroup.
17015
17016 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17017
17018         * gnus-art.el (gnus-sticky-article): Fix problems described in
17019         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17020         Don't perform gnus-configure-windows here; reuse existing sticky
17021         article buffer.
17022
17023         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17024         it doesn't exist in gnus-article-mode.
17025
17026 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17029         (gnus-agent-decoded-group-name): New function.
17030         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17031         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17032
17033 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17034
17035         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17036         Add binding for gnus-sticky-article.
17037         (gnus-summary-exit): Don't kill sticky article buffers.
17038
17039         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17040         article buffer.
17041         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17042         (gnus-kill-sticky-article-buffers): New commands.
17043
17044 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * nntp.el (nntp-xref-number-is-evil): New server variable.
17047         (nntp-find-group-and-number): If it is non-nil, don't trust article
17048         numbers in the Xref header.
17049
17050 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * gnus-agent.el (gnus-agent-read-group): New function.
17053         (gnus-agent-flush-group, gnus-agent-expire-group)
17054         (gnus-agent-regenerate-group): Use it.
17055         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17056         nnmail-pathname-coding-system.
17057
17058 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17061
17062         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17063         that are unread as unread, and also as selected so that information of
17064         marks having been changed by a user may be updated when exiting group.
17065
17066 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17067
17068         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17069
17070 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17073         calculated ignoring signature parts to gnus-treat-article.
17074
17075 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17078         a point here in order to keep the window start.
17079         (gnus-insert-mime-security-button): Make a button overlay without the
17080         front stickiness.
17081         (gnus-mime-display-security): Goto the end of a button.
17082
17083         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17084
17085 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17088         group-name-at-point.
17089         (gnus-group-completing-read): New function that offers decoded
17090         non-ASCII group names for completion.
17091         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17092         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17093         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17094         (gnus-group-fetch-control): Use it.
17095         (gnus-fetch-group): Use group-name-at-point for the initial value
17096         rather than the default value; use gnus-alive-p.
17097
17098         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17099         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17100         (gnus-summary-post-news): Use gnus-group-completing-read.
17101
17102         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17103         (gnus-read-move-group-name): Decode group name for completion.
17104
17105 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17106
17107         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17108         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17109         Yamaoka slightly modified the code).
17110
17111 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17114         (nnmail-split-incoming): Bind it.
17115
17116         * nnml.el (nnml-group-name-charset): New function.
17117         (nnml-decoded-group-name): Use it; don't decode group name if
17118         nnmail-group-names-not-encoded-p is non-nil.
17119         (nnml-encoded-group-name): New function.
17120         (nnml-group-pathname): Inline nnml-decoded-group-name.
17121         (nnml-request-expire-articles): Decode group name in message.
17122         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17123         nnmail-pathname-coding-system.
17124         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17125         not decoded ones according to nnmail-group-names-not-encoded-p.
17126         (nnml-generate-active-info): Use nnml-encoded-group-name.
17127
17128 2007-08-08  Glenn Morris  <rgm@gnu.org>
17129
17130         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17131         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17132         doc-strings and comments.
17133
17134 2007-07-25  Glenn Morris  <rgm@gnu.org>
17135
17136         * Relicense all FSF files to GPLv3 or later.
17137
17138 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * gnus-sum.el (gnus-summary-move-article):
17141         Make gnus-summary-respool-article work.
17142
17143 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17144
17145         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17146         string.
17147
17148 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17149
17150         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17151         that should be ignored when comparing distant RSS articles with local
17152         ones.
17153         (nnrss-make-hash-index): New function.  Create a hash index according
17154         to the ignored fields.
17155         (nnrss-check-group): Use it.
17156
17157 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17160
17161         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17162
17163         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17164         the new optional argument ENCODED is non-nil.
17165         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17166         coding system for encoding group name.
17167         (gnus-group-make-rss-group): Pass un-encoded group name to
17168         gnus-group-make-group.
17169         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17170         encoded.
17171
17172         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17173         Encode group name to which articles are moved or copied.
17174         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17175         coding system for encoding Newsgroup, Followup-To and Xref headers.
17176
17177         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17178         marks; use nnheader-file-coding-system to write a file.
17179         (nnagent-retrieve-headers): Bind file-name-coding-system to
17180         nnmail-pathname-coding-system.
17181
17182         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17183
17184         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17185         (nnml-request-article, nnml-request-create-group)
17186         (nnml-request-rename-group, nnml-find-id)
17187         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17188         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17189         (nnml-save-marks): Use nnml-group-pathname instead of
17190         nnmail-group-pathname.
17191
17192         (nnml-request-create-group, nnml-request-expire-articles)
17193         (nnml-request-move-article, nnml-request-delete-group)
17194         (nnml-deletable-article-p, nnml-possibly-create-directory)
17195         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17196         (nnml-open-marks): Bind file-name-coding-system to
17197         nnmail-pathname-coding-system.
17198
17199         (nnml-request-article): Pass server argument to nnml-find-group-number.
17200         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17201         Pass server argument to nnml-possibly-create-directory.
17202         (nnml-request-accept-article): Pass server argument to
17203         nnml-active-number and nnml-save-mail.
17204         (nnml-find-group-number): Pass server argument to nnml-find-id.
17205         (nnml-request-update-info): Pass server argument to
17206         nnml-marks-changed-p.
17207
17208         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17209         (nnml-save-mail, nnml-active-number): Add server argument.
17210
17211         (nnml-request-delete-group): Warn if group is missing.
17212         (nnml-get-nov-buffer): Decode group name.
17213         (nnml-generate-active-info): Encode group name.
17214         (nnml-open-marks): Decode group name in messages.
17215
17216 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17219         if it is not specified.
17220         (gnus-article-pipe-part, gnus-article-save-part)
17221         (gnus-article-interactively-view-part, gnus-article-copy-part)
17222         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17223         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17224         (gnus-article-replace-part, gnus-article-delete-part)
17225         (gnus-article-view-part-as-type): Pass raw prefix argument to
17226         gnus-article-part-wrapper.
17227
17228 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17229
17230         * gnus-agent.el (gnus-agent-save-active):
17231         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17232
17233         * gnus-cache.el (gnus-cache-save-buffers)
17234         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17235         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17236         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17237         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17238         (gnus-cache-generate-active, gnus-cache-rename-group)
17239         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17240         (gnus-cache-update-overview-total-fetched-for):
17241         Bind file-name-coding-system to nnmail-pathname-coding-system.
17242         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17243         New variables.
17244         (gnus-cache-decoded-group-name): New function.
17245         (gnus-cache-file-name): Use it.
17246         (gnus-cache-generate-active): Use non-decoded group name for active.
17247
17248         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17249         right place.
17250         (gnus-write-active-file): Don't break non-ASCII group names.
17251
17252         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17253         nnmail-pathname-coding-system.
17254
17255         * lpath.el: Bind default-file-name-coding-system,
17256         file-name-coding-system and language-info-alist for XEmacs.
17257
17258         * gnus-uu.el (gnus-uu-decode-save): Typo.
17259
17260 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17263
17264 2007-07-14  David Kastrup  <dak@gnu.org>
17265
17266         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17267         finishing actions if we did not edit the article.
17268
17269 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17272         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17273         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17274         (gnus-agent-flush-group, gnus-agent-flush-cache)
17275         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17276         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17277         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17278         (gnus-agent-regenerate-group)
17279         (gnus-agent-update-files-total-fetched-for)
17280         (gnus-agent-update-view-total-fetched-for):
17281         Bind file-name-coding-system to nnmail-pathname-coding-system.
17282         (gnus-agent-group-pathname): Don't encode file names by
17283         nnmail-pathname-coding-system.
17284         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17285         coding-system-for-write instead of buffer-file-coding-system to
17286         gnus-agent-file-coding-system.
17287
17288         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17289         Decode group name.
17290
17291         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17292
17293         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17294         (gnus-read-newsrc-el-file): Make group names unibyte.
17295
17296         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17297         nnmail-pathname-coding-system.
17298
17299         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17300         (nnrss-request-delete-group): Bind file-name-coding-system to
17301         nnmail-pathname-coding-system.
17302         (nnrss-read-server-data, nnrss-read-group-data):
17303         Bind file-name-coding-system correctly.
17304         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17305
17306         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17307         (nntp-server-to-method-cache): New variable.
17308         (nntp-group-pathname): New function that decodes non-ASCII group names.
17309         (nntp-possibly-create-directory, nntp-marks-changed-p)
17310         (nntp-save-marks, nntp-open-marks): Use it.
17311         (nntp-possibly-create-directory, nntp-open-marks):
17312         Bind file-name-coding-system to nnmail-pathname-coding-system.
17313         (nntp-open-marks): Decode group names when bootstrapping marks.
17314
17315         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17316         Newsgroups and Followup-To headers.
17317
17318 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17321         (gnus-server-closed-face, gnus-server-denied-face)
17322         (gnus-server-offline-face): Remove variable.
17323         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17324
17325         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17326         of modifying message-stack directly for XEmacs.
17327
17328         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17329         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17330         if the coding-system argument is nil for XEmacs.
17331
17332         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17333         mm-charset-override-alist.
17334
17335         * rfc2047.el: Don't require base64; require rfc2045 for the function
17336         rfc2045-encode-string.
17337         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17338         to quote the parameter value.
17339
17340 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17343         form in gnus-group-name-charset-method-alist.
17344
17345         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17346         overrides the default layout edit-form.
17347
17348         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17349
17350         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17351
17352 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17355         as unfetched articles.
17356
17357 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17360
17361 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17364         original back end that keeps marks in the local system.
17365
17366 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17369         arg of pop-to-buffer for XEmacs.
17370         (gnus-article-read-summary-keys): Ditto; don't restore window
17371         configuration if summary command ends up with neither article buffer
17372         nor summary buffer; describe bindings if summary keys end with C-h.
17373
17374 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * message.el (message-fix-before-sending): Skip raw message part to be
17377         forwarded while checking illegible text.
17378         (message-forward-make-body-mime, message-forward-make-body):
17379         Mark signed or encrypted raw message as having no illegible text.
17380
17381 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17384         (gnus-message-with-timestamp-1): New macro.
17385         (gnus-message-with-timestamp): New function.
17386         (gnus-message): Use them.
17387
17388         * nnheader.el (nnheader-message): Use them.
17389
17390 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17391
17392         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17393         .newsrc.eld file.
17394
17395 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * gnus-agent.el (gnus-agent-fetch-headers)
17398         (gnus-agent-retrieve-headers):
17399         Bind gnus-decode-encoded-address-function to identity.
17400
17401         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17402         available also when the server returns simply a dot.
17403
17404         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17405
17406 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17407
17408         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17409
17410 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus-ems.el (gnus-x-splash): Make it work.
17413
17414         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17415         from being used.
17416
17417         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17418
17419 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17422         4th and the 5th arguments.
17423
17424         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17425         the front stickiness.
17426         (gnus-article-summary-command-nosave): Correct the order of the
17427         arguments passed to pop-to-buffer.
17428         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17429         summary command ends up with the article buffer.
17430
17431         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17432         the same faces.
17433
17434 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17435
17436         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17437
17438 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17439
17440         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17441         * gnus-sum.el (gnus-summary-highlight):
17442         * pgg.el (pgg-sign-region, pgg-sign):
17443         * mail-source.el (mail-source-delete-old-incoming-confirm):
17444         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17445
17446 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * gnus-art.el (gnus-mime-view-part-externally)
17449         (gnus-mime-view-part-internally): Fix predicate function passed to
17450         completing-read.
17451
17452         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17453
17454         * gnus.el (gnus-update-message-archive-method): Add :version.
17455
17456 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17457
17458         * gnus.el (gnus-update-message-archive-method): New variable.
17459
17460         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17461         according to gnus-message-archive-method if
17462         gnus-update-message-archive-method is non-nil.
17463
17464 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17467         Suggested by Loic Dachary <loic@dachary.org>.
17468         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17469
17470 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * message.el (message-pop-to-buffer): Add switch-function argument.
17473         (message-mail): Pass switch-function argument to it.
17474
17475 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17476
17477         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17478         Improve doc string.
17479
17480 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17483         (gnus-header-content):
17484         * gnus-cite.el (gnus-cite-10):
17485         * gnus-srvr.el (gnus-server-closed):
17486         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17487         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17488         (gnus-group-mail-3-empty, gnus-group-mail-low)
17489         (gnus-group-mail-low-empty, gnus-splash):
17490         * message.el (message-header-to, message-header-cc)
17491         (message-header-subject, message-header-other, message-header-name)
17492         (message-header-xheader, message-separator, message-cited-text)
17493         (message-mml): Lighten colors of faces used for dark background.
17494
17495 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17496
17497         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17498         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17499
17500 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * message.el (message-narrow-to-headers-or-head):
17503         Ignore mail-header-separator in the body.
17504
17505 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17508         same as window size.
17509
17510 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17511
17512         * message.el (message-font-lock-keywords): Use message-header-xheader
17513         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17514         ahead of the anything pattern, to get it recognized.
17515
17516 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17519         spam.el loads uses it in the compiled defadvice form.
17520
17521 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17522
17523         * gnus-sum.el (gnus-articles-to-read)
17524         (gnus-summary-insert-old-articles): Don't truncate group name for
17525         `read-string'.
17526
17527         * gnus-util.el (gnus-limit-string): Delete this function.
17528
17529         * gnus-sum.el (gnus-simplify-subject-fully):
17530         Use `truncate-string-to-width' instead.
17531
17532 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17533
17534         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17535         Tell if, on summary exit, the next group has to be selected.
17536         (gnus-summary-exit): Use it.
17537
17538 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17539
17540         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17541         non-break space.
17542
17543 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17546         Check if group is not a directory.
17547         (nnfolder-request-expire-articles): Don't delete articles if the target
17548         group is not available.
17549
17550         * nnml.el (nnml-request-create-group): Properly check if group is not a
17551         file.
17552         (nnml-request-expire-articles): Don't delete articles if the target
17553         group is not available.
17554
17555         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17556         Don't quote characters that are within parentheses.
17557
17558 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17561         (gnus-handle-ephemeral-exit): Select article according to it.
17562
17563 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17564
17565         * message.el (message-insert-formated-citation-line): Remove newline.
17566         (message-citation-line-format): Add final \n here so that the user can
17567         avoid a blank line.
17568
17569 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17570
17571         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17572         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17573         Update lanl/arXiv support.
17574
17575 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17576
17577         * gnus.el: Bump version number.
17578
17579 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17580
17581         * gnus.el (gnus-version-number): Bump version.
17582
17583 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17584
17585         * gnus.el: No Gnus v0.6 is released.
17586
17587 2007-04-27  Didier Verna  <didier@xemacs.org>
17588
17589         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17590         * gmm-utils.el (gmm-regexp-concat): ... here.
17591         * message.el: Don't require 'gnus-util.
17592         (message-dont-reply-to-names): Handle name change above.
17593         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17594
17595 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17596
17597         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17598         since the initial value varies according to the system.
17599
17600 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17603
17604 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17605
17606         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17607
17608 2007-04-24  Didier Verna  <didier@xemacs.org>
17609
17610         Improve the type of gnus-ignored-from-addresses.
17611         * gnus-util.el (gnus-orify-regexp): New function.
17612         * message.el (gnus-util): Require it.
17613         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17614         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17615         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17616
17617 2007-04-24  Didier Verna  <didier@xemacs.org>
17618
17619         * gnus-sum.el:
17620         * gnus-utils.el: Fix some trailing whitespaces.
17621
17622 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17623
17624         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17625         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17626         article's Message-ID; refer parent article in summary buffer.
17627
17628         * message.el (message-bounce): Call mime-to-mml.
17629
17630         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17631         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17632         optimize and/or forms properly.
17633
17634 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17635
17636         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17637         URL.
17638
17639 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17642
17643 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17646         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17647         displayed of multipart/alternative part if it is invoked from summary
17648         buffer.
17649
17650         * mm-view.el (mm-inline-text-html-render-with-w3m)
17651         (mm-inline-text-html-render-with-w3m-standalone)
17652         (mm-inline-render-with-function): Use mail-parse-charset by default.
17653
17654 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17655
17656         * parse-time.el (parse-time-string-chars): Check if CHAR
17657         is less than the length of parse-time-syntax.
17658
17659 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17662         from gnus-newsgroup-processable.
17663
17664 2007-04-16  Didier Verna  <didier@xemacs.org>
17665
17666         * gnus-msg.el (gnus-configure-posting-styles):
17667         Handle message-signature-directory properly with :file syntax.
17668         Reported by "Leo".
17669
17670 2007-04-11  Didier Verna  <didier@xemacs.org>
17671
17672         New user option: message-signature-directory.
17673         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17674         * message.el (message-insert-signature): Ditto.
17675         * message.el (message-signature-file): Doc update.
17676         * message.el (message-signature-directory): New.
17677
17678 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * gnus-msg.el (gnus-inews-yank-articles):
17681         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17682
17683 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17684
17685         * message.el (message-yank-original): Make sure cited text ends with
17686         newline; don't exchange point and mark.
17687
17688 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17689
17690         * tls.el (open-tls-stream): Properly handle case where there
17691         is no associated buffer.
17692
17693 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17694
17695         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17696         message-yank-original, make sure (< mark TEXT point).
17697
17698 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17699
17700         * message.el (message-fill-column): New variable.
17701         (message-mode): Use it.  Add comment on a possible new hook.
17702
17703         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17704         (nnmail-get-new-mail): Reformat.
17705
17706         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17707
17708         * gmm-utils.el: Fix Commentary.
17709         (gmm-tool-bar-from-list): Fix typo in doc string.
17710
17711 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17712
17713         * message.el (message-yank-original): Don't switch point and mark
17714         unnecessarily to put point and mark as documented.
17715
17716 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17717
17718         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17719         from the message heads.
17720
17721 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17722
17723         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17724         article buffer does not have a window.  This may not be the best
17725         solution but is certainly better than setting the start of the null,
17726         that is the current, window.
17727
17728 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17729
17730         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17731         (gnus-draft-setup): Run it.
17732
17733         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17734         gnus-score-fast-scoring.  Allow regexp.
17735         (gnus-score-headers): Use it.
17736
17737         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17738         XEmacs.
17739
17740         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17741         string.
17742         (gnus-button-alist): Also catch `<f1> k ...'.
17743         (gnus-treat-display-x-face): Fix doc string.
17744
17745 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17746
17747         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17748         evaluation of gnus-extended-version to ensure correct generation of the
17749         User-Agent header when message-generate-headers-first is used.
17750
17751 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17752
17753         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17754         hashcash-path is nil.  Don't call callback with incorrect number of
17755         parameters if val is 0.
17756
17757 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17758
17759         * message.el (message-required-news-headers):
17760         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17761
17762 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17763
17764         * tls.el (open-tls-stream): In handshake-waiting loop,
17765         don't wait more if there is output available to process.
17766
17767 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17768
17769         * tls.el (tls-program): Doc fix.
17770
17771 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17772
17773         * message.el (message-generate-new-buffers): Change the meaning of the
17774         nil value; add `standard' to the choices; treat t as `unique'; improve
17775         doc string.
17776         (gnus-select-frame-set-input-focus): Autoload.
17777         (message-buffer-name): Search for the existing message buffer if
17778         message-generate-new-buffers is nil or `standard'; treat the value t of
17779         message-generate-new-buffers as `unique'.
17780         (message-pop-to-buffer): Raise the frame already displaying the message
17781         buffer; clear the echo area after querying.
17782         (message-setup): Pass the `continue' argument to compose-mail.
17783         (message-mail): Prefer `switch-function' if it is given; search for the
17784         existing message buffer if the `continue' argument is non-nil; pass
17785         continue and switch-function arguments to compose-mail by way of
17786         message-setup.
17787         (message-mail-other-window): Adjust argument of message-setup.
17788         (message-mail-other-frame): Ditto.
17789
17790 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17793         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17794         to turn font-lock on when turning gnus-message-citation-mode on.
17795
17796 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17797
17798         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17799         (mml-smime-function-alist): New variable; add epg as the backend.
17800         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17801         mml-smime- functions instead.
17802         * mm-view.el: Require smime.
17803
17804 2007-03-05  Didier Verna  <didier@xemacs.org>
17805
17806         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17807         instead of just inheritance for posting styles.
17808         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17809
17810 2007-02-24  Chris Moore  <dooglus@gmail.com>
17811
17812         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17813         * pgg-pgp.el (pgg-pgp-encrypt-region):
17814         * pgg-gpg.el (pgg-gpg-encrypt-region):
17815         Check pgg-encrypt-for-me if no other recipients.
17816
17817 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17818
17819         * tls.el (tls-certtool-program): Fix custom type.
17820
17821 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17824         and point-at-eol instead of line-(beginning|end)-position.
17825
17826         * assistant.el (assistant-parse-buffer): Ditto.
17827
17828         * netrc.el (netrc-parse-services): Ditto.
17829
17830 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17831
17832         * mml2015.el (mml2015-epg-find-usable-key): New function.
17833         (mml2015-epg-sign): Use it.
17834         (mml2015-epg-encrypt): Use it.
17835
17836 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17837
17838         * message.el (message-make-in-reply-to): Quote name containing
17839         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17840         if there are special characters.  Reported by NAKAJI Hiroyuki
17841         <nakaji@jp.freebsd.org>.
17842
17843 2007-02-27  Didier Verna  <didier@xemacs.org>
17844
17845         Include the group parameters as well as the topic ones in the
17846         inheritance filter process.
17847         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17848         argument GROUP-PARAMS-LIST.
17849         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17850
17851 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * nntp.el (nntp-never-echoes-commands)
17854         (nntp-open-connection-functions-never-echo-commands): New variables.
17855         (nntp-send-command): Use them.
17856
17857 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17858
17859         * mml2015.el (mml2015-epg-verify): Simplify.
17860
17861 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * mml.el (mml-content-disposition-alist): New user option.
17864         (mml-content-disposition): New function.
17865         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17866         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17867
17868 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17869
17870         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17871         verification.
17872
17873 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17874
17875         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17876         articles posted in the last 24 hours.
17877
17878 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17879
17880         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17881
17882 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17883
17884         * nntp.el (nntp-send-command): Don't wait for echoes when
17885         nntp-open-ssl-stream is used.
17886
17887 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17890         (gnus-message-add-citation-keywords)
17891         (gnus-message-remove-citation-keywords): Remove.
17892         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17893         directly, make the variables in font-lock-defaults buffer-local, add
17894         gnus-message-citation-keywords to them and then update the value of
17895         font-lock-keywords.
17896
17897 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17898
17899         * message.el (message-cite-original-1): Don't call
17900         gnus-article-highlight-citation.
17901
17902         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17903         citations; fix line count.
17904
17905 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17906
17907         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17908         (gnus-message-add-citation-keywords)
17909         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17910         versions of font-lock-add-keywords and font-lock-remove-keywords to
17911         work with XEmacs correctly.
17912
17913 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17914
17915         * gnus-cite.el (gnus-cite-face-list): Set the values of
17916         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17917         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17918         (gnus-message-cite-prefix-regexp): New variable.
17919         (gnus-message-search-citation-line): Use it; protect against long
17920         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17921         the 0th match data for Emacs.
17922         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17923         (gnus-message-add-citation-keywords): Append keywords rather than
17924         prepending; emulate font-lock-add-keywords if it is not available.
17925         (gnus-message-remove-citation-keywords):
17926         Emulate font-lock-remove-keywords if it is not available.
17927
17928         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17929
17930         * message.el (message-cite-prefix-regexp): Set the value of
17931         gnus-message-cite-prefix-regexp.
17932
17933 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17934
17935         * nnweb.el (nnweb-google-parse-1): Update parser.
17936
17937 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17938
17939         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17940
17941 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17942
17943         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17944         regexp.
17945
17946 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17949         string-to-multibyte.
17950         (uudecode-decode-region-internal): Use it.
17951
17952         * lpath.el: Fbind string-as-multibyte for XEmacs.
17953
17954 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17955
17956         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17957         Fix custom choice.
17958
17959         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17960
17961 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17962
17963         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17964
17965         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17966         `write-region' to respect `mm-inhibit-file-name-handlers'.
17967
17968 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17969
17970         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17971         Use gnus-home-directory instead of "~/" or "$HOME".
17972
17973 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17974
17975         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17976         to mention filename.
17977         Add comments at beginning regarding usage.
17978         (encrypt-write-file-contents): Change interactive so a string is
17979         acceptable.  If the file has no associated model, show an error instead
17980         of a nonsense prompt.
17981
17982 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17983
17984         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17985         Thanks to Yoshihiko Yamada for kind notification of this typo.
17986
17987 2007-01-12  Kenichi Handa  <handa@m17n.org>
17988
17989         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17990         multibyte buffer.
17991
17992 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17993
17994         * gnus-score.el (gnus-score-fast-scoring): New variable.
17995         (gnus-score-headers): Use it.
17996
17997         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17998
17999         * message.el (message-cite-original-1):
18000         Call gnus-article-highlight-citation if requested.
18001         (message-make-from): Allow name and address as optional arguments.
18002
18003         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18004
18005         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18006         bugs to doc string.
18007         (gnus-button-alist): Add mid\\|message-id.
18008         (gnus-button-fetch-group): Extend for use in
18009         `browse-url-browser-function'.
18010         (gnus-button-url-regexp): Try to catch paired parentheses like in
18011         Wikipedia URLs.
18012
18013         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18014         Suggested by Simon Krahnke <overlord@gmx.li>.
18015
18016 2007-01-13  Romain Francoise  <romain@orebokech.com>
18017
18018         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18019         Update copyright.
18020
18021 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18022
18023         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18024
18025 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18026
18027         * gnus-registry.el (gnus-registry-unfollowed-groups)
18028         (gnus-registry-split-fancy-with-parent): Fix documentation.
18029
18030 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18031
18032         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18033         from nnweb groups.
18034
18035 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18036
18037         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18038         Xref urls.  Erase buffer before requesting head.
18039
18040         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18041
18042 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18043
18044         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18045         customizable.
18046
18047 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18048
18049         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18050         no signing key is found.
18051         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18052         no encrypting and/or signing key is found.
18053
18054 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18055
18056         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18057
18058 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18059
18060         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18061         headers read from disk with the ones newly found in the current search.
18062         This should no longer cause problems, because the article numbers in
18063         Gmane's `nov.php' output are ignored since the previous change.
18064
18065 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18066
18067         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18068
18069 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18072         replace-regexp-in-string; bind url-version; fbind display-images-p and
18073         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18074         find-face and set-itimer-function for Emacs; bind itimer-list for
18075         Emacs.
18076
18077         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18078
18079 2007-01-01  Romain Francoise  <romain@orebokech.com>
18080
18081         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18082
18083 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18084
18085         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18086         `define-minor-mode' macro definition expanded properly.
18087         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18088         exclude it there.
18089
18090         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18091         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18092         `fboundp' test.
18093         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18094         This is OK to autoload in (S)XEmacs now.
18095
18096 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18097
18098         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18099         keystroke.
18100         (gnus-summary-limit-to-singletons): Fix typo.
18101
18102         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18103         else fails.
18104
18105 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18106
18107         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18108         docstring.
18109
18110         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18111         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18112         (gnus-summary-insert-dormant-articles): Fix typo in message.
18113
18114 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18115
18116         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18117         nil for XEmacs.
18118         (gnus-message-citation-mode): Don't autoload in XEmacs.
18119
18120         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18121
18122 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18123
18124         * nnimap.el (nnimap-expunge-search-string):
18125         Mention nnimap-search-uids-not-since-is-evil in docstring.
18126
18127 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18128
18129         * spam.el: Revert to make-obsolete-variable because
18130         define-obsolete-variable-alias is not supported in Emacs 21.
18131
18132         * spam.el (spam-ifile-path, spam-ifile-database-path)
18133         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18134         make-obsolete-variable.
18135         (spam-bsfilter-path, spam-bsfilter-program)
18136         (spam-spamassassin-path, spam-spamassassin-program)
18137         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18138         Don't use "path" inappropriately.
18139         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18140         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18141         variable names.
18142
18143 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18144
18145         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18146         summary buffer.
18147
18148         * password.el (password-cache-remove): Use clear-string to burn
18149         password, if available.
18150
18151 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18152
18153         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18154
18155         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18156
18157         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18158         (gnus-message-highlight-citation): Move defcustom here from
18159         gnus-cite.el.
18160         (gnus-message-citation-mode): Autoload.
18161
18162         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18163         checks to make it compile with XEmacs.
18164         (gnus-message-citation-mode): New minor mode.
18165         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18166         (gnus-message-highlight-citation): New variables.
18167         (gnus-message-search-citation-line)
18168         (gnus-message-add-citation-keywords)
18169         (gnus-message-remove-citation-keywords)
18170         (turn-on-gnus-message-citation-mode)
18171         (turn-off-gnus-message-citation-mode): New functions.
18172
18173 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18174
18175         * gnus-cite.el: Enable highlighting of different citation levels in
18176         message-mode.
18177
18178 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18179
18180         * message.el (message-make-fqdn): Fix comment.
18181         (message-bogus-system-names): Add ".local".
18182
18183         * spam.el (spam-ifile-path, spam-ifile-program)
18184         (spam-ifile-database-path, spam-ifile-database)
18185         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18186         Don't use "path" inappropriately.
18187         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18188         strings.
18189         (spam-check-ifile, spam-ifile-register-with-ifile)
18190         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18191         Use new variable names.
18192
18193         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18194         (gnus-treat-display-smileys): Simplify using
18195         gnus-image-type-available-p.
18196
18197         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18198         available.
18199
18200         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18201         Use `display-images-p' if available.
18202
18203 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18204
18205         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18206         one after turning on the buffer's multibyteness instead of decoding
18207         them directly in the unibyte buffer that causes unexpected conversion
18208         in Emacs 23 (unicode).
18209
18210 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18211
18212         * message.el (message-generate-hashcash): Fix custom type.
18213
18214 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18215
18216         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18217
18218 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18219
18220         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18221         disconnect icons.  Add help text.
18222
18223 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18224
18225         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18226         negated to be consistent with the others we handle.
18227
18228 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18229
18230         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18231         version of gnus-summary-buffer to something, so that we can use two
18232         article buffers at the same time.
18233
18234 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18235
18236         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18237         trigger all the extra headers.
18238         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18239         sorting.
18240
18241 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18242
18243         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18244         solid groups.
18245
18246 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18247
18248         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18249
18250 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18251
18252         * legacy-gnus-agent.el: Add Copyright notice.
18253
18254 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18255
18256         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18257
18258 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18259
18260         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18261
18262         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18263         to make it work reliably in CVS Emacs.
18264         (gnus-summary-limit-strange-charsets-predicate)
18265         (gnus-summary-limit-to-predicate): New functions.
18266
18267 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18268
18269         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18270         specifying array size.
18271         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18272         array if it is too small.
18273         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18274         (gnus-sort-threads-loop): New function.
18275
18276 2006-12-06  Chris Moore  <dooglus@gmail.com>
18277
18278         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18279         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18280
18281 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18282
18283         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18284         options.
18285
18286 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18287
18288         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18289         DOS-ing the recipient.
18290
18291         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18292         the headers when creating the mapping to avoid mismappings.
18293         (nnweb-gmane-create-mapping): Always nix out old mapping.
18294
18295 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18296
18297         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18298         and mm-verify-option to never.
18299
18300 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * message.el (message-signed-or-encrypted-p): New function.
18303         (message-forward-make-body): Use it.
18304
18305         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18306         Replace encode-coding-string with mm-encode-coding-string.
18307
18308 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * nneething.el (nneething-decode-file-name):
18311         Replace decode-coding-string with mm-decode-coding-string.
18312
18313         * gnus-int.el (gnus-open-server): Say failed server's name.
18314
18315 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18316
18317         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18318         strings to a single string.  Quote `errors-file-name'.
18319         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18320         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18321         Adjust calls.  Use `shell-quote-argument'.
18322
18323 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18324
18325         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18326         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18327
18328         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18329         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18330         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18331         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18332         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18333         (gnus-subscribe-newsgroup, gnus-1):
18334         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18335         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18336         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18337         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18338
18339 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18340
18341         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18342         keystroke.
18343         (gnus-summary-limit-to-bodies): Implement headersp.
18344
18345 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18346
18347         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18348
18349 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18352
18353 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18354
18355         * message.el (message-generate-hashcash): Expand range of values to
18356         include `opportunistic'.
18357         (message-send-mail): Use it.
18358
18359 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18360
18361         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18362         and comment it.
18363
18364         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18365
18366 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18367
18368         * gnus-util.el (gnus-extract-address-components): Improve comment.
18369
18370 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * gnus-util.el (gnus-extract-address-components): Work with address in
18373         which the name portion contains @.
18374
18375         * lpath.el: Fbind custom-autoload.
18376
18377 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18378
18379         * gnus.el (gnus-start): Move custom group up.
18380         (gnus-select-method): Don't autoload, but make it available for
18381         `customize-variable'.
18382         (gnus-getenv-nntpserver): Don't autoload.
18383
18384 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18385
18386         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18387
18388 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18389
18390         * message.el (message-sendmail-extra-arguments): New variable.
18391         (message-send-mail-with-sendmail): Use it.
18392
18393 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18394
18395         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18396         mm-with-unibyte-current-buffer to make string unibyte.
18397
18398         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18399         mm-string-as-multibyte.
18400
18401 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18402
18403         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18404         Reported by Werner Koch <wk@gnupg.org>.
18405
18406 2006-11-14  Daiki Ueno  <ueno@p360>
18407
18408         * mml2015.el: Autoload epa-select-keys when compiling.
18409
18410 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18411
18412         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18413         message-options.
18414         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18415
18416 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18417
18418         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18419         EasyPG (< 0.0.6).
18420         (mml2015-always-trust): New user option.
18421         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18422         prompt.
18423
18424 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18425
18426         * nntp.el (nntp-authinfo-force): New variable.
18427         (nntp-send-authinfo): Use it.
18428
18429 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18430
18431         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18432         decode encoded words.  Improve prompt.  Add comment about forwarding.
18433         (message-replacement-char): Move up.
18434
18435 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18436
18437         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18438         instead of gnus-intersection because arguments of gnus-sorted-nunion
18439         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18440
18441 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18442
18443         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18444         (message-simplify-subject-functions):
18445         Enable message-strip-subject-encoded-words by default.
18446
18447 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18448
18449         * message.el (message-strip-subject-encoded-words): New function.
18450         (message-simplify-subject-functions): New variable.
18451         (message-simplify-subject): Use it.  Fix typo in doc string.
18452         Support message-strip-subject-encoded-words.
18453
18454 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18455
18456         * gnus-diary.el (gnus-diary-delay-format-function):
18457         * nndiary.el (nndiary-reminders):
18458         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18459
18460 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18461
18462         * gnus-art.el (article-hide-boring-headers): Fetch date from
18463         gnus-original-article-buffer to avoid problems with localized date
18464         strings.
18465
18466 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18469
18470 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18471
18472         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18473         New variables.
18474         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18475         (mm-charset-synonym-alist): Move some entries to
18476         mm-codepage-iso-8859-list.
18477         (mm-charset-synonym-alist, mm-charset-override-alist):
18478         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18479
18480 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18483
18484 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18485
18486         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18487         with Emacs 21 and XEmacs.
18488
18489 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18490
18491         * spam.el (spam-parse-address): New function for better parsing,
18492         catching errors, etc.
18493         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18494
18495 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18496
18497         * mm-view.el: Add interactive arg to html2text autoload.
18498
18499 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18500
18501         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18502
18503 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18504
18505         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18506         New variables.
18507         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18508         (mm-charset-synonym-alist): Move some entries to
18509         mm-codepage-iso-8859-list.
18510
18511         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18512
18513 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18514
18515         * message.el (message-citation-line-format)
18516         (message-insert-formated-citation-line): Fix implementation of %E, %N
18517         and %n according to the doc string.
18518
18519 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18520
18521         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18522         Use car-safe to avoid bad parses.
18523
18524 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18527         names.
18528
18529         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18530
18531 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18532
18533         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18534         header.
18535
18536         * message.el (message-draft-headers): Add Date.
18537         (message-headers-to-generate): Fix typo in docstring.
18538
18539         * nndraft.el (nndraft-required-headers): New variable.
18540         (nndraft-generate-headers): Use it.
18541
18542         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18543
18544 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18545
18546         * gnus-registry.el (gnus-registry-wash-for-keywords)
18547         (gnus-registry-find-keywords): New functions to allow easy searching of
18548         articles that are in the registry.
18549
18550 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18551
18552         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18553         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18554         Reported by Damien Elmes <damien@repose.cx>.
18555
18556 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18557
18558         * gnus.el (gnus-mime): Remove unused custom group.
18559
18560 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18561
18562         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18563         "blank line" when searching for end of armor headers.
18564
18565 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18566
18567         * gmm-utils.el (gmm-write-region): Fix variable name.
18568
18569 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18570
18571         * gmm-utils.el (gmm-write-region): New function based on compatibility
18572         code from `mm-make-temp-file'.
18573
18574         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18575
18576         * nnmaildir.el (nnmaildir--update-nov)
18577         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18578         Use `gmm-write-region'.
18579
18580 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18581
18582         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18583         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18584
18585         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18586
18587         * message.el (message-replacement-char): New variable.
18588         (message-fix-before-sending): Use it.
18589         (message-simplify-subject): New function to remove duplicate code.
18590         (message-reply, message-followup): Use it.
18591
18592         * gnus-sum.el (gnus-summary-make-menu-bar):
18593         Clarify gnus-summary-limit-to-articles.
18594
18595 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18596
18597         * gnus-util.el (gnus-with-local-quit): New macro.
18598
18599         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18600
18601 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18602
18603         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18604         ignore non-string data.
18605
18606 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18607
18608         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18609         non-string data (needs to be done in the registry too).
18610
18611 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18612
18613         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18614         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18615         (gnus-registry-split-fancy-with-parent)
18616         (gnus-registry-fetch-simplified-message-subject-fast)
18617         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18618         Remove text properties on ingress into the registry and when it's saved.
18619         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18620         registry from entries with no groups.
18621
18622 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18623
18624         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18625         function to remove string properties.
18626
18627 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18628
18629         * gmm-utils.el (gmm): Adjust custom version.
18630
18631         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18632         Adjust custom version.
18633
18634         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18635
18636 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18637
18638         * gnus-art.el (gnus-insert-prev-page-button)
18639         (gnus-insert-next-page-button): Simplify.  Reformat.
18640
18641 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18642
18643         * gnus-art.el (gnus-insert-prev-page-button)
18644         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18645
18646 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18647
18648         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18649
18650 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18651
18652         * gnus-art.el (gnus-insert-mime-button)
18653         (gnus-insert-mime-security-button):
18654         Apply gnus-article-button-face to MIME and security buttons.
18655
18656 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18657
18658         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18659         readable.
18660
18661 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18664
18665 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18666
18667         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18668         `browse-url-of-file' instead of `browse-url'.
18669
18670 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18671
18672         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18673         regexp.  Articles containing quotation were cut prematurely.
18674
18675 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18676
18677         * message.el (message-cite-original-1): Use nobody by default for the
18678         value of From header.
18679         (message-reply): Ditto.
18680
18681 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18682
18683         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18684         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18685         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18686
18687 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18688
18689         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18690         mails in the doc string.  Add some URLs in comment.
18691         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18692
18693 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18696         backslashes handling and the way to find boundaries of quoted strings.
18697
18698 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18699
18700         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18701         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18702         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18703         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18704
18705 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18706
18707         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18708         doc string.
18709         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18710
18711 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18712
18713         * lpath.el: Fbind epg-check-configuration.
18714
18715 2006-09-06  Simon Josefsson  <jas@extundo.com>
18716
18717         * mml2015.el (mml2015-use): Doc fix, mention epg.
18718
18719 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18720
18721         * mml2015.el (mml2015-use): Default to epg, if available.
18722
18723 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18724
18725         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18726         message-sender.
18727         (mml1991-epg-encrypt): Ditto.
18728         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18729         message-sender.
18730         (mml2015-epg-encrypt): Ditto.
18731
18732 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18733
18734         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18735         several common directories.
18736
18737 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18738
18739         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18740         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18741
18742 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18743
18744         * gnus-art.el (article-decode-encoded-words): Make it fast.
18745
18746 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18747
18748         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18749
18750         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18751         in quoted string into `\'.
18752
18753 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18754
18755         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18756         Use standard-syntax-table.
18757
18758 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18759
18760         * gnus-art.el (gnus-decode-address-function): New variable.
18761         (article-decode-encoded-words): Use it to decode headers which are
18762         assumed to contain addresses.
18763         (gnus-mime-delete-part): Remove useless `or'.
18764
18765         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18766         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18767         (gnus-nov-parse-line): Use it to decode From header.
18768         (gnus-get-newsgroup-headers): Ditto.
18769         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18770
18771         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18772         (mail-decode-encoded-address-string): New alias.
18773
18774         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18775         New function.
18776         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18777         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18778         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18779         (rfc2047-decode-string): Ditto.
18780         (rfc2047-decode-address-region): New function.
18781         (rfc2047-decode-address-string): New function.
18782
18783 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18784
18785         * message.el (message-caesar-buffer-body): Allow rotating headers.
18786
18787         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18788
18789         * message.el (message-insert-formated-citation-line): Fix %f.
18790         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18791
18792 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18793
18794         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18795         (gnus-bookmark-mouse-available-p): New macro.
18796         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18797         (gnus-bookmark-bmenu-show-infos): Use it.
18798         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18799         (gnus-bookmark-bmenu-hide-infos): Ditto.
18800         (gnus-bookmark-remove-properties): New function.
18801         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18802         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18803         (gnus-bookmark-write-file): Bind coding-system-for-write.
18804         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18805         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18806         group before selecting it.
18807         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18808         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18809         quit-window if it is not available; use gnus-mouse-2 and bind it to
18810         gnus-bookmark-bmenu-select-by-mouse.
18811         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18812         (gnus-bookmark-bmenu-select-by-mouse): New function.
18813
18814 2006-08-13  Romain Francoise  <romain@orebokech.com>
18815
18816         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18817         space.
18818
18819 2006-08-10  Romain Francoise  <romain@orebokech.com>
18820
18821         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18822         (dns-mode-soa-auto-increment-serial): New user option.
18823         (dns-mode-soa-maybe-increment-serial): New function.
18824         (dns-mode): Add the latter to `write-contents-functions'.
18825
18826 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18827
18828         * compface.el (uncompface): Use binary rather than raw-text-unix.
18829
18830 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * compface.el (uncompface): Make sure the eol conversion doesn't take
18833         place when communicating with the external programs.
18834         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18835
18836 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18837
18838         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18839
18840 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18841
18842         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18843         Make it more robust by parsing author and date independently.
18844
18845 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18848
18849 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18850
18851         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18852         first matching secret key.
18853         (mml2015-epg-encrypt): Ditto.
18854
18855         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18856         first matching secret key.
18857         (mml1991-epg-encrypt): Ditto.
18858
18859         * mml2015.el (mml2015-encrypt-to-self): New user option.
18860         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18861         mml2015-epg-encrypt-to-self is set.
18862
18863         * mml1991.el (mml1991-encrypt-to-self): New variable.
18864         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18865         mml1991-epg-encrypt-to-self is set.
18866
18867         * mml2015.el (mml2015-signers): New user option.
18868         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18869         (mml2015-epg-encrypt): Allow to select signing keys.
18870
18871         * mml1991.el (mml1991-signers): New variable.
18872         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18873         (mml1991-epg-encrypt): Allow to select signing keys.
18874
18875 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * nnheader.el (nnheader-insert-head): Make it work even if the file
18878         uses CRLF for the line-break code.
18879
18880 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18881
18882         * mml2015.el: Require mml-sec instead of password.
18883         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18884         (mml2015-cache-passphrase): Inherit the default value from
18885         mml-secure-cache-passphrase.
18886         (mml2015-passphrase-cache-expiry): Inherit the default value from
18887         mml-secure-passphrase-cache-expiry.
18888
18889         * mml1991.el: Require mml-sec instead of password.
18890         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18891         (mml1991-cache-passphrase): Inherit the default value from
18892         mml-secure-cache-passphrase.
18893         (mml1991-passphrase-cache-expiry): Inherit the default value from
18894         mml-secure-passphrase-cache-expiry.
18895
18896         * mml-sec.el: Require password.
18897         (mml-secure-verbose): New user option.
18898         (mml-secure-cache-passphrase): New user option.
18899         (mml-secure-passphrase-cache-expiry): New user option.
18900
18901 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18902             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18903
18904         * pgg-def.el (pgg-truncate-key-identifier):
18905         Truncate the key ID to 8 letters from the end.
18906
18907 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18908
18909         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18910         workaround for the url package included with Emacs.
18911
18912         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18913
18914 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18917         correctly.  This fixes a bug caused by the 2006-05-12 change.
18918
18919 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18920
18921         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18922         some information about the error when saying that the `bogus' mail
18923         group will be used.
18924
18925 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18926
18927         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18928         string.
18929
18930 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18931
18932         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18933
18934 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18935
18936         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18937
18938 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18939
18940         * mml1991.el (mml1991-function-alist): Add epg.
18941         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18942         (mml1991-epg-encrypt): New functions.
18943
18944 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18945
18946         * mml2015.el (mml2015-verbose): New variable.
18947         (mml2015-cache-passphrase): Ditto.
18948         (mml2015-passphrase-cache-expiry): Ditto.
18949         (mml2015-function-alist): Add epg.
18950         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18951         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18952         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18953         New functions.
18954
18955 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18956
18957         * message.el (message-cite-original-1): Preserve region when removing
18958         quoted text due to X-No-Archive in order to avoid bogus attribution
18959         when citing multiple messages.
18960
18961 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18962
18963         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18964         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18965
18966 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18967
18968         * gnus-diary.el (gnus-user-format-function-d)
18969         (gnus-user-format-function-D): Autoload.
18970
18971         * imap.el (Commentary): Fix typo.
18972
18973         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18974         2006-04-22 contribution.
18975
18976 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18977
18978         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18979         It didn't really fix the bogosity I'm seeing with solid web groups.
18980
18981 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18982
18983         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18984         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18985         created using server names.  If we use the feature without declaring
18986         it, Gnus does not properly manage server and group state.
18987
18988         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18989         bound.
18990
18991 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18992
18993         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18994         looking up the method using GROUP's prefix before inventing a new one.
18995         It is used on killed/unknown groups in various places where returning
18996         an all-new method isn't expected by the caller.
18997
18998         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18999         and match semantics of gnus-group-real-prefix.
19000
19001 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19002
19003         * nnmail.el (nnmail-broken-references-mailers): New variable.
19004         (nnmail-ignore-broken-references): New function generalizing
19005         nnmail-fix-eudora-headers.
19006         (nnmail-fix-eudora-headers): Now obsolete.
19007
19008         * gnus-art.el (gnus-button-handle-custom):
19009         Support `customize-apropos*'.
19010
19011 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19012
19013         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19014
19015         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19016         articles.
19017
19018 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19019
19020         * message.el (message-cite-reply-above): New variable.
19021         (message-yank-original): Use it.
19022
19023 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19026
19027 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19028
19029         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19030         as read.
19031
19032         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19033
19034 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19035
19036         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19037         (gnus-bookmark-default-file): Use gnus-directory.
19038         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19039         Remove "*" in doc string.
19040         (gnus-bookmark-write-file): Simplify.
19041         (gnus-bookmark-maybe-sort-alist): Use `when'.
19042         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19043         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19044         Add FIXME about Emacs 21 and XEmacs compatibility.
19045         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19046         compatibility.
19047         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19048         compatibility.
19049         (gnus-bookmark-menu-heading): Fix version.
19050
19051 2006-06-19  Bastien Guerry  <bzg@altern.org>
19052
19053         * gnus-bookmark.el: New file.
19054
19055 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19056
19057         * message.el (message-syntax-checks): Doc fix.
19058
19059 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19060
19061         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19062         unsubscribed groups as if they were killed ones.  It causes duplicate
19063         entries in gnus-newsrc-alist.
19064
19065 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19066
19067         * message.el (message-syntax-checks): Doc fix.
19068         (message-send-mail): Add check for continuation headers.
19069         (message-check-news-header-syntax): Fix regexp used to check for
19070         continuation headers.
19071
19072 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19073
19074         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19075
19076 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19077
19078         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19079
19080 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19083         default-truncate-lines.
19084
19085 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19088         to fill the utf-8 entry.
19089
19090         * lpath.el: Fbind unicode-precedence-list.
19091
19092 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19093
19094         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19095
19096 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19097
19098         * gnus-agent.el (directory-files-and-attributes): Move all the way
19099         forward (the third and final move).
19100         (gnus-agent-read-agentview): Trap reconstruction errors due to
19101         nonexistent directory.  Handle by returning nil.
19102
19103 2006-05-30  Didier Verna  <didier@xemacs.org>
19104
19105         * message.el (message-dont-reply-to-names): Update the custom type.
19106         * message.el (message-dont-reply-to-names): New defsubst: potentially
19107         convert a list of regexps into a single one.
19108         * message.el (message-get-reply-headers): Use it.
19109         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19110
19111 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19112
19113         * gnus-agent.el (directory-files-and-attributes): Move forward.
19114
19115 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19116
19117         * gnus-ml.el (gnus-mailing-list-subscribe)
19118         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19119         (gnus-mailing-list-message): Fix doc strings.
19120
19121 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19122
19123         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19124         of doing it manually.
19125
19126 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19127
19128         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19129         comment.
19130
19131 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19132
19133         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19134         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19135         (gnus-agent-read-local): All symbols allocated in my-obarray.
19136         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19137         (gnus-agent-regenerate-group): Check numeric names to see if they are
19138         messages or groups.
19139         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19140         better way of do this...)
19141
19142         * gnus-cache.el (gnus-agent-total-fetched-for):
19143         Ignore 'dummy.group' (there should be a better way of do this...)
19144
19145 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19146
19147         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19148         (gnus-saved-headers): Ditto.
19149         (gnus-default-article-saver): Mention functions may have properties.
19150         (gnus-article-save): Override gnus-save-all-headers and
19151         gnus-saved-headers by :headers property which saver function may have.
19152         (gnus-summary-save-in-file): Add :headers property.
19153         (gnus-summary-write-to-file): Ditto.
19154
19155         * gnus-sum.el (gnus-summary-save-article): Bind
19156         gnus-prompt-before-saving to t when saving many articles in a file;
19157         always show all headers.
19158
19159         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19160
19161 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19162
19163         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19164         marks.
19165
19166         * message.el (message-indent-citation): Add optional arguments to allow
19167         using it outside of message buffers.
19168
19169         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19170         (gnus-article-treat-unfold-headers): Use it.
19171         (gnus-article-truncate-lines): New variable.
19172         (gnus-article-mode): Use it.
19173         (gnus-article-toggle-truncate-lines): New function.
19174
19175         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19176         Add gnus-article-toggle-truncate-lines.
19177
19178         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19179         coding system in XEmacs, use binary.
19180
19181 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19182
19183         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19184         after-load-alist.
19185
19186         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19187         this function should save decoded articles.
19188         (gnus-summary-write-to-file): Use property to specify this function
19189         should save decoded articles and specify gnus-summary-save-in-file
19190         should be used to save articles other than the first one when saving
19191         many articles.
19192         (gnus-summary-save-body-in-file): Use property to specify this
19193         function should save decoded articles.
19194         (gnus-summary-write-body-to-file): Use property to specify this
19195         function should save decoded articles and specify
19196         gnus-summary-save-body-in-file should be used to save articles other
19197         than the first one when saving many articles.
19198
19199         * gnus-sum.el (gnus-summary-save-article): Simplify.
19200
19201 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * gnus-art.el (gnus-default-article-saver):
19204         Add gnus-summary-write-body-to-file.
19205         (gnus-article-save-coding-system): Don't use coding system object
19206         in XEmacs.
19207         (gnus-read-save-file-name): Add optional `dir-var' argument which
19208         specifies directory in which files are saved; work even if optional
19209         `variable' argument is not specified.
19210         (gnus-summary-write-to-file): Read file name.
19211         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19212         (gnus-summary-write-body-to-file): New function.
19213
19214         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19215         (gnus-summary-local-variables): Add it.
19216         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19217         (gnus-summary-save-article): Remove optional `decode' argument;
19218         determine whether to decode articles by the value of
19219         gnus-default-article-saver; when saving many files using
19220         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19221         it first and use gnus-summary-save-in-file or
19222         gnus-summary-save-body-in-file thereafter unless
19223         gnus-prompt-before-saving is always; move point to article which
19224         will be saved.
19225         (gnus-summary-save-article-file): Revert.
19226         (gnus-summary-write-article-file): Revert.
19227         (gnus-summary-save-article-body-file): Revert.
19228         (gnus-summary-write-article-body-file): New function.
19229
19230 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * gnus-art.el (gnus-default-article-saver): Doc fix.
19233         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19234         from gnus-summary-save-article-coding-system, and default to a
19235         certain coding system.
19236         (gnus-output-to-file): Add coding cookie and encode text according
19237         to gnus-article-save-coding-system; don't use mm-append-to-file.
19238
19239         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19240         gnus-art.el and rename to gnus-article-save-coding-system.
19241         (gnus-summary-save-article): Require gnus-art; don't show all
19242         headers if it decodes articles; don't add coding cookie here;
19243         don't bind mm-text-coding-system-for-write.
19244         (gnus-summary-save-article-file): Save decoded articles.
19245         (gnus-summary-write-article-file): When saving many files, use
19246         gnus-summary-write-to-file first and gnus-summary-save-in-file
19247         thereafter unless gnus-prompt-before-saving is always.
19248         (gnus-summary-save-article-body-file): Save decoded articles.
19249
19250         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19251
19252 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19253
19254         * nnrss.el (nnrss-check-group): Bind hash-index.
19255
19256 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19257
19258         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19259         its hash index.  Store this hash in `nnrss-group-data'.
19260         (nnrss-read-group-data): Update accordingly.
19261
19262 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19263
19264         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19265         entry.
19266
19267         * gnus-sum.el (gnus-summary-make-menu-bar):
19268         Add gnus-article-browse-html-article.
19269
19270 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19271
19272         * gnus-sum.el (gnus-summary-mime-map):
19273         Add gnus-article-browse-html-article.
19274
19275         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19276
19277 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19278
19279         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19280         suitable coding systems in customize.
19281
19282 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19283
19284         * mail-source.el (mail-sources): Fix custom type.
19285
19286 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19287
19288         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19289         (gnus-summary-expire-articles-now): Shorten prompt.
19290
19291         * gmm-utils.el (wid-edit): Require.
19292         (defun-gmm): Rename from `gmm-defun-compat'.
19293         (gmm-image-search-load-path): Use it.
19294         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19295
19296 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19297
19298         * gnus-sum.el (gnus-summary-save-article-coding-system):
19299         New variable.
19300         (gnus-summary-save-article): Add optional `decode' argument.
19301         If it is set and gnus-summary-save-article-coding-system is non-nil,
19302         save decoded article.
19303         (gnus-summary-write-article-file): Save decoded article if
19304         gnus-summary-save-article-coding-system is non-nil.
19305
19306         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19307         type.
19308
19309 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19310
19311         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19312
19313 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19314
19315         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19316         first to test gnus-single-article-buffer which may be buffer-local.
19317
19318         * gnus-sum.el (gnus-summary-setup-buffer):
19319         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19320         group; make gnus-article-buffer, gnus-article-current, and
19321         gnus-original-article-buffer always buffer-local.
19322         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19323         group.
19324         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19325
19326 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19327
19328         * nnml.el (nnml-request-compact-group): Compressed files might not
19329         have .gz extension.
19330
19331 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19332
19333         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19334         (mm-copy-to-buffer): Use with-current-buffer.
19335         (mm-display-part): Simplify.
19336         (mm-inlinable-p): Add optional arg `type'.
19337
19338 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19339
19340         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19341         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19342         Try harder to show the attachment internally or externally using
19343         gnus-mime-view-part-as-type.
19344
19345 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19346
19347         * message.el (message-from-style, message-signature-separator)
19348         (message-user-organization-file, message-send-mail-function)
19349         (message-citation-line-function, message-yank-prefix)
19350         (message-indent-citation-function, message-signature)
19351         (message-signature-file, message-signature-insert-empty-line):
19352         Remove autoloads.
19353
19354         * gnus-art.el (gnus-buttonized-mime-types):
19355         Remove "multipart/signed".  Revert 2006-04-26 change.
19356
19357 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19358
19359         * gnus.el (gnus-version-number): Bump version.
19360
19361 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19362
19363         * gnus.el: No Gnus v0.5 is released.
19364
19365 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19366
19367         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19368         fetching articles by message-id.
19369
19370 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19371
19372         * message.el (hashcash): Require hashcash as normal.
19373
19374         * ecomplete.el (ecomplete-highlight-match-line):
19375         Use point-at-eol.
19376         (ecomplete-highlight-match-line): Use `highlight', because that
19377         face exists in both Emacs and XEmacs.
19378
19379         * message.el (message-display-abbrev): Use point-at-bol.
19380
19381         * mail-source.el: Don't require timer/timer-funcs.
19382
19383         * gnus-async.el: Ditto.
19384
19385         * password.el: Ditto.
19386
19387         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19388
19389         * mm-url.el: Ditto.
19390
19391         * gnus-xmas.el: Don't require timer-funcs.
19392
19393         * mm-util.el: Require timer/timer-funcs.
19394
19395 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19396
19397         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19398         Close.
19399
19400 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19401
19402         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19403         unibyte after clear-decrypt function runs.
19404
19405         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19406         returns as a unibyte string.
19407
19408 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19409
19410         * lpath.el: Revert.
19411
19412         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19413         (pgg-gpg-process-sentinel): Revert.
19414
19415         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19416         (pgg-pgp-lookup-key): Revert.
19417
19418         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19419         (pgg-pgp5-lookup-key): Revert.
19420
19421         * pgg.el (pgg-fetch-key): Revert.
19422
19423 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19424
19425         * lpath.el: Fbind string-as-multibyte for XEmacs.
19426
19427         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19428         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19429         (mml1991-pgg-encrypt): Ditto.
19430
19431         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19432         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19433         a multibyte buffer.
19434
19435         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19436         (pgg-pgp-lookup-key): Ditto.
19437
19438         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19439         (pgg-pgp5-lookup-key): Ditto.
19440
19441         * pgg.el (pgg-fetch-key): Ditto.
19442
19443 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19444
19445         * message.el (message-user-organization-file): Check several
19446         locations of the organization file.
19447
19448         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19449         Add gnus-article-view-part-as-type.
19450
19451         * gnus-art.el (gnus-article-view-part-as-type): New function.
19452
19453         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19454         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19455
19456         * mml.el: Simplify autoload.
19457         (mml-mode): defvar dnd-protocol-alist instead of using
19458         symbol-value.
19459         (mml-default-directory): New variable.
19460         (mml-minibuffer-read-file): Use it.
19461         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19462
19463         * message.el (message-citation-line-format): New variable.
19464         (message-insert-formated-citation-line): New function.
19465         (message-citation-line-function):
19466         Add `message-insert-formated-citation-line' to custom type.
19467
19468         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19469         to doc string.
19470
19471         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19472         depending on mm-verify-option.
19473
19474 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19475
19476         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19477         binding pgg-* variables; reimplement the section which prevents
19478         MIME header from being signed.
19479         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19480         pgg-text-mode; remove a blank line at the top of body.
19481
19482         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19483         lines at the top of body; use gnus-newsgroup-charset if there's no
19484         Charset header.
19485
19486 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * message.el (message-self-insert-commands): Doc fix.
19489
19490         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19491         (mm-uu-pgp-encrypted-test): Ditto.
19492         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19493         between header and body; return application/pgp-encrypted handle
19494         if decryption failed; decode decrypted body by charset.
19495
19496         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19497         element match to application/pgp-*.
19498
19499 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19500
19501         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19502         HTML.
19503
19504 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19505
19506         * mail-source.el (mail-source-call-script): Message the error
19507         string.
19508
19509 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19510
19511         * gnus-util.el (gnus-byte-compile): Use it.
19512
19513 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19514
19515         * gnus-util.el (kill-empty-logs): New function.
19516
19517 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19518
19519         * message.el (message-mail-alias-type): Doc fix.
19520         (message-mail-alias-type-p): New function.
19521         (message-send): Use it.
19522         (message-mode): Ditto.
19523         (message-strip-forbidden-properties): Ditto.
19524
19525         * ecomplete.el (ecomplete-database-file-coding-system):
19526         New variable.
19527         (ecomplete-save): Use it.
19528         (ecomplete-setup): Use it.
19529
19530 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19531
19532         * message.el (message-self-insert-commands): New variable.
19533         (message-strip-forbidden-properties): Use it.
19534
19535 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19536
19537         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19538         that doesn't make XEmacs choke.
19539
19540 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19541
19542         * gnus-util.el (gnus-replace-in-string):
19543         Prefer replace-regexp-in-string over of replace-in-string.
19544
19545 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19546
19547         * gnus-util.el (gnus-select-frame-set-input-focus):
19548         Use select-frame-set-input-focus if it is available in XEmacs; use
19549         definition defined in Emacs 22 for old Emacsen.
19550
19551         * dgnushack.el: Autoload unmorse-region for XEmacs.
19552
19553         * lpath.el: Bind cursor-in-non-selected-windows and
19554         select-frame-set-input-focus for XEmacs.
19555
19556 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19557
19558         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19559
19560 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19561
19562         * gnus-registry.el (gnus-registry-cache-save): Remove text
19563         properties when saving via the temp buffer.
19564
19565 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19566
19567         * message.el (message-generate-hashcash): Honor custom type.
19568
19569 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19570
19571         * message.el (message-generate-hashcash): Default to non-nil when
19572         hashcash is found.
19573
19574         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19575         (gnus-refer-thread-limit): Increase default to 500.
19576
19577         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19578
19579         * flow-fill.el (fill-flowed): Allow delete-space.
19580
19581 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19582
19583         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19584         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19585         Remove autoloads.
19586
19587 2006-04-18  Simon Josefsson  <jas@extundo.com>
19588
19589         * message.el (message-generate-hashcash): Default to.
19590
19591 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19592
19593         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19594         concatenating segments rather than before concatenating them.
19595
19596 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19597
19598         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19599
19600 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19601
19602         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19603
19604         * message.el (message-forward-make-body-plain):
19605         Allow message-forward-ignored-headers to be a list.
19606         (message-remove-ignored-headers): Factor out into function.
19607         (message-forward-make-body-mml): Use it.
19608
19609         * imap.el (imap-quote-specials): New function.
19610         (imap-login-auth): Quote specials.
19611
19612         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19613         (rfc2231-parse-string): Allow concatanation of parameters that
19614         aren't contiguous.  The test case is
19615           (mail-header-parse-content-type "message/external-body;
19616             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19617             access-type=LOCAL-FILE;
19618             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19619
19620 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19621
19622         * nntp.el (nntp-accept-process-output): Return the value of
19623         `nnheader-accept-process-output'.
19624
19625 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19626
19627         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19628         (gnus-button-alist): Recognize more diff formats.
19629         (gnus-button-patch): Strip directory.
19630
19631 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19632
19633         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19634         Emacs 22 when setting focus.
19635
19636 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19637
19638         * gnus-art.el (gnus-article-treat-types): Do treatment of
19639         text/x-verbatim parts.
19640         (gnus-button-patch): New command.
19641
19642         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19643         addresses that contain invalid characters.
19644
19645 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19646
19647         * message.el (message-put-addresses-in-ecomplete):
19648         Use gnus-replace-in-string.
19649         (message-is-yours-p): Use the more correct
19650         mail-header-parse-address instead of
19651         mail-extract-address-components.
19652         (message-put-addresses-in-ecomplete): Fix typo.
19653
19654         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19655         keystroke.
19656
19657         * gnus-art.el (gnus-treatment-function-alist): Change order of
19658         newsgroups/generic header folding to avoid double-folding.
19659
19660         * message.el (message-hidden-headers): Add X-Draft-From.
19661
19662         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19663         New command.
19664         (gnus-summary-repeat-search-article-backward): New command.
19665
19666         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19667         groups in the parent topic.
19668
19669 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19670
19671         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19672         (spam-extra-header-to-number): Return the CRM114 number as a
19673         number instead of a string.
19674
19675 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19676
19677         * gnus-art.el (gnus-face-properties-alist): Move here from
19678         gnus-fun.
19679
19680         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19681
19682 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19683
19684         * message.el (message-strip-forbidden-properties): Only display on
19685         self-insert-command.
19686
19687         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19688         reindent.
19689         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19690
19691 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19692
19693         * smiley.el (smiley-style): Fix typo.
19694
19695 2006-03-23  Kenichi Handa  <handa@m17n.org>
19696
19697         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19698         instead of set-buffer-multibyte.
19699
19700 2006-03-23  Kenichi Handa  <handa@m17n.org>
19701
19702         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19703         buffer and then decode the buffer text if necessary.
19704         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19705         first, and after mm-encode-body, change the buffer to unibyte.
19706
19707 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19708
19709         * hashcash.el (hashcash-insert-payment-async-2):
19710         Use message-goto-eoh instead of doing it manually.
19711         (mail-add-payment): Use message-narrow-to-header instead of trying
19712         to do the same itself.
19713
19714         * message.el (message-hidden-headers): Add Face.
19715
19716         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19717         reparenting code.
19718         (gnus-summary-reparent-children): Refactored out code.
19719         (gnus-summary-thread-map): New keystroke.
19720         (gnus-summary-reparent-children): Make into command.
19721
19722         * smiley.el (smiley-style): Default to `medium' if using a large
19723         font.
19724
19725         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19726         does it itself.
19727
19728         * message.el (message-point-in-header-p): Simplify definition.
19729
19730 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19731
19732         * nnagent.el (nnagent-request-set-mark): Silence log file
19733         writing.
19734         (nnagent-request-set-mark): Use write-region instead of
19735         append-to-file.
19736
19737         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19738         strange select method.
19739
19740         * ecomplete.el (ecomplete-display-matches): Get highlightling
19741         right.
19742         (ecomplete-display-matches): Use literals.
19743         (ecomplete-display-matches): Disable message logging.
19744
19745         * message.el (message-display-abbrev): Small optimization.
19746
19747         * ecomplete.el (ecomplete-display-matches): Allow automatic
19748         display.
19749
19750         * message.el (message-strip-forbidden-properties):
19751         Display abbrevs.
19752         (message-display-abbrev): Get automatic display right.
19753
19754         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19755         keystrokes.
19756
19757 2006-04-13  Romain Francoise  <romain@orebokech.com>
19758
19759         TODO: Backport to v5-10!
19760
19761         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19762         Move here (and rename) from gnus-registry.el.
19763
19764         * gnus-registry.el: Require gnus-util.
19765         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19766
19767 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19768
19769         * gnus-group.el (gnus-group-catchup-current):
19770         Change if-then-else-if-then-else into cond.
19771         (gnus-group-catchup): Indent.
19772         (group-name-at-point): New function.
19773         (gnus-fetch-group): Provide default from thing at point.
19774
19775 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19776
19777         * message.el (message-display-abbrev): Fix regexp.
19778
19779         * ecomplete.el (ecomplete-highlight-match-line):
19780         Reimplement choosing.
19781         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19782         dead variables.
19783
19784         * message.el (message-newline-and-indent): Remove debugging.
19785         (message-display-abbrev): Use new implementation.
19786
19787 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19788
19789         * gnus-art.el (gnus-article-mode):
19790         Set cursor-in-non-selected-windows to nil.
19791
19792         * smiley.el: Revert previous change.
19793         (smiley-data-directory): defvar it before using it in the
19794         defcustom of `smiley-style'.
19795
19796 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19797
19798         * message.el (message-newline-and-indent): New function.
19799
19800         * ecomplete.el: Implement more bits.
19801
19802         * message.el (message-put-addresses-in-ecomplete): Clean up the
19803         string.
19804
19805         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19806
19807         * gnus-sum.el (gnus-summary-save-parts):
19808         Bind gnus-summary-save-parts-counter and use it to make unique file
19809         names.
19810
19811         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19812
19813         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19814         parameter to say whether to actually parse the individual
19815         addresses.
19816
19817         * message.el (message-put-addresses-in-ecomplete): New function.
19818         (ecomplete): Require.
19819         (message-mail-alias-type): Add ecomplete as an option.
19820
19821 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19822
19823         * flow-fill.el (fill-flowed): Remove trailing space from blank
19824         quoted lines.
19825
19826 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19827
19828         * smiley.el (smiley-style): Move definition later to avoid a
19829         compilation warning.
19830
19831 2006-04-12  Kenichi Handa  <handa@m17n.org>
19832
19833         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19834         buffer and then decode the buffer text if necessary.
19835         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19836         first, and after mm-encode-body, change the buffer to unibyte.
19837         Use mm-disable-multibyte instead of set-buffer-multibyte.
19838
19839 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19840
19841         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19842         Content-Type header instead of Content-Disposition header.
19843         (gnus-mime-inline-part): Ditto.
19844         (gnus-mime-view-part-as-charset): Ignore charset that the part
19845         specifies.
19846
19847         * mm-decode.el (mm-display-part): Work with external parts and
19848         usual parts similarly.
19849
19850         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19851         instead of gnus-display-mime.
19852
19853         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19854         instead of with-temp-buffer.
19855
19856         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19857         tag to summarized topics part in order to encode non-ASCII text.
19858
19859 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19860
19861         * smiley.el (smiley-style): New variable.
19862         (smiley-directory): New function.
19863         (smiley-data-directory): Derive from `smiley-style' using
19864         `smiley-directory'.
19865         (smiley-regexp-alist): Add new entries.
19866
19867         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19868         (gnus-article-browse-delete-temp): Add :version.
19869
19870 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19871
19872         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19873         the sieve region.
19874
19875 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19876
19877         * gnus.el (gnus-version-number): Bump version.
19878
19879 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19880
19881         * gnus.el: No Gnus v0.4 is released.
19882
19883 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19884
19885         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19886         layout.
19887
19888         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19889         unknown charset.
19890
19891         * message.el (message-header-synonyms): Add Original-To to the
19892         default.
19893
19894         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19895         optional parameter.
19896
19897 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19898
19899         * gnus-fun.el (gnus): Require it for gnus-directory.
19900
19901 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19902
19903         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19904
19905 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19906
19907         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19908
19909 2006-04-05  Simon Josefsson  <jas@extundo.com>
19910
19911         * password.el (password-reset): New function.
19912
19913 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19914
19915         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19916         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19917
19918 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19919
19920         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19921         Some whitespace was matched into the url, which broke browsing hits
19922         > 100 when mm-url-use-external was nil.
19923
19924 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19925
19926         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19927         Check gnus-extra-headers for 'Newsgroups.
19928
19929         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19930         bound.
19931
19932 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19933
19934         * pgg-gpg.el: Clean up process buffers every time gpg processes
19935         complete.
19936
19937 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19938
19939         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19940         doc string.
19941
19942 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19943
19944         * pgg-gpg.el (pgg-gpg-process-filter)
19945         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19946
19947         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19948         lines, temporary fix.
19949
19950 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19951
19952         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19953
19954 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19955
19956         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19957         default-enable-multibyte-characters.  This reverts the change from
19958         revision 6.17 which is no longer necessary because the passphrase
19959         is sent separately now.  GnuPG messages are unreadable under
19960         multibyte locales with default-enable-multibyte-characters set to
19961         nil.
19962
19963 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19964
19965         * message.el (message-tool-bar-gnome): Move "spell".
19966
19967 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19968
19969         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19970         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19971         instead.
19972
19973 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19974
19975         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19976         Improve newsgroups handling for NNTP overviews which don't include
19977         Newsgroups.
19978
19979 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19980
19981         * message.el (message-resend): Bind message-generate-hashcash to nil.
19982
19983 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19984
19985         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19986         when searching for already-paid recipients.
19987
19988 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19989
19990         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19991         passphrases when it is not needed.
19992         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19993         passphrase stuff from gpg, should only be necessary when you use
19994         gpg with a smartcard.
19995
19996 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19997
19998         * mml.el (mml-insert-mime): Ignore cached contents of
19999         message/external-body part.
20000
20001         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20002         (mm-insert-part): Ditto.
20003
20004 2006-03-23  Simon Josefsson  <jas@extundo.com>
20005
20006         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20007         Reiner.
20008         (pgg-gpg-use-agent-p): Use it again.
20009
20010 2006-03-23  Simon Josefsson  <jas@extundo.com>
20011
20012         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20013         older emacsen.
20014         (pgg-gpg-use-agent-p): Don't use it.
20015
20016 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20017
20018         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20019         if we can.
20020
20021 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20022
20023         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20024         (pgg-gpg-update-agent): New function.
20025         (pgg-gpg-use-agent-p): New function.
20026         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20027         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20028         (pgg-gpg-sign-region): Use it.
20029
20030 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20033         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20034
20035 2006-03-21  Simon Josefsson  <jas@extundo.com>
20036
20037         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20038         <wilde@sha-bang.de>.
20039         (pgg-gpg-use-agent): New variable.
20040         (pgg-gpg-process-region): Use it.
20041         (pgg-gpg-encrypt-region): Likewise.
20042         (pgg-gpg-encrypt-symmetric-region): Likewise.
20043         (pgg-gpg-decrypt-region): Likewise.
20044         (pgg-gpg-sign-region): Likewise.
20045         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20046
20047 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20048
20049         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20050
20051         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20052         Add comment on version.
20053
20054 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20055
20056         * smiley.el: Add missing test smiley.
20057
20058 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20059
20060         * mm-decode.el (mm-with-part): New macro.
20061         (mm-get-part): Use it; work with message/external-body as well.
20062         (mm-save-part): Treat name and filename equally.
20063
20064         * mm-extern.el (mm-extern-cache-contents): New function.
20065         (mm-inline-external-body): Use it; force the part to be displayed;
20066         move undisplayer added to the cached handle to the parent.
20067
20068         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20069         (gnus-mime-view-part-as-type): Work with message/external-body.
20070
20071         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20072
20073 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20074
20075         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20076         images in image-load-path.  [Sync with image.el, revision 1.60, in
20077         Emacs.]
20078
20079 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20080
20081         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20082         path rather than symbol.  Always return list of directories.
20083         Guarantee that image directory comes first.  [Sync with image.el,
20084         revision 1.59, in Emacs.]
20085
20086         * message.el (message-make-tool-bar): Adjust to new API of
20087         `gmm-image-load-path-for-library'.
20088
20089         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20090
20091         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20092
20093 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20094
20095         * gnus-art.el (gnus-article-only-boring-p):
20096         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20097         intangible text.
20098         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20099
20100 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20101
20102         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20103         Use `defun' instead of `gmm-defun-compat'.
20104
20105 2006-03-14  Simon Josefsson  <jas@extundo.com>
20106
20107         * message.el (message-unique-id): Don't use message-number-base36
20108         if (user-uid) is a float.
20109         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20110
20111 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20112
20113         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20114
20115         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20116         empty line between a part and a message part.
20117
20118 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20119
20120         * smiley.el: Add more test smileys.
20121         (smiley-data-directory, smiley-regexp-alist)
20122         (gnus-smiley-file-types): Fix doc strings.
20123         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20124         adding new elements.
20125         (smiley-mouse-map): Unused code.  Make it a comment.
20126
20127 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20128
20129         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20130         scan latest NoCeM messages instead of old ones.
20131         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20132         delimiters that are recently used.
20133         (gnus-nocem-load-cache): Add autoload cookie.
20134
20135         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20136
20137         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20138         level which is larger than gnus-use-nocem is specified.
20139
20140         * gnus-group.el (gnus-group-get-new-news): Ditto.
20141
20142 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20143
20144         * gnus-util.el (gnus-tool-bar-update): New function.
20145
20146         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20147         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20148
20149         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20150
20151         * gnus-group.el (gnus-group-redraw-when-idle)
20152         (gnus-group-redraw-check): Remove.
20153         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20154
20155 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20156
20157         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20158         if optional last element is specified in splits (FIELD VALUE...).
20159
20160 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20161
20162         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20163         to gmm-image-load-path-for-library.  Call with no-error argument.
20164         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20165
20166         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20167
20168         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20169
20170         * gmm-utils.el (gmm-image-load-path): Remove alias.
20171
20172 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20173
20174         * gmm-utils.el (gmm-image-load-path): Add alias.
20175
20176         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20177         nnml-generate-nov-databases-1.
20178         (nnml-generate-nov-databases): Use it.
20179         (nnml-generate-nov-databases-directory): Document no-active
20180         argument.
20181
20182         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20183         directory if path is t.  Add no-error.
20184
20185         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20186         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20187
20188         * gnus-art.el (gnus-article-browse-delete-temp-files):
20189         Simplify resetting gnus-article-browse-html-temp-list.
20190
20191         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20192         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20193         Add example to docstring.  Rename local variables.  Move error
20194         checks to default case in cond and simplify.
20195
20196 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20197
20198         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20199         handle is multipart when calling it recursively.
20200         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20201
20202 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20203
20204         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20205         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20206
20207 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20208
20209         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20210         is loaded.
20211
20212         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20213         loaded.
20214
20215 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20216
20217         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20218         to "Emacs 23 (unicode)" in doc string.
20219
20220         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20221         "Emacs 23 (unicode)" in comment.
20222
20223 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20224
20225         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20226
20227         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20228         characters 160 through 255 in Emacs 23.
20229
20230 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20231
20232         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20233         gnus-article-browse-html-temp.
20234         (gnus-article-browse-delete-temp): Make it customizable.
20235         Add `file'.  Adjust doc string.
20236         (gnus-article-browse-delete-temp-files): Add argument.
20237         Allow query for each file.  Adjust doc string.
20238         (gnus-article-browse-html-parts):
20239         Add `gnus-article-browse-delete-temp-files' to
20240         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20241
20242 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20243
20244         * gnus-art.el (gnus-article-browse-html-temp)
20245         (gnus-article-browse-delete-temp): New variables.
20246         (gnus-article-browse-delete-temp-files): New function.
20247         (gnus-article-browse-html-parts): Use it.
20248
20249 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20250
20251         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20252
20253         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20254         string.
20255
20256         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20257         gnus-summary-insert-new-articles when unplugged.
20258         Remove gnus-summary-search-article-forward.
20259
20260         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20261         display-visual-class instead of display-color-cells.
20262
20263 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20264
20265         * dgnushack.el: Autoload customize-group for XEmacs.
20266
20267         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20268         message/* containing non-ASCII text properly.
20269
20270 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20271
20272         * message.el: Require gmm-utils, remove autoloads.
20273         (message-tool-bar): Set default based on
20274         gmm-tool-bar-style.
20275         (message-tool-bar-gnome): Add gmm-customize-mode.
20276
20277         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20278         gmm-tool-bar-style.
20279         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20280
20281         * gnus-group.el (gnus-group-tool-bar): Set default based on
20282         gmm-tool-bar-style.
20283         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20284
20285         * gmm-utils.el (gmm-image-directory): Rename variable from
20286         gmm-image-load-path.
20287         (gmm-image-load-path): Use gmm-image-directory.
20288         (gmm-customize-mode): New function.
20289         (gmm-tool-bar-style): New variable.
20290
20291         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20292         gnus-group-redraw-line-number.
20293         (gnus-group-redraw-check): Simplify.
20294         (gnus-group-tool-bar-update): Remove redraw check.
20295         (gnus-group-make-tool-bar): Add redraw check.
20296
20297 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20298
20299         * gnus-art.el (gnus-button): Add missing parentheses.
20300
20301 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20302
20303         * lpath.el: Fbind line-number-at-pos.
20304
20305 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20306
20307         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20308
20309 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20310
20311         * gnus-art.el (gnus-button): New face.
20312         (gnus-article-button-face): Use it.
20313
20314         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20315         Add gnus-summary-next-page.  Re-order.
20316
20317         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20318         next-node are now included.
20319         (gnus-group-redraw-line-number): New internal variable.
20320         (gnus-group-redraw-check): Helper function for updating the tool
20321         bar.
20322         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20323
20324         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20325
20326         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20327         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20328         Use it to match format of Spamassassin 3.0 and later.
20329         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20330         (spam-check-bogofilter)
20331         (spam-bogofilter-register-with-bogofilter): Fix args of
20332         `gnus-error' calls.
20333
20334 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20335
20336         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20337         unnecessary interaction when sending queued mails.
20338         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20339
20340 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20341
20342         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20343         first or last are nil.
20344
20345 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20346
20347         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20348
20349 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20350
20351         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20352
20353 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20354
20355         * dns.el (query-dns): Protect more against buggy tcp output.
20356
20357 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20358
20359         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20360         nov.php.
20361
20362 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20363
20364         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20365         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20366         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20367         output on the server side.
20368         (nnweb-google-create-mapping): Update regexps and add some
20369         progress indication.
20370
20371 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20372
20373         * gnus-group.el (gnus-group-tool-bar-gnome):
20374         Fix gnus-agent-toggle-plugged.  Re-order icons.
20375         (gnus-group-tool-bar-gnome):
20376         Add gnus-group-{prev,next}-unread-group.
20377         (gnus-group-tool-bar-gnome): Re-order icons.
20378
20379         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20380         Move gnus-summary-insert-new-articles.
20381
20382         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20383         Fix comments.
20384
20385         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20386         also available in Emacs 21.3.
20387
20388         * message.el (message-fix-before-sending): Change "Emacs 22" to
20389         "Emacs 23 (unicode)" in comment.
20390
20391         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20392         "Emacs 23 (unicode)" in comment.
20393
20394         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20395         comment.
20396         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20397
20398         * mm-view.el (mm-fill-flowed): Add :version.
20399
20400 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20401
20402         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20403         and load-path.
20404
20405 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20406
20407         * message.el: Autoload gmm-image-load-path.
20408         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20409         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20410         consitency.
20411
20412         * gmm-utils.el (gmm-image-load-path): Also search in
20413         "../etc/images".  Don't set gmm-image-load-path if we don't find
20414         the image.
20415
20416 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20417
20418         * gmm-utils.el (gmm-image-load-path): Don't make
20419         `gmm-image-load-path' include subdirectories which the second arg
20420         `image' might specify.
20421
20422         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20423         subdirectory to icon file names.
20424
20425         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20426
20427 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20428
20429         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20430         gmm-image-load-path calls.
20431
20432         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20433
20434         * message.el (message-make-tool-bar): Ditto.
20435
20436         * mml.el (mml-preview): Add comment concerning tool bar icons.
20437
20438         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20439         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20440
20441         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20442         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20443
20444         * message.el (message-tool-bar-gnome): Use new icon names.
20445         (message-make-tool-bar): Use `gmm-image-load-path'.
20446
20447         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20448         New functions from MH-E.
20449         (gmm-image-load-path): New variable from MH-E.
20450         (gmm-image-load-path): New function from MH-E.  Add arguments
20451         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20452         *-image-load-path-called-flag.
20453
20454 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20455
20456         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20457
20458 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20459
20460         * nnimap.el (nnimap-request-move-article): Change folder back to
20461         source group before deleting.
20462
20463 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20464
20465         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20466
20467         * gnus-art.el (mm-url-insert-file-contents-external):
20468         Autoload mm-url.
20469
20470         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20471
20472 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20473
20474         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20475         coding system which mm-charset-to-coding-system returns for a
20476         given charset is valid.
20477
20478 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20479
20480         * html2text.el (html2text-remove-tag-list):
20481         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20482
20483 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20484
20485         * gnus-cus.el: Revert 2005-10-17 change.
20486
20487 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20488
20489         * gnus-art.el (article-strip-banner):
20490         Call article-really-strip-banner only when the regexp match is made.
20491
20492 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20493
20494         * gnus-art.el (article-strip-banner):
20495         Use gnus-extract-address-components instead of
20496         mail-header-parse-addresses to make it work with non-ASCII text;
20497         remove mail-encode-encoded-word-string.
20498
20499         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20500         values which are surrounded with \"...\"; make it never cause a
20501         Lisp error; give up parsing of parameters if it failed in
20502         extracting type.
20503
20504 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20505
20506         * smime.el (smime-cert-by-ldap-1): Fix bug where
20507         `smime-ldap-search' returns results without userCertificates.
20508
20509 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20510
20511         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20512
20513 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20514
20515         * spam.el (spam-check-spamassassin-headers): Adapt format for
20516         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20517         <ari@mbf.ocn.ne.jp>.
20518         (spam-list-of-processors): Add spam-use-gmane.
20519
20520 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20521
20522         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20523         make-temp-file; make it work with XEmacs as well.
20524
20525         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20526         mm-make-temp-file.
20527
20528         * mm-decode.el (mm-display-external): Use the 3rd arg of
20529         mm-make-temp-file.
20530         (mm-create-image-xemacs): Ditto.
20531
20532 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20533
20534         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20535         with message-narrow-to-headers.
20536         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20537         (gnus-draft-check-draft-articles): New function.
20538         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20539
20540 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20541
20542         * gnus-art.el (gnus-article-browse-html-parts):
20543         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20544         Don't use suffix argument for mm-make-temp-file for Emacs 21
20545         compatibility.  Remove useless `format'.
20546
20547 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20548
20549         * nnweb.el (nnweb-google-wash-article): Update regexps.
20550         (nnweb-group-alist): Use defvoo instead of defvar.
20551
20552 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20555         re-loading nn* modules.
20556
20557 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20558
20559         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20560         for `tool-bar-mode' and don't check it's default-value.
20561
20562         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20563
20564         * message.el (message-make-tool-bar): Ditto.
20565
20566         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20567         `substring'.  Shorten tmp-file name.
20568
20569         * gnus.el: Remove bogus comment.
20570
20571 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20572
20573         * gnus-art.el (gnus-article-browse-html-parts): New function.
20574         (gnus-article-browse-html-article): New function for viewing html
20575         articles with a browser.
20576
20577 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20578
20579         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20580         in elisp.
20581         (pgg-gpg-encrypt-symmetric-region): Ditto.
20582         (pgg-gpg-sign-region): Ditto.
20583
20584         * pgg-def.el (pgg-text-mode): New variable.
20585
20586         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20587         (mml2015-pgg-encrypt): Ditto.
20588
20589         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20590         (mml1991-pgg-encrypt): Ditto.
20591
20592 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20593
20594         * nnfolder.el (nnfolder-insert-newsgroup-line):
20595         Use message-make-date instead of current-time-string.
20596
20597         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20598         to gnus-decoded which mm-uu might set.
20599
20600 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20601
20602         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20603         don't decode quoted parameters; remove misimported Emacs code.
20604         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20605         (rfc2231-decode-encoded-string): Don't use split-string which
20606         behaves differently according to Emacs version; use
20607         mm-decode-coding-region to convert charset to coding-system.
20608         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20609         (rfc2231-encode-string): Remove misimported Emacs code.
20610
20611 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20612
20613         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20614         when calling mail-header-parse-content-type.
20615         (article-de-quoted-unreadable): Ditto.
20616         (article-de-base64-unreadable): Ditto.
20617         (article-wash-html): Ditto.
20618
20619         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20620         calling mail-header-parse-content-type and
20621         mail-header-parse-content-disposition.
20622         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20623         mail-header-parse-content-type.
20624
20625         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20626         insert charset and format parameters; encode description after
20627         inserting it to buffer.
20628         (mml-insert-parameter): Fold lines properly even if a parameter is
20629         segmented into two or more lines; change the max column to 76.
20630
20631         * rfc1843.el (rfc1843-decode-article-body): Don't use
20632         ignore-errors when calling mail-header-parse-content-type.
20633
20634         * rfc2231.el (rfc2231-parse-string): Return at least type if
20635         possible; don't cause an error even if it fails in parsing of
20636         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20637         (rfc2231-encode-string): Don't break lines at the beginning, leave
20638         it to mml-insert-parameter.
20639
20640         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20641         calling mail-header-parse-content-type.
20642
20643 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20644
20645         * spam-report.el (spam-report-gmane-use-article-number):
20646         Improve doc string.
20647         (spam-report-gmane-internal): Check if a suitable header was found
20648         in the article.
20649
20650 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20651
20652         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20653         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20654
20655 2006-02-05  Romain Francoise  <romain@orebokech.com>
20656
20657         Update copyright notices of all files in the gnus directory.
20658
20659 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20660
20661         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20662
20663 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20664
20665         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20666         segmented lines of parameter value to cope with Thunderbird 1.5
20667         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20668         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20669         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20670
20671 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20672
20673         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20674         parts.
20675
20676 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20677
20678         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20679         there's only one active file for all servers.
20680         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20681         solid groups.  Gnus might have used a FAST request to select the group.
20682         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20683         and nnweb-search redundantly in the active file.
20684         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20685         (nnweb-request-create-group): Don't use ARGS.
20686         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20687         initializations.  Let nnoo do the work.
20688
20689 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20690
20691         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20692         Say the part has been decoded.
20693
20694         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20695
20696 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20697
20698         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20699         mailcap-viewer-test-cache when there's no 'test clause, since that
20700         will invert the meaning of a "nil" test previously determined by
20701         mailcap-mailcap-entry-passes-test.
20702
20703 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20704
20705         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20706         compiling.
20707
20708         * gnus-sum.el: Ditto.
20709
20710         * message.el: Don't bind tool-bar-map when compiling.
20711
20712 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20713
20714         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20715
20716 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20717
20718         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20719         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20720         current Google Groups.
20721
20722 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20723
20724         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20725         and tool-bar-mode.
20726
20727         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20728         and tool-bar-mode.
20729
20730         * message.el (message-tool-bar-update): Simplify.
20731         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20732
20733         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20734         gnus-summary-buffer.
20735         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20736         gnus-summary-reply.
20737
20738         * gmm-utils.el (gmm): Add :version.
20739
20740 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20741
20742         * Makefile.in (clean): New rule.
20743         (distclean): Use it.
20744
20745 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20746
20747         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20748         Don't autoload.
20749
20750 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20751
20752         * gmm-utils.el (gmm-verbose): Add :group.
20753
20754 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20755
20756         * message.el: Change some comments WRT tool-bars.
20757
20758         * gnus-sum.el (gnus-summary-tool-bar)
20759         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20760         (gnus-summary-tool-bar-zap-list): New variables.
20761         (gnus-summary-make-tool-bar): Complete rewrite using
20762         `gmm-tool-bar-from-list'.
20763
20764         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20765         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20766         New variables.
20767         (gnus-group-make-tool-bar): Complete rewrite using
20768         `gmm-tool-bar-from-list'.
20769         (gnus-group-tool-bar-update): New function.
20770
20771         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20772
20773 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20774
20775         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20776         is dissected into a single part of which the type is the same as
20777         the given one; decode charset.
20778
20779 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20780
20781         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20782         into alists as symbol not string, since that's what
20783         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20784         look for.
20785
20786 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20787
20788         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20789         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20790
20791         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20792
20793 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20794
20795         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20796         (gnus-xmas-mime-security-button-menu): New function.
20797
20798         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20799         (gnus-mime-security-button-menu): New definition.
20800         (gnus-mime-security-button-map): Use them.
20801         (gnus-mime-security-button-menu): New function.
20802         (gnus-insert-mime-security-button): Addition to help echo.
20803         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20804         (gnus-mime-security-pipe-part): New functions.
20805
20806         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20807         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20808
20809         * mm-decode.el (mm-handle-set-disposition): Remove.
20810         (mm-handle-set-description): Remove.
20811
20812 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20813
20814         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20815         (mm-w3m-standalone-supports-m17n-p): New function.
20816         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20817         w3m usage.
20818
20819         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20820         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20821
20822 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20823
20824         * message.el (message-tool-bar-zap-list):
20825         Use gmm-tool-bar-zap-list as custom type.
20826         (message-tool-bar-update): New function.
20827         (message-tool-bar, message-tool-bar-gnome)
20828         (message-tool-bar-retro): Add message-tool-bar-update.
20829         (message-tool-bar-gnome): Add flyspell-buffer.
20830
20831         * gnus-util.el (gnus-error): Describe `args'.
20832
20833         * gmm-utils.el (gmm-error): Describe `args'.
20834         (gmm-tool-bar-zap-list): New widget.
20835         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20836
20837 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20838
20839         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20840         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20841         the number of recursive calls.
20842
20843         * mm-decode.el (mm-handle-set-disposition): New macro.
20844         (mm-handle-set-description): New macro.
20845
20846 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20847
20848         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20849         encoding.
20850
20851 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20852
20853         * message.el (message-tool-bar-zap-list, message-tool-bar)
20854         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20855         (message-tool-bar-local-item-from-menu): Remove.
20856         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20857         (message-make-tool-bar): New function.
20858         (message-mode): Use `message-make-tool-bar'.
20859
20860         * gmm-utils.el: New file.
20861         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20862         (gmm-lazy): New widget copied from `nnmail.el'.
20863         (gmm-tool-bar-from-list): New function for creating customizable
20864         tool bars.
20865         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20866         output.
20867         (gmm): Add :prefix to defgroup.
20868
20869 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20870
20871         * gmm-utils.el (gmm-widget-p): New function.
20872
20873 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20874
20875         * mml.el (mml-attach-file): Describe `description' in doc string.
20876         (mml-menu): Add Emacs MIME manual and PGG manual.
20877
20878 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20879
20880         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20881
20882 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20883
20884         * nntp.el (nntp-end-of-line): Doc fix.
20885
20886 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20887
20888         * imap.el (imap-open): Handle case where buffer is a buffer
20889         object.
20890
20891 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20892
20893         * gnus-delay.el (gnus-delay): Don't autoload.
20894         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20895         to be re-loaded when customizing the `gnus-delay' group.
20896
20897 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20898
20899         * message.el (message-insert-citation-line): Use newlines.
20900
20901 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20902
20903         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20904         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20905         these routines, so the passphrase can be managed externally and
20906         passed in to the system.
20907         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20908         pgg-add-passphrase-to-cache function.
20909
20910         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20911         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20912         these routines, so the passphrase can be managed externally and
20913         passed in to the system.
20914         (pgg-pgp5-sign-region): Use new name of
20915         pgg-add-passphrase-to-cache function.
20916
20917 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20918
20919         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20920         part of the decoded armor to find the key-identifier.
20921         (pgg-gpg-lookup-key-owner): New function to return the
20922         human-readable identifier of a key owner.
20923         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20924         itself.
20925         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20926         the key value) if we have a key and can match it against a secret
20927         key.  Also, added a note pointing out fact that the prompt only
20928         indicates the first matching key.
20929
20930         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20931         pgg-decrypt-region.
20932         (pgg-add-passphrase-to-cache): Rename from
20933         `pgg-add-passphrase-cache' to reduce confusion (all callers
20934         changed).
20935         (pgg-remove-passphrase-from-cache): Rename from
20936         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20937         changed).
20938         (pgg-read-passphrase, pgg-add-passphrase-cache)
20939         (pgg-remove-passphrase-cache): Add informative docstrings.
20940         (pgg-decrypt): Convey provided passphrase in subordinate call to
20941         pgg-decrypt-region.
20942
20943 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20944
20945         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20946         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20947         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20948         'passphrase' argument, so the passphrase can be managed externally
20949         and then passed in to the system.
20950
20951         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20952         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20953         so the passphrase cache can be used reliably with identifiers
20954         besides a pgp packet's key id.
20955
20956         * pgg-gpg.el (pgg-gpg-encrypt-region)
20957         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20958         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20959         these routines, so the passphrase can be managed externally and
20960         passed in to the system.
20961
20962         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20963         'notruncate' argument, so the passphrase cache can be used
20964         reliably with identifiers besides a pgp packet's key id.
20965
20966 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20967
20968         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20969         symmetric encryption.
20970         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20971         encrypted session key.
20972         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20973         message ask for the passphrase in a proper way.
20974
20975         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20976         New user commands for symmetric encryption.
20977
20978 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20979
20980         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20981
20982         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20983
20984 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20985
20986         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20987
20988 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20989
20990         * mm-decode.el (mm-inlined-types): Add application/pgp.
20991         (mm-automatic-display): Ditto.
20992
20993         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20994         part as text.
20995
20996 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20997
20998         * nnrss.el: Update copyright.
20999         (nnrss-opml-import): Query whether to subscribe to each entry.
21000
21001         * gnus-art.el:
21002         * gnus-sum.el:
21003         * gnus-xmas.el:
21004         * messagexmas.el:
21005         * mm-uu.el:
21006         * mm-view.el: Update copyright.
21007
21008 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21009
21010         * message.el (message-info): New function.
21011         (message-mode-menu): Add it.
21012         Update copyright.
21013
21014         * ChangeLog: Fix and update copyright.
21015
21016 2006-01-13  Romain Francoise  <romain@orebokech.com>
21017
21018         * message.el (message-forward-subject-name-subject): Prefer the
21019         address to 'nowhere' if the sender has no name.
21020         Fix typo.  Update copyright year.
21021
21022 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21023
21024         * gnus-art.el (article-wash-html):
21025         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21026         (gnus-article-wash-html-with-w3m-standalone): New function.
21027
21028         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21029         mm-inline-text-html-render-with-w3m-standalone.
21030         (mm-text-html-washer-alist): Map w3m-standalone to
21031         gnus-article-wash-html-with-w3m-standalone.
21032         (mm-inline-text-html-render-with-w3m-standalone): New function.
21033
21034 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21035
21036         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21037         Improve LaTeX.
21038
21039 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21040
21041         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21042         (nnrss-request-article): Render text/plain parts as HTML.
21043
21044         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21045         the buffer.
21046
21047 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21048
21049         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21050         custom definition of `gnus-posting-styles'.
21051
21052         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21053         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21054
21055 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21056
21057         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21058         Use nntp for bug archive.
21059
21060 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21061
21062         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21063         parts.
21064         (nnrss-normalize-date): New function converts ISO 8601 date into
21065         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21066         (nnrss-check-group): Use it.
21067
21068 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21069
21070         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21071
21072         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21073         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21074         (nnrss-insert-w3): Ditto.
21075
21076 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21077
21078         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21079         the articles to be forwarded including the case where neither a
21080         number of articles nor a region is specified.
21081
21082 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21083
21084         * nnrss.el (nnrss-request-article): Fix last change; fill
21085         text/plain parts.
21086
21087 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21088
21089         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21090         in text/plain part.
21091         (nnrss-check-group): Don't add excessive newline to dc:subject.
21092
21093 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21094
21095         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21096         article.
21097
21098 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21099
21100         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21101         (nnml-use-compressed-files, nnml-save-mail): Support other
21102         comression programs such as bzip2.
21103
21104 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21105
21106         * dns.el (query-dns): Make sure we check the buffer size before
21107         removing tcp headers.
21108
21109 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21110
21111         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21112         remove MIME buttons associated with multipart/alternative parts.
21113         (gnus-mime-display-alternative): Tag buttons using `article-type'
21114         text property.
21115
21116         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21117         associated with multipart/alternative parts.
21118
21119         * gnus-art.el (gnus-signature-separator): Fix custom type.
21120
21121         * mm-decode.el (mm-inlined-types): Fix custom type.
21122         (mm-keep-viewer-alive-types): Ditto.
21123         (mm-automatic-display): Ditto.
21124         (mm-attachment-override-types): Ditto.
21125         (mm-inline-override-types): Ditto.
21126         (mm-automatic-external-display): Ditto.
21127
21128 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21129
21130         * spam-report.el (spam-report-user-mail-address)
21131         (spam-report-user-agent): New variables.
21132         (spam-report-url-ping-plain): Use spam-report-user-agent.
21133
21134 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21135
21136         * gnus-art.el (gnus-button-handle-custom): Do not just use
21137         `customize-apropos' for any "M-x customize-*" button but the
21138         function called for.  Accept both the function name and its
21139         argument in order to achieve this.
21140         (gnus-button-alist): Remove support for "custom:" URL's.
21141         Pass function name to `gnus-button-handle-custom' in case of "M-x
21142         customize-*" buttons.
21143
21144 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21145
21146         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21147         multipart/alternative and add xref to mm-discouraged-alternatives
21148         in doc string.
21149
21150         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21151         gnus-buttonized-mime-types in doc string.
21152
21153 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21154
21155         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21156         Suggest image/.* in the doc string.
21157
21158 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21159
21160         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21161         message-marks (Debian bug#342521).
21162
21163 2005-12-12  Simon Josefsson  <jas@extundo.com>
21164
21165         * password.el (password-read-from-cache): Add.
21166         (password-read): Use it.
21167
21168 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21169
21170         * rfc2047.el (rfc2047-charset-to-coding-system):
21171         Recognize us-ascii as a MIME charset.
21172
21173         * mm-bodies.el (mm-decode-content-transfer-encoding):
21174         Protect against the case where the 2nd arg TYPE is nil.
21175
21176 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21177
21178         * pop3.el (pop3-stream-type): Fix custom version.
21179
21180         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21181
21182 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21183
21184         * mm-decode.el (mm-display-external): Add missing cdr.
21185
21186 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21187
21188         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21189         RFC1524) if it is in mailcap or add a suffix according to
21190         mailcap-mime-extensions when generating a temp filename; postpone
21191         deleting a temp file for 2 seconds for some wrappers, shell
21192         scripts, and so on, which might exit right after having started a
21193         viewer command as a background job.
21194
21195 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21196
21197         * nntp.el (nntp-marks-directory): Fix custom group.
21198
21199         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21200         steps when < 10.
21201
21202         * gnus-start.el (gnus-no-server-1):
21203         Mention `gnus-level-default-subscribed' in doc string.
21204
21205 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21206
21207         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21208         parens.
21209
21210 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21211
21212         * gnus-xmas.el (gnus-use-toolbar): Revert.
21213         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21214         gnus-use-toolbar is default.
21215
21216         * messagexmas.el (message-use-toolbar): Revert.
21217         (message-setup-toolbar): Use global default-toolbar if
21218         message-use-toolbar is default.
21219
21220 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21221
21222         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21223         according to default-toolbar-visible-p.
21224
21225         * messagexmas.el (message-use-toolbar): Ditto.
21226
21227 2005-11-26  Dave Love  <fx@gnu.org>
21228
21229         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21230         (tls-program, tls-success): Provide openssl alternative.
21231
21232         * starttls.el: Doc fixes.
21233         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21234         SERVICE to PORT.
21235
21236         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21237         port null or service name.
21238         (starttls-negotiate): Autoload.
21239
21240 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21241
21242         * message.el (message-kill-to-signature): Fix interactive spec.
21243
21244 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21245
21246         * pop3.el (pop3-open-server): Recognize a string as a service name.
21247
21248 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21249
21250         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21251
21252 2005-11-23  Dave Love  <fx@gnu.org>
21253
21254         Add pop3s, pop3/starttls.
21255
21256         * pop3.el (pop3-authentication-scheme): Clarify doc.
21257         (open-tls-stream, starttls-open-stream): Autoload.
21258         (pop3-stream-type): New.
21259         (pop3-open-server): Use it.
21260
21261         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21262         for POP.
21263         (mail-source-keyword-map): Add :stream for POP.
21264         (mail-source-fetch-pop): Use pop3-stream-type.
21265
21266 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21267
21268         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21269         of current-time-string.
21270
21271 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21272
21273         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21274         date header.
21275
21276 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21277
21278         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21279         it can seriously impact performance as it bypasses the agent's
21280         local caches.
21281
21282 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21283
21284         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21285         must be explicitly online rather than "not explicitly offline" for
21286         its flags to be synchronized.
21287
21288         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21289         that gnus-uu-unmark-thread will function correctly.
21290
21291         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21292         1024K is instead displayed as 1M.
21293
21294 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21295
21296         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21297
21298 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21299
21300         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21301
21302 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21303
21304         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21305         error message to display actual error condition.
21306         (gnus-agent-save-local): Avoid saving symbols that are bound to
21307         nil as they simply result in a warning message in
21308         gnus-agent-read-local.
21309
21310 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21311
21312         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21313         rather than make-variable-buffer-local for file-precious-flag.
21314
21315 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21316
21317         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21318         for duplicates which are removed.  The invalid sort check then
21319         triggers a rescan after the sort as sorting may have moved
21320         duplicate entries such that they can be cheaply detected.
21321
21322 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21323
21324         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21325
21326 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21327
21328         * gnus-agent.el (gnus-agent-article-alist-save-format):
21329         Change internal variable to a custom variable.  Change default value
21330         from compressed(2) to uncompressed(1).
21331         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21332         support for uncompressed agentview files.  Taken together, reading
21333         the agentview file should now be 6-7 times faster.
21334
21335 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21336
21337         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21338         as a buffer-local variable.  This avoids creating truncated
21339         dribble files as a result of a hang up, eg.
21340
21341 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21342
21343         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21344         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21345         XEmacs.
21346
21347 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21348
21349         * gnus-start.el (gnus-start-draft-setup):
21350         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21351
21352         * gnus.el (gnus-splash): Change custom group.
21353         (gnus-group-get-parameter, gnus-group-parameter-value):
21354         Describe allow-list argument.
21355
21356         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21357         string.
21358
21359 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21360
21361         * gnus-art.el (gnus-default-article-saver): Add user-defined
21362         `function' to custom type.
21363
21364 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21365
21366         * imap.el (imap-open): Handle case where buffer is a buffer
21367         object.
21368
21369 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21370
21371         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21372         long lines.
21373         (gnus-cache-delete-group): Wrap doc strings.
21374
21375         * gnus-agent.el (gnus-agent-rename-group)
21376         (gnus-agent-delete-group): Wrap doc strings.
21377
21378 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21379
21380         * messagexmas.el (message-use-toolbar): Change the valid values
21381         into default, top, bottom, left, and right.
21382         (message-toolbar-thickness): New variable.
21383         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21384         well.
21385         (message-setup-toolbar): Make it work.
21386
21387         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21388         (gnus-use-toolbar): Change the valid values into default, top,
21389         bottom, left, and right.
21390         (gnus-toolbar-thickness): New variable.
21391         (gnus-xmas-setup-toolbar): New function.
21392         (gnus-xmas-setup-group-toolbar): Use it.
21393         (gnus-xmas-setup-summary-toolbar): Use it.
21394
21395 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21396
21397         * gnus-start.el (gnus-1): Add "native" to
21398         gnus-predefined-server-alist.
21399
21400         * gnus.el (gnus-method-to-server): Don't add "native" to the
21401         lists here, because that leads to problems when
21402         gnus-select-method is bound.
21403
21404 2005-11-09  Simon Josefsson  <jas@extundo.com>
21405
21406         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21407         use (not sort-by-date) instead.
21408
21409 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21410
21411         * gnus-delay.el (gnus-delay-group): Don't autoload.
21412         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21413         to be re-loaded when customizing the `gnus-delay' group.
21414
21415 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21416
21417         * message.el: Revert last changes.
21418         (message-insert-citation-line): Use newlines.
21419
21420 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21421
21422         * message.el (message-courtesy-message)
21423         (message-mark-insert-begin, message-mark-insert-end)
21424         (message-elide-ellipsis, message-cancel-message)
21425         (message-add-header, message-change-subject)
21426         (message-cross-post-followup-to-header)
21427         (message-cross-post-insert-note, message-reduce-to-to-cc)
21428         (message-widen-reply, message-delete-not-region)
21429         (message-kill-to-signature, message-insert-signature)
21430         (message-insert-importance-high, message-insert-importance-low)
21431         (message-insert-or-toggle-importance)
21432         (message-insert-disposition-notification-to)
21433         (message-indent-citation, message-yank-original)
21434         (message-cite-original-without-signature, message-cite-original)
21435         (message-insert-citation-line, message-position-on-field)
21436         (message-fix-before-sending, message-send-mail-partially)
21437         (message-send-mail, message-send-mail-with-sendmail)
21438         (message-send-mail-with-qmail, message-send-news)
21439         (message-check-news-header-syntax, message-generate-headers)
21440         (message-insert-courtesy-copy, message-fill-address)
21441         (message-fill-header, message-shorten-references)
21442         (message-setup-1, message-cancel-news)
21443         (message-forward-make-body-plain, message-forward-make-body-mime)
21444         (message-forward-make-body-mml, message-encode-message-body)
21445         (message-forward-make-body-digest-plain)
21446         (message-forward-make-body-digest-mime)
21447         (message-use-alternative-email-as-from): Insert `hard-newline'
21448         instead of ordinary newlines.
21449
21450 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21451
21452         * message.el (message-generate-headers): Downcase the argument
21453         given to message-check-element.
21454
21455 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21456
21457         * nntp.el (nntp-authinfo-rejected): New error condition.
21458         (nntp-wait-for): Use new error condition to signal authentication
21459         error.
21460         (nntp-retrieve-data): Rethrow new error condition to break out of
21461         recursive call to nntp-send-authinfo.
21462
21463 2005-11-08  Romain Francoise  <romain@orebokech.com>
21464
21465         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21466         (gnus-summary-exit-map): Bind to `Z p'.
21467         (gnus-summary-make-menu-bar): Add menu item.
21468
21469 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21470
21471         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21472         (gnus-treat-*): Add `first' in all doc strings.
21473
21474         * gnus-group.el (gnus-group-compact-group): Fix typo.
21475
21476 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21477
21478         * gnus.el (gnus-parameters-case-fold-search): New variable.
21479         (gnus-parameters-get-parameter): Use it.
21480
21481         * gnus-score.el (gnus-home-score-file): Doc fix.
21482
21483 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21484
21485         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21486
21487 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21488
21489         * mm-util.el (mm-special-display-p): New function.
21490
21491         * mml.el (mml-preview): Use it; doc fix.
21492
21493 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21494
21495         * imap.el (imap-open): Handle case where buffer is a buffer object.
21496
21497 2005-10-29  Romain Francoise  <romain@orebokech.com>
21498
21499         * message.el (message-fix-before-sending): Fix comment.
21500
21501 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21502
21503         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21504
21505 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21506
21507         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21508         Used in gnus-score.el.
21509
21510 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21511
21512         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21513
21514 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21515
21516         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21517         whitespace removed in revision 7.8.  Use concatenated string to
21518         protect trailing whitespace.
21519
21520 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21521
21522         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21523         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21524         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21525         Courier IMAP ("some version from 2004").  Mostly based on similar
21526         code in the same function.
21527
21528 2005-10-26  Didier Verna  <didier@xemacs.org>
21529
21530         * gnus-group.el (gnus-group-compact-group): Invalidate original
21531         article buffer.
21532         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21533         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21534         NOV database and in article itself.
21535         Invalidate article backlog.
21536
21537 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21538
21539         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21540
21541 2005-10-26  Simon Josefsson  <jas@extundo.com>
21542
21543         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21544         part of 2004-07-25 change.
21545
21546 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21547
21548         * message.el (message-display-completion-list): New function.
21549         (message-expand-group): Use it; make sure the Completions buffer
21550         is modifiable.
21551 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21552
21553         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21554         user-mail-name is an empty string.
21555
21556 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21557
21558         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21559         depending on gnus-score-decay-constant.
21560
21561         * encrypt.el (encrypt-insert-file-contents)
21562         (encrypt-write-file-contents): Don't use `gnus-message'.
21563
21564         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21565         arguments.
21566         (mm-uu-type-alist): Add message-marks and insert-marks.
21567         Pass arguments to mm-uu-verbatim-marks-extract.
21568         (mm-uu-hide-markers): New variable.
21569         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21570
21571         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21572         (gnus-convert-image-to-face-command): Use "convert" by default to
21573         allow other input image formats.
21574         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21575         accordingly.
21576
21577 2005-10-23  Simon Josefsson  <jas@extundo.com>
21578
21579         * imap.el (imap-gssapi-program): Align command line parameters
21580         with latest GNU SASL.
21581         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21582
21583 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21584
21585         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21586         HTML.
21587         (nnslashdot-request-article): Ditto.
21588
21589         * lpath.el (featurep): Add nobreak-char-display.
21590
21591 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21592
21593         * mail-source.el (mail-source-fetch-pop): Require pop3.
21594         (mail-source-check-pop): Ditto.
21595
21596 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21597
21598         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21599         errors.
21600
21601 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21602
21603         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21604         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21605
21606         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21607
21608         * mm-bodies.el (mm-decode-string):
21609         Call `mm-charset-to-coding-system' with allow-override argument.
21610
21611 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21612
21613         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21614         (rfc2047-charset-to-coding-system): New function.
21615         (rfc2047-decode-encoded-words): New function.
21616         (rfc2047-decode-region): Use them.
21617         (rfc2047-decode-cte): Remove.
21618         (rfc2047-parse-and-decode): Remove.
21619         (rfc2047-decode): Remove.
21620
21621 2005-10-15  Kenichi Handa  <handa@m17n.org>
21622
21623         * rfc2047.el (rfc2047-decode-cte): New function.
21624         (rfc2047-decode-region): Change the way to decode successive
21625         encoded-words: decode B- or Q-encoding in each encoded-word,
21626         concatenate them, and decode it as charset.
21627
21628 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21629
21630         * lpath.el: Fbind codepage-setup for XEmacs.
21631
21632 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21633
21634         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21635         widget-move-and-invoke.
21636         (gnus-custom-mode): Use gnus-custom-map.
21637
21638 2005-10-15  Bill Wohler  <wohler@newt.com>
21639
21640         * message.el (message-tool-bar-map): Rename image file from
21641         mail_send to mail/send.
21642
21643 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21644
21645         * message.el (message-expand-group): Pass the common
21646         prefix substring of completion to `display-completion-list'.
21647
21648 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21649
21650         * mml-sec.el (mml-secure-method): New internal variable.
21651         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21652         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21653         New functions using mml-secure-method.
21654
21655         * mml.el (mml-mode-map): Add key bindings for those functions.
21656         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21657         Harder <harder@myrealbox.com>.
21658         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21659         Goto end of message if point is the headers of the message.
21660
21661         * message.el (message-in-body-p): New function.
21662
21663         * assistant.el: Autoload gnus-util and netrc.
21664
21665         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21666         Use `mm-charset-override-alist' only when decoding.
21667
21668         * mm-bodies.el (mm-decode-body):
21669         Call `mm-charset-to-coding-system' with allow-override argument.
21670
21671         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21672         `filename' from Content-Disposition if Content-Type doesn't
21673         provide `name'.
21674         (gnus-mime-view-part-as-type): Set default instead of
21675         initial-input.
21676
21677 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21678
21679         * format-spec.el (format-spec): Propagate text properties of % spec.
21680
21681 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21682
21683         * gnus-art.el (gnus-treat-predicate): Add `first'.
21684
21685 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21686
21687         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21688         (mm-charset-override-alist): New variable.
21689         (mm-charset-to-coding-system): Use it.
21690         (mm-codepage-setup): New helper function.
21691         (mm-charset-eval-alist): New variable.
21692         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21693         Warn about unknown charsets.
21694
21695         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21696
21697 2005-10-04  David Hansen  <david.hansen@gmx.net>
21698
21699         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21700         (nnrss-check-group): Ditto.
21701
21702 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21703
21704         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21705         Rename x-gnus-verbatim to x-verbatim.
21706         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21707
21708         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21709         x-verbatim.
21710
21711         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21712
21713         * gnus-util.el (gnus-remove-duplicates): Remove.
21714
21715         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21716         instead of gnus-remove-duplicates.
21717
21718         * message.el (message-remove-duplicates): Remove.
21719         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21720         message-remove-duplicates.
21721
21722         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21723         available, else use implementation from `delete-dups'.
21724
21725         * message.el (message-insert-expires): New function.
21726         (message-mode-map): Add key binding.
21727         (message-mode-field-menu): Add menu entry.
21728         (message-mode): Document it.
21729         (message-make-expires-date): Use `message-make-date'.
21730
21731 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21732
21733         * message.el (message-make-expires-date): New function.
21734
21735 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21736
21737         * Makefile.in (list-installed-shadows): New entry.
21738         (install): Use it.
21739         (remove-installed-shadows): New entry.
21740
21741         * dgnushack.el (dgnushack-default-load-path): New variable.
21742         (dgnushack-find-lisp-shadows): New function.
21743         (dgnushack-remove-lisp-shadows): New function.
21744
21745 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21746
21747         * Makefile.in (install-el-elc): New entry.
21748         (install): Use it so that .el files are necessarily installed.
21749
21750 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21751
21752         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21753
21754 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21755
21756         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21757         function rather than the diff-mode.el package.
21758         (mm-display-external): Use with-current-buffer.
21759         (mm-viewer-completion-map, mm-viewer-completion-map):
21760         Move initialization inside declaration.
21761
21762 2005-09-29  Simon Josefsson  <jas@extundo.com>
21763
21764         * spam.el: Load hashcash when compiling, to avoid warnings.
21765         Don't autoload mail-check-payment.
21766         (spam-check-hashcash): Define unconditionally, since hashcash.el
21767         is part of Gnus now.  Ignore errors from payment checking.
21768
21769 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21770
21771         * message.el (message-bold-region, message-unbold-region):
21772         Rename from `bold-region' and `unbold-region'.
21773
21774         * message.el: Remove useless autoloads.
21775
21776 2005-09-28  Simon Josefsson  <jas@extundo.com>
21777
21778         * message.el (message-use-idna): Default to t.
21779         (message-use-idna): Test whether encoding works too.  Doc fix.
21780
21781 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21782
21783         * nntp.el (nntp-warn-about-losing-connection): Remove.
21784
21785 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21786
21787         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21788         customizable.  Change default value.
21789         (mm-uu-diff-groups-regexp): Change default value.
21790         (mm-uu-type-alist): Add doc string.
21791         (mm-uu-configure): Add doc string.  Make it interactive.
21792         (mm-uu-tex-groups-regexp): New variable.
21793         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21794         (mm-uu-type-alist): Add LaTeX documents.
21795         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21796         of "text/verbatim".
21797         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21798
21799         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21800         instead of "text/verbatim".
21801
21802         * message.el (message-mark-inserted-region)
21803         (message-mark-insert-file): Use slrn style marks when called with
21804         prefix argument.
21805
21806 2005-09-27  Simon Josefsson  <jas@extundo.com>
21807
21808         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21809
21810 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21811
21812         * message.el (message-remove-duplicates): New function.
21813         Implementation borrowed from `gnus-remove-duplicates'.
21814         (message-idna-to-ascii-rhs): Also encode idna addresses in
21815         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21816         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21817         only ask about the same idna domain once per header and also tell
21818         in what header to replace the idna domain.
21819
21820         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21821         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21822         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21823         a header is decoded and not just the last one.
21824
21825 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21826
21827         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21828         has been decoded.
21829
21830         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21831         (mm-insert-part): Don't modify text if it has been decoded.
21832
21833         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21834         decoded.
21835
21836         * mm-view.el (mm-inline-text): Don't strip text props unless
21837         decoding enriched or richtext parts.
21838
21839 2005-09-25  Romain Francoise  <romain@orebokech.com>
21840
21841         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21842         * gnus-start.el (gnus-subscribe-interactively):
21843         * gnus-uu.el (gnus-uu-grab-articles):
21844         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21845         space.
21846
21847 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21848
21849         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21850         * mm-view.el (mm-view-pkcs7-decrypt):
21851         * gnus-sum.el (gnus-summary-limit-to-extra)
21852         (gnus-summary-respool-article, gnus-read-move-group-name):
21853         * gnus-score.el (gnus-summary-increase-score):
21854         * gnus-util.el (gnus-completing-read-with-default):
21855         * gnus-art.el (gnus-read-save-file-name)
21856         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21857         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21858         * message.el (message-check-news-header-syntax):
21859         Follow convention for reading with the minibuffer.
21860
21861 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21862
21863         * spam-report.el (spam-report-url-ping-plain):
21864         Use gnus-extended-version as User-Agent.
21865
21866         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21867         default value is nil.
21868
21869         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21870         (mm-uu-verbatim-marks-extract): New function.
21871         (mm-uu-extract): New face.
21872         (mm-uu-copy-to-buffer): Use it.
21873
21874         * spam-report.el (spam-report-gmane-ham): Rename from
21875         `spam-report-gmane-unspam'.
21876         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21877         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21878
21879         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21880         Autoload.
21881         (spam-report-gmane-unregister-routine):
21882         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21883
21884 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21885
21886         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21887         (spam-report-gmane-unregister-routine): Add support for gmane
21888         unregistration.
21889
21890         * spam-report.el (spam-report-gmane-unspam)
21891         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21892         (spam-report-gmane): Change to take a single article and do unspam
21893         registration.
21894
21895 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21896
21897         * mm-url.el (mm-url-decode-entities): Fix regexp.
21898
21899 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21900
21901         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21902         default to nil, to be able to use Gnus at all.  If the default
21903         switches to something else, then the function should be fixed not
21904         be exceedingly slow.
21905
21906 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21907
21908         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21909         fail hard.
21910
21911         * spam-report.el: Add better Keywords line.
21912
21913         * spam.el: Add Maintainer and better Keywords line.
21914
21915 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21916
21917         * gnus-art.el (gnus-article-replace-part)
21918         (gnus-mime-replace-part): New functions.
21919         (gnus-mime-action-alist, gnus-mime-button-commands)
21920         (gnus-mime-save-part-and-strip): Add file argument.
21921         (gnus-article-part-wrapper): Add interactive argument.
21922
21923         * gnus-sum.el (gnus-summary-mime-map):
21924         Add `gnus-article-replace-part'.
21925
21926 2005-09-19  Didier Verna  <didier@xemacs.org>
21927
21928         The nnml compaction feature:
21929         * nnml.el (nnml-request-compact-group): New function.
21930         * nnml.el (nnml-request-compact): New function.
21931         * gnus-int.el (gnus-request-compact-group): New function.
21932         * gnus-int.el (gnus-request-compact): New function.
21933         * gnus-group.el (gnus-group-compact-group): New function.
21934         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21935         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21936         * gnus-srvr.el (gnus-server-compact-server): New function.
21937         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21938         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21939
21940 2005-09-18  Deepak Goel  <deego@gnufans.org>
21941
21942         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21943         format spec.
21944
21945 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21946
21947         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21948
21949 2005-09-15  Romain Francoise  <romain@orebokech.com>
21950
21951         * message.el (message-fill-paragraph): Clarify docstring.
21952
21953 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21954
21955         * gnus-art.el (gnus-mime-display-part): Protect against broken
21956         MIME messages.
21957
21958 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21959
21960         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21961         before parsing header.
21962
21963 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21964
21965         * html2text.el (html2text-replace-list): Add new entities.
21966
21967 2005-09-11  Romain Francoise  <romain@orebokech.com>
21968
21969         * message.el (message-alternative-emails): Improve docstring.
21970         (message-setup-1): Call `message-use-alternative-email-as-from'
21971         after `message-setup-hook' to give it precedence over posting
21972         styles, etc.
21973         (message-use-alternative-email-as-from): Add docstring.
21974         Remove the original From header if present.
21975
21976         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21977         (nnml-save-mail): Use it.
21978
21979         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21980         articles.  Add new argument `silent'.
21981         (gnus-uu-mark-all): Report the total number of marked articles.
21982
21983 2005-09-10  Romain Francoise  <romain@orebokech.com>
21984
21985         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21986         (gnus-uu-mark-series): Likewise.
21987
21988 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21989
21990         * spam-report.el (spam-report-gmane): Fix generation of spam
21991         report URL.
21992
21993 2005-09-10  Simon Josefsson  <jas@extundo.com>
21994
21995         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21996         t, based on discussion on the ding list with Robert Epprecht
21997         <epprecht@solnet.ch>.
21998
21999 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22000
22001         * spam-report.el (spam-report-gmane): Make it work without
22002         X-Report-Spam header.  Gmane now only provides Archived-At.
22003         This is only used if `spam-report-gmane-use-article-number' is nil.
22004         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22005
22006         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22007         make `gnus-summary-sort-by-recipient' work with threading.
22008
22009         * nnweb.el (nnweb-google-wash-article): Print a message if article
22010         is not available.
22011
22012 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22013
22014         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22015         change.  Decode text/* parts content before displaying.
22016
22017 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22018
22019         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22020
22021 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22022
22023         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22024
22025         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22026         url-package-name, url-package-version,
22027         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22028         w3m-display-inline-images, and w3m-minor-mode-map.
22029
22030 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22031
22032         * message.el (message-tab-body-function): Fix mismatched custom type.
22033
22034         * gnus.el (gnus-group-change-level-function): Ditto.
22035
22036         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22037
22038         * gnus-art.el (gnus-signature-limit)
22039         (gnus-article-mime-part-function): Ditto.
22040
22041 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22042
22043         * mml.el (mml-mode): Silence the byte compiler.
22044
22045         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22046         using `(sit-for 0)' before moving the point to the specified part;
22047         skip unbuttonized parts.
22048         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22049         return to the summary window if gnus-auto-select-part is non-nil.
22050
22051 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22052
22053         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22054         New variables.
22055         (mml-dnd-attach-file, mml-mode): Use them.
22056
22057         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22058         Make fetching article by MID work again for Google Groups.
22059         Add FIXME concerning gnus-group-make-web-group.
22060
22061         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22062         Don't depend on Gnus by using mail-extract-address-components if
22063         gnus-extract-address-components is not bound.
22064
22065 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22066
22067         * gnus-art.el (gnus-mime-display-security): Don't display the
22068         signature, but only the signed part.
22069
22070 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22071
22072         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22073
22074         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22075         list, not listp.
22076
22077 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22078
22079         * mm-encode.el (mm-encode-content-transfer-encoding):
22080         Likewise when encoding.
22081
22082         * mm-bodies.el (mm-decode-content-transfer-encoding):
22083         De-canonicalize CRLF for all text content types, not just
22084         text/plain.
22085
22086 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22087
22088         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22089         valid article; point arrow and cursor at the MIME button.
22090
22091 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22092
22093         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22094         Suggested by Dan Christensen <jdc@uwo.ca>.
22095
22096         * mm-decode.el (mm-save-part): Enable change of prompt.
22097
22098 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22099
22100         * gnus-msg.el (gnus-inews-add-send-actions):
22101         Make `message-post-method' lambda parameter ARG `&optional'.
22102
22103 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22104
22105         * gnus-sum.el (gnus-summary-mime-map):
22106         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22107         gnus-article-jump-to-part.
22108
22109         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22110         (gnus-article-edit-part): Use it.
22111         (gnus-article-part-wrapper): Add no-handle argument.
22112         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22113         New functions.
22114
22115 2005-08-29  Romain Francoise  <romain@orebokech.com>
22116
22117         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22118         docstring.
22119         (gnus-face-from-file): Likewise.
22120
22121 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22122
22123         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22124         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22125         non-nil.
22126         (gnus-auto-select-part): New variable.
22127         (gnus-article-jump-to-part): New function.
22128         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22129         (gnus-mime-delete-part): Allow selecting specified part after
22130         deleting or stripping parts.
22131         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22132         part if argument is bogus.
22133
22134 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22135
22136         * gnus-art.el (w3m-minor-mode-map):
22137         * gnus-spec.el (gnus-newsrc-file-version):
22138         * gnus-util.el (nnmail-active-file-coding-system)
22139         (gnus-original-article-buffer, gnus-user-agent):
22140         * gnus.el (gnus-ham-process-destinations)
22141         (gnus-parameter-ham-marks-alist)
22142         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22143         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22144         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22145         * mm-decode.el (gnus-current-window-configuration):
22146         * mm-extern.el (gnus-article-mime-handles):
22147         * mm-url.el (url-current-object, url-package-name)
22148         (url-package-version):
22149         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22150         (smime-keys, w3m-cid-retrieve-function-alist)
22151         (w3m-current-buffer, w3m-display-inline-images)
22152         (w3m-minor-mode-map):
22153         * mml-smime.el (gnus-extract-address-components):
22154         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22155         (gnus-newsrc-hashtb, message-default-charset)
22156         (message-deletable-headers, message-options)
22157         (message-posting-charset, message-required-mail-headers)
22158         (message-required-news-headers):
22159         * mml1991.el (mc-pgp-always-sign):
22160         * mml2015.el (mc-pgp-always-sign):
22161         * nnheader.el (nnmail-extra-headers):
22162         * rfc1843.el (gnus-decode-encoded-word-function)
22163         (gnus-decode-header-function, gnus-newsgroup-name):
22164         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22165
22166 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22167
22168         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22169         the end of the date treatments.
22170
22171 2005-08-15  Simon Josefsson  <jas@extundo.com>
22172
22173         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22174         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22175         Capello and Romain Francoise.
22176         (pgg-fetch-key-function): Remove, not used?
22177         (pgg-insert-url-with-w3): Require url, to get
22178         url-insert-file-contents regardless of where it is defined.
22179
22180 2005-08-13  Romain Francoise  <romain@orebokech.com>
22181
22182         * message.el (message-cite-original-1): New function.
22183         (message-cite-original): Use it.
22184         (message-cite-original-without-signature): Ditto.
22185
22186 2005-08-08  Romain Francoise  <romain@orebokech.com>
22187
22188         * message.el (message-yank-empty-prefix): New variable.
22189         (message-indent-citation): Use it.
22190         (message-cite-original-without-signature): Respect X-No-Archive.
22191
22192 2005-08-08  Simon Josefsson  <jas@extundo.com>
22193
22194         * pgg.el: Autoload url-insert-file-contents instead of loading
22195         w3/url.
22196         (pgg-insert-url-with-w3): Don't load url here.
22197
22198 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22199
22200         * message.el (message-kill-to-signature): Don't insert newline at
22201         bol.
22202         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22203
22204 2005-08-06  Romain Francoise  <romain@orebokech.com>
22205
22206         * message.el (message-user-fqdn): Fix typo in docstring.
22207
22208 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22209
22210         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22211
22212         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22213
22214 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22215
22216         * mm-bodies.el (mm-encode-body): Use coding system rather than
22217         charset to encode text.
22218
22219         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22220         number of charsets if utf-8 is available (XEmacs).
22221
22222 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22223
22224         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22225         taken from `gnus-button-mid-or-mail-regexp'.
22226         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22227         (gnus-button-alist): Improve regexp for domain part of the MIDs
22228         for news:localpart@domain buttons.
22229         (gnus-button-ctan-directory-regexp): Update.
22230
22231 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22232
22233         * sieve-manage.el (sieve-manage-interactive-login):
22234         Use make-local-variable rather than make-variable-buffer-local.
22235         (sieve-manage-open): Ditto.
22236         (sieve-manage-authenticate): Ditto.
22237
22238         * mml.el (mml-generate-mime-1): Make the content type default to
22239         text/plain if the filename is not specified.
22240
22241 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22242
22243         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22244         instead of insert-buffer.
22245
22246         * message.el (message-yank-original): Ditto; set the mark at the
22247         end of the yanked message.
22248
22249 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22250
22251         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22252         lines to scroll rather than to stop it.
22253
22254         * mml.el (mml-generate-default-type): Add doc string.
22255         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22256         default to application/octet-stream when determining the content
22257         type if it is not specified for the part or the mml contents; add
22258         a comment about mml-generate-default-type.
22259
22260 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22261
22262         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22263         make it default to application/octet-stream when determining the
22264         content type if it is not specified for the external contents.
22265
22266 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22267
22268         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22269         segmented parameter but also other parameters might be there.
22270
22271 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22272
22273         * mm-decode.el (mm-display-external): Delete temp file, directory
22274         and buffer immediately if the external process is exited.
22275
22276 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22277
22278         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22279         fewer lines than that of scroll-margin.
22280         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22281
22282 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22283
22284         * gnus-art.el (gnus-article-next-page): Revert.
22285         (gnus-article-beginning-of-window): New macro.
22286         (gnus-article-next-page-1): Use it.
22287         (gnus-article-prev-page): Ditto.
22288         (gnus-article-edit-part): Use insert-buffer-substring instead of
22289         insert-buffer.
22290         (gnus-article-edit-exit): Ditto.
22291
22292         * gnus-util.el (gnus-beginning-of-window): Remove.
22293         (gnus-end-of-window): Remove.
22294
22295         * lpath.el: Don't bind header-line-format and scroll-margin.
22296
22297 2005-07-25  Simon Josefsson  <jas@extundo.com>
22298
22299         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22300         to have the url package without w3.  Reported by Daiki Ueno
22301         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22302
22303 2005-07-20  Didier Verna  <didier@xemacs.org>
22304
22305         * gnus-diary.el: Remove the description comment (nndiary is now
22306         properly documented in the Gnus manual).
22307         Fix the spelling of "Back End".
22308         * nndiary.el: Ditto.
22309         Fix the copyright notice.
22310
22311 2005-07-18  Romain Francoise  <romain@orebokech.com>
22312
22313         * gnus-sum.el (gnus-summary-to-prefix)
22314         (gnus-summary-newsgroup-prefix): New variables.
22315         (gnus-summary-from-or-to-or-newsgroups): Use them.
22316
22317 2005-07-17  Romain Francoise  <romain@orebokech.com>
22318
22319         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22320         space as it's generally not especially interesting to the user.
22321
22322 2005-07-16  Romain Francoise  <romain@orebokech.com>
22323
22324         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22325         nil to avoid prompting and file modification if one of the
22326         messages at the top of the nnfolder file contains a copyright
22327         notice.
22328         Update copyright notice.
22329
22330         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22331         instead of `current-time-string' as the latter creates a time
22332         string that is not RFC 2822 compliant (it lacks the zone).
22333         Update copyright notice.
22334
22335 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22336
22337         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22338         for text/rtf.  Display default in prompt.  Pass default for M-n.
22339
22340         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22341
22342 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22343
22344         * gnus-msg.el (gnus-button-mailto):
22345         Remove save-selected-window-window hackery because it relies on
22346         save-selected-window internals.
22347
22348 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22349
22350         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22351         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22352         (gnus-article-prev-page): Ditto.
22353
22354         * gnus-util.el (gnus-beginning-of-window): New function.
22355         (gnus-end-of-window): New function.
22356
22357         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22358
22359 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22360
22361         * gnus-score.el (gnus-score-edit-all-score):
22362         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22363         gnus-message.
22364
22365 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22366
22367         * gnus-msg.el (gnus-button-mailto):
22368         Remove save-selected-window-window hackery because it relies on
22369         save-selected-window internals.
22370
22371 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22372
22373         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22374         add-minor-mode.
22375         (gnus-binary-mode): Ditto.
22376
22377         * gnus-topic.el (gnus-topic-mode): Ditto.
22378
22379 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22380
22381         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22382         (gnus-article-prev-page): Take scroll-margin into consideration.
22383
22384 2005-07-04  Lute Kamstra  <lute@gnu.org>
22385
22386         Update FSF's address in GPL notices.
22387
22388 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22389
22390         * gnus.el (gnus-exit):
22391         * gnus-group.el (gnus-group-icons):
22392         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22393
22394         * gnus-nocem.el (gnus-nocem):
22395         * message.el (message-various, message-buffers, message-sending)
22396         (message-interface, message-forwarding, message-insertion)
22397         (message-headers, message-news, message-mail):
22398         * pgg-gpg.el (pgg-gpg):
22399         * pgg-parse.el (pgg-parse):
22400         * pgg-pgp.el (pgg-pgp):
22401         * pgg-pgp5.el (pgg-pgp5):
22402         * pop3.el (pop3): Finish `defgroup' description with period.
22403
22404 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22405
22406         * gnus-art.el (article-display-face): Improve the efficiency.
22407         (article-display-x-face): Ditto; remove gray x-face stuff.
22408
22409 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22410
22411         * gnus-art.el (article-display-face): Correct the position in
22412         which Faces are inserted.
22413
22414 2005-06-29  Didier Verna  <didier@xemacs.org>
22415
22416         * gnus-art.el (article-display-face): Display faces in correct
22417         order.
22418
22419 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22420
22421         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22422         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22423         (gnus-nocem-check-article): Fetch the Type header.
22424         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22425         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22426         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22427         make sure gnus-nocem-hashtb is initialized.
22428         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22429         (gnus-nocem-unwanted-article-p): Ditto.
22430
22431         * pgg.el (pgg-verify): Return the verification result.
22432
22433 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22434
22435         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22436         is ascii.
22437
22438 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22439
22440         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22441         `show-nonbreak-escape'.
22442
22443 2005-06-23  Lute Kamstra  <lute@gnu.org>
22444
22445         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22446
22447         * dig.el (dig-mode):
22448         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22449
22450 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22451
22452         * nnimap.el (nnimap-split-download-body): Fix spellings.
22453
22454 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22455
22456         * gnus-art.el (gnus-article-encrypt-body):
22457         * gnus-cus.el (gnus-score-customize):
22458         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22459         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22460
22461 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22462
22463         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22464         header by looking for magic "MII" at the beginning.
22465
22466 2005-06-16  Miles Bader  <miles@gnu.org>
22467
22468         * gnus-xmas.el (gnus-xmas-group-startup-message):
22469         Use renamed gnus-splash face.
22470
22471         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22472         (assistant-field-face): New backward-compatibility alias for renamed
22473         face.
22474         (assistant-render-text): Use renamed assistant-field face.
22475
22476         * spam.el (spam): Remove "-face" suffix from face name.
22477         (spam-face): New backward-compatibility alias for renamed face.
22478         (spam-face, spam-initialize): Use renamed spam face.
22479
22480         * message.el (message-header-to, message-header-cc)
22481         (message-header-subject, message-header-newsgroups)
22482         (message-header-other, message-header-name)
22483         (message-header-xheader, message-separator, message-cited-text)
22484         (message-mml): Remove "-face" suffix from face names.
22485         (message-header-to-face, message-header-cc-face)
22486         (message-header-subject-face, message-header-newsgroups-face)
22487         (message-header-other-face, message-header-name-face)
22488         (message-header-xheader-face, message-separator-face)
22489         (message-cited-text-face, message-mml-face):
22490         New backward-compatibility aliases for renamed faces.
22491         (message-font-lock-keywords): Use renamed message faces.
22492
22493         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22494         (sieve-test-commands, sieve-tagged-arguments):
22495         Remove "-face" suffix from face names.
22496         (sieve-control-commands-face, sieve-action-commands-face)
22497         (sieve-test-commands-face, sieve-tagged-arguments-face):
22498         New backward-compatibility aliases for renamed faces.
22499         (sieve-control-commands-face, sieve-action-commands-face)
22500         (sieve-test-commands-face, sieve-tagged-arguments-face):
22501         Use renamed sieve faces.
22502
22503         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22504         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22505         (gnus-group-news-3-empty, gnus-group-news-4)
22506         (gnus-group-news-4-empty, gnus-group-news-5)
22507         (gnus-group-news-5-empty, gnus-group-news-6)
22508         (gnus-group-news-6-empty, gnus-group-news-low)
22509         (gnus-group-news-low-empty, gnus-group-mail-1)
22510         (gnus-group-mail-1-empty, gnus-group-mail-2)
22511         (gnus-group-mail-2-empty, gnus-group-mail-3)
22512         (gnus-group-mail-3-empty, gnus-group-mail-low)
22513         (gnus-group-mail-low-empty, gnus-summary-selected)
22514         (gnus-summary-cancelled, gnus-summary-high-ticked)
22515         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22516         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22517         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22518         (gnus-summary-low-undownloaded)
22519         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22520         (gnus-summary-low-unread, gnus-summary-normal-unread)
22521         (gnus-summary-high-read, gnus-summary-low-read)
22522         (gnus-summary-normal-read, gnus-splash):
22523         Remove "-face" suffix from face names.
22524         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22525         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22526         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22527         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22528         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22529         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22530         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22531         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22532         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22533         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22534         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22535         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22536         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22537         (gnus-summary-normal-ticked-face)
22538         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22539         (gnus-summary-normal-ancient-face)
22540         (gnus-summary-high-undownloaded-face)
22541         (gnus-summary-low-undownloaded-face)
22542         (gnus-summary-normal-undownloaded-face)
22543         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22544         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22545         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22546         (gnus-splash-face):
22547         New backward-compatibility aliases for renamed faces.
22548         (gnus-group-startup-message): Use renamed gnus faces.
22549
22550         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22551         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22552         (gnus-server-agent): Remove "-face" suffix from face names.
22553         (gnus-server-agent-face, gnus-server-opened-face)
22554         (gnus-server-closed-face, gnus-server-denied-face)
22555         (gnus-server-offline-face):
22556         New backward-compatibility aliases for renamed faces.
22557         (gnus-server-agent-face, gnus-server-opened-face)
22558         (gnus-server-closed-face, gnus-server-denied-face)
22559         (gnus-server-offline-face): Use renamed gnus faces.
22560
22561         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22562         Remove "-face" suffix from face names.
22563         (gnus-picon-xbm-face, gnus-picon-face):
22564         New backward-compatibility aliases for renamed faces.
22565
22566         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22567         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22568         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22569         (gnus-cite-11): Remove "-face" suffix from face names.
22570         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22571         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22572         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22573         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22574         New backward-compatibility aliases for renamed faces.
22575         (gnus-cite-attribution-face, gnus-cite-face-list)
22576         (gnus-article-boring-faces): Use renamed gnus faces.
22577
22578         * gnus-art.el (gnus-signature, gnus-header-from)
22579         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22580         (gnus-header-content): Remove "-face" suffix from face names.
22581         (gnus-signature-face, gnus-header-from-face)
22582         (gnus-header-subject-face, gnus-header-newsgroups-face)
22583         (gnus-header-name-face, gnus-header-content-face):
22584         New backward-compatibility aliases for renamed faces.
22585         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22586
22587         * gnus-sum.el (gnus-summary-selected-face)
22588         (gnus-summary-highlight): Use renamed gnus faces.
22589         * gnus-group.el (gnus-group-highlight): Likewise.
22590
22591 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22592
22593         * gnus-sieve.el (gnus-sieve-article-add-rule):
22594         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22595         * spam-stat.el (spam-stat-buffer-change-to-spam)
22596         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22597
22598         * message.el (message-is-yours-p):
22599         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22600
22601 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22602
22603         * mm-view.el (mm-inline-text): Withdraw the last change.
22604
22605 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22606
22607         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22608         executing enriched-decode.
22609
22610 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22611
22612         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22613         charset of tar files.
22614
22615 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22616
22617         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22618
22619 2005-06-04  Lute Kamstra  <lute@gnu.org>
22620
22621         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22622         information is never recorded.
22623
22624 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22625
22626         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22627
22628 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22629
22630         * pop3.el (pop3-apop): Run md5 in the binary mode.
22631
22632         * starttls.el (starttls-set-process-query-on-exit-flag):
22633         Use eval-and-compile.
22634
22635 2005-05-31  Simon Josefsson  <jas@extundo.com>
22636
22637         * smime.el (smime-replace-in-string): Define.
22638         (smime-cert-by-ldap-1): Use it.
22639
22640 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22641
22642         * gnus-art.el (article-display-x-face): Replace
22643         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22644
22645         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22646         set-process-query-on-exit-flag or process-kill-without-query.
22647
22648         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22649         loop instead of replace-regexp.
22650
22651         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22652         instead of process-kill-without-query if it is available.
22653
22654         * lpath.el: Fbind ldap-search-entries.
22655
22656         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22657         instead of find-file-hooks if it is available.
22658
22659         * mml1991.el: Bind pgg-default-user-id when compiling.
22660
22661         * mml2015.el: Bind pgg-default-user-id when compiling.
22662
22663         * nndraft.el (nndraft-request-associate-buffer):
22664         Use write-contents-functions instead of write-contents-hooks if it is
22665         available.
22666
22667         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22668         instead of find-file-hooks if it is available.
22669
22670         * nntp.el (nntp-open-connection): Replace
22671         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22672         (nntp-open-ssl-stream): Ditto.
22673         (nntp-open-tls-stream): Ditto.
22674
22675         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22676         set-process-query-on-exit-flag or process-kill-without-query.
22677         (starttls-open-stream-gnutls): Use it instead of
22678         process-kill-without-query.
22679         (starttls-open-stream): Ditto.
22680
22681 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22682
22683         * smime.el (smime-cert-by-ldap-1): Don't use
22684         replace-regexp-in-string.
22685
22686 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22687
22688         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22689
22690         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22691         in PEM format.  Adjust to the XEmacs compatibility.
22692
22693 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22694
22695         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22696         by `string-to-number'.
22697         * gnus-agent.el (gnus-agent-regenerate-group)
22698         (gnus-agent-fetch-articles): Ditto.
22699         * gnus-art.el (gnus-button-fetch-group): Ditto.
22700         * gnus-cache.el (gnus-cache-generate-active)
22701         (gnus-cache-articles-in-group): Ditto.
22702         * gnus-group.el (gnus-group-set-current-level)
22703         (gnus-group-insert-group-line): Ditto.
22704         * gnus-score.el (gnus-score-set-expunge-below)
22705         (gnus-score-set-mark-below, gnus-summary-score-effect)
22706         (gnus-summary-score-entry): Ditto.
22707         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22708         (gnus-soup-pack): Ditto.
22709         * gnus-spec.el (gnus-xmas-format): Ditto.
22710         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22711         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22712         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22713         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22714         * nndb.el (nndb-get-remote-expire-response): Ditto.
22715         * nndiary.el (nndiary-parse-schedule-value)
22716         (nndiary-string-to-number, nndiary-request-replace-article)
22717         (nndiary-request-article): Ditto.
22718         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22719         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22720         * nneething.el (nneething-make-head): Ditto.
22721         * nnfolder.el (nnfolder-request-article)
22722         (nnfolder-retrieve-headers): Ditto.
22723         * nnheader.el (nnheader-file-to-number): Ditto.
22724         * nnkiboze.el (nnkiboze-request-article): Ditto.
22725         * nnmail.el (nnmail-process-unix-mail-format)
22726         (nnmail-process-babyl-mail-format): Ditto.
22727         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22728         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22729         (nnmh-request-create-group, nnmh-request-list-1)
22730         (nnmh-request-group, nnmh-request-article): Ditto.
22731         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22732         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22733         * nnsoup.el (nnsoup-make-active): Ditto.
22734         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22735         * nntp.el (nntp-find-group-and-number)
22736         (nntp-retrieve-headers-with-xover): Ditto.
22737         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22738         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22739         (pgg-format-key-identifier): Ditto.
22740         * pop3.el (pop3-last, pop3-stat): Ditto.
22741         * qp.el (quoted-printable-decode-region): Ditto.
22742
22743         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22744         of concat.
22745
22746 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22747
22748         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22749
22750         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22751
22752         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22753
22754         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22755
22756         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22757
22758         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22759
22760         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22761         (gnus-carpal-mode): Ditto.
22762
22763         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22764         (gnus-browse-mode): Ditto.
22765
22766         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22767
22768         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22769
22770 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22771
22772         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22773
22774 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22775
22776         * gnus-util.el (gnus-run-mode-hooks): New function.
22777
22778         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22779
22780         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22781         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22782
22783 2005-05-27  Lute Kamstra  <lute@gnu.org>
22784
22785         * dns-mode.el (dns-mode): Specify customization group.
22786
22787 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22788
22789         * gnus-agent.el (gnus-agent-make-mode-line-string):
22790         Use mode-line-highlight as mouse-face.
22791
22792 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22793
22794         * canlock.el (canlock): Change the parent group to news.
22795
22796         * deuglify.el (gnus-outlook-deuglify): Add :group.
22797
22798         * dig.el (dig): Add :group.
22799
22800         * dns-mode.el (dns-mode): Add :group.
22801
22802         * encrypt.el (encrypt): Add :group.
22803
22804         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22805         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22806         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22807         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22808         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22809
22810         * gnus-diary.el (gnus-diary): Add :group.
22811
22812         * gnus.el (gnus-group-news-1-face): Add :group.
22813         (gnus-group-news-1-empty-face): Ditto.
22814         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22815         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22816         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22817         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22818         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22819         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22820         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22821         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22822         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22823         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22824         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22825         (gnus-summary-high-ticked-face): Ditto.
22826         (gnus-summary-low-ticked-face): Ditto.
22827         (gnus-summary-normal-ticked-face): Ditto.
22828         (gnus-summary-high-ancient-face): Ditto.
22829         (gnus-summary-low-ancient-face): Ditto.
22830         (gnus-summary-normal-ancient-face): Ditto.
22831         (gnus-summary-high-undownloaded-face): Ditto.
22832         (gnus-summary-low-undownloaded-face): Ditto.
22833         (gnus-summary-normal-undownloaded-face): Ditto.
22834         (gnus-summary-high-unread-face): Ditto.
22835         (gnus-summary-low-unread-face): Ditto.
22836         (gnus-summary-normal-unread-face): Ditto.
22837         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22838         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22839
22840         * hashcash.el (hashcash): New custom group.
22841         (hashcash-default-payment): Add :group.
22842         (hashcash-payment-alist): Ditto.
22843         (hashcash-default-accept-payment): Ditto.
22844         (hashcash-accept-resources): Ditto.
22845         (hashcash-path): Ditto.
22846         (hashcash-extra-generate-parameters): Ditto.
22847         (hashcash-double-spend-database): Ditto.
22848         (hashcash-in-news): Ditto.
22849
22850         * message.el (message-minibuffer-local-map): Add :group.
22851
22852         * netrc.el (netrc): Add :group.
22853
22854         * sieve-manage.el (sieve-manage-log): Add :group.
22855         (sieve-manage-default-user): Diito.
22856         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22857         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22858         (sieve-manage-authenticators): Ditto.
22859         (sieve-manage-authenticator-alist): Ditto.
22860         (sieve-manage-default-port): Ditto.
22861
22862         * sieve-mode.el (sieve-control-commands-face): Add :group.
22863         (sieve-action-commands-face): Ditto.
22864         (sieve-test-commands-face): Ditto.
22865         (sieve-tagged-arguments-face): Ditto.
22866
22867         * smime.el (smime): Add :group.
22868
22869         * spam-report.el (spam-report): Add :group.
22870
22871         * spam.el (spam, spam-face): Add :group.
22872
22873 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22874
22875         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22876         return \n.\n.\n at the end of articles.  Protect against that.
22877         (nntp-with-open-group): Allow debugging.
22878
22879         * nnheader.el (mail-header-set-extra): Make into a function
22880         because I just could't understand how to quote the list properly.
22881
22882         * dns.el (query-dns-cached): New function.
22883
22884 2005-05-26  Lute Kamstra  <lute@gnu.org>
22885
22886         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22887
22888 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22889
22890         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22891
22892         * gnus-art.el: Don't autoload mail-extract-address-components.
22893
22894         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22895         eval-and-compile to evaluate it.
22896
22897         * hashcash.el: Don't autoload executable-find.
22898
22899         * nndb.el: Don't declare the nndb back end two or more times; don't
22900         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22901
22902         * nntp.el: Autoload format-spec instead of format; use
22903         eval-and-compile to evaluate autoload forms.
22904
22905 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22906
22907         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22908
22909 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22910
22911         * gnus.el (gnus-version-number): Bump version.
22912
22913 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22914
22915         * gnus.el: No Gnus v0.3 is released.
22916
22917 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22918
22919         * lpath.el (featurep): Bind show-nonbreak-escape.
22920
22921 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22922
22923         * gnus-art.el (gnus-article-edit-part): Disable undo.
22924
22925 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22926
22927         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22928         gnus-article-date-lapsed-new-header is t if date timer is active;
22929         skip headers in which the original date value is empty.
22930         (gnus-article-save-original-date): Redefine it as a macro.
22931         (gnus-display-mime): Use it.
22932
22933 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22934
22935         * gnus-art.el (article-date-ut): Support converting date in
22936         forwarded parts as well.
22937         (gnus-article-save-original-date): New function.
22938         (gnus-display-mime): Use it.
22939
22940 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22941
22942         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22943         enclosure element of <item>.
22944
22945 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22946
22947         * message.el (message-kill-buffer-query): Rename from
22948         `message-kill-buffer-query-if-modified'.  Add :version.
22949
22950 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22951
22952         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22953         window layout.
22954
22955 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22956
22957         * mml.el: Autoload dnd when compiling.
22958
22959 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22960
22961         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22962         x-dnd-*.
22963
22964 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22965
22966         * qp.el (quoted-printable-encode-region): Save excursion.
22967
22968 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22969
22970         * message.el (message-kill-buffer-query-if-modified): Add new variable
22971         so the user can kill a modified message buffer quickly.
22972         (message-kill-buffer): Use it.
22973
22974 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22975
22976         * lpath.el: Fbind display-time-event-handler; don't fbind
22977         string-to-multibyte.
22978
22979         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22980
22981 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22982
22983         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22984         contained in text because xml.el decodes entities) with LFs.
22985
22986 2005-04-11  Lute Kamstra  <lute@gnu.org>
22987
22988         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22989         differently.
22990
22991 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22992
22993         * mm-util.el (mm-detect-coding-region): Typo.
22994
22995 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22996
22997         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22998
22999 2005-04-06  Deepak Goel  <deego@gnufans.org>
23000
23001         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23002         user-function allow user modifications of the scores.
23003         (spam-stat-score-buffer-user): New function, to allow
23004         user-computed modifications to the score.
23005         (spam-stat-score-buffer-user-functions): List of additional
23006         scoring functions.
23007         (spam-stat-error-holder): Global temporary error holder.
23008         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23009         variable.
23010
23011 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23012
23013         * gnus-registry.el (gnus-registry-clean-empty-function)
23014         (gnus-registry-trim, gnus-registry-fetch-groups)
23015         (gnus-registry-delete-group): Groups that match
23016         `gnus-registry-ignored-groups' are removed from the registry
23017         entries, not just ignored for splitting.  This helps clean up the
23018         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23019         to get all the groups a message ID is in.
23020
23021         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23022         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23023         (spam-stat-score-buffer-user-functions): Add :number custom type.
23024
23025 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23026
23027         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23028         argument in XEmacs.
23029
23030         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23031         (nnrss-request-group): Decode group name first.
23032         (nnrss-request-article): Make a text/plain article if mml-to-mime
23033         failed.
23034         (nnrss-get-encoding): Return a compatible encoding according to
23035         nnrss-compatible-encoding-alist.
23036         (nnrss-find-el): Use consp instead of listp.
23037         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23038
23039 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23040
23041         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23042         which Emacs 20 doesn't support.
23043         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23044
23045 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23046
23047         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23048         silence the byte compiler inside the defun.
23049
23050         * gnus-demon.el (parse-time-string): Add autoload.
23051
23052         * gnus-delay.el (parse-time-string): Add autoload.
23053
23054         * gnus-art.el (parse-time-string): Add autoload.
23055
23056         * nnultimate.el (parse-time): Require for `parse-time-string'.
23057
23058 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23059
23060         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23061
23062         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23063
23064         * smime.el (smime-ldap-host-list): Add :version.
23065
23066 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23067
23068         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23069         pass it to `gnus-browse-read-group'.
23070         (gnus-browse-read-group): Add NUMBER argument and pass it to
23071         `gnus-group-read-ephemeral-group'.
23072
23073         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23074         argument and pass it to `gnus-group-read-group'.
23075
23076 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23077
23078         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23079         mm-xemacs-find-mime-charset-1 if we have the mule feature
23080         available at runtime.
23081
23082 2005-03-25  Werner Lemberg  <wl@gnu.org>
23083
23084         * nnmaildir.el: Replace `illegal' with `invalid'.
23085
23086 2005-03-23  Lute Kamstra  <lute@gnu.org>
23087
23088         * time-date.el: Add comment on time value formats.
23089         Don't require parse-time.
23090         (with-decoded-time-value): New macro.
23091         (encode-time-value): New function.
23092         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23093         (days-to-time): Return a valid time value when arg is huge.
23094         (time-since): Use time-subtract.
23095         (time-to-number-of-days): Use time-to-seconds.
23096
23097 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23098
23099         * gnus-start.el (gnus-display-time-event-handler):
23100         Check display-time-timer at runtime rather than only at load time
23101         in case display-time-mode is turned off in the mean time.
23102
23103 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23104
23105         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23106         used.
23107
23108         * nneething.el (nneething-map-file-directory): Derive from
23109         `gnus-directory'.
23110
23111         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23112         the To/Cc button.
23113
23114 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23115
23116         * nnmaildir.el (nnmaildir-request-accept-article):
23117         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23118
23119 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23120
23121         * gnus-async.el: Require timer-funcs at compile time when in
23122         XEmacs for `run-with-idle-timer'.
23123
23124 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23125
23126         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23127         autoloaded function.
23128
23129 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23130
23131         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23132
23133 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23134
23135         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23136
23137 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23138
23139         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23140         Add gnus-expert-user to default.
23141
23142 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23143
23144         * nnimap.el (nnimap-open-server): Ditto.
23145
23146         * imap.el (imap-authenticate): Fix typo.
23147
23148 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23149
23150         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23151         buffer (since IMAP server might return FETCH response out of
23152         order, and the nntp buffer must be sorted).
23153
23154 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23155
23156         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23157         comparison on string.
23158
23159         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23160         (gnus-agent-score): Rename category keywords to match gnus-cus.
23161         (gnus-agent-summary-fetch-series): Modify to protect against
23162         gnus-agent-summary-fetch-group clearing processable flags.
23163         (gnus-agent-synchronize-group-flags): Update live group buffer as
23164         synchronization may occur due to the user toggle the plugged
23165         status.
23166         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23167         successfully downloaded.
23168         (gnus-agent-expire-group-1): Avoid using markers when the overview
23169         is in ascending order; greatly improves performance.
23170         (gnus-agent-regenerate-group):
23171         Use gnus-agent-synchronize-group-flags to reset read status in both
23172         gnus and server.
23173         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23174
23175 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23176
23177         * message.el: Don't autoload former message-utils variables.
23178         (message-strip-subject-trailing-was): Change doc string.
23179
23180         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23181         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23182         (nnweb-google-search): Add "hl=en" here.
23183         (nnweb-google-parse-1, nnweb-google-create-mapping):
23184         Don't hardcode URL.
23185
23186 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23187
23188         * message.el (message-get-reply-headers, message-followup):
23189         Mention related variables `message-use-followup-to' and
23190         `message-use-mail-followup-to', in the information buffer.
23191
23192         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23193         of broken groups(-beta).google.com.
23194
23195 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23196
23197         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23198         parameter to invoked gnus-request-move-article; remove the
23199         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23200         all at once instead of once per article.
23201         (gnus-summary-remove-process-mark): Accept a list of articles as
23202         well as a single article for processing.
23203
23204         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23205         parameter.
23206
23207         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23208
23209         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23210
23211         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23212         parameter.
23213
23214         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23215         parameter.
23216
23217         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23218         parameter and remove the gnus-sum-hint-move-is-internal variable.
23219
23220         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23221         parameter.
23222
23223         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23224         parameter.
23225
23226         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23227         parameter.
23228
23229         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23230
23231         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23232         parameter.
23233
23234         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23235         parameter.
23236
23237 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23238
23239         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23240         a more conservative way.
23241
23242 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23243
23244         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23245         buffer, so it moves the window's cursor.
23246
23247 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23248
23249         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23250         `mm-dissect-multipart' and receive the from field as an (optional)
23251         argument from `mm-dissect-multipart'.
23252         (mm-dissect-multipart): Receive the from field as an argument and
23253         pass it on when we call `mm-dissect-buffer' on MIME parts.
23254         Fixes verification/decryption of signed/encrypted MIME parts.
23255
23256 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23257
23258         * gnus-sum.el (gnus-summary-move-article):
23259         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23260         whatever it calls (right now, only nnimap-request-move article
23261         respects it).
23262
23263         * nnimap.el (nnimap-request-move-article):
23264         When gnus-sum-hint-move-is-internal is set, don't do the extra
23265         nnimap-request-article.
23266
23267 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23268
23269         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23270
23271         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23272         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23273
23274         * gnus-sum.el (gnus-summary-caesar-message):
23275         Apply `gnus-treat-article' after rotation.
23276
23277         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23278         doc string.
23279
23280 2005-02-22  Simon Josefsson  <jas@extundo.com>
23281
23282         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23283         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23284         <arne@arnested.dk>.
23285         (encrypt): Add password-cache and password-cache-expiry as group
23286         members.
23287
23288 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23289
23290         * smime.el (smime-ldap-host-list): Doc fix.
23291         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23292         cache) password.
23293         (smime-sign-region): Use it.
23294         (smime-decrypt-region): Use it.
23295         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23296         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23297         fails.
23298         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23299         certificate from DER to PEM format rather than calling openssl.
23300
23301         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23302
23303         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23304         for signing/encryption.
23305
23306         * mml.el (mml-parse-1): Use them.
23307
23308 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23309
23310         * nnrss.el (nnrss-verbose): Remove.
23311         (nnrss-request-group): Use `nnheader-message' instead.
23312
23313 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23314
23315         * nnrss.el (nnrss-verbose): New variable.
23316         (nnrss-request-group): Make it say nnrss is requesting a group.
23317
23318 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23319
23320         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23321         Handle news URL with given port correctly.
23322
23323 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23324
23325         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23326         containing special characters.
23327
23328         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23329
23330         * mml.el (mime-to-mml): Ditto.
23331
23332         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23333         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23334         (rfc2047-decode-region): Quote decoded words containing special
23335         characters when rfc2047-quote-decoded-words-containing-tspecials
23336         is non-nil.
23337
23338 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23339
23340         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23341
23342         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23343
23344 2005-02-15  Simon Josefsson  <jas@extundo.com>
23345
23346         * nnimap.el (nnimap-debug): Doc fix.
23347
23348         * imap.el (imap-debug): Doc fix.
23349
23350 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23351
23352         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23353
23354 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23355
23356         * gnus.el (spam-contents): Improve docs for spam-contents
23357         parameter in its variable incarnation.
23358
23359 2005-02-14  Simon Josefsson  <jas@extundo.com>
23360
23361         * smime-ldap.el: Use require instead of load-library for ldap.
23362         (smime-ldap-search): Indent.
23363         (smime-ldap-search-internal): Shorten line.
23364
23365         * smime.el (smime-cert-by-dns): Add doc-string.
23366         (smime-cert-by-ldap-1): Indent.
23367
23368         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23369         mml-smime-get-dns-ldap.
23370         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23371
23372 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23373
23374         * smime.el: Require smime-ldap.
23375         (smime-ldap-host-list): New variable.
23376         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23377
23378         * mml-smime.el (mml-smime-encrypt-query): New function.
23379         (mml-smime-encrypt-query): Use it.
23380
23381         * smime-ldap.el: New file.
23382
23383 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23384
23385         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23386
23387 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23388
23389         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23390         argument in doc string.  Make query for type more clear.
23391
23392 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23393
23394         * gnus.el (gnus-group-startup-message): Search for gnus images in
23395         etc/images/gnus.
23396         * mm-util.el (mm-image-load-path): Likewise.
23397         * smiley.el (smiley-data-directory): Search for smilies in
23398         etc/images/smilies.
23399
23400 2005-02-09  Kim F. Storm  <storm@cua.dk>
23401
23402         Change Emacs release version from 21.4 to 22.1 throughout.
23403         Change Emacs development version from 21.3.50 to 22.0.50.
23404
23405 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23406
23407         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23408
23409         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23410         non-Mule XEmacs as well.
23411         (mm-decompress-buffer): Signal an error intentionally if it does
23412         not decompress compressed data because auto-compression-mode is
23413         disabled.
23414
23415 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23416
23417         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23418         an ID in the registry even if it has no groups.
23419
23420 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23421
23422         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23423         merge it into mm-decompress-buffer.
23424         (gnus-mime-copy-part): Use the MIME part charset, the value which
23425         a user specified or gnus-newsgroup-charset for decoding, like
23426         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23427         save-buffer what was used.  Suggested by Kevin Ryde
23428         <user42@zip.com.au>.
23429         (gnus-mime-inline-part): Allow the name parameter as well as the
23430         filename parameter; force decompressing of compressed data; always
23431         display contents being not decoded as unibyte.
23432
23433         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23434         as well as the filename parameter.
23435
23436         * mm-util.el (mm-decompress-buffer):
23437         Merge gnus-mime-jka-compr-maybe-uncompress.
23438         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23439         of compressed data.
23440
23441 2005-02-08  Simon Josefsson  <jas@extundo.com>
23442
23443         * imap.el (imap-log): Doc fix.
23444
23445 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23446
23447         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23448         the coding cookies; decompress compressed parts.
23449
23450         * mml.el (mml-generate-mime-1): Add the charset parameter according
23451         to the value which a user specified manually or the coding cookie.
23452
23453         * mm-util.el (mm-string-to-multibyte): New function.
23454         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23455         (mm-coding-system-to-mime-charset): New function.
23456         (mm-decompress-buffer): New function.
23457         (mm-find-buffer-file-coding-system): New function.
23458
23459         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23460         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23461         parts.
23462
23463 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23464
23465         * mm-view.el (mm-display-inline-fontify): Decode a part according
23466         to the charset parameter.
23467
23468 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23469
23470         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23471         prefix arg is neither nil nor a number, as info specifies.
23472
23473 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23474
23475         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23476         timestamps.
23477
23478 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23479
23480         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23481         groups error checking and notify user.
23482
23483 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23484
23485         * message.el (message-send-mail-function): Check existence of
23486         sendmail-program first before using default value
23487         `message-send-mail-with-sendmail'.  Otherwise use more generic
23488         `smtpmail-send-it'.
23489
23490 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23491
23492         * nntp.el (nntp-request-update-info): Always return nil.
23493
23494 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23495
23496         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23497
23498 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23499
23500         * message.el (message-beginning-of-line): Change the behavior when
23501         invoked between BOL and : so that it first moves backward.
23502
23503 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23504
23505         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23506         article buffer when editing of the article is discarded.
23507         (gnus-article-prepare): Revert.
23508
23509 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23510
23511         * gnus-art.el (gnus-article-prepare):
23512         Remove message-strip-forbidden-properties from the local hook.
23513
23514 2005-01-27  Simon Josefsson  <jas@extundo.com>
23515
23516         * password.el (password-cache-add): Only start one timer per key.
23517         Reported by Derek Atkins <warlord@MIT.EDU>.
23518
23519 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23520
23521         * run-at-time.el: Remove.  It is no longer needed as
23522         timer-funcs.el in the xemacs-base package has a working version of
23523         `run-at-time'.
23524
23525         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23526
23527         * password.el: Require timer-funcs instead of run-at-time in
23528         XEmacs.
23529         Remove `password-run-at-time' macro.
23530         (password-cache-add): Use `run-at-time' instead of
23531         `password-run-at-time'.
23532
23533         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23534         Remove `nnheader-cancel-function-timers' alias,
23535         `cancel-function-timers' exists in XEmacs in timer-funcs.
23536
23537         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23538         for `run-with-idle-timer'.
23539
23540         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23541         for `run-at-time'.
23542
23543         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23544         for `with-timeout'.
23545
23546         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23547         the same as for XEmacs 21.4.
23548         No need to ignore `run-with-idle-timer', this function exists in
23549         XEmacs now in timer-funcs.el in the xemacs-base package.
23550         (dgnushack-compile): No need to delete
23551         run-at-time.el from the list of files to compile because it
23552         doesn't exist anymore.
23553
23554 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23555
23556         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23557         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23558
23559 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23560
23561         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23562         sensitively.
23563
23564 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23565
23566         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23567
23568 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23569
23570         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23571         which will be inserted according to the multibyteness of a buffer
23572         rather than the type of contents.  Suggested by ARISAWA Akihiro
23573         <ari@mbf.ocn.ne.jp>.
23574
23575         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23576         of string which old xml.el may return rather than a string.
23577
23578 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23579
23580         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23581
23582 2005-01-16  Simon Josefsson  <jas@extundo.com>
23583
23584         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23585         idn/idna.el isn't available.
23586         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23587         <michael@waxrat.com>.
23588
23589         * hashcash.el: Remove non-FSF copyright header.
23590
23591         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23592         (hashcash-generate-payment): Use it.
23593         (hashcash-generate-payment-async): Use it.
23594
23595 2005-01-15  Simon Josefsson  <jas@extundo.com>
23596
23597         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23598         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23599
23600         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23601         gnus-summary-idna-message.
23602         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23603         (gnus-summary-idna-message): New function.
23604
23605 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23606
23607         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23608         gnus-novice-user.
23609
23610 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23611
23612         * nnrss.el (nnrss-request-delete-group): Delete entries in
23613         nnrss-group-alist as well.
23614         (nnrss-save-server-data): Insert newline.
23615
23616 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23617
23618         * gnus.el (gnus-user-agent): Use list of symbols instead of
23619         symbols.  Display full version number for (S)XEmacs.
23620         Optionally display (S)XEmacs codename.
23621
23622         * gnus-util.el (gnus-emacs-version): Update for new
23623         `gnus-user-agent'.
23624
23625         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23626         Gnus version.
23627
23628 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23629
23630         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23631         which is unreadable in some setups.
23632
23633 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23634
23635         * gnus-spec.el (gnus-update-format-specifications): Flush the
23636         group format spec cache if it doesn't support decoded group names.
23637
23638 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23639
23640         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23641         Allow to apply decay on score files matching a regexp.
23642
23643 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23644
23645         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23646         compatibility in %g and %c.
23647
23648 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23649
23650         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23651         name for only %g and %c.
23652         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23653         of gnus-tmp-group to decoded group name.
23654         (gnus-group-make-rss-group): Exclude `/'s from group names.
23655
23656 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23657
23658         * nnrss.el (nnrss-get-encoding): Fix regexp.
23659
23660 2004-12-27  Simon Josefsson  <jas@extundo.com>
23661
23662         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23663         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23664         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23665
23666 2004-12-17  Kim F. Storm  <storm@cua.dk>
23667
23668         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23669
23670         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23671
23672 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23673
23674         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23675
23676 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23677
23678         * nnrss.el: Require rfc2047 and mml.
23679         (nnrss-file-coding-system): New variable.
23680         (nnrss-format-string): Redefine it as an inline function.
23681         (nnrss-decode-group-name): New function.
23682         (nnrss-string-as-multibyte): Remove.
23683         (nnrss-retrieve-headers): Decode group name; don't use
23684         nnrss-format-string.
23685         (nnrss-request-group): Decode group name.
23686         (nnrss-request-article): Decode group name; allow a Message-ID as
23687         well as an article number; don't use nnrss-format-string; encode a
23688         Message-ID string which may contain non-ASCII characters; use
23689         mml-to-mime to compose a MIME article.
23690         (nnrss-request-expire-articles): Decode group name.
23691         (nnrss-request-delete-group): Decode group name.
23692         (nnrss-fetch): Clarify error message.
23693         (nnrss-read-server-data): Use insert-file-contents instead of load;
23694         bind file-name-coding-system; use multibyte buffer.
23695         (nnrss-save-server-data): Bind coding-system-for-write to the
23696         value of nnrss-file-coding-system; bind file-name-coding-system;
23697         add coding cookie.
23698         (nnrss-read-group-data): Use insert-file-contents instead of load;
23699         bind file-name-coding-system; use multibyte buffer.
23700         (nnrss-save-group-data): Bind coding-system-for-write to the
23701         value of nnrss-file-coding-system; bind file-name-coding-system.
23702         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23703         make it work with non-ASCII text.
23704         (nnrss-find-el): Make it work with old xml.el as well.
23705
23706 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23707
23708         * nnrss.el (nnrss-get-encoding): New function.
23709         (nnrss-fetch): Use unibyte buffer initially; bind
23710         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23711         decode contents according to the encoding attribute.
23712         (nnrss-save-group-data): Add coding cookie.
23713         (nnrss-mime-encode-string): New function.
23714         (nnrss-check-group): Use it to encode subject and author.
23715
23716 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23717
23718         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23719         imaginary variable.
23720
23721 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23722
23723         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23724         correctly even if there are wide characters.
23725
23726 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23727
23728         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23729         downcased symbol names; make a new cache instead of reusing
23730         bbdb-hashtable.
23731
23732 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23733
23734         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23735         concatenating segments rather than before concatenating them.
23736         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23737
23738         * message.el (message-get-reply-headers): Bind `extra'.
23739
23740 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23741
23742         * message.el (message-extra-wide-headers): New variable.
23743         (message-get-reply-headers): Use it.
23744
23745 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23746
23747         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23748         (gnus-agent-group-pathname): Ditto.
23749
23750         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23751
23752         * gnus-group.el (gnus-group-make-group): Decode group name.
23753         (gnus-group-make-rss-group): Register the group data after opening
23754         the nnrss group.
23755
23756 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23757
23758         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23759         by expiry now get marked as read.
23760
23761 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23762
23763         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23764
23765 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23766
23767         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23768         unify Latin characters in XEmacs.
23769         (mm-find-mime-charset-region): Use it.
23770
23771 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23772
23773         * gnus-util.el (gnus-delete-directory): New function.
23774
23775         * gnus-agent.el (gnus-agent-delete-group): Use it.
23776
23777         * gnus-cache.el (gnus-cache-delete-group): Use it.
23778
23779 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23780
23781         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23782         names.
23783
23784 2004-12-16  Simon Josefsson  <jas@extundo.com>
23785
23786         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23787
23788 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23789
23790         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23791
23792         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23793         (gnus-group-set-current-level): Decode group name.
23794
23795 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23796
23797         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23798         failed.
23799
23800 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23801
23802         * gnus-group.el (gnus-group-delete-group): Decode group name.
23803         (gnus-group-make-rss-group): Encode group name.
23804         (gnus-group-catchup-current): Decode group name.
23805         (gnus-group-kill-group): Decode group name.
23806
23807 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23808
23809         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23810
23811 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23812
23813         * gnus-group.el (gnus-group-make-rss-group):
23814         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23815
23816         * gnus-start.el (gnus-setup-news): Honor user's setting to
23817         gnus-message-archive-method.  Suggested by Lute Kamstra
23818         <lute@gnu.org>.
23819
23820 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23821
23822         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23823         global counterparts of the buffer-local variables.
23824
23825 2004-11-16  Romain Francoise  <romain@orebokech.com>
23826
23827         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23828         counterparts of the buffer-local variables.
23829
23830 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23831
23832         * message.el (message-forbidden-properties): Fix typo in doc
23833         string.
23834
23835 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23836
23837         * gnus-util.el (gnus-replace-in-string): Add doc string.
23838
23839         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23840         to avoid problems when splitting mails with many recipients.
23841
23842 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23843
23844         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23845         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23846
23847 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23848
23849         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23850         if there is no hashtable in memory or file modification time is
23851         newer than cached timestamp.
23852
23853 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23854
23855         * gnus-sum.el (gnus-summary-limit-to-recipient):
23856         Implement not-matching option.
23857
23858 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23859
23860         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23861         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23862         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23863         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23864         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23865         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23866
23867 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23868
23869         * message.el (message-forward-make-body-mml): Remove headers
23870         according to message-forward-ignored-headers if a message is decoded.
23871
23872 2004-12-02  Romain Francoise  <romain@orebokech.com>
23873
23874         * message.el (message-forward-make-body-plain): Always remove
23875         headers according to message-forward-ignored-headers.
23876
23877 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23878
23879         * spam.el (spam-summary-prepare-exit): Remove the
23880         gnus-summary-limit pop for now, it has problems with ham marks for
23881         me.
23882
23883 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23884
23885         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23886         correctly.
23887
23888 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23889
23890         * format-spec.el (format-spec): Message the char.
23891
23892 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23893
23894         * gnus-art.el (gnus-split-methods): Reformat comments.
23895
23896         * spam.el (spam-summary-prepare-exit): Remove article limits
23897         before exiting the summary buffer.
23898
23899 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23900
23901         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23902         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23903
23904         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23905         order to silence the byte compiler.
23906
23907         * spam.el: Fix the way to silence the byte compiler, which
23908         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23909         bbdb-search-simple, spam-BBDB-register-routine,
23910         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23911         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23912         spam-stat-buffer-is-spam, spam-stat-load,
23913         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23914         spam-stat-save and spam-stat-split-fancy.
23915
23916 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23917
23918         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23919         which may confuse users.
23920         (canlock-password-for-verify): Ditto.
23921
23922         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23923
23924         * gnus-art.el (gnus-emphasis-alist): Ditto.
23925
23926         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23927
23928         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23929
23930         * gnus-start.el (gnus-save-killed-list): Ditto.
23931
23932         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23933         (gnus-sum-thread-tree-root): Ditto.
23934         (gnus-sum-thread-tree-false-root): Ditto.
23935         (gnus-sum-thread-tree-single-indent): Ditto.
23936
23937         * message.el (message-courtesy-message): Ditto.
23938         (message-archive-note): Ditto.
23939         (message-subscribed-address-file): Ditto.
23940         (message-user-fqdn): Ditto.
23941
23942         * spam-report.el (spam-report-gmane-regex): Ditto.
23943
23944         * spam.el (spam-blackhole-good-server-regex): Ditto.
23945
23946 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23947
23948         * mml.el (mml-preview): Widen the message buffer before copying
23949         the contents to the preview buffer; sort headers before previewing.
23950
23951         * message.el (message-hidden-headers): Fix the way to avoid a bug
23952         in the `repeat' widget in Emacs 21.3 or earlier.
23953
23954 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23955
23956         * message.el (message-hidden-headers): Default to "^References:".
23957         Improve customization type.  Suggested by Reiner Steib
23958         <Reiner.Steib@gmx.de>.
23959
23960 2004-11-25  Romain Francoise  <romain@orebokech.com>
23961
23962         * message.el (message-strip-forbidden-properties): Remove check for
23963         obsolete `message-hidden' text property, hidden headers are not
23964         accessible in the buffer anymore.
23965
23966 2004-11-22  Romain Francoise  <romain@orebokech.com>
23967
23968         * message.el (message-header-format-alist): Add `From' in list
23969         so that it can be sorted.
23970         (message-fix-before-sending): Widen and sort headers before
23971         sending.
23972         (message-hide-headers): Use narrowing to hide headers by moving
23973         them to the top of the buffer and narrowing to the region
23974         underneath.
23975
23976 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23977
23978         * message.el (message-strip-forbidden-properties):
23979         Bind buffer-read-only (etc) to nil.
23980
23981 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23982
23983         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23984         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23985
23986 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23987
23988         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23989
23990 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23991
23992         * dns.el (query-dns): Use sit-for to time instead of
23993         accept-process-output, since that doesn't seem to work on udp
23994         sockets.
23995
23996 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23997
23998         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23999
24000 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24001
24002         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24003         doc string.  Improve doc string.
24004
24005 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24006
24007         * nntp.el (nntp-request-update-info): Return nil if
24008         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24009         may not call gnus-activate-group which uselessly issues the GROUP
24010         commands for all nntp groups and wastes time.  Reported by Romain
24011         Francoise <romain@orebokech.com>.
24012
24013         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24014
24015 2004-11-15  Simon Josefsson  <jas@extundo.com>
24016
24017         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24018         headers separately.
24019         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24020         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24021
24022 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24023
24024         * gnus-start.el (gnus-convert-old-newsrc):
24025         Assign legacy-gnus-agent to 5.10.7.
24026
24027 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24028
24029         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24030         start of the lines.
24031
24032 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24033
24034         * hashcash.el (hashcash-default-payment): Change default to 20.
24035         (hashcash-default-accept-payment): Change default to 20.
24036         (hashcash-process-alist): New variable.
24037         (hashcash-generate-payment-async): Add.
24038         (hashcash-already-paid-p): Add.
24039         (hashcash-insert-payment): Don't generate payments twice.
24040         (hashcash-insert-payment-async): Add.
24041         (hashcash-insert-payment-async-2): Add.
24042         (hashcash-cancel-async): Add.
24043         (hashcash-wait-async): Add.
24044         (hashcash-processes-running-p): Add.
24045         (hashcash-wait-or-cancel): Add.
24046         (mail-add-payment): New optional argument.  Conditionally start
24047         asynchronous calculation.
24048         (mail-add-payment-async): Add.
24049
24050         * message.el (message-send-mail): Wait for asynchronous hashcash
24051         results.  Don't clobber existing X-Hashcash headers.
24052         (message-setup-1): Call mail-add-payment-async when
24053         message-generate-hashcash is non-nil.
24054
24055 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24056
24057         * message.el (message-use-alternative-email-as-from): Examine the
24058         From header as well; use message-make-from in order to include a
24059         user's full name.
24060
24061 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24062
24063         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24064         default; improve customization type.
24065         (gnus-emphasis-custom-with-format): New macro.
24066         (gnus-emphasis-custom-value-to-external): New function.
24067         (gnus-emphasis-custom-value-to-internal): New function.
24068
24069 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24070
24071         * dns.el (query-dns): Resolve reverse addresses.
24072
24073 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24074
24075         * gnus-group.el (gnus-group-get-new-news): Use it.
24076
24077         * gnus-start.el (gnus-check-reasonable-setup): New function.
24078
24079 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24080
24081         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24082         "Args out of range" error.  Reported by Arnaud Giersch
24083         <arnaud.giersch@free.fr>.
24084
24085 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24086
24087         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24088
24089 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24090
24091         * spam.el (spam group): Add :version.
24092
24093         * pgg-def.el (pgg group): Add :version.
24094
24095 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24096
24097         * gnus-art.el (gnus-article-edit-article): Don't associate the
24098         article buffer with a draft file.  This is a temporary measure
24099         against the 2004-08-22 change to gnus-article-edit-mode.
24100
24101 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24102
24103         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24104         (html2text-format-tags): Remove unused variable `attr'.
24105
24106 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24107
24108         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24109
24110         * tls.el (tls-process-connection-type, tls-success)
24111         (tls-certtool-program): Add :version.
24112
24113         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24114         (starttls-extra-arguments, starttls-process-connection-type)
24115         (starttls-connect, starttls-failure, starttls-success): Add :version.
24116
24117         * spam-stat.el (spam-stat): Add :version.
24118
24119         * sieve.el (sieve): Add :version.
24120
24121         * sha1.el (sha1): Add :version.
24122         (sha1-use-external): Remove redundant version.
24123
24124         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24125         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24126         (nnmail-split-fancy-match-partial-words)
24127         (nnmail-split-lowercase-expanded): Add :version.
24128
24129         * nndiary.el (nndiary): Add :version.
24130
24131         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24132
24133         * mml-sec.el (mml-default-sign-method)
24134         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24135         Add :version.
24136
24137         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24138
24139         * mm-url.el (mm-url-use-external, mm-url-program)
24140         (mm-url-arguments): Add :version.
24141
24142         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24143         (mm-attachment-file-modes, mm-decrypt-option)
24144         (mm-w3m-safe-url-regexp): Add :version.
24145
24146         * message.el (message-cite-prefix-regexp)
24147         (message-sendmail-envelope-from, message-minibuffer-local-map)
24148         (message-user-fqdn, message-completion-alist): Add :version.
24149
24150         * gnus-win.el (gnus-configure-windows-hook)
24151         (gnus-use-frames-on-any-display): Add :version.
24152
24153         * gnus-art.el (gnus-article-address-banner-alist)
24154         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24155         (gnus-treat-from-picon, gnus-treat-mail-picon)
24156         (gnus-treat-x-pgp-sig): Add :version.
24157
24158         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24159         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24160         (gnus-summary-article-delete-hook)
24161         (gnus-summary-display-while-building): Add :version.
24162
24163         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24164         (gnus-get-top-new-news-hook): Add :version.
24165
24166         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24167         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24168
24169         * gnus-registry.el (gnus-registry): Add :version.
24170
24171         * gnus-spec.el (gnus-use-correct-string-widths)
24172         (gnus-make-format-preserve-properties): Add :version.
24173
24174         * gnus.el (gnus-group-charter-alist)
24175         (gnus-group-fetch-control-use-browse-url)
24176         (gnus-install-group-spam-parameters): Add :version.
24177
24178         * gnus-diary.el (gnus-diary): Add :version.
24179
24180         * gnus-delay.el (gnus-delay): Add :version.
24181
24182         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24183         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24184         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24185         Add :version.
24186
24187         * gnus-agent.el (gnus-agent-max-fetch-size)
24188         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24189         (gnus-agent-prompt-send-queue): Add :version.
24190
24191         * deuglify.el (gnus-outlook-deuglify): Add :version.
24192
24193         * html2text.el: Beautify code.  Improve doc strings.
24194         Some checkdoc cleanup.
24195         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24196
24197 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24198
24199         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24200
24201 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24202
24203         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24204         when package is loaded.
24205
24206         * spam.el (spam-summary-score-preferred-header): Add global preference
24207         for people who want to override the default SpamAssassin over
24208         Bogofilter preference (when both are set).
24209         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24210         (spam-user-format-function-S):
24211         Check spam-summary-score-preferred-header.
24212         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24213         (spam-user-format-function-S): Format the score correctly.
24214
24215 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24216
24217         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24218         signature file.  Suggested by Manoj Srivastava
24219         <srivasta@golden-gryphon.com>.
24220
24221         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24222         iso-2022-jp even in the Japanese language environment.
24223         Suggested by Jason Rumney <jasonr@gnu.org>.
24224
24225 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24226
24227         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24228         use the same characters as the dummy marks; make it free from
24229         getting affected by the language environment.
24230         (gnus-summary-read-group-1): Update mark positions only when the
24231         format spec is updated.
24232
24233         * gnus-spec.el (gnus-update-format-specifications): Return a list
24234         of updated types.
24235
24236 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24237
24238         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24239         of boundp to check if display-warning is available.
24240
24241 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24242
24243         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24244
24245 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24246
24247         * nnspool.el (nnspool-spool-directory): Use news-path if the
24248         news-directory variable is not bound.
24249
24250         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24251         function instead of display-warning if it is not available.
24252
24253 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24254
24255         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24256         v5-10: Use `point-at-bol'.
24257
24258 2004-10-26  Simon Josefsson  <jas@extundo.com>
24259
24260         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24261         <chenggao@gmail.com>.
24262
24263 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24264
24265         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24266         instead.
24267
24268 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24269
24270         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24271         to remove a server from the nnimap-server-buffer-alist.
24272         (nnimap-open-connection, nnimap-close-server): Use it.
24273
24274         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24275
24276 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24277
24278         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24279         running the major-mode function.
24280
24281 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24282
24283         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24284         dummy marks in the right way.
24285
24286 2004-10-18  David Edmondson  <dme@dme.org>
24287
24288         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24289         excessively.
24290
24291 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24292
24293         * gnus-util.el (gnus-split-references): Accept a nil references
24294         string and go on blissfully.
24295
24296         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24297         cases where the references string is non-nil but has no references.
24298
24299         * encrypt.el: Add autoload tags.
24300
24301         * spam.el (spam-resolve-registrations-routine): Remove article
24302         from unregistration list too.  Reported by David Hanak
24303         <dhanak@isis.vanderbilt.edu>
24304
24305 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24306
24307         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24308         nil.  Change custom type.
24309
24310 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24311
24312         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24313
24314         * gnus-sum.el (gnus-summary-move-article): Use it.
24315
24316 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24317
24318         * encrypt.el: Add autoload cookies.
24319
24320         * spam.el (spam-backend-article-list-property)
24321         (spam-backend-get-article-todo-list)
24322         (spam-backend-put-article-todo-list)
24323         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24324         Resolve registrations separately.
24325         (spam-register-routine): Format comments.
24326         (spam-unregister-routine, spam-register-routine): Always call with
24327         specific-articles, no default list.
24328         (spam-summary-prepare-exit): Use the spam-classifications function.
24329
24330         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24331         gnus-encrypt.el.
24332
24333         * encrypt.el: Copied from gnus-encrypt.el.
24334
24335         * gnus-encrypt.el: Commented that it's obsolete.
24336
24337 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24338
24339         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24340         (gnus-score-save): Use it.
24341
24342         * message.el (message-bury): Use `window-dedicated-p'.
24343
24344 2004-10-15  Simon Josefsson  <jas@extundo.com>
24345
24346         * pop3.el (top-level): Don't require nnheader.
24347         (pop3-read-timeout): Add.
24348         (pop3-accept-process-output): Add.
24349         (pop3-read-response, pop3-retr): Use it.
24350
24351 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24352
24353         * spam.el (spam-register-routine): Move comment.
24354         (spam-verify-bogofilter): Use 'unknown for the initial
24355         spam-bogofilter-valid state, not 'never.
24356
24357         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24358         for netrc-machine.
24359
24360         * nnimap.el (nnimap-open-connection):
24361         Use netrc-machine-user-or-password.
24362
24363 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24364
24365         * gnus-registry.el (gnus-registry-unload-hook):
24366         Set as a variable with add-hook.
24367
24368         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24369         of news-path.
24370
24371         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24372
24373         * spam.el: Delete duplicate `provide'.
24374         (spam-unload-hook): Set as a variable with add-hook.
24375
24376 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24377
24378         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24379         in the doc string.
24380
24381         * message.el (message-ignored-news-headers)
24382         (message-ignored-supersedes-headers)
24383         (message-ignored-resent-headers)
24384         (message-forward-ignored-headers): Improve custom type.
24385
24386 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24387
24388         * message.el (message-tokenize-header): Fix 2004-09-06 change
24389         which used point-min in the wrong place.
24390
24391 2004-10-12  Simon Josefsson  <jas@extundo.com>
24392
24393         * tls.el (tls-certtool-program): New variable.
24394         (tls-certificate-information): New function, based on
24395         ssl-certificate-information.
24396
24397 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24398
24399         * compface.el: Move the version of ELisp-based uncompface program
24400         to the contrib directory because of the copyright problem.
24401
24402 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24403
24404         * message.el (message-kill-buffer): Raise the current frame.
24405
24406 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24407
24408         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24409
24410         * gnus.el (message-y-or-n-p): Autoload.
24411
24412         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24413         (pop3-password-required, pop3-authentication-scheme)
24414         (pop3-leave-mail-on-server): Make customizable.
24415         (pop3): New custom group.
24416         (pop3-retr): Remove `sleep-for' statements.
24417         Suggested by Dave Love <fx@gnu.org>.
24418
24419         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24420         Windows/DOS.
24421
24422         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24423         (imap-parse-body): Fix incorrect use of `assert'.
24424         Suggested by Dave Love <fx@gnu.org>.
24425
24426         * mml.el (mml-minibuffer-read-disposition): Require match.
24427         Suggested by Dave Love <fx@gnu.org>.
24428
24429 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24430
24431         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24432         doc string.
24433
24434 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24435
24436         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24437
24438 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24439
24440         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24441         instead of calling `mm-insert-inline', to decode text/* parts
24442         before displaying them.
24443
24444 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24445
24446         * mm-uu.el (mm-uu-text-plain-type): New variable.
24447         (mm-uu-pgp-signed-extract-1): Use it.
24448         (mm-uu-pgp-encrypted-extract-1): Use it.
24449         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24450         bind mm-uu-text-plain-type with that value.
24451         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24452         mm-uu-dissect.
24453
24454 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24455
24456         * gnus-group.el (gnus-update-group-mark-positions):
24457         * gnus-sum.el (gnus-update-summary-mark-positions):
24458         * message.el (message-check-news-body-syntax):
24459         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24460         of string-as-multibyte.
24461
24462 2004-10-05  Juri Linkov  <juri@jurta.org>
24463
24464         * gnus-group.el (gnus-update-group-mark-positions):
24465         * gnus-sum.el (gnus-update-summary-mark-positions):
24466         * message.el (message-check-news-body-syntax):
24467         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24468         8-bit unibyte values to a multibyte string for search functions.
24469
24470 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24471
24472         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24473         (mm-uu-dissect-text-parts): New function.
24474
24475         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24476         dissect text parts.
24477
24478         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24479         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24480
24481         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24482
24483         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24484         Use gnus-current-topics instead of gnus-current-topic.
24485
24486 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24487
24488         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24489
24490 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24491
24492         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24493         where appropriate.
24494
24495         * nnml.el (nnml-generate-active-info): do.
24496
24497         * nndiary.el (nndiary-generate-active-info): do.
24498
24499         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24500         (gnus-topic-move): do.
24501
24502         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24503         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24504
24505         * gnus-srvr.el (gnus-server-prepare)
24506         (gnus-server-open-all-servers): do.
24507
24508         * gnus-msg.el (gnus-summary-cancel-article)
24509         (gnus-summary-resend-message)
24510         (gnus-summary-mail-crosspost-complaint): do.
24511
24512         * gnus-move.el (gnus-change-server): do.
24513
24514         * gnus-group.el (gnus-group-unmark-all-groups)
24515         (gnus-group-set-current-level): do.
24516
24517 2004-10-04  Simon Josefsson  <jas@extundo.com>
24518
24519         * message.el (message-generate-hashcash): Doc fix.
24520
24521 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24522
24523         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24524         avoid infinite recursion via gnus-get-function.
24525
24526 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24527
24528         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24529
24530         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24531
24532         * nnmail.el (nnmail-split-history): do.
24533
24534         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24535         (nnml-request-delete-group): do.
24536
24537         * nnslashdot.el (nnslashdot-read-groups): do.
24538
24539         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24540         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24541
24542         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24543         (nnspool-sift-nov-with-sed): Use last.
24544         (nnspool-retrieve-headers-with-nov): Use mapc.
24545         (nnspool-request-newgroups): Use dolist.
24546         (nnspool-request-group): Use last.
24547
24548         * nntp.el (nntp-read-server-type): Use dolist.
24549
24550         * nnvirtual.el (nnvirtual-create-mapping)
24551         (nnvirtual-update-read-and-marked): Use dolist.
24552         (nnvirtual-convert-headers): Simplify.
24553
24554 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24555
24556         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24557         Add support for sync'ing tick marks.
24558
24559 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24560
24561         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24562         there's no visible header.
24563
24564 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24565
24566         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24567         When necessary, pass full group name to gnus-request-set-marks.
24568
24569 2004-10-01  Simon Josefsson  <jas@extundo.com>
24570
24571         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24572         acroread.
24573
24574 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24575
24576         * spam-report.el (spam-report-gmane): Fix interactive.
24577
24578         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24579
24580         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24581         when writing file.
24582         (gnus-agent-synchronize-flags): Don't default to being
24583         interactive.
24584
24585 2004-09-30  Simon Josefsson  <jas@extundo.com>
24586
24587         * message.el (message-generate-hashcash): Add.
24588         (message-send-mail): Use it, call mail-add-payment.
24589
24590 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24591
24592         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24593
24594 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24595
24596         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24597         gnus-requst-update-info with explicit code to sync the in-memory
24598         info read flags with the marks being sync'd to the backend.
24599
24600         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24601
24602 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24603
24604         * spam.el (spam-verify-bogofilter): Add new function.
24605         (spam-check-bogofilter)
24606         (spam-bogofilter-register-with-bogofilter): Use it.
24607         (spam-verify-bogofilter): Add small fixes.
24608
24609 2004-09-28  Simon Josefsson  <jas@extundo.com>
24610
24611         * hashcash.el (hashcash-generate-payment): Revert.
24612
24613 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24614
24615         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24616         Use gnus-extract-references instead of gnus-split-references.
24617
24618         * gnus-util.el (gnus-extract-references): Add new function, analogous
24619         to gnus-split-references but extracts only the message-ID without
24620         anything extra.
24621
24622         * hashcash.el (hashcash-generate-payment)
24623         (hashcash-check-payment): Do the right thing if hashcash-path is
24624         nil (because the hashcash program could not be found).
24625
24626         * spam.el (spam-use-hashcash): Remove comment.
24627
24628 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24629
24630         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24631         (gnus-cache-enter-article, gnus-cache-remove-article)
24632         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24633
24634         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24635
24636         * gnus-art.el (article-hide-boring-headers)
24637         (article-translate-strings, article-display-face)
24638         (gnus-article-mime-match-handle-first)
24639         (gnus-article-highlight-headers)
24640         (gnus-article-add-buttons-to-head): do.
24641
24642 2004-09-27  Simon Josefsson  <jas@extundo.com>
24643
24644         * hashcash.el: New version, from
24645         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24646         ../contrib/.
24647
24648 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24649
24650         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24651
24652 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24653
24654         * gnus-dup.el (gnus-dup-open): Use mapc.
24655         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24656
24657         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24658         Reported by Stefan Wiens <s.wi@gmx.net>.
24659
24660         * gnus.el (gnus-shutdown): Use dolist.
24661
24662         * gnus-undo.el (gnus-undo): Use mapc.
24663
24664         * nnrss.el (nnrss-generate-active): do.
24665
24666         * message.el (message-cite-original-without-signature)
24667         (message-cite-original): Use mapc.
24668         (message-do-actions, message-make-forward-subject): Use dolist.
24669
24670 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24671
24672         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24673         deletion to remove entire duplicate line.  Fixes merged article
24674         number bug.
24675
24676 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24677
24678         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24679         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24680         first ask if you want to open a server and then, even when you
24681         responded with no, asking if you want to synchronize the server's
24682         flags.
24683         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24684         multi-line expressions.
24685         (gnus-agent-synchronize-group-flags): New internal function.
24686         Updates marks in memory (in the info structure) AND in the
24687         backend.
24688
24689         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24690
24691         * nnagent.el (nnagent-request-set-mark):
24692         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24693         method, to ensure that synchronization updates marks in the
24694         backend and in the info (in memory) structure.
24695
24696 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24697
24698         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24699         convention fully; don't miss the root article of a thread; make
24700         the X-Draft-From header with correct article numbers.
24701
24702 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24703
24704         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24705         unless plugged.  Disable the agent so that an open failure causes
24706         an error.
24707
24708         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24709         Revert 2004-09-21 change.  The backend must be opened while
24710         synchronizing flags even when the backend stores the flags
24711         locally.
24712
24713 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24714
24715         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24716         in `header' match.  Reported by Svend Tollak Munkejord.
24717
24718         * message.el (message-cite-original): Fix use of
24719         `message-cite-articles-with-x-no-archive'.
24720
24721 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24722
24723         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24724         (gnus-window-to-buffer): Ditto.
24725
24726         * mml.el (mml-preview-buffer): New variable.
24727         (mml-preview): Manage window layout with gnus-buffer-configuration.
24728
24729         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24730         X-Draft-From header even if those articles aren't quoted.
24731
24732 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24733
24734         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24735         (gnus-request-set-mark, gnus-request-update-mark): Use new
24736         g-s-t-u-l-m to decide to use backend even when unplugged.
24737
24738 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24739
24740         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24741         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24742
24743 2004-09-20  Simon Josefsson  <jas@extundo.com>
24744
24745         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24746         "utf-16-le".
24747
24748 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24749
24750         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24751
24752 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24753
24754         * uudecode.el (uudecode-use-external): Add :version.
24755
24756         * smime.el (smime-CA-file, smime-encrypt-cipher)
24757         (smime-dns-server): Add :version.
24758
24759         * smiley.el (gnus-smiley-file-types): Add :version.
24760
24761         * sha1.el (sha1-use-external): Add :version.
24762
24763         * pgg-def.el (pgg-query-keyserver): Add :version.
24764
24765         * nnmail.el (nnmail-fancy-expiry-targets)
24766         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24767         Add :version.
24768
24769         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24770         (nnimap-retrieve-groups-asynchronous): Add :version.
24771         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24772
24773         * mml.el (mml-content-disposition-parameters)
24774         (mml-insert-mime-headers-always): Add :version.
24775
24776         * mm-util.el (mm-coding-system-priorities): Add :version.
24777
24778         * mm-decode.el (mm-inline-text-html-with-images)
24779         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24780         (mm-verify-option): Add :version.
24781         (mm-text-html-renderer): Change :version.
24782
24783         * message.el (message-fcc-externalize-attachments)
24784         (message-required-headers, message-draft-headers)
24785         (message-subject-trailing-was-query)
24786         (message-subject-trailing-was-ask-regexp)
24787         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24788         (message-mark-insert-end, message-archive-header)
24789         (message-archive-note, message-cross-post-default)
24790         (message-cross-post-note, message-followup-to-note)
24791         (message-cross-post-note-function, message-use-mail-followup-to)
24792         (message-subscribed-address-functions)
24793         (message-subscribed-address-file, message-subscribed-addresses)
24794         (message-subscribed-regexps, message-allow-no-recipients)
24795         (message-yank-cited-prefix, message-signature-insert-empty-line)
24796         (message-hidden-headers, message-hierarchical-addresses)
24797         (message-mail-user-agent, message-use-idna)
24798         (message-valid-fqdn-regexp)
24799         (message-strip-special-text-properties, message-header-synonyms)
24800         (message-beginning-of-line, message-tab-body-function): Add :version.
24801         (message-insert-canlock, message-wide-reply-confirm-recipients):
24802         Change :version.
24803
24804         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24805         and :version.
24806         (mail-source-delete-old-incoming-confirm)
24807         (mail-source-movemail-program): Add :version.
24808
24809         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24810         (gnus-agent-cache, gnus-agent): Change :version.
24811
24812         * gnus-util.el (gnus-use-byte-compile): Change :version.
24813
24814         * gnus-sum.el (gnus-summary-make-false-root-always)
24815         (gnus-summary-default-high-score)
24816         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24817         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24818         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24819         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24820         (gnus-sum-thread-tree-single-indent)
24821         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24822         (gnus-sum-thread-tree-leaf-with-other)
24823         (gnus-sum-thread-tree-single-leaf): Add :version.
24824         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24825         (gnus-article-loose-mime): Change :version.
24826
24827         * gnus-start.el (gnus-backup-startup-file)
24828         (gnus-save-startup-file-via-temp-buffer): Add :version.
24829
24830         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24831         (gnus-server-offline-face): Add :version.
24832
24833         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24834
24835         * gnus-msg.el (gnus-gcc-externalize-attachments)
24836         (gnus-debug-files, gnus-debug-exclude-variables)
24837         (gnus-discouraged-post-methods): Change :version.
24838         (gnus-confirm-mail-reply-to-news)
24839         (gnus-confirm-treat-mail-like-news): Add :version.
24840
24841         * gnus-int.el (gnus-server-unopen-status): Add :version.
24842
24843         * gnus-group.el (gnus-group-jump-to-group-prompt)
24844         (gnus-large-ephemeral-newsgroup)
24845         (gnus-fetch-old-ephemeral-headers): Add :version.
24846
24847         * gnus-fun.el (gnus-x-face-directory)
24848         (gnus-convert-pbm-to-x-face-command)
24849         (gnus-convert-image-to-x-face-command)
24850         (gnus-convert-image-to-face-command): Add :version.
24851
24852         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24853
24854         * gnus-cite.el (gnus-cite-blank-line-after-header)
24855         (gnus-article-boring-faces): Add :version.
24856
24857         * gnus-art.el (gnus-buttonized-mime-types)
24858         (gnus-inhibit-mime-unbuttonizing)
24859         (gnus-treat-display-face)
24860         (gnus-treat-body-boundary): Change :version.
24861         (gnus-body-boundary-delimiter, gnus-picon-databases)
24862         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24863         (gnus-treat-date-english, gnus-treat-fold-headers)
24864         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24865         (gnus-treat-mail-picon, gnus-treat-wash-html)
24866         (gnus-article-encrypt-protocol)
24867         (gnus-use-idna, gnus-article-over-scroll)
24868         (gnus-mime-display-multipart-alternative-as-mixed)
24869         (gnus-mime-display-multipart-related-as-mixed)
24870         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24871         (gnus-ctan-url, gnus-button-ctan-handler)
24872         (gnus-button-handle-ctan-bogus-regexp)
24873         (gnus-button-ctan-directory-regexp)
24874         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24875         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24876         (gnus-button-man-level, gnus-button-emacs-level)
24877         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24878
24879         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24880         (gnus-agent-go-online): Change :version.
24881         (gnus-agent-expire-unagentized-dirs)
24882         (gnus-agent-auto-agentize-methods): Add :version.
24883
24884         * flow-fill.el (fill-flowed-display-column)
24885         (fill-flowed-encode-column): Add :version.
24886
24887         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24888         (gnus-outlook-deuglify-unwrap-max)
24889         (gnus-outlook-deuglify-cite-marks)
24890         (gnus-outlook-deuglify-unwrap-stop-chars)
24891         (gnus-outlook-deuglify-no-wrap-chars)
24892         (gnus-outlook-deuglify-attrib-cut-regexp)
24893         (gnus-outlook-deuglify-attrib-verb-regexp)
24894         (gnus-outlook-deuglify-attrib-end-regexp)
24895         (gnus-outlook-display-hook): Add :version.
24896
24897         * binhex.el (binhex-use-external): Add :version.
24898
24899 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24900
24901         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24902         and `invisible'.
24903
24904 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24905
24906         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24907         in gnus-registry-trim.
24908
24909 2004-09-13  Simon Josefsson  <jas@extundo.com>
24910
24911         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24912
24913         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24914
24915         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24916         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24917         <yamaoka@jpl.org>.
24918         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24919         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24920         <yamaoka@jpl.org>.
24921
24922         * sieve.el (sieve-manage-mode): Ditto.
24923
24924 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24925
24926         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24927
24928 2004-09-11  Simon Josefsson  <jas@extundo.com>
24929
24930         * dns-mode.el: Add.
24931
24932         * mm-view.el (mm-display-dns-inline): Add.
24933
24934         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24935         (mm-automatic-display): Ditto.
24936
24937         * mailcap.el (mailcap-mime-data): Add text/dns.
24938         (mailcap-mime-extensions): Map .soa to text/dns.
24939
24940 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24941
24942         * gnus-art.el (article-decode-mime-words, article-babel)
24943         (gnus-article-highlight-signature, gnus-article-add-buttons)
24944         (gnus-signature-toggle): Remove unnecessary bindings of
24945         `inhibit-read-only' inherited from v5.10 merge.
24946
24947 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24948
24949         * nntp.el (nntp): New customization group.
24950         (nntp-authinfo-file): Add customization group.
24951
24952         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24953
24954         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24955
24956         * gnus.el (to-address, to-list, subscribed)
24957         (large-newsgroup-initial): Ditto.
24958
24959         * flow-fill.el (fill-flowed-display-column)
24960         (fill-flowed-encode-column): Ditto.
24961
24962 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24963
24964         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24965         Use point-min rather than 1.
24966         (message-send-mail): Use buffer-size rather than point-max.
24967
24968         * gnus-sum.el (gnus-summary-search-article-forward):
24969         Signal a specific `search-failed' rather than a generic `error'.
24970
24971         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24972         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24973         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24974
24975 2004-09-10  Simon Josefsson  <jas@extundo.com>
24976
24977         * nndb.el (require): Remove tcp and duplicate cl.
24978
24979 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24980
24981         * gnus-agent.el (directory-files-and-attributes): Move forward.
24982
24983 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24984
24985         * gnus-agent.el (directory-files-and-attributes):
24986         Optionally defined to support XEmacs.
24987
24988 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24989
24990         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24991         to avoid run-time CL dependencies.
24992         (gnus-agent-unfetch-articles): New function.
24993         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24994         article numbers even when local .overview file is missing.
24995         (gnus-agent-read-article-number): New function.  Only accepts
24996         27-bit article numbers.
24997         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24998         Use gnus-agent-read-article-number.
24999         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25000         from backend while recognizing that article numbers in .overview
25001         must be valid.
25002         (gnus-agent-update-files-total-fetched-for):
25003         Use directory-files-and-attributes to improve performance.
25004         * gnus-int.el (gnus-request-move-article):
25005         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25006         improve performance.
25007
25008         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25009         some users confused by references to .newsrc when they only have a
25010         .newsrc.eld file.
25011         (gnus-convert-mark-converter-prompt)
25012         (gnus-convert-converter-needs-prompt): Fix use of property list.
25013         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25014         New function.  Used internally to only display 'gnus converting
25015         files' message when actually necessary.
25016
25017         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25018         methods now autoloaded.
25019
25020 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25021
25022         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25023         identifiers.
25024
25025 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25026
25027         * gnus-picon.el: Fix indentation and closing parenthesis.
25028
25029 2004-09-01  Simon Josefsson  <jas@extundo.com>
25030
25031         * message.el (message-canlock-generate): Require sha1, not
25032         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25033         to require within a function.  Sadly, if sha1.el isn't loaded, the
25034         let binding in m-c-g will hide the defcustom definition, which is
25035         bad.)
25036
25037         * canlock.el: Require sha1, not sha1-el.
25038
25039         * message.el: Don't autoload sha1 (there is a autoload cookie in
25040         sha1.el).
25041
25042         * sha1-el.el: Rename to sha1.el.
25043
25044 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25045
25046         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25047
25048 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25049
25050         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25051
25052 2004-08-30  Kim F. Storm  <storm@cua.dk>
25053
25054         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25055
25056         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25057         Add :group 'nnimap.
25058
25059 2004-08-30  Andreas Schwab  <schwab@suse.de>
25060
25061         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25062         ?* and ?\;.
25063
25064         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25065         and ?\' to symbol instead of whitespace.
25066
25067 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25068
25069         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25070
25071         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25072         instead of re-search-forward.
25073
25074         * gnus-uu.el (gnus-uu-save-article): Ditto.
25075         (gnus-uu-post-encode-uuencode): Ditto.
25076
25077         * html2text.el (html2text-clean-list-items): Ditto.
25078         (html2text-clean-dtdd): Ditto.
25079         (html2text-format-tags): Ditto.
25080
25081         * message.el (message-send-mail-with-sendmail): Fix regexp.
25082         (message-fill-field-general): Use search-forward instead of
25083         re-search-forward.
25084         (unbold-region): Ditto.
25085
25086         * nnrss.el (nnrss-request-article): Ditto.
25087
25088         * nnslashdot.el (nnslashdot-request-article): Ditto.
25089
25090         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25091
25092         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25093         "Unrecognized menu descriptor" error in XEmacs.
25094
25095 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25096
25097         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25098         parent article of a sparse article in the thread hashtb.
25099
25100 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25101
25102         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25103         (nnmail-expand-newtext): Lowercase expanded entries if
25104         nnmail-split-lowercase-expanded is non-nil.
25105
25106 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25107
25108         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25109
25110         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25111         of gnus-tmp-news-method into string under XEmacs.  It will be
25112         passed to gnus-correct-length which takes only a string argument.
25113
25114 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25115
25116         * gnus-util.el (gnus-bind-print-variables): New macro.
25117         (gnus-prin1): Use it.
25118         (gnus-prin1-to-string): Use it.
25119         (gnus-pp): New function.
25120         (gnus-pp-to-string): New function.
25121
25122         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25123         Replace pp-to-string with gnus-pp-to-string.
25124         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25125         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25126         * gnus-msg.el (gnus-debug): Ditto.
25127         * gnus-score.el (gnus-score-save): Ditto.
25128         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25129         gnus-pp-to-string.
25130         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25131         with gnus-pp.
25132         * score-mode.el (gnus-score-pretty-print): Ditto.
25133         * webmail.el (webmail-debug): Ditto.
25134
25135 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25136
25137         * gnus-art.el (article-display-face, article-display-x-face):
25138         Use buffer-read-only.
25139
25140 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25141
25142         * gnus-art.el (article-hide-list-identifiers):
25143         Bind inhibit-read-only as t.
25144
25145 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25146
25147         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25148
25149 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25150
25151         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25152         (gnus-narrow-to-page): Don't assume point-min == 1.
25153         (gnus-article-edit-mode): Derive from message-mode.
25154
25155         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25156         point-min == 1.
25157
25158         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25159         Disable incorrect use of `assert'.
25160
25161         * message.el (message-mode): Set comment-start-skip.
25162
25163
25164 2004-08-22  Sam Steingold  <sds@gnu.org>
25165
25166         * pop3.el (pop3-leave-mail-on-server): New user variable.
25167         (pop3-movemail): Delete mail only when it is nil.
25168
25169 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25170
25171         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25172
25173         * mml.el (mml-preview): Use `pop-to-buffer'.
25174
25175         * message.el (message-goto-mail-followup-to): Insert after "To".
25176         (message-carefully-insert-headers): Add comment.
25177
25178         * gnus.el: Remove unused variable `gnus-article-check-size'.
25179
25180         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25181
25182         * gnus-art.el (gnus-button-alist):
25183         Improve `gnus-button-handle-library' entry.
25184
25185 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25186
25187         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25188         Use downcase, since XEmacs capitalizes error messages differently.
25189
25190 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25191
25192         * nntp.el: Add (require 'gnus) due to reference to
25193         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25194
25195 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25196
25197         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25198         Bind `mm-fill-flowed'.
25199
25200         * mm-decode.el (mm-dissect-singlepart): Check it.
25201
25202 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25203
25204         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25205         'imap' for netrc parsing.
25206
25207 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25208
25209         * mailcap.el (mailcap-mime-data): Mark as risky.
25210
25211 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25212
25213         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25214         may be included in the encoded word.
25215         (rfc2047-encode): Don't append a space if the encoded word
25216         includes close parenthesis.
25217
25218 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25219
25220         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25221         of text within parentheses.
25222
25223 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25224
25225         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25226         (gnus-encrypt-write-file-contents): Make the password key the file
25227         name PLUS the cipher, not just the cipher.  Also remove failed
25228         passwords from the cache.
25229
25230 2004-08-06  Simon Josefsson  <jas@extundo.com>
25231
25232         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25233         Doc fix.
25234
25235 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25236
25237         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25238         LWSP.
25239
25240 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25241
25242         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25243         Try to append in-reply-to: data to the references: header.
25244
25245         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25246         (netrc-parse): Use gnus-encrypt.el functions.
25247
25248         * gnus-encrypt.el: Add new file for encryption support; currently
25249         does only a few GPG ciphers and an internal XOR cipher.
25250
25251         * password.el: Add comments on using password-read-and-add.
25252         (password-read-and-add): Add function to read and add the
25253         password to the cache at once.
25254
25255 2004-07-28  Simon Josefsson  <jas@extundo.com>
25256
25257         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25258         parameter (but don't use it, for now).
25259
25260         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25261         instead of hard coding to nil.
25262
25263 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25264
25265         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25266         as mm-inline-image-xemacs does.
25267
25268 2004-07-26  Simon Josefsson  <jas@extundo.com>
25269
25270         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25271         Revert part of 2004-07-17 change below.
25272
25273 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25274
25275         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25276         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25277
25278 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25279
25280         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25281         quotes that actually start with ">" at the beginning of the
25282         lines.
25283
25284 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25285
25286         * rfc2047.el (rfc2047-encode-region): Fix last change.
25287         (rfc2047-encode-parameter): Remove useless concat.
25288
25289 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25290
25291         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25292         encode special characters; fix some kind of misconfigured headers;
25293         signal a real error if debug-on-quit or debug-on-error is non-nil.
25294         (rfc2047-encode-max-chars): New variable.
25295         (rfc2047-encode-1): Use it.
25296         (rfc2047-encode-parameter): New function.
25297
25298         * mml.el (mml-insert-parameter): Remove an excessive space.
25299
25300 2004-07-17  Simon Josefsson  <jas@extundo.com>
25301
25302         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25303         Kai Grossjohann <kai@emptydomain.de>.
25304         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25305         (gnus-group-make-menu-bar): Ditto.
25306
25307         * gnus-util.el (gnus-group-server): Add.
25308
25309 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25310
25311         * message.el (message-clone-locals): Clone sendmail and smtp
25312         variables.
25313
25314 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25315
25316         * rfc2047.el (rfc2047-encode-region): Fix last change.
25317
25318 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25319
25320         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25321         characters as non-special.
25322
25323 2004-07-09  Simon Josefsson  <jas@extundo.com>
25324
25325         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25326         Users will lose all flag changes made while unplugged with
25327         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25328         good default.  See numerous reports on ding mailing list.
25329
25330 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25331
25332         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25333         add generate-head-function and generate-article-function to the
25334         rfc822-forward entry.
25335         (nndoc-rfc822-forward-generate-article): New function.
25336         (nndoc-rfc822-forward-generate-head): New function.
25337
25338         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25339
25340 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25341
25342         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25343         respect display group parameter and gnus-summary-expunge-below.
25344         (gnus-articles-to-read): Remove unused reference to display group
25345         parameter.
25346
25347 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25348
25349         * nnheader.el (nnheader-uniquify-message-id): New experimental
25350         variable.
25351         (nnheader-nov-read-message-id): Use it.
25352
25353         * spam-report.el (spam-report-gmane): Add interactive.
25354
25355 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25356
25357         * mm-encode.el (mm-content-transfer-encoding-defaults):
25358         Use qp-or-base64 for the application/* types.
25359
25360 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25361
25362         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25363
25364 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25365
25366         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25367         trim value.
25368
25369 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25370
25371         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25372         New macro and function.
25373         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25374
25375 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25376
25377         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25378         after-load-alist.
25379
25380 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25381
25382         * gnus-group.el (gnus-group-get-new-news-this-group):
25383         Don't update info that isn't there.
25384
25385 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25386
25387         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25388         entry.
25389
25390 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25391
25392         * mm-view.el (mm-inline-render-with-function): Use multibyte
25393         buffer; decode html source by charset.
25394
25395         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25396
25397         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25398         Mule-UCS is loaded under XEmacs.
25399         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25400
25401 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25402
25403         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25404
25405 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25406
25407         * mm-util.el (mm-coding-system-p): Return a coding-system.
25408         (mm-mime-mule-charset-alist): Use shift_jis instead of
25409         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25410         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25411         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25412         instead of japanese-shift-jis and iso-latin-1 respectively in
25413         order to share the default value with both Emacs and XEmacs-mule.
25414         (mm-mule-charset-to-mime-charset):
25415         Make mm-coding-system-priorities effective.
25416         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25417         while predicating of candidates upon the priorities.
25418
25419 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25420
25421         * gnus-sum.el (gnus-summary-make-menu-bar):
25422         Add gnus-uu-invert-processable.
25423
25424         * gnus.el: Autoload gnus-uu-invert-processable.
25425
25426 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25427
25428         * mm-util.el (mm-with-multibyte-buffer): New macro.
25429
25430         * rfc2047.el (rfc2047-encode-string): Use it.
25431         (rfc2047-encode-region): Move point to the end of the region after
25432         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25433
25434 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25435
25436         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25437         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25438
25439 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25440
25441         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25442         (gnus-cite-parse): Ignore quoted envelope From_.
25443         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25444
25445 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25446
25447         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25448         invalid addresses.
25449
25450 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25451
25452         * spam.el: Change section markers, revise TODO list.
25453         (spam-backends): Make new master list of all installed backends.
25454         (spam-summary-exit-behavior): Add new variable to determine how
25455         messages moves are done at summary exit.
25456         (spam-move-spam-nonspam-groups-only)
25457         (spam-process-ham-in-nonham-groups)
25458         (spam-process-ham-in-spam-groups): Remove variables, the
25459         spam-summary-exit-behavior variable should be used to manage this
25460         behavior.
25461         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25462         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25463         and spam-old-spam-articles.
25464         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25465         Add empty variables, placeholders for the backends they represent.
25466         (spam-set-difference): Move, unchanged.
25467         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25468         unless the user has a processor variable.
25469         (spam-classifications, spam-classification-valid-p)
25470         (spam-backend-properties, spam-backend-property-valid-p)
25471         (spam-backend-function-type-valid-p)
25472         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25473         (spam-report-articles-gmane, spam-report-articles-resend):
25474         Remove functions, they are not needed.
25475         (spam-install-backend-super, spam-backend-list)
25476         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25477         (spam-backend-function, spam-backend-ham-registration-function)
25478         (spam-backend-spam-registration-function)
25479         (spam-backend-ham-unregistration-function)
25480         (spam-backend-spam-unregistration-function)
25481         (spam-backend-statistical-p, spam-backend-mover-p)
25482         (spam-install-backend-alias, spam-install-checkonly-backend)
25483         (spam-install-mover-backend, spam-install-nocheck-backend)
25484         (spam-install-backend, spam-install-statistical-backend)
25485         (spam-install-statistical-checkonly-backend): Add backend installation
25486         support.
25487         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25488         (spam-group-processor-p): Use the new backend code and respect the
25489         summary exit behavior.
25490         (spam-mark-spam-as-expired-and-move-routine): Remove.
25491         (spam-summary-prepare): Change to use the new spam-old-articles
25492         variable.
25493         (spam-copy-or-move-routine, spam-copy-spam-routine)
25494         (spam-move-spam-routine, spam-copy-ham-routine)
25495         (spam-move-ham-routine): Add code to copy/move ham or spam.
25496         (spam-fetch-field-fast): Improve doc and code, plus allow the
25497         'number request.
25498         (spam-list-of-checks, spam-list-of-statistical-checks):
25499         Remove variables.
25500         (spam-split, spam-find-spam): Use the new backend code.
25501         (spam-registration-functions): Remove variable.
25502         (spam-unregister-routine): Add convenience wrapper.
25503         (spam-log-undo-registration, spam-register-routine)
25504         (spam-log-processing-to-registry)
25505         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25506         where possible.
25507         (spam-check-gmane-xref, spam-check-regex-headers)
25508         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25509         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25510         (spam-check-bogofilter-headers, spam-check-spamoracle)
25511         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25512         (spam-check-crm114-headers): Use the spam-split-group that
25513         spam-split prepares, no need to determine it every time.
25514
25515         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25516         to the nnheader-parse-naked-head call.
25517
25518         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25519
25520         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25521         the nnheader-nov-read-message-id call.
25522
25523 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25524
25525         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25526         gnus-activate-group twice.  Suggested by Markus Peter
25527         <warp@spin.de>.
25528
25529 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25530
25531         * gnus-art.el (gnus-article-time-format): Exchange the order of
25532         day and month in the default value; fix customization type.
25533         (article-date-ut): Use add-text-properties.
25534         (article-make-date-line): Use message-make-date instead of
25535         current-time-string.
25536
25537         * message.el (message-fetch-field): Don't use set-text-properties.
25538         (message-make-date): Simplify.
25539
25540         * messagexmas.el (message-xmas-make-date): New function.
25541         (message-xmas-redefine): Defalias message-make-date to it.
25542
25543 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25544
25545         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25546         (rfc2047-encode-region): Treat text within parentheses as special;
25547         show the original text when error has occurred.
25548
25549         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25550         already-computed method to gnus-activate-group.
25551
25552         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25553         same select-methods identical Lisp objects.
25554
25555         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25556         object when modifying the info.
25557
25558 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25559
25560         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25561         gnus-opened-servers since it has never been opened with the new
25562         configuration yet.
25563
25564 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25565
25566         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25567         arg to nnheader-generate-fake-message-id.
25568
25569 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25570
25571         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25572         number and build a fake message ID localized to a group and
25573         article number (so it's repeatable from that point on).
25574         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25575         ID format.
25576
25577         * gnus-sum.el (gnus-get-newsgroup-headers):
25578         Call nnheader-generate-fake-message-id with the article number.
25579
25580 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25581
25582         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25583         end-of-buffer.
25584
25585 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25586
25587         * message.el (message-ignored-supersedes-headers): Add Approved.
25588
25589 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25590
25591         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25592         goto-char.
25593         (rfc2047-encode): Fold the line before encoding.
25594
25595 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25596
25597         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25598         folding -- not all headers can be folded, and this should be done
25599         by the message composition mode.  Probably.  I think.
25600
25601 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25602
25603         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25604         fast.
25605
25606         * gnus-ems.el (gnus-remove-image): Don't use
25607         message-text-with-property; remove only the image found first.
25608
25609         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25610         found first.
25611
25612 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25613
25614         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25615
25616 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25617
25618         * message.el (message-text-with-property): Make it fast and accept
25619         optional arguments.
25620         (message-strip-forbidden-properties): Use it.
25621         (message-fix-before-sending): Follow the m-t-w-p change.
25622
25623         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25624
25625 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25626
25627         * gnus-art.el (article-hide-headers): Don't change the buffer
25628         mistakenly when performing mml-preview even if
25629         gnus-single-article-buffer is nil.
25630
25631 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25632
25633         * message.el (message-expand-name-databases): New user option.
25634         (message-expand-name): Use it.
25635
25636 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25637
25638         * spam.el (spam-report-articles-resend)
25639         (spam-report-resend-register-routine): Allow ham reporting.
25640         (spam-report-resend-register-ham-routine): Add wrapper.
25641         (spam-registration-functions): Add ham resending functions.
25642         (spam-list-of-processors): Add ham resend processor.
25643
25644         * gnus.el (ham-resend-to): Add new group parameter.
25645         (spam-process): Add ham resend option.
25646
25647         * spam-report.el (spam-report-resend): Allow reporting ham.
25648         (spam-report-resend-ham): Add wrapper.
25649
25650 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25651
25652         * message.el (message-cite-articles-with-x-no-archive):
25653         New variable.
25654         (message-cite-original): Use it.
25655
25656 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25657
25658         * message.el (message-cite-original): Respect X-No-Archive.
25659
25660 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25661
25662         * gnus-art.el (article-hide-headers): Refer to the values for
25663         gnus-ignored-headers and gnus-visible-headers in the summary
25664         buffer since a user may have set them as group parameters.
25665
25666 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25667
25668         * assistant.el (assistant-node-name): Add convenience function.
25669         (assistant-render-text, assistant-render-node): Add error handling,
25670         plus handle multiple next nodes.
25671         (assistant-find-next-node): Comment out for now.
25672         (assistant-find-next-nodes): Add function, returns list of next
25673         nodes.
25674
25675 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25676
25677         * mail-source.el (mail-source-directory): Fix doc-string.
25678
25679 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25680
25681         * assistant.el (assistant-render-text, assistant-eval): Add :set
25682         widget type, which is different because it takes and returns a
25683         list.  Much hilarity ensues.
25684
25685 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25686
25687         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25688
25689         * gnus-group.el (gnus-group-get-new-news-this-group):
25690         Add doc-string.
25691
25692         * gnus-start.el (gnus-activate-group): Add doc-string.
25693
25694 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25695
25696         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25697
25698 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25699
25700         * assistant.el (assistant-render-text): Try to add a :set
25701         widget, more to come.
25702
25703         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25704         strings.
25705         (spam-report-articles-resend)
25706         (spam-register-routine): Do registration iff any articles warrant
25707         it.
25708         (spam-summary-prepare-exit): Change log message for nil group
25709         destinations.
25710
25711 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25712
25713         * spam.el (spam-report-resend-register-routine):
25714         Allow spam-report-resend-to to be a group parameter or a global value.
25715
25716 2004-05-26  Simon Josefsson  <jas@extundo.com>
25717
25718         * starttls.el: Merge with my GNUTLS based starttls.el.
25719         (starttls-gnutls-program, starttls-use-gnutls)
25720         (starttls-extra-arguments, starttls-process-connection-type)
25721         (starttls-connect, starttls-failure, starttls-success):
25722         New variables.
25723         (starttls-program, starttls-extra-args): Doc fix.
25724         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25725         New functions.
25726         (starttls-negotiate, starttls-open-stream):
25727         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25728         function if it is set.
25729
25730 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25731
25732         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25733         structured fields.
25734
25735 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25736
25737         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25738
25739 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25740
25741         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25742         Add variable.
25743         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25744         assigning the spam-mark to new messages.
25745
25746 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25747
25748         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25749
25750 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25751
25752         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25753
25754         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25755         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25756         default.
25757
25758 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25759
25760         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25761         correct data.
25762
25763 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25764
25765         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25766         (spam-group-processor-p): Fix function.
25767         (spam-group-processor-multiple-p)
25768         (spam-group-spam-processor-report-gmane-p)
25769         (spam-group-spam-processor-report-resend-p)
25770         (spam-group-spam-processor-bogofilter-p)
25771         (spam-group-spam-processor-blacklist-p)
25772         (spam-group-spam-processor-ifile-p)
25773         (spam-group-ham-processor-ifile-p)
25774         (spam-group-spam-processor-spamoracle-p)
25775         (spam-group-spam-processor-crm114-p)
25776         (spam-group-ham-processor-bogofilter-p)
25777         (spam-group-spam-processor-stat-p)
25778         (spam-group-ham-processor-stat-p)
25779         (spam-group-ham-processor-whitelist-p)
25780         (spam-group-ham-processor-BBDB-p)
25781         (spam-group-ham-processor-spamoracle-p)
25782         (spam-group-ham-processor-copy-p): Remove functions with some
25783         prejudice against unneeded code.
25784         (spam-report-articles-resend)
25785         (spam-report-resend-register-routine): Allow the group/topic
25786         spam-resend-to value to override spam-report-resend-to.
25787         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25788         properly now.
25789
25790         * gnus.el (spam-resend-to): Add group/topic parameter.
25791         (spam-process): Move the OBSOLETE processors to the end of the
25792         choices.
25793
25794 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25795
25796         * spam-report.el (spam-report-resend-to, spam-report-resend):
25797         Start with resend-to set to nil, and then ask the user if necessary.
25798         (spam-report-resend): spam-report-resend takes a list of articles, not
25799         separate article numbers.
25800
25801 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25802
25803         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25804         addition to emacs-w3m.
25805
25806 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25807
25808         * assistant.el (assistant-authinfo-data): New function.
25809         (assistant-eval): Eval for entire assistant.
25810
25811         * netrc.el (netrc-services-file): New variable.
25812         (netrc-parse-services): New function.
25813         (netrc-find-service-name): New function.
25814         (netrc-find-service-number): New function.
25815         (netrc-port-equal): New function.
25816         (netrc-machine): Use it.
25817
25818         * nnimap.el (nnimap-open-connection): Use netrc.
25819
25820         * gnus-util.el (gnus-netrc-get): Remove aliases.
25821
25822         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25823
25824         * assistant.el (wid-edit): Fix compilation.
25825
25826         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25827
25828 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25829
25830         * gnus-util.el (gnus-set-file-modes): New function.  (small
25831         patch).
25832
25833 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25834
25835         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25836
25837         * assistant.el (assistant-render-node): Fix up rendering and
25838         read-only text.
25839         (assistant-render-node): Reset.
25840         (assistant-make-read-only): Not sticky.
25841
25842 2004-05-20  Danny Siu  <dsiu@adobe.com>
25843
25844         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25845         centered even when gnus-auto-center-summary is t.
25846
25847 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25848
25849         * dns.el (dns-get-txt-answer): New function.
25850         (dns-read-txt): Ditto.
25851         (query-dns): Use it.
25852
25853 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25854
25855         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25856         active for foreign groups even if the group level is higher than
25857         the specified value.
25858
25859 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25860
25861         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25862         non-active groups.
25863
25864         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25865
25866 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25867
25868         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25869
25870 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25871
25872         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25873         (spam-crm114-header, spam-crm114-spam-switch)
25874         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25875         (spam-crm114-positive-spam-header)
25876         (spam-crm114-database-directory, spam-list-of-processors)
25877         (spam-group-spam-processor-crm114-p)
25878         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25879         (spam-generic-score, spam-list-of-checks)
25880         (spam-list-of-statistical-checks, spam-registration-functions)
25881         (spam-check-crm114-headers, spam-crm114-score)
25882         (spam-check-crm114, spam-crm114-register-with-crm114)
25883         (spam-crm114-register-spam-routine)
25884         (spam-crm114-unregister-spam-routine)
25885         (spam-crm114-register-ham-routine)
25886         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25887
25888 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25889
25890         * gnus.el: Add spam-use-crm114.
25891
25892         * spam.el (spam-list-of-processors, spam-registration-functions):
25893         Add spam-use-resend.
25894         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25895         (spam-report-articles-gmane): Add doc fix.
25896         (spam-report-articles-resend, spam-report-resend-register-routine):
25897         Add wrappers around spam-report-resend-to.
25898
25899         * spam-report.el (spam-report-resend-to, spam-report-resend):
25900         Add support for resending spam.
25901         (spam-report-gmane): Fix line length >80.
25902
25903         * gnus.el (spam-process): Add spam-use-resend.
25904
25905 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25906
25907         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25908         number of processed spam messages.
25909         (spam-ham-copy-or-move-routine): Return the number of processed
25910         ham messages.
25911         (spam-summary-prepare-exit): Use the above values to decide
25912         whether status messages should be displayed.
25913
25914 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25915
25916         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25917         `rfc2047-encoding-function-alist' in order to avoid conflicting
25918         with the old version.
25919         (rfc2047-encode-region): Concatenate words containing non-ASCII
25920         characters in structured fields; don't encode space-delimited
25921         ASCII words even in unstructured fields; don't break words at
25922         char-category boundaries.
25923         (rfc2047-encode-1): New function.
25924         (rfc2047-encode): Use it; encode text so that it occupies the
25925         maximum width within 76-column; work correctly on Q encoding for
25926         iso-2022-* charsets.
25927         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25928         sure not to break a line just after the header name.
25929         (rfc2047-b-encode-region): Remove.
25930         (rfc2047-b-encode-string): New function.
25931         (rfc2047-q-encode-region): Remove.
25932         (rfc2047-q-encode-string): New function.
25933
25934         * mm-util.el (mm-replace-in-string): New function.
25935
25936 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25937
25938         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25939         Really get it right.
25940         (gnus-inews-make-draft): Really.
25941
25942 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25943
25944         * nnmh.el (nnmh-request-list-1): Don't check the link count
25945         before descending.  (small patch)
25946
25947 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25948
25949         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25950         stuff.
25951
25952         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25953         Match on real group name.
25954
25955         * gnus-art.el (gnus-signature-limit): Doc fix.
25956
25957         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25958
25959         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25960
25961 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25962
25963         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25964         isn't a string.
25965
25966 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25967
25968         * gnus-draft.el (gnus-draft-send):
25969         Bind rfc2047-encode-encoded-words.
25970
25971         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25972         (rfc2047-encodable-p): Say that =? needs encoding.
25973         (rfc2047-encode-encoded-words): New variable.
25974
25975         * gnus-group.el (gnus-group-select-group): Doc fix.
25976
25977         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25978
25979         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25980         to nil.
25981
25982         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25983
25984         * nnheader.el (nnheader-get-lines-and-char): New function.
25985
25986 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25987
25988         * gnus-msg.el (gnus-summary-followup-with-original):
25989         Document yanking of region when active.
25990
25991 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25992
25993         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25994         groups if the group level is higher than the specified value.
25995
25996 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25997
25998         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25999         (gnus-group-jump-to-group): Add prefix argument using
26000         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26001         non-active group.
26002
26003         * compface.el (uncompface): Be verbose when changing
26004         `uncompface-use-external'.
26005
26006         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26007         handle manual section.
26008
26009 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26010
26011         * gnus-art.el (gnus-button-alist): Revert previous change.
26012
26013 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26014
26015         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26016
26017 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26018
26019         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26020         whether backend can accept message.
26021
26022         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26023
26024 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26025
26026         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26027         Avoid creating directory when nntp-marks-is-evil is true.
26028         Reported by Reiner Steib.
26029
26030 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26031
26032         * gnus-picon.el (gnus-picon-insert-glyph):
26033         Add optional `nostring' argument.
26034
26035 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26036
26037         * gnus-picon.el (gnus-picon-style): New variable.
26038         (gnus-picon-transform-address): Support `gnus-picon-style'.
26039
26040 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26041
26042         * message.el (message-fill-field): Return point.
26043         (message-generate-headers): Go to end of field.
26044
26045         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26046         stuff for non-living groups.
26047
26048 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26049
26050         * gnus-art.el (gnus-article-followup-with-original)
26051         (gnus-article-reply-with-original): gnus-mark-active-p ->
26052         gnus-region-active-p.
26053
26054 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26055
26056         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26057         only when there is spam or ham to be processed.
26058
26059 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26060
26061         * mail-source.el (mail-source-delete-crash-box): Refactor.
26062         (mail-source-fetch): Use it.
26063         (mail-source-fetch-file): Ditto.
26064         (mail-source-fetch-directory): Run postscript in loop.
26065         (mail-source-fetch-pop): Delete.
26066         (mail-source-fetch-maildir): Ditto.
26067         (mail-source-fetch-imap): Ditto.
26068
26069         * imap.el (imap-authenticators): Comment out sasl.
26070
26071         * message.el (message-skip-to-next-address): New function.
26072         (message-fill-header-address): Refactor.
26073         (message-fill-address): Use it.
26074         (message-delete-address): Use it.
26075         (message-fill-header-general): Refactor.
26076         (message-fill-field-address): Rename.
26077         (message-narrow-to-field): Find the start of the header.
26078         (message-header-format-alist): Don't pre-fill.
26079         (message-fill-header): Remove.
26080         (message-insert-header): New function.
26081         (message-shorten-references): Use it.
26082
26083         * rfc2047.el (rfc2047-field-value): Strip props.
26084
26085         * mail-parse.el (mail-header-make-address): New alias.
26086
26087         * ietf-drums.el (ietf-drums-make-address): New function.
26088
26089         * imap.el: Add compiler directives.
26090
26091         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26092
26093         * gnus-art.el (article-decode-idna-rhs): Don't use
26094         message-idna-inside-rhs-p.
26095
26096 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26097
26098         * message.el (message-idna-inside-rhs-p): Remove.
26099         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26100
26101         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26102         false positives.
26103
26104 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26105
26106         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26107
26108 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26109
26110         * nneething.el (nneething-file-name): Don't create spurious
26111         files.
26112
26113         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26114         (gnus-inews-do-gcc): Remove sleep.
26115
26116         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26117         part under point.
26118
26119         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26120         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26121
26122 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26123
26124         * spam.el (spam-summary-prepare-exit): Fix (length).
26125
26126 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26127
26128         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26129         as expired without moving it" message when there are spam
26130         messages left.
26131
26132 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26133
26134         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26135         header is not nil.
26136
26137 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26138
26139         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26140         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26141         (nntp-marks-changed-p): New arg SERVER.
26142         (nntp-request-update-info): Adjust caller.
26143
26144 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26145
26146         * nntp.el (nntp-save-marks): Pass missing arg.
26147
26148 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26149
26150         * nntp.el: Support marks.
26151         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26152         (nntp-marks-modtime, nntp-marks-directory): New variables.
26153         (nntp-request-set-mark, nntp-request-update-info)
26154         (nntp-possibly-create-directory, nntp-marks-changed-p)
26155         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26156         New functions.
26157
26158 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26159
26160         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26161         (gnus-xmas-redefine): Rename.
26162
26163         * gnus-score.el (gnus-score-insert-help):
26164         Use gnus-select-lowest-window.
26165
26166         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26167         appt-select-lowest-window and rename to gnus-select-lowest-window.
26168
26169         * gnus.el: do.
26170
26171 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26172
26173         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26174         encodings of MIME-encoded words, in order to improve
26175         interoperability with several broken MUAs.
26176
26177 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26178
26179         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26180         tags, only when charsets are not specified in headers.
26181         (mm-inline-text-html-render-with-w3m): Ditto.
26182
26183         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26184         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26185
26186 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26187
26188         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26189         instead of MIME-decoded from fields when checking
26190         `gnus-article-address-banner-alist'.
26191
26192 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26193
26194         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26195         description rather than subject.
26196
26197 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26198
26199         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26200
26201 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26202
26203         * gnus.el (gnus-version-number): Bump.
26204
26205 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26206
26207         * gnus.el: No Gnus v0.2 is released.
26208
26209 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26210
26211         * gnus-agent.el (gnus-agent-read-agentview):
26212         Inline gnus-uncompress-range.
26213
26214 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26215
26216         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26217         `exec-installed-p'.
26218
26219 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26220
26221         * gnus.el (spam-process, spam-autodetect-methods):
26222         Add bsfilter and bsfilter-headers.
26223
26224         * spam.el (spam-bsfilter): New customize group.
26225         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26226         (spam-bsfilter-header, spam-bsfilter-probability-header)
26227         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26228         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26229         (spam-bsfilter-database-directory): New options.
26230         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26231         (spam-list-of-statistical-checks, spam-registration-functions):
26232         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26233         (spam-bsfilter-score): New command.
26234         (spam-check-bsfilter-headers, spam-check-bsfilter)
26235         (spam-bsfilter-register-with-bsfilter)
26236         (spam-bsfilter-register-spam-routine)
26237         (spam-bsfilter-unregister-spam-routine)
26238         (spam-bsfilter-register-ham-routine)
26239         (spam-bsfilter-unregister-ham-routine): New functions.
26240         (spam-generic-score): Support bsfilter; Accept an optional argument
26241         to recalcurate spam score even if scoring header has already been
26242         added.
26243         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26244         optional argument to recalcurate spam score even if scoring header
26245         has already been added.
26246
26247 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26248
26249         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26250         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26251         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26252         link is missing.
26253
26254 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26255
26256         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26257         (html2text-get-attr): Rewrite.
26258
26259         * message.el (message-setup-1): Remove redundant put-text-property
26260         on mail-header-separator.
26261
26262 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26263
26264         * gnus-registry.el (gnus-registry-cache-whitespace)
26265         (gnus-registry-action, gnus-registry-spool-action)
26266         (gnus-registry-split-fancy-with-parent): Change message levels
26267         from 5 to 3 or 7, as needed.
26268
26269         * spam.el (spam-summary-prepare-exit)
26270         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26271         (spam-split, spam-find-spam, spam-log-undo-registration)
26272         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26273         level from 5 to 6.
26274
26275 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26276
26277         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26278         2004-03-04 change).
26279
26280 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26281
26282         * sieve-manage.el (sieve-manage-open):
26283         * nnweb.el (nnweb-insert-html):
26284         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26285         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26286         * nnspool.el (nnspool-request-group):
26287         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26288         * nnml.el (nnml-request-update-info):
26289         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26290         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26291         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26292         (nnimap-request-set-mark):
26293         * nnfolder.el (nnfolder-request-update-info):
26294         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26295         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26296         * gnus-uu.el (gnus-uu-find-articles-matching):
26297         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26298         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26299         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26300         * gnus-nocem.el (gnus-nocem-scan-groups):
26301         * gnus-int.el (gnus-start-news-server):
26302         * gnus-group.el (gnus-group-make-kiboze-group)
26303         (gnus-group-browse-foreign-server):
26304         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26305         Use mapc when appropriate.
26306
26307 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26308             Adam Sjøgren  <asjo@koldfront.dk>
26309             Wes Hardaker  <wes@hardakers.net>
26310             Michael Shields  <shields@msrl.com>
26311
26312         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26313         may need for spam sorting and scoring.
26314         (spam-user-format-function-S): Add user format function suitable for
26315         general use.
26316         (spam-article-sort-by-spam-status): Add sorting function for summary
26317         sorting.
26318         (spam-extra-header-to-number): Add function to get a score from a
26319         header.
26320         (spam-summary-score): Add function to get a numeric score from the
26321         headers.
26322         (spam-generic-score): Fix function doc, was in wrong place.
26323         (spam-initialize): Take symbols when it's run, and install the
26324         extra headers that spam-necessary-extra-headers thinks we need.
26325
26326 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26327
26328         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26329         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26330
26331 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26332
26333         * gnus-sum.el (gnus-set-global-variables)
26334         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26335         (gnus-article-get-xrefs, gnus-summary-best-group)
26336         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26337         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26338         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26339         Use with-current-buffer.
26340
26341 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26342
26343         * spam.el (spam-summary-prepare-exit): Simplify logic.
26344         (spam-fetch-article-header): Read the article header if it's not
26345         available.
26346         (spam-list-articles): Simplify logic.
26347         (spam-filelist-register-routine): Fix bug with unregister-list.
26348
26349         * gnus-registry.el: Fix comments at beginning.
26350
26351 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26352
26353         * message.el (message-cater-to-broken-inn): Remove.
26354         (message-shorten-references): Make sure the total folded length of
26355         References is shorter than 998 characters to cater to a bug in INN
26356         2.3.  Also, don't pretend that references aren't folded -- this
26357         hasn't worked for a while.
26358
26359 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26360
26361         * gnus-agent.el (gnus-agentize):
26362         gnus-agent-send-mail-real-function no longer set to current value
26363         of message-send-mail-function but rather a lambda that calls
26364         message-send-mail-function.  The change makes the agent real-time
26365         responsive to user changes to message-send-mail-function.
26366
26367 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26368
26369         * legacy-gnus-agent.el
26370         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26371         help from Florian Weimer <fw@deneb.enyo.de>
26372
26373 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26374
26375         * nnmail.el (nnmail-cache-insert): Revert last change.
26376
26377 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26378
26379         * nnmail.el (nnmail-cache-insert): Always check whether
26380         nnmail-cache-ignore-groups matches a group name.
26381
26382 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26383
26384         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26385         (spam-find-spam, spam-log-processing-to-registry)
26386         (spam-log-registered-p, spam-log-unregistration-needed-p)
26387         (spam-log-undo-registration): Use gnus-message instead of
26388         gnus-error, none of these errors are fatal.
26389
26390         * gnus-registry.el (gnus-registry-clean-empty-function)
26391         (gnus-registry-clean-empty): Remove only empty entries without
26392         extra data.
26393
26394 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26395
26396         * spam-stat.el (spam-stat-buffer-change-to-spam)
26397         (spam-stat-buffer-change-to-non-spam): Change (error) to
26398         (gnus-message 8) invocation.
26399
26400 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26401
26402         * nntp.el (nntp-via-netcat-command): New variable.
26403         (nntp-via-netcat-switches): New variable.
26404         (nntp-open-via-rlogin-and-netcat): New function.
26405         (nntp-open-connection-function): Doc fix.
26406         (nntp-telnet-command): Doc fix.
26407         (nntp-end-of-line): Doc fix.
26408         (nntp-via-rlogin-command): Doc fix.
26409         (nntp-via-user-name): Doc fix.
26410         (nntp-via-address): Doc fix.
26411
26412 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26413
26414         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26415         error in Emacs 21.1.
26416
26417 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26418
26419         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26420
26421 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26422
26423         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26424         (gnus-agent-with-refreshed-group): New macro.
26425         (gnus-agent-rename-group): New function.
26426         (gnus-agent-delete-group): New function.
26427         (gnus-agent-save-group-info): Use gnus-command-method when
26428         `method' parameter is nil.  Don't write nil entries into the
26429         active file.
26430         (gnus-agent-get-group-info): New function.
26431         (gnus-agent-fetch-articles):
26432         Use gnus-agent-update-files-total-fetched-for to increment disk space
26433         used.
26434         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26435         Use gnus-agent-update-view-total-fetched-for to increment disk space
26436         used.
26437         (gnus-agent-get-local): Add optional parameters to avoid calling
26438         gnus-group-real-name and gnus-find-method-for-group.
26439         (gnus-agent-set-local): Delete stored entry if either min, or max,
26440         are nil.
26441         (gnus-agent-fetch-session): Reworded error/quit messages.
26442         On quit, use gnus-agent-regenerate-group to record existance of any
26443         articles fetched to disk before the quit occurred.
26444         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26445         gnus-agent-update-view-total-fetched-for, and
26446         gnus-agent-update-files-total-fetched-for to decrement disk space
26447         used.
26448         (gnus-agent-retrieve-headers):
26449         Use gnus-agent-update-view-total-fetched-for to increment disk space
26450         used.
26451         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26452         with gnus-agent-update-files-total-fetched-for to decrement disk
26453         space and fresh group buffer.
26454         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26455         (gnus-agent-need-update-total-fetched-for): New variable.
26456         (gnus-agent-update-files-total-fetched-for): New function.
26457         (gnus-agent-update-view-total-fetched-for): New function.
26458         (gnus-agent-total-fetched-for): New function.
26459
26460         * gnus-cache.el (gnus-cache-save-buffers):
26461         Use gnus-cache-update-overview-total-fetched-for to change disk space
26462         used by this group.
26463         (gnus-cache-possibly-enter-article):
26464         Use gnus-cache-update-file-total-fetched-for to increment disk space
26465         used by this group.
26466         (gnus-cache-possibly-remove-article):
26467         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26468         used by this group.
26469         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26470         (gnus-cache-rename-group): New function.
26471         (gnus-cache-delete-group): New function.
26472         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26473         (gnus-cache-need-update-total-fetched-for): New variable.
26474         (gnus-cache-with-refreshed-group): New macro.
26475         (gnus-cache-update-file-total-fetched-for): New function.
26476         (gnus-cache-update-overview-total-fetched-for): New function.
26477         (gnus-cache-rename-group-total-fetched-for): New function.
26478         (gnus-cache-delete-group-total-fetched-for): New function.
26479         (gnus-cache-total-fetched-for): New function.
26480
26481         * gnus-group.el: Require gnus-sum and autoload functions to
26482         resolve warnings when gnus-group.el compiled alone.
26483         (gnus-group-line-format): Document new %F.
26484         (size of Fetched data) group line format; identifies disk space
26485         used by agent and cache.
26486         (gnus-group-line-format-alist): Define new F format.
26487         (gnus-total-fetched-for): New function.
26488         (gnus-group-delete-group): No longer update
26489         gnus-cache-active-altered as gnus-request-delete-group now keeps
26490         the cache in sync.
26491         (gnus-group-list-active): Let the agent store a server's active
26492         list if currently plugged.
26493
26494         * gnus-int.el (gnus-request-delete-group):
26495         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26496         local disk in sync with the server.
26497         (gnus-request-rename-group):
26498         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26499         local disk in sync with the server.
26500
26501         * gnus-start.el (gnus-get-unread-articles):
26502         Cosmetic simplification to logic.
26503
26504         * gnus-util.el (gnus-rename-file): New function.
26505
26506 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26507
26508         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26509
26510 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26511
26512         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26513         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26514
26515 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26516
26517         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26518         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26519
26520 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26521
26522         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26523
26524 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26525
26526         * spam.el (spam-set-difference): Add function to replace
26527         gnus-set-difference in spam.el.
26528         (spam-summary-prepare-exit): Use spam-set-difference.
26529
26530 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26531
26532         * gnus-registry.el (gnus-registry-cache-file): Update to use
26533         gnus-dribble-directory OR gnus-home-directory OR ~.
26534         (gnus-registry-split-fancy-with-parent): Fix doc.
26535
26536 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26537
26538         * message.el (message-exchange-point-and-mark):
26539         Use message-mark-active-p.  Suggested by Jesper Harder
26540         <harder@ifa.au.dk>.
26541
26542 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26543
26544         * message.el (message-exchange-point-and-mark): Don't activate
26545         region if it was inactive.  Suggested by Hiroshi Fujishima
26546         <pooh@nature.tsukuba.ac.jp>.
26547
26548 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26549
26550         * gnus-art.el (article-display-face): Display Faces in the same
26551         order as X-Faces.
26552
26553 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26554
26555         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26556
26557 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26558
26559         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26560         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26561         (gnus-article-mime-hierarchy): Remove.
26562         (gnus-article-mime-hierarchy-next): Remove.
26563         (gnus-article-mode): Revert 2004-03-19 change.
26564         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26565         (gnus-insert-mime-button): Revert 2004-03-19 change.
26566         (gnus-mime-accumulate-hierarchy): Remove.
26567         (gnus-mime-enter-multipart): Remove.
26568         (gnus-mime-leave-multipart): Remove.
26569         (gnus-mime-display-part): Revert 2004-03-19 change.
26570         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26571
26572         * mml.el (mml-preview): Revert 2004-03-19 change.
26573
26574 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26575
26576         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26577
26578 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26579
26580         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26581         t while entering a file name using the mm-with-multibyte macro.
26582         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26583
26584         * mm-util.el (mm-with-multibyte): New macro.
26585
26586 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26587
26588         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26589         New user option.
26590         (gnus-mime-multipart-functions): Doc and customization fix.
26591         (gnus-article-mime-hierarchy): New variable.
26592         (gnus-article-mime-hierarchy-next): New variable.
26593         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26594         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26595         gnus-article-mime-hierarchy-next to nil.
26596         (gnus-insert-mime-button): Show hierarchy numbers.
26597         (gnus-mime-accumulate-hierarchy): New function.
26598         (gnus-mime-enter-multipart): New function.
26599         (gnus-mime-leave-multipart): New function.
26600         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26601         (gnus-mime-display-alternative): Show hierarchy numbers.
26602
26603         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26604         gnus-article-mime-hierarchy-next to nil.
26605
26606 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26607
26608         * dns.el: Don't require gnus-xmas.
26609
26610 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26611
26612         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26613         inline PGP.
26614         (mml-menu): Disable mml-quote-region if mark is inactive.
26615
26616 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26617
26618         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26619         when the group's active is not available.
26620
26621 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26622
26623         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26624         error.
26625
26626 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26627
26628         * imap.el (imap-store-password): New variable.
26629         (imap-interactive-login): Use it.
26630         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26631
26632 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26633
26634         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26635         window-start and hscroll to summary window.
26636
26637 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26638
26639         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26640         conversion message to newsrc-dribble when an actual conversion is
26641         performed.
26642
26643 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26644
26645         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26646
26647 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26648
26649         * mm-decode.el (mm-complicated-handles): New function reviving
26650         former definition of mm-multiple-handles.
26651
26652         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26653         (gnus-mime-delete-part): Use it.
26654
26655 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26656
26657         * gnus-agent.el (gnus-agent-read-local):
26658         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26659         avoid the implicit assumption that they will always be equal.
26660         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26661         coding-system-for-write, as the with-temp-file macro first prints
26662         to a buffer then saves the buffer.
26663
26664 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26665
26666         * gnus-art.el (gnus-article-edit-part): New function.
26667         (gnus-mime-save-part-and-strip): Use it; do query instead of
26668         signaling an error; don't use mm-multiple-handles.
26669         (gnus-mime-delete-part): Ditto.
26670
26671 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26672
26673         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26674         old file versions.
26675         (gnus-group-prepare-hook): Remove function that converted list
26676         form of gnus-agent-expire-days to group properties.
26677
26678         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26679         (gnus-request-accept-article): Re-indented.
26680
26681         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26682         converters to handle old agent file formats.  Add logic for a
26683         "backup before upgrading warning".
26684         (gnus-convert-mark-converter-prompt): Developers can mark
26685         functions as needing (default), or not needing,
26686         gnus-convert-old-newsrc's "backup before upgrading warning".
26687         (gnus-convert-converter-needs-prompt): Tests whether the user
26688         should be protected from potentially irreversable changes by the
26689         function.
26690
26691         * legacy-gnus-agent.el: New.  Provides converters that are only
26692         loaded when gnus-convert-old-newsrc needs to call them.
26693
26694 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26695
26696         * mail-source.el (mail-source-touch-pop): Doc fix.
26697
26698         * message.el (message-smtpmail-send-it): Doc fix.
26699
26700 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26701
26702         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26703
26704         * nnmail.el (nnmail-split-fancy): do.
26705
26706         * gnus-kill.el (gnus-kill, gnus-execute): do.
26707
26708 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26709
26710         * gnus-sum.el (gnus-widget-reversible-match)
26711         (gnus-widget-reversible-to-internal)
26712         (gnus-widget-reversible-to-external): New functions.
26713         (gnus-widget-reversible): New widget.
26714         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26715
26716 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26717
26718         * gnus-sum.el (gnus-thread-sort-functions)
26719         (gnus-article-sort-functions): Document `(not F)' items.
26720
26721 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26722
26723         * spam.el (spam-use-gmane-xref): Add new backend.
26724         (spam-gmane-xref-spam-group): Add variable to control the name of the
26725         Gmane spam group.
26726         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26727         (spam-regex-headers-spam, spam-regex-headers-ham)
26728         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26729         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26730         backends and checks.
26731         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26732
26733         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26734         an autodetect method.
26735
26736 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26737
26738         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26739         articles are being added to a group.
26740         (gnus-request-replace-article): Inform the agent that articles
26741         need to be uncached as the cached contents are no longer valid.
26742
26743 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26744
26745         * binhex.el: Don't autoload executable-find.
26746
26747         * canlock.el: Don't autoload mail-fetch-field.
26748
26749         * dgnushack.el: Autoload c-mode for XEmacs.
26750
26751         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26752
26753         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26754         rmail-dont-reply-to and rmail-output.
26755
26756         * gnus-score.el: Don't autoload ffap-string-at-point.
26757
26758         * gnus-setup.el: Don't autoload sc-cite-original.
26759
26760         * imap.el: Don't autoload base64-decode-string,
26761         base64-encode-string and md5.
26762
26763         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26764         and rmail-msg-restore-non-pruned-header.
26765
26766         * mm-decode.el: Don't autoload executable-find.
26767
26768         * mm-url.el: Don't autoload executable-find.
26769
26770         * mm-view.el: Don't autoload diff-mode.
26771
26772         * nndb.el: Don't autoload news-reply-mode, news-setup,
26773         cancel-timer and telnet.
26774
26775         * password.el: Don't autoload run-at-time for Emacs.
26776
26777         * sha1-el.el: Don't autoload executable-find.
26778
26779         * sieve-mode.el: Don't autoload c-mode.
26780
26781         * uudecode.el: Don't autoload executable-find.
26782
26783 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26784
26785         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26786         (gnus-agent-possibly-alter-active): Avoid null in numeric
26787         comparison.
26788         (gnus-agent-set-local): Refuse to save null in local object table.
26789         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26790         list of articles that will be marked as unread.
26791
26792 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26793
26794         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26795
26796 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26797
26798         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26799         language tags.
26800
26801 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26802
26803         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26804         Don't bind "obarray".
26805
26806         * gnus-sum.el (gnus-thread-sort-functions):
26807         Add `gnus-thread-sort-by-most-recent-number' and
26808         `gnus-thread-sort-by-most-recent-date'.
26809         Reported by Kai Grossjohann <kai@emptydomain.de>.
26810
26811 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26812
26813         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26814
26815 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26816
26817         * gnus-cus.el (gnus-agent-customize-category):
26818         Remove ignore-errors macro reference that required cl to be loaded at
26819         run-time.
26820
26821         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26822         single-interval range of the form (min . max).  Previously the
26823         range had to look like ((min . max)).  Likewise, return
26824         (min . max) rather than ((min . max)).
26825         (gnus-range-map): Use gnus-range-normalize to accept
26826         single-interval range.
26827
26828         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26829         the cache, but not the agent, now appear with their usual face.
26830
26831         * dgnushack.el (loaddir): New variable that is bound to the
26832         directory containing the dgnushack.el file.  Use loaddir, rather
26833         than srcdir, to update load-path.  Change lets dgnushack compile
26834         code in directories other than GNUS/lisp.
26835
26836 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26837
26838         * lpath.el: Don't bind w3m-safe-url-regexp.
26839
26840         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26841         w3m-safe-url-regexp variable buffer-local.
26842
26843         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26844
26845 2004-02-27  Simon Josefsson  <jas@extundo.com>
26846
26847         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26848         gnus-group-real-prefix.
26849         (gnus-summary-move-article): Use it, instead of
26850         gnus-group-real-prefix.
26851
26852 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26853
26854         * lpath.el: Bind w3m-safe-url-regexp.
26855
26856         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26857         w3m-safe-url-regexp variable buffer-local and set it as the value
26858         of mm-w3m-safe-url-regexp.
26859
26860         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26861
26862         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26863         parsing gnus-posting-styles when the message is not for replying.
26864
26865         * dgnushack.el: Autoload sgml-mode for XEmacs.
26866
26867         * nnrss.el (nnrss-opml-export):
26868         Use mm-set-buffer-file-coding-system instead of
26869         set-buffer-file-coding-system.
26870
26871 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26872
26873         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26874         of checkdoc.el).
26875         * nnrss.el: do.
26876         * gnus-mlspl.el: do.
26877         * gnus-ml.el: do.
26878         * gnus-srvr.el: do.
26879
26880         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26881
26882 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26883
26884         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26885         Corrections to custom-manual links.
26886
26887         * gnus-art.el (gnus-article): Ditto.
26888
26889         * mm-decode.el (mime-display, mime-security): Ditto.
26890
26891 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26892
26893         * flow-fill.el: Typo.
26894
26895 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26896
26897         * spam-wash.el: New file.
26898
26899 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26900
26901         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26902
26903 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26904
26905         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26906         to be run with new-articles as LIST1, not LIST2.
26907         (spam-registration-functions): Add spam-use-ham-copy as a nil
26908         registration backend.
26909
26910 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26911
26912         * spam-stat.el (spam-stat-washing-hook): New option.
26913         (spam-stat-buffer-words): Use it.
26914         (spam-stat-process-directory, spam-stat-test-directory):
26915         Use insert-file-contents-literally.
26916         (spam-stat-coding-system): New variable.
26917         (spam-stat-load, spam-stat-save): Use it.
26918
26919 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26920
26921         * spam-report.el (spam-report-plug-agent):
26922         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26923
26924 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26925
26926         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26927         Allow / in mailto URLs.
26928
26929 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26930
26931         * spam-report.el (spam-report-process-queue): Fix interactive use.
26932         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26933         (spam-report-unplug-agent): Doc fixes.
26934         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26935         (spam-report-agentize, spam-report-deagentize): Autoload.
26936
26937 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26938
26939         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26940
26941         * message.el (message-setup-fill-variables): Add mml tags to
26942         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26943         <ajk@iu.edu>.
26944         (message-mode): Don't modify paragraph-separate there.
26945
26946 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26947
26948         * compface.el (uncompface-use-external): Default to undecided.
26949         (uncompface-use-external-threshold): New variable.
26950         (uncompface-float-time): New macro.
26951         (uncompface): Determine whether to use the external decoder if
26952         uncompface-use-external is undecided.
26953
26954 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26955
26956         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26957         after images.
26958
26959         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26960
26961 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26962
26963         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26964
26965         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26966
26967         * gnus-sum.el (gnus-summary-limit-to-age)
26968         (gnus-summary-limit-children): do.
26969
26970         * gnus-int.el (gnus-request-scan): do.
26971
26972         * gnus-group.el (gnus-group-suspend): do.
26973
26974         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26975
26976         * gnus-cite.el (gnus-cite-parse-attributions): do.
26977
26978         * gnus-agent.el (gnus-summary-set-agent-mark)
26979         (gnus-agent-regenerate-group): do.
26980
26981         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26982
26983         * binhex.el (binhex-decode-region-internal): do.
26984
26985 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26986
26987         * gnus-fun.el (gnus-face-properties-alist): New user option.
26988         (gnus-display-x-face-in-from): Use it.
26989
26990         * gnus-art.el (article-display-face): Ditto.
26991
26992         * compface.el (uncompface-use-external): Default to nil.
26993
26994 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26995
26996         * nntp.el (nntp-erase-buffer): New function.
26997         (nntp-retrieve-data, nntp-send-command)
26998         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26999         (nntp-possibly-change-group): Use it.
27000
27001         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27002         Use with-current-buffer.
27003
27004 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27005
27006         * compface.el: Merge the ELisp-based uncompface program.
27007         (compface): New customization group.
27008         (uncompface-use-external): New user option.
27009         (uncompface): Call uncompface-internal if uncompface-use-external
27010         is nil.
27011         (uncompface-internal): New function.  Note that there are also
27012         some other functions and variables added for this function.
27013
27014 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27015
27016         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27017         if necessary.
27018
27019 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27020
27021         * spam-report.el (spam-report-unplug-agent)
27022         (spam-report-plug-agent, spam-report-deagentize)
27023         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27024         Add support for the Agent in spam-report: when unplugged, report to a
27025         file; when plugged, submit all the requests.
27026
27027         * spam.el (spam-register-routine): Fix message about
27028         registration.
27029
27030 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27031
27032         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27033         dependencies.
27034         (rfc2047-encode): Use it.
27035
27036         * gnus-art.el (gnus-button-marker-list): Move before first
27037         reference.
27038
27039         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27040         (imap-parse-body): Fix format string mismatch.
27041
27042         * gnus-score.el (gnus-summary-increase-score): do.
27043
27044         * nnrss.el (nnrss-close): New function.
27045
27046 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27047
27048         * nnrss.el (nnrss-make-filename): New function.
27049         (nnrss-request-delete-group, nnrss-read-server-data)
27050         (nnrss-save-server-data, nnrss-read-group-data)
27051         (nnrss-save-group-data): Use it.
27052         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27053         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27054         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27055
27056 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27057
27058         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27059
27060 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27061
27062         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27063         files.
27064
27065         * message.el (message-generate-headers-first): Don't quote nil
27066         and t in docstrings.
27067
27068         * imap.el (imap-id): do.
27069
27070         * gnus-agent.el (gnus-agent-consider-all-articles)
27071         (gnus-agent-queue-mail): do.
27072
27073 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27074
27075         * spam-report.el (spam-report-process-queue): New function.
27076         Process requests from `spam-report-requests-file'.
27077         (spam-report-process-queue): Doc fix.
27078
27079 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27080
27081         * spam.el (spam-register-routine)
27082         (spam-log-processing-to-registry, spam-log-registered-p)
27083         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27084         Change "check" to "spam-check" for semi-clarity.
27085
27086 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27087
27088         * pop3.el: Require nnheader.
27089
27090         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27091
27092         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27093
27094         * gnus-picon.el: Require cl.
27095
27096         * gnus-fun.el: Require gnus-ems and gnus-util.
27097
27098         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27099
27100         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27101
27102         * gnus-art.el (gnus-article-edit-mode): Define before first
27103         reference.
27104
27105 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27106
27107         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27108         (gnus-uu-post-encoded): Use point-at-bol.
27109
27110         * gnus-topic.el (gnus-group-active-topic-p): do.
27111
27112         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27113
27114         * gnus-group.el (gnus-group-kill-region): do.
27115
27116         * gnus-art.el (article-date-ut): do.
27117
27118         * message.el (message-fetch-field): Remove redundant
27119         case-fold-search binding.
27120         (message-narrow-to-field): Simplify.
27121
27122 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27123
27124         * spam.el (spam-directory): Derive from `gnus-directory'.
27125
27126         * spam-report.el (spam-report-url-to-file)
27127         (spam-report-requests-file): New function and variable for offline
27128         reporting.
27129         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27130         and user defined function.
27131         (spam-report-url-ping-mm-url): Remove doubled slash.
27132
27133 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27134
27135         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27136
27137 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27138
27139         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27140         Fix format string mismatch.
27141
27142         * sieve.el (sieve-deactivate-all): do.
27143
27144         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27145
27146         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27147
27148         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27149
27150         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27151
27152 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27153
27154         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27155         the list of checks.
27156
27157 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27158
27159         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27160         padding.
27161
27162 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27163
27164         * mm-view.el (mm-fill-flowed): New variable.
27165         (mm-inline-text): Use it.
27166
27167 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27168
27169         * spam.el (spam-spamassassin-register-ham-routine)
27170         (spam-spamassassin-register-spam-routine): Fix function names.
27171
27172 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27173
27174         * gnus.el (gnus-tmp-grouplens): Remove.
27175         (gnus-summary-line-format): Remove grouplens.
27176
27177         * gnus-group.el (gnus-group-line-format): Ditto.
27178
27179         * gnus-spec.el (gnus-format-specs): Ditto.
27180         (gnus-update-format-specifications): Flush the group format spec
27181         cache if there's the grouplens stuff.
27182         (gnus-parse-simple-format): Replace %l with the empty string.
27183
27184 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27185
27186         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27187         omission.
27188
27189 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27190
27191         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27192         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27193
27194 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27195
27196         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27197         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27198         New macros and functions.
27199         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27200         Handle > NLINK_MAX messages.
27201         * nnmaildir.el (nnmaildir-request-set-mark):
27202         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27203
27204 2004-01-25  Alex Schroeder  <alex@gnu.org>
27205
27206         * spam-stat.el (spam-stat-process-directory-age): New option.
27207         (spam-stat-process-directory): Use it.
27208
27209 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27210
27211         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27212         (spam-stat-save): Accept prefix argument.
27213
27214 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27215
27216         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27217         links" error.
27218
27219 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27220
27221         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27222         the rest of the and/or forms.
27223
27224 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27225
27226         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27227         compatibility with old .newsrc.eld files.
27228
27229         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27230
27231         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27232
27233         * gnus-start.el (gnus-1): do.
27234
27235         * gnus-group.el (gnus-group-line-format-alist): do.
27236
27237         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27238
27239         * gnus-gl.el: Remove.
27240
27241 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27242
27243         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27244         marks consisting of a single range {for example, (3 . 5)} rather
27245         than a list of a single range { ((3 . 5)) }.
27246
27247 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27248
27249         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27250         Use with-current-buffer.
27251         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27252         avoid consing a string.
27253
27254         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27255         Remove obsolete entries for big5 and gb2312.
27256
27257 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27258
27259         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27260         uncompressed list.
27261
27262 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27263
27264         * spam-stat.el (spam-stat-strip-xref): New function.
27265         (spam-stat-process-directory): Use it.
27266
27267         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27268         here -- it's done in message-fetch-field.
27269
27270 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27271
27272         * gnus-agent.el (gnus-agent-queue-mail)
27273         (gnus-agent-prompt-send-queue): New variables.
27274         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27275         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27276         "nndraft:queue" along to gnus-draft-send.
27277         Use gnus-agent-prompt-send-queue.
27278         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27279         is "nndraft:queue".  Suggested by Gaute Strokkenes
27280         <gs234@srcf.ucam.org>
27281
27282         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27283         (agent-enable-undownloaded-faces): Add.
27284         (gnus-agent-cat-groups): Use eval-and-compile, not
27285         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27286         method of gnus-agent-cat-groups even when the buffer has been
27287         evaled.
27288         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27289         delete gnus-agent-save-active-1.
27290         (gnus-agent-save-groups): Delete.  Identical to
27291         gnus-agent-save-active.
27292         (gnus-agent-write-active): No longer adjust agent's copy of active
27293         file as agent's adjustments are now stored in their own
27294         file.  Remove optional parameter.
27295         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27296         servers.  Add use of min/max range limits from server's local
27297         file.
27298         (gnus-agent-save-alist): Remove unused optional argument.
27299         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27300         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27301         (gnus-agent-set-local): A per-server file that keeps min/max range
27302         limits for articles known to the agent.  Provides a fast mechanism
27303         for altering many active ranges.
27304         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27305         active file (local makes it unnecessary).
27306         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27307
27308         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27309         (agent-enable-undownloaded-faces): Add.
27310
27311         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27312         disable it when sending to "nndraft:queue".
27313         (gnus-group-send-queue): Add safety check to avoid sending queue
27314         when unplugged.
27315
27316         * gnus-group.el (gnus-group-catchup): Use new
27317         gnus-sequence-of-unread-articles, not
27318         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27319         numbers of articles.  Use gnus-range-map to avoid having to
27320         uncompress the unread list.
27321         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27322         Fix invalid ange-ftp reference.
27323
27324         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27325         (gnus-sorted-range-intersection): Intersection of two ranges
27326         without requiring that they first be uncompressed.
27327
27328         * gnus-start.el (gnus-activate-group): Unless blocked by the
27329         caller, possibly expand the active range to include both cached
27330         and agentized articles.
27331         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27332         multiple version-dependent converters.
27333         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27334         gnus-agent-save-active.
27335         (gnus-save-newsrc-file): Save dirty agent range limits.
27336
27337         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27338         gnus-agent-possibly-alter-active.
27339         (gnus-adjust-marked-articles): Faster handling of simple lists.
27340
27341 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27342
27343         * spam-stat.el (spam-stat-test-directory): New optional argument
27344         displays a list of files detected.  Suggested by Andrew Cohen
27345         <cohen@andy.bu.edu>.
27346         (spam-stat-buffer-words-with-scores): Don't narrow and change
27347         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27348
27349 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27350
27351         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27352         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27353         (spam-spamassassin-arguments)
27354         (spam-spamassassin-spam-flag-header)
27355         (spam-spamassassin-positive-spam-flag-header)
27356         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27357         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27358         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27359         (spam-list-of-processors, spam-list-of-checks)
27360         (spam-list-of-statistical-checks, spam-registration-functions)
27361         (spam-check-spamassassin-headers, spam-check-spamassassin)
27362         (spam-spamassassin-score)
27363         (spam-spamassassin-register-with-sa-learn)
27364         (spam-spamassassin-register-spam-routine)
27365         (spam-spamassassin-register-ham-routine)
27366         (spam-assassin-register-spam-routine)
27367         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27368         (spam-bogofilter-score): Fix to show article before scoring.
27369
27370 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27371
27372         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27373         default scoring function.
27374         (spam-generic-score): Call spam-spamassassin-score if
27375         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27376         spam-bogofilter-score otherwise.
27377
27378         * gnus.el (spam-process, spam-autodetect-methods):
27379         Add spamassassin and spamassassin-headers.
27380
27381 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27382
27383         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27384         Suppress unnecessary messages.
27385
27386 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27387
27388         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27389         make-hash-table.
27390
27391 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27392
27393         * canlock.el (base64-encode-string): Don't autoload it.
27394
27395 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27396
27397         * run-at-time.el: Remove useless (require 'itimer),
27398         eval-and-compile and (featurep 'xemacs).
27399
27400 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27401
27402         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27403         GROUP is a virtual group.
27404
27405 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27406
27407         * gnus.el: Autoload `message-y-or-n-p'.
27408
27409 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27410
27411         * pgg-parse.el: Remove unnecessary (require 'custom).
27412
27413         * pgg-def.el: do.
27414
27415         * nnmail.el: do.
27416
27417         * gnus-undo.el: do.
27418
27419         * gnus-picon.el: do.
27420
27421         * gnus-util.el: do.
27422
27423 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27424
27425         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27426
27427 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27428
27429         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27430         handle, as well as a list.
27431
27432         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27433         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27434         (mm-w3m-cid-retrieve): Simplify.
27435
27436 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27437
27438         * message.el (message-kill-to-signature): Allow prefix arg to
27439         specify number of lines to keep before signature.
27440
27441 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27442
27443         * message.el (message-kill-to-signature): Change docstring.
27444
27445 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27446
27447         * canlock.el: Always require sha1-el.
27448         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27449
27450         * message.el: Autoload sha1 only when compiling.
27451
27452         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27453         eudc-expand-inline for XEmacs.
27454
27455 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27456
27457         * message.el (message-canlock-generate): Require sha1-el.
27458
27459 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27460
27461         * message.el (message-expand-name): Silence the byte compiler.
27462
27463         * lpath.el: Add detect-coding-system.
27464
27465         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27466         cus-edit.
27467
27468 2004-01-13  Simon Josefsson  <jas@extundo.com>
27469
27470         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27471         Invoke gnus-score-mode.
27472         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27473
27474         * gnus-range.el (gnus-compress-sequence): Doc fix.
27475         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27476
27477 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27478
27479         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27480
27481 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27482
27483         * spam.el (spam-get-article-as-string): Update to use
27484         gnus-request-article-this-buffer, much simpler.
27485         (spam-get-article-as-buffer): Remove.
27486
27487 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27488
27489         * message.el (message-expand-name): Use EUDC if the user uses that.
27490
27491 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27492
27493         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27494         character for the encoding to avoid consing a string.
27495
27496         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27497         unnecessarily.
27498
27499         * mm-util.el (mm-replace-chars-in-string): Remove.
27500
27501         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27502         of mm-replace-chars-in-string.
27503
27504 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27505
27506         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27507
27508         * mm-util.el (mm-subst-char-in-string): Support inplace.
27509
27510         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27511         a new string in every iteration.  Use shy groups.
27512
27513 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27514
27515         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27516         * gnus-soup.el (gnus-soup-group-brew):
27517         * gnus-msg.el (gnus-put-message):
27518         * gnus-move.el (gnus-group-move-group-to-server):
27519         * gnus-kill.el (gnus-batch-score):
27520         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27521         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27522         (gnus-group-update-group, gnus-group-read-group)
27523         (gnus-group-make-group, gnus-group-make-help-group)
27524         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27525         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27526         (gnus-group-sort-by-unread, gnus-group-catchup)
27527         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27528         (gnus-group-yank-group, gnus-group-set-info)
27529         (gnus-group-list-groups):
27530         * gnus.el (gnus-generate-new-group-name):
27531         * gnus-delay.el (gnus-delay-send-queue):
27532         * nnvirtual.el (nnvirtual-catchup-group):
27533         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27534         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27535         (gnus-group-prepare-topics, gnus-topic-check-topology):
27536         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27537         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27538         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27539         (gnus-group-make-articles-read):
27540         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27541         (gnus-group-change-level, gnus-kill-newsgroup)
27542         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27543         (gnus-get-unread-articles, gnus-make-articles-unread)
27544         (gnus-make-ascending-articles-unread): Use accessor
27545         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27546         to get group information for improved readability.
27547
27548
27549 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27550
27551         * gnus-art.el (article-decode-mime-words, article-babel)
27552         (gnus-article-highlight-signature, gnus-article-add-buttons)
27553         (gnus-signature-toggle): Use gnus-with-article-buffer.
27554
27555         * gnus-art.el (gnus-article-highlight-headers)
27556         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27557
27558         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27559         (gnus-article-set-globals, gnus-request-article-this-buffer)
27560         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27561         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27562         (gnus-mime-display-alternative): Use with-current-buffer.
27563
27564 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27565
27566         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27567         also under 80 char limit, and call gnus-error if needed.
27568         (spam-fetch-article-header): Fix - it was a
27569         buffer-local variable (gnus-newsgroup-data).
27570         (spam-find-spam): Use spam-generate-fake-headers, forget about
27571         spam-insert-fake-headers.
27572         (spam-insert-fake-headers): Remove.
27573
27574 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27575
27576         * deuglify.el (gnus-article-outlook-unwrap-lines)
27577         (gnus-outlook-rearrange-article)
27578         (gnus-outlook-repair-attribution-outlook)
27579         (gnus-outlook-repair-attribution-block)
27580         (gnus-outlook-repair-attribution-other): Remove redundant
27581         save-excursion.
27582
27583 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27584
27585         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27586         (spam-fetch-field-subject-fast)
27587         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27588         (spam-fetch-article-header): Add functions to deal with Gnus
27589         internals for fast retrieval of article header data.
27590         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27591
27592 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27593
27594         * pop3.el (pop3-md5): Remove.
27595         (pop3-apop): Replace pop3-md5 with md5.
27596
27597         * mm-bodies.el: base64 is always built-in.
27598
27599         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27600         Use with-current-buffer.
27601
27602 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27603
27604         * canlock.el (canlock-insert-header): Remove excessive grouping in
27605         regexp.
27606
27607         * gnus-sum.el (gnus-summary-read-document): Ditto.
27608
27609         * gnus-uu.el (gnus-uu-part-number): Ditto.
27610
27611         * html2text.el (html2text-remove-tags): Ditto.
27612         (html2text-format-tags): Ditto.
27613         (html2text-format-single-elements): Ditto.
27614
27615         * mml.el (mml-parse-1): Ditto.
27616
27617 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27618
27619         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27620
27621         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27622
27623         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27624
27625         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27626
27627 2003-11-15  Simon Josefsson  <jas@extundo.com>
27628
27629         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27630         (pgg-gpg-lookup-key): Use regexp match instead of
27631         split-string (split-string is different between emacs 21.2 and
27632         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27633
27634 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27635
27636         * gnus-art.el (gnus-mime-view-all-parts)
27637         (gnus-article-part-wrapper, gnus-article-view-part):
27638         Use with-current-buffer.
27639
27640 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27641
27642         * spam.el (spam-disable-spam-split-during-ham-respool)
27643         (spam-spamoracle-database, spam-cache-lookups)
27644         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27645         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27646         (spam-group-ham-marks, spam-group-spam-marks)
27647         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27648         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27649         also add spam-use-blackholes to the statistical checks.
27650         (spam-fetch-field-fast): Add interface to fetching fields, may
27651         become a macro.
27652         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27653         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27654         (spam-insert-fake-headers): Fake an article when needed.
27655         (spam-find-spam): Fake article when possible.
27656         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27657         (spam-check-bogofilter-headers): Use message-fetch-field instead
27658         of nnmail-fetch-field.
27659
27660 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27661
27662         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27663
27664 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27665
27666         * spam.el (spam-split): Do not require spam-use-CHECK to be
27667         enabled if that check is passed to spam-split explicitly; also
27668         fix so 'spam doesn't get converted to spam-split-group when
27669         spam-split-symbolic-return is t.
27670         (spam-find-spam): Find registrations of the article and use those
27671         instead of re-running spam-split to find the spam/ham
27672         classification of the article.
27673         (spam-log-processing-to-registry, spam-log-registered-p)
27674         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27675         Use gnus-error instead of gnus-message.
27676         (spam-log-registration-type): Add function to determine the
27677         classification of a message based on registry entries; will
27678         return nil if both 'spam and 'ham are found.
27679         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27680         a reasonably fast local cache without the loading errors.
27681         (spam-cache-lookups): Set to t by default.
27682         (spam-find-spam): Don't try to guess spam-cache-lookups.
27683         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27684         spam-caches entry.
27685         (spam-filelist-build-cache, spam-filelist-check-cache):
27686         Fix caching of whitelist/blacklist entries.
27687         (spam-check-whitelist, spam-check-blacklist):
27688         Invoke spam-from-listed-p with a type, not a cache variable.
27689         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27690
27691 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27692
27693         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27694
27695         * nnmail.el (nnmail-split-fancy): do.
27696
27697         * mml.el (mml-parse): do.
27698
27699         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27700         (gnus-score-adaptive): do.
27701
27702 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27703
27704         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27705         (gnus-mime-button-map): Don't set keymap parent.
27706         (gnus-button-ctan-directory-regexp): Use shy grouping.
27707         (gnus-prev-page-map): Don't set keymap parent.
27708         (gnus-prev-page-map): Remove duplicated one.
27709         (gnus-next-page-map): Don't set keymap parent.
27710         (gnus-mime-security-button-map): Ditto.
27711
27712         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27713         version number.
27714
27715         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27716
27717 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27718
27719         * canlock.el (canlock-sha1-function): Remove.
27720         (canlock-sha1-function-for-verify): Remove.
27721         (canlock-openssl-program): Remove.
27722         (canlock-openssl-args): Remove.
27723         (canlock-ignore-errors): Remove.
27724         (canlock-sha1-with-openssl): Remove.
27725         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27726         (canlock-verify): Don't use canlock-ignore-errors.
27727
27728         * sha1-el.el (sha1-string-external): Make it can return a string
27729         in binary form.
27730         (sha1-region-external): Ditto.
27731         (sha1-string-internal): Ditto.
27732         (sha1-region-internal): Ditto.
27733         (sha1-region): Ditto.
27734         (sha1-string): Ditto.
27735         (sha1): Ditto.
27736
27737 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27738
27739         * spam.el (spam-report-articles-gmane): New command.
27740
27741 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27742
27743         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27744
27745         * run-at-time.el (run-at-time-saved): Remove.
27746         (run-at-time): Doc fix.
27747
27748 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27749
27750         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27751         (gnus-summary-limit-map): Add it.
27752         (gnus-summary-make-menu-bar): do.
27753
27754 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27755
27756         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27757         Make attempt at some caching support (done for BBDB only now).
27758         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27759         addresses to be checked.
27760         (spam-clear-cache-BBDB): Add function, to be invoked by
27761         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27762         (spam-check-BBDB): Check and use the caches, if
27763         spam-cache-lookups is on, remove superfluous (provide).
27764
27765 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27766
27767         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27768
27769 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27770
27771         * run-at-time.el (run-at-time-saved): Move to after the definition
27772         of `run-at-time'.
27773
27774         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27775
27776 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27777
27778         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27779         mm-w3m-local-map-property.
27780
27781         * mm-view.el (mm-w3m-mode-map): Remove.
27782         (mm-w3m-local-map-property): Remove.
27783         (mm-inline-text-html-render-with-w3m): Don't use
27784         mm-w3m-local-map-property.
27785
27786 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27787
27788         * run-at-time.el: New file.
27789
27790         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27791         under Emacs.
27792
27793         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27794         of gnus-set-text-properties.
27795
27796         * gnus-uu.el (gnus-uu-save-article): Ditto.
27797
27798         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27799
27800         * gnus-cite.el (gnus-cite-parse): Ditto.
27801
27802         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27803         of gnus-.
27804
27805         * gnus-xmas.el (run-at-time): Require run-at-time.
27806
27807         * gnus.el: Change calls to nnheader-run-at-time and
27808         password-run-at-time throughout to use run-at-time directly.
27809
27810         * password.el: Remove definition of run-at-time.
27811
27812         * nnheaderxm.el: Remove definition of run-at-time.
27813
27814 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27815
27816         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27817         in prompt.
27818
27819 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27820
27821         * messagexmas.el (message-xmas-redefine): Alias
27822         `message-make-caesar-translation-table' to
27823         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27824         version.
27825
27826         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27827         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27828         `gnus-xmas-set-text-properties'.
27829         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27830         `gnus-xmas-completing-read'.
27831         (gnus-xmas-completing-read): Removed.
27832         (gnus-xmas-open-network-stream): Removed.
27833
27834         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27835         XEmacs version.
27836
27837         * dns.el (dns-make-network-process): Use `open-network-stream'
27838         instead of `gnus-xmas-open-network-stream'.
27839
27840         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27841
27842         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27843
27844 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27845
27846         * gnus-art.el (gnus-mime-display-alternative)
27847         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27848         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27849         Don't use gnus-local-map-property.
27850
27851         * gnus-util.el (gnus-local-map-property): Remove.
27852
27853         * mm-view.el (mm-view-pkcs7-decrypt):
27854         Replace gnus-completing-read-maybe-default with completing-read.
27855
27856         * gnus-util.el (gnus-completing-read): do.
27857         (gnus-completing-read-maybe-default): Remove.
27858
27859 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27860
27861         * password.el: Only autoload `run-at-time' if not XEmacs.
27862         Only autoload the itimer functions if XEmacs.
27863
27864 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27865
27866         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27867         XEmacsen.
27868
27869         * dgnushack.el: Autoload executable-find for XEmacs.
27870
27871 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27872
27873         * gnus-art.el (gnus-read-string): Remove.
27874         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27875         read-string.
27876
27877 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27878
27879         * netrc.el: Autoload password-read.
27880         (netrc): Add configuration group.
27881         (netrc-encoding-method, netrc-openssl-path):
27882         Add variables for encoding and decoding of files with symmetric
27883         ciphers.
27884         (netrc-encode): Add assistant function to encode a file with
27885         netrc-encoding-method.
27886         (netrc-parse): Add interactive parameter, added optional
27887         decoding if netrc-encoding-method is non-nil but otherwise
27888         behavior is standard.
27889         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27890         Do s/encode/encrypt/ everywhere.
27891
27892         * spam.el: Remove executable-find autoload.
27893
27894 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27895
27896         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27897
27898         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27899
27900 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27901
27902         * gnus-art.el (gnus-treat-ansi-sequences)
27903         (article-treat-ansi-sequences): New variable and function.
27904         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27905
27906         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27907         Use it.
27908
27909 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27910
27911         * mm-util.el (mm-quote-arg): Remove.
27912
27913         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27914         shell-quote-argument.
27915
27916         * gnus-uu.el (gnus-uu-command): do.
27917
27918         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27919
27920         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27921         with make-char.
27922
27923         * mm-util.el (mm-make-char): Remove.
27924
27925         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27926         add-minor-mode.
27927
27928         * gnus-undo.el (gnus-undo-mode): do.
27929
27930         * gnus-topic.el (gnus-topic-mode): do.
27931
27932         * gnus-sum.el (gnus-dead-summary-mode): do.
27933
27934         * gnus-start.el (gnus-slave-mode): do.
27935
27936         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27937
27938         * gnus-ml.el (gnus-mailing-list-mode): do.
27939
27940         * gnus-gl.el (gnus-grouplens-mode): do.
27941
27942         * gnus-draft.el (gnus-draft-mode): do.
27943
27944         * gnus-dired.el (gnus-dired-mode): do.
27945
27946         * gnus-ems.el (gnus-add-minor-mode): Remove.
27947
27948         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27949         Replace gnus-char-width with char-width.
27950
27951         * gnus-ems.el (gnus-char-width): Remove.
27952
27953         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27954         Replace gnus-char-width with char-width.
27955
27956         * gnus-ems.el (gnus-char-width): Remove.
27957
27958         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27959         definition.
27960         Remove Emacs 20 hash table compatibility code.
27961
27962         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27963         20 compatibility code.
27964
27965         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27966
27967         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27968
27969         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27970         Replace with point-at-{eol,bol}.
27971
27972         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27973
27974         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27975
27976         * flow-fill.el (fill-flowed-point-at-bol)
27977         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27978
27979         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27980         Replace with point-at-{eol,bol} throughout all files.
27981
27982 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27983
27984         * ntlm.el (ntlm-string-as-unibyte): New macro.
27985         (ntlm-build-auth-response): Use it.
27986
27987         Remove Emacs 20 stuff:
27988         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27989         (butlast, mapc, remove): Remove the compiler macros.
27990         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27991         of delq and copy-sequence.
27992         * gnus-art.el (popup-menu): Remove the compiler macro.
27993         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27994         Emacs 20.
27995
27996 2004-01-05  Simon Josefsson  <jas@extundo.com>
27997
27998         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27999         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28000         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28001         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28002         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28003         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28004         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28005         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28006         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28007         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28008         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28009         string-xor into ntlm-string-xor.
28010         Suggested by Jesper Harder <harder@myrealbox.com>.
28011
28012         * ntlm.el: Don't include poem.
28013
28014         * md4.el (print-int32, print-string-hexa): Remove.
28015         Suggested by Jesper Harder <harder@myrealbox.com>.
28016
28017         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28018
28019         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28020         probably breaks emacs with DL patch, but do we care? Is anyone
28021         still using the DL stuff?)
28022
28023         * sieve-manage.el: Use the password package.
28024         (sieve-manage-read-passwd): Remove.
28025         (sieve-manage-interactive-login): Use password.  Re-add
28026         condition-case around loop.
28027
28028         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28029         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28030         Use the password package.
28031
28032 2003-02-19  Simon Josefsson  <jas@extundo.com>
28033
28034         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28035         token.
28036
28037 2002-08-07  Simon Josefsson  <jas@extundo.com>
28038
28039         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28040         (sieve-manage-authenticators)
28041         (sieve-manage-authenticator-alist): Add some SASL mechs.
28042         (sieve-sasl-auth): New function.
28043         (sieve-manage-cram-md5-auth)
28044         (sieve-manage-plain-auth): Rewrite using SASL library.
28045         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28046         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28047         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28048         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28049
28050 2004-01-05  Simon Josefsson  <jas@extundo.com>
28051
28052         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28053         New files.
28054
28055 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28056
28057         * gnus-group.el (gnus-no-groups-message): Update.
28058
28059         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28060
28061 2003-11-09  Simon Josefsson  <jas@extundo.com>
28062
28063         * imap.el: Support for ID IMAP extension (RFC 2971).
28064         (imap-local-variables): Add imap-id.
28065         (imap-id): New variable.
28066         (imap-id): New function.
28067         (imap-parse-response): Parse untagged ID response.
28068         * nnimap.el (nnimap-id): New variable.
28069         (nnimap-open-connection): Use it.
28070
28071 2003-12-28  Simon Josefsson  <jas@extundo.com>
28072
28073         * gnus-score.el (gnus-score-edit-all-score): New.
28074         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28075
28076 2004-01-04  Simon Josefsson  <jas@extundo.com>
28077
28078         * password.el: Add.
28079
28080 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28081
28082         * dns.el (dns-query-types): Fix typo.
28083         (dns-query-types): New function.
28084         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28085         PTR and SOA replies, see RFC 1035.
28086
28087 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28088
28089         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28090
28091         * Move to Changelog.2.
28092
28093 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28094
28095         * gnus.el (gnus-version-number): Bump version.
28096
28097 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28098
28099         * gnus.el: No Gnus v0.1 is released.
28100
28101 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28102
28103         * gnus.el: No Gnus v0.0 is released.
28104
28105 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28106
28107         * gnus.el (gnus-version-number): Bump.
28108         (gnus-version): No.
28109
28110 See ChangeLog.2 for earlier changes.
28111
28112   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28113
28114   This file is part of GNU Emacs.
28115
28116   GNU Emacs is free software: you can redistribute it and/or modify
28117   it under the terms of the GNU General Public License as published by
28118   the Free Software Foundation, either version 3 of the License, or
28119   (at your option) any later version.
28120
28121   GNU Emacs is distributed in the hope that it will be useful,
28122   but WITHOUT ANY WARRANTY; without even the implied warranty of
28123   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28124   GNU General Public License for more details.
28125
28126   You should have received a copy of the GNU General Public License
28127   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28128
28129 ;; Local Variables:
28130 ;; coding: utf-8
28131 ;; fill-column: 79
28132 ;; add-log-time-zone-rule: t
28133 ;; End: