7bae0465e704e857fb7232c69a05b8d154d0f430
[gnus] / lisp / ChangeLog
1 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-article-edit-part): Make jumping to the next part
4         really work when deleting or stripping.
5         (gnus-mime-buttonize-attachments-in-header): Make header attachment
6         buttons identical to the ones in the article body so as to work deleting
7         and stripping.
8
9 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * mm-decode.el (mm-shr)
12         * mm-view.el (mm-inline-text-html-render-with-w3m):
13         Revert my bogus change that made the start marker of a part
14         the "moves after insertion" type.
15
16 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
17
18         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
19         Tools: https://github.com/politza/pdf-tools) for viewing PDF
20         attachments in emacs.
21
22 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
23
24         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
25         instead of sasl-scram-sha-1, as the former is the name that can be
26         required.
27
28         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
29         (sasl-scram-sha-1-client-final-message)
30         (sasl-scram-sha-1-authenticate-server): Move to end of file.
31
32 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
35
36 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
39         (sasl-string-prefix-p): New compatibility functions.
40
41 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
42
43         * gnus-compat.el (process-live-p): Added new compat function for Emacs
44         23.
45
46 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
47
48         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
49         from the server LIST response.
50
51 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
52
53         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
54         during header retrieval, error out instead of interpreting the data in
55         the buffer as the only messages there.  This way, we don't mark
56         articles as read on a server hangup (bug#19035).
57
58         * mm-decode.el (mm-head-p): New function.
59         (mm-display-part): Go to a blank line when inserting parts internally.
60
61 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
62
63         * sasl-scram-rfc.el: New file.
64
65         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
66         Add SCRAM-SHA-1 first.
67         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
68         entry (bug#17636).
69
70 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
71
72         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
73         that we don't get a warning when setting the buffer-local variable
74         (bug#19573).
75
76         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
77         `gnus-request-group'.
78
79 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * gnus-art.el (gnus-article-browse-html-save-cid-content)
82         (gnus-article-browse-html-parts): Make cid file names relative if and
83         only if html doesn't specify <base> directory.
84
85 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
86
87         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
88         parts, because that breaks filling (since buttons are in a bold face).
89
90 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
93         use gnus-overlays-at and gnus-overlay-put.
94
95 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
96
97         * mm-decode.el (mm-shr): Only pass the fill column when not using
98         fonts, because limiting the width to what's appropriate for followups
99         doesn't really help when not using proportional fonts.
100
101 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
102
103         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
104         shr, beacause that breaks folding.
105         (mm-shr): Don't shorten the width when using fonts.
106
107 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
108
109         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
110         variable; always check the newrc timestamp.
111         (gnus-save-newsrc-file): Always check timestamp.
112
113 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
114
115         * mail-source.el (mail-source-call-script): If scripts exit with an
116         error, pop up an error buffer.
117
118 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
119
120         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
121         as a default.
122
123         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
124         correct server.
125
126 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
127
128         * nnimap.el (nnimap-request-group-scan): Fix the function name.
129
130         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
131
132 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
133
134         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
135         that nnimap works for non-activated backends.
136
137 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
138
139         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
140         message, since we already get an obsolescence message.  Use `declare'.
141
142 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
143
144         * nnir.el: Revert "Enable non-ASCII IMAP searches".
145
146 2015-01-30  Glenn Morris  <rgm@gnu.org>
147
148         * gnus-registry.el (gnus-registry-max-pruned-entries)
149         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
150         Fix :version.
151         (gnus-registry-default-sort-function): Improve :type.
152
153 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
154
155         * nnimap.el (nnimap-request-group): Allow running this function on
156         groups that don't exist in Gnus yet.
157         (nnimap-request-group): Revert previous patch since that made it
158         impossible to enter nnimap groups.
159
160         * message.el (message-smtpmail-send-it): Remove the mail header
161         separator before sending.
162
163 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
164
165         * nnimap.el (nnimap-find-expired-articles): Fix handling of
166         (expiry-wait . never).
167
168 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
169
170         * nnimap.el (nnimap-request-group): Clear the buffer before returning
171         the data.
172
173 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * gnus-compat.el (string-bytes): Work for XEmacs.
176
177 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
180
181         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
182         IMAP.
183
184 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
185
186         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
187
188         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
189
190         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
191         be added to the backlog.
192
193 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
194
195         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
196         target with a recursive make call.
197
198 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
199
200         * nnimap.el (nnimap-header-parameters): Refactor and request
201         X-GM-LABELS if it's been announced.
202         (nnimap-transform-headers): Gather and output GM-LABELS.
203
204 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
205
206         * mm-decode.el (mm-display-part): Make non-string methods work.
207         Non-string methods are funcalled and work just fine, the test was
208         bogus.
209         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
210         whole frame.
211
212 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
213
214         * nnimap.el (nnimap-request-accept-article): Allow respooling using
215         nnimap.
216
217         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
218         request rescans when being run interactively.
219
220         * nnimap.el (nnimap-request-group): Don't rescan the group here,
221         because that can be very slow in large groups.
222
223         * gnus-int.el (gnus-request-group-scan): New backend function.
224
225         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
226
227 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
228
229         * gnus-group.el (gnus-group-suspend): Close all backends.
230
231 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
232
233         * dgnushack.el (dgnushack-compile-file): New function.
234         (dgnushack-compile): Use it (bug#19514).
235
236 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
239
240 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
241
242         * registry.el: Don't use <class> as a variable.
243
244 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
245
246         system-name's returned value can vary
247         Also, the system-name variable is now obsolete.
248         Fixes Bug#19438.
249         * message.el (message-make-fqdn):
250         * nnvirtual.el (nnvirtual-retrieve-headers)
251         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
252         and avoid naming locals 'system-name'.
253
254 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
255
256         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
257         lines don't get overlong when responding.
258
259 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * registry.el (cl-remf, cl-loop, cl-subseq):
262         Alias to remf, loop, and subseq respectively for old Emacsen.
263
264 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
265
266         * gnus-group.el (gnus-read-ephemeral-bug-group):
267         Bind coding-system-for-read and coding-system-for-write only around
268         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
269
270 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
271
272         * registry.el (registry-db): Set default slot later.
273         This is because its value is not a literal integer.
274
275 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
276
277         * registry.el (registry-db): Fix default registry-db max-size.
278
279 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
280
281         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
282         add warning.
283
284         * gnus-art.el: Fix up compiler warnings.
285         (article-display-face, article-display-x-face): Remove unused `face'.
286         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
287         (article-date-ut): Remove unused var `first'.
288         (gnus-article-prepare): Remove unused var `gnus-article'.
289         (gnus-mime-save-part-and-strip): Remove unused var `param'.
290         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
291         `coding-system' along with corresponding dead code.
292         (gnus-mime-view-part-externally): Remove unused var
293         `mm-user-display-methods'.
294         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
295         (gnus-display-mime): Remove unused var `handle'.
296         (gnus-mime-display-alternative): Remove unused var `props'.
297         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
298         (gnus-article-edit-done): Remove unused var `p'.
299         (gnus-url-mailto): Remove unused var `to'.
300         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
301         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
302
303 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
304
305         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
306         slots into a :max-size slot.
307         (registry-db-version): Add new variable for database version number.
308         (registry-prune): Use :max-size slot. Accept and use a sort-function
309         argument.
310         (registry-collect-prune-candidates): Add new function for finding
311         non-precious pruning candidates.
312         (registry-prune-hard-candidates, registry-prune-soft-candidates):
313         Remove obsolete functions.
314         (initialize-instance): Upgrade registry version when starting.
315
316         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
317         (gnus-registry-max-pruned-entries): Remove obsolete variable.
318         (gnus-registry-cache-file): Change default
319         filename extension to "eieio".
320         (gnus-registry-read): Add new function, split out from
321         `gnus-registry-load', that does the actual object reading.
322         (gnus-registry-load): Use it. Add condition case handler to check for
323         old filename extension and rename to the new one.
324         (gnus-registry-default-sort-function): New variable to specify a sort
325         function to use when pruning.
326         (gnus-registry-save, gnus-registry-insert): Use it.
327         (gnus-registry-sort-by-creation-time): Define a default sort function.
328
329         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
330         Adjust test for new object signature.
331         (gnustest-registry-pruning-test): Add new pruning test.
332         (gnustest-registry-sort-function): Default sort function for testing.
333         (gnustest-registry-pruning-sort-test): New test for sorting.
334
335 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
338         function for reuse.
339         (gnus-mime-buttonize-attachments-in-header): Adjust.
340
341 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * message.el (message-change-subject): Really check whether the subject
344         changed.
345
346 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
349         PDFs.
350         (mailcap-view-mime): New function.
351
352 2014-12-01  Glenn Morris  <rgm@gnu.org>
353
354         * gnus-cloud.el (gnus-cloud): Add :version tag.
355
356 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * gnus-art.el (gnus-use-idna):
359         * gnus-sum.el (gnus-summary-idna-message):
360         * message.el (message-use-idna):
361         Protect against nil value for idna-program.
362
363         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
364
365 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
366
367         * auth-source.el (auth-source-macos-keychain-search-items): Return
368         result of `auth-source-macos-keychain-result-append' (bug#19074).
369
370 2014-11-25  Glenn Morris  <rgm@gnu.org>
371
372         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
373         Add :version tag.
374
375 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * pop3.el (pop3-open-server): Warn unless encrypted.
378
379         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
380
381 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
382
383         Port new time stamp handling to Emacs 23.2.
384         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
385         * time-date.el (time-add, time-subtract, time-less-p):
386         Use eval-and-compile, not eval-when-compile.
387
388 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
389
390         * message.el (message-valid-fqdn-regexp): Add non-internaional new
391         TLDs.
392
393 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
394
395         Port new time stamp handling to old Emacs and to XEmacs.
396         This is needed for Gnus, which copies time-date.el and which
397         runs on older Emacs implementations.
398         * time-date.el (with-decoded-time-value):
399         Handle 'nil' and floating-point arg more compatibly with new Emacs.
400         (encode-time-value, with-decoded-time-value):
401         Obsolete only if new Emacs.
402         (time-add, time-subtract, time-less-p): Define if not new Emacs.
403
404         Improve time stamp handling, and be more consistent about it.
405         This implements a suggestion made in:
406         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
407         Among other things, this means timer.el no longer needs to
408         autoload the time-date module.
409         * time-date.el (seconds-to-time, days-to-time, time-since)
410         (with-decoded-time-value):
411         Treat 'nil' as current time.  This is mostly for XEmacs.
412         (encode-time-value, with-decoded-time-value): Obsolete.
413         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
414         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
415
416 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
419         discarding changes in ephemeral groups.
420
421         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
422         things the user isn't interested in.
423
424 2014-11-13  Julien Danjou  <jd@abydos>
425
426         * gnus-notifications.el (gnus-notifications-notify): Provide both
427         app-icon and image-path.
428
429 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
430
431         * mm-url.el (mm-url-encode-multipart-form-data):
432         Restore to handle "multipart/form-data" by eww.
433
434 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
435
436         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
437         Landscheidt.
438
439 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
440
441         Simplify use of current-time and friends.
442         * gnus-delay.el (gnus-delay-article):
443         * gnus-sum.el (gnus-summary-read-document):
444         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
445         * message.el (message-make-expires-date):
446         Omit unnecessary call to current-time.
447         * gnus-util.el (gnus-float-time): Simplify to an alias because
448         time-to-seconds now behaves like float-time with respect to nil arg.
449         (gnus-seconds-year): Don't call current-time twice to get the current
450         time stamp, as this can lead to inconsistent results.
451         * time-date.el (time-to-seconds) [!float-time]:
452         Use current time if arg is nil, to be compatible with float-time.
453         (time-date--day-in-year): New function, with most of the guts of
454         the old time-to-day-in-year.
455         (time-to-day-in-year): Use it.
456         (time-to-days): Use it, to avoid decoding the same time stamp twice.
457
458 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * gnus.el (gnus-mode-line-buffer-identification):
461         Don't add image data for a non-graphic display (bug#18813).
462
463 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
466         load-path, it blocks autoloading of find-image (bug#18813).
467
468 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
469
470         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
471         to keep connection open (bug#18728).
472
473 2014-10-20  Glenn Morris  <rgm@gnu.org>
474
475         * Merge in all changes up to 24.4 release.
476
477 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
478
479         * message.el (message-insert-signature): Use `newline' instead of
480         inserting explicit "\n".
481
482 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
483
484         * gnus-icalendar.el: Support vcal format timezones.
485         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
486         compute dates with associated timezone.
487         (gnus-icalendar-event-from-ical): Compute all timezones.
488
489 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
490
491         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
492         check the newsrc.eld file's timestamp before saving it.
493         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
494         timestamp has changed to be newer.
495
496 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
497
498         * gnus-icalendar.el (gnus-icalendar-identities):
499         Include message-alternative-emails.
500
501 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
504         New compatibility functions.
505         (ntlm-build-auth-response): Use them.
506
507 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
508
509         * ntlm.el (ntlm-build-auth-request):
510         Add NTLM2 Session support.  (Bug#15603)
511
512 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
513
514         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
515         expired messages only when it was built in reverse order.
516
517 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
518
519         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
520         last so it can be used in `message-send-hook'.
521
522 2014-09-29  Daiki Ueno  <ueno@gnu.org>
523
524         * mml.el (mml-parse-1): Error out if unknown mode is specified in
525         <#secure> tag (bug#18513).
526
527 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * parse-time.el: Require cl when compiling.
530
531 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         Use cl-lib as much as possible following the 2014-09-26 change
534         in the Emacs trunk.
535         * parse-time.el: Try requiring cl-lib.
536         (parse-time-incf): Alias to cl-incf or incf.
537         (digit-char-p): Remove.
538         (parse-time-integer): Alias to cl-parse-integer or the one defined.
539         (parse-integer): Rename to parse-time-integer.
540         (parse-time-tokenize, parse-time-rules, parse-time-string)
541         Use parse-time-incf and parse-time-integer.
542
543 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
544
545         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
546         of ":delete".
547
548 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * gnus-art.el (gnus-article-browse-html-save-cid-content)
551         (gnus-article-browse-html-parts):
552         Revert last change that breaks links other than cid contents.
553
554 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * gnus-art.el (gnus-article-browse-html-save-cid-content)
557         (gnus-article-browse-html-parts): Make cid file names relative.
558
559 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * mm-view.el (mm-display-inline-fontify): Make the working buffer
562         temporarily displayed when running a mode function (at least org-mode
563         requires it).
564
565 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
566
567         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
568         the gnus-summary-article-expire-hook should be told where the function
569         is going. In particular, the Gnus registry might want to know.
570
571 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
572
573         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
574
575 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * gnus-sum.el (gnus-summary-expire-articles): Revert.
578
579 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
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-03  Paul Eggert  <eggert@cs.ucla.edu>
586
587         Don't mishandle year-9999 dates (Bug#18176).
588         * parse-time.el (parse-time-rules):
589         Allow years up to most-positive-fixnum.
590         * time-date.el (date-to-time):
591         Pass "Specified time is not representable" errors through.
592
593 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
594
595         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
596         groups and t.
597
598 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * gnus-utils.el (gnus-recursive-directory-files):
601         Unify hard or symbolic links (bug#18063).
602
603 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
604
605         * gnus-msg.el (gnus-configure-posting-style):
606         Allow string replacements in values when matching against a header.
607
608 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
611         the dribble buffer even when it is shrunk a lot.
612         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
613
614 2014-06-26  Glenn Morris  <rgm@gnu.org>
615
616         * mm-util.el (help-function-arglist): Remove outdated declaration.
617
618 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
619
620         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
621         attribute values.  (Bug#17834)
622
623 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
624
625         * gnus-sum.el (gnus-summary-edit-article-done):
626         Prefer point-marker to copy-marker of point.
627
628 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * Makefile.in (install-el, install-el-elc): Compress .el files.
631         (uninstall): Remove compressed .el files.
632
633 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
636         (gnus-article-read-summary-keys):
637         Don't bug out when there is no article in the summary buffer.
638         (gnus-mime-buttonize-attachments-in-header):
639         Improve criterion that finds parts to display.
640
641         * gnus-art.el (gnus-mm-display-part):
642         * mm-decode.el (mm-shr):
643         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
644         (mm-insert-inline): Revert last changes.
645
646 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
647
648         * gnus-art.el (gnus-mm-display-part):
649         * mm-decode.el (mm-shr):
650         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
651         (mm-insert-inline): Set insertion type of end-marker, not only
652         start-marker, of undisplayer so as to stay after inserted text.
653
654 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
655
656         * html2text.el (html2text-get-attr): Fix typo when splitting value from
657         attribute. (Bug#17613)
658
659 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
660
661         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
662         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
663
664 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
667         Don't delete next part button; keep spacing between buttons.
668
669 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
672         Work for the last MIME part in an article.
673         (gnus-mime-display-single): Suppress excessive newlines between parts.
674
675         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
676         by leading or trailing newline.
677
678 2014-05-12  Sam Steingold  <sds@gnu.org>
679
680         * time-date.el (seconds-to-string): New function to pretty print time
681         delay in seconds.
682
683 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
686         while prompting a user for a file name, etc.
687         (gnus-mime-display-single): Display part with a common appearance no
688         matter whether MIME button is omitted or not; don't add duplicate entry
689         to gnus-article-mime-handle-alist.
690         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
691
692 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
693
694         * mml2015.el (mml2015-display-key-image): New variable.
695
696 2014-05-08  Glenn Morris  <rgm@gnu.org>
697
698         * gnus-fun.el (gnus-grab-cam-face):
699         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
700         This is CVE-2014-3421.
701
702 2014-05-04  Glenn Morris  <rgm@gnu.org>
703
704         * gnus-registry.el (gnus-registry-install-p): Doc fix.
705
706 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
709         the displaying state of a part.
710         (gnus-mm-display-part): Don't insert a newline in the beginning of
711         a part like gnus-mime-inline-part doesn't; work for XEmacs.
712
713         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
714         (mm-shr): Make undisplayer unbreakable.
715
716         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
717         Don't insert excessive newline.
718         (mm-inline-text-html-render-with-w3m, mm-inline-text)
719         (mm-insert-inline): Make undisplayer unbreakable.
720
721 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
722
723         * gnus.el: Ma Gnus v0.11 is released.
724
725 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus-art.el (gnus-mm-display-part):
728         Highlight header attachment buttons.
729
730 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
733         a part; redisplay a button (enbugged in 2014-02-05).
734
735 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
736
737         * auth-source.el (auth-source-search, auth-source-search-backends):
738         Treat :max 0 as an indicator that a boolean return is wanted, as
739         documented. Reported by Joe Bloggs.
740
741 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * gnus-icalendar.el: Require gnus-art.
744
745 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
746
747         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
748         (gnus-icalendar--update-org-event): put event timestamp in
749         the org entry body instead of the drawer.
750         (gnus-icalendar-event--get-attendee-names): list of participants should
751         contain even attendees without common name attribute.
752         (gnus-icalendar--update-org-event): don't generate duplicates of empty
753         property tags in org drawers.
754
755 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * gmm-utils.el (gmm-format-time-string): New function.
758
759         * message.el (message-insert-formatted-citation-line): Use the original
760         author's time zone to express a date string.
761
762 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
763
764         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
765         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
766         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
767         Silence compiler warnings.
768         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
769
770 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * mml.el: Require url when compiling.
773
774         * gnus-cloud.el (gnus-cloud-parse-version-1):
775         Use plist-get rather than CL's getf.
776         (gnus-activate-group, gnus-subscribe-group): Declare.
777
778         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
779
780 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
783         buttons when toggling the header off.
784
785 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
786
787         * tls.el (tls-program): Reflow docstring.
788
789 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
790
791         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
792         groups work again.
793
794 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
795
796         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
797         999 correctly (i.e. "1,342").
798
799 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
800
801         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
802         out if the directory doesn't exist.
803
804 2014-03-07  Daiki Ueno  <ueno@gnu.org>
805
806         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
807         commands here; instead, only check if epg-config.el is available.
808
809 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
810
811         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
812         messages with embedded images.
813         (mml-generate-mime): Don't bug out if you don't have libxml.
814
815 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
816
817         * message.el (message-make-html-message-with-image-files): New command.
818
819 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
820
821         * gnus-group.el (gnus-group-make-group): Clarify prompt.
822
823         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
824
825 2014-02-23  David Engster  <deng@randomsample.de>
826
827         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
828         to stay compatible with older Emacsen, so replace `cl-loop' with
829         `loop'.
830
831 2014-02-22  Daniel Colascione  <dancol@dancol.org>
832
833         * auth-source.el (auth-source-secrets-listify-pattern): New function.
834         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
835         instead, build list of patterns.
836
837 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
840         Display header attachment buttons by gnus-article-prepare-display
841         rather than gnus-article-prepare so as to view in mml-preview as well.
842
843 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
844
845         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
846         in `auth-sources' means and link to EPA docs.
847
848 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
849
850         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
851         (bug#12375).
852
853 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
856         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
857
858 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
859
860         * message.el (message-tab): Mention what happens on normal tabs
861         (bug#11297).
862
863 2014-02-08  Glenn Morris  <rgm@gnu.org>
864
865         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
866
867 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
870         buttons that are hidden in unselected alternative part as well.
871         (gnus-mime-display-alternative): Redraw attachment buttons in header.
872
873         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
874
875 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
876
877         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
878         keystroke.
879         (gnus-server-toggle-cloud-server): Only allow clouding applicable
880         types.
881
882         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
883         with an empty string.
884
885 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
886
887         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
888         buffer-local in some buffers, so bind it explicitly in the buffer we're
889         trying to cancel the article in (bug#10808).
890
891 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
894         New functions.
895
896         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
897         New user option.
898         (gnus-mime-buttonize-attachments-in-header): New function.
899         (gnus-article-prepare): Use it.
900         (gnus-mime-inline-part): Suppress extra newline.
901         (gnus-mm-display-part): Save excursion;
902         remove useless deleting and adding of buttons.
903         (gnus-insert-mime-button): Allow insertion in the middle of a line.
904
905         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
906         Add gnus-mime-buttonize-attachments-in-header.
907
908 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
909
910         * nnimap.el (nnimap-request-articles): New command to download several
911         articles at once.
912
913         * gnus.el (gnus-variable-list): Save Cloud variables.
914
915         * gnus-int.el (gnus-request-accept-article): Doc fix.
916
917 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
918
919         * parse-time.el (parse-time-iso8601-regexp)
920         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
921         it more generally.
922
923 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
924
925         * gnus-cloud.el: New file to provide the Emacs Cloud.
926
927         * dgnushack.el: Silence XEmacs w3 warning.
928
929         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
930         `url-retrieve-synchronously', apparently.
931
932         * dgnushack.el: Silence XEmacs dns.el warning.
933
934         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
935         instead of in all files.
936
937         * dns.el (network-interface-list): Define for XEmacs.
938
939         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
940         XEmacs.
941
942         * nnrss.el (libxml-parse-html-region): Silence compilation error.
943
944 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
945
946         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
947         `gnus-group-split-fancy'.
948
949 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
950
951         * message.el (message-remove-header): Doc fix.
952         (message-forward-included-headers): New variable.
953         (message-remove-ignored-headers): Use it.
954
955 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
956
957         * nnir.el (nnir-request-update-mark): Don't try to update the source
958         group if we can't find it (bug#16611).
959
960 2014-01-31  Dave Abrahams  <dave@boostpro.com>
961
962         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
963
964 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
965
966         * dns.el (dns-servers-up-to-date-p): New function to see whether the
967         network interfaces changed.
968         (dns-query): Use it to flush the data.
969
970 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
971
972         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
973         from random face commands.
974         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
975         Face.
976         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
977         (gnus--random-face-with-type): Generic function returning a face-type
978         as a string.
979         (gnus--insert-random-face-with-type): Generic function inserting a face
980         in a message buffer header.
981         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
982         (gnus-insert-random-x-face-header): Rewritten to use
983         `gnus--insert-random-face-with-type`.
984         (gnus-random-face): Return random (png) Face as string.
985         (nus-insert-random-face-header): Insert random (png) Face in a message
986         buffer.
987
988 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
989
990         * mm-url.el: Remove all usage of w3.
991
992         * nnrss.el: Ditto.
993
994         * mm-decode.el: Ditto.
995
996         * mm-view.el: Ditto.
997
998         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
999         outdated and all Emacsen have url.el built-in.
1000
1001         * gnus-setup.el: Remove outdated file.
1002
1003 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1004
1005         * gnus.el: Ma Gnus v0.9 is released.
1006
1007 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1008
1009         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1010
1011 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1012
1013         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1014         in the summary buffer (bug#13769).
1015
1016 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1019         name if we're using a single article buffer.  Otherwise, it may point
1020         to a killed buffer (bug#13756).
1021
1022 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1023
1024         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1025         the match data, just save and restore it explicitly (bug#12375).
1026
1027         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1028         that's needed.
1029
1030         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1031         the code once (bug#9069).
1032
1033 2014-01-18  Steinar Bang  <sb@dod.no>
1034
1035         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1036         reading.
1037
1038 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1039
1040         * message.el (message-bury): Call bury-buffer with no argument
1041         in the message-return-action case too.
1042
1043 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1046         (nnimap-split-fancy, nnimap-split-methods): Declare.
1047
1048         * mm-util.el (help-function-arglist): Declare.
1049
1050 2013-12-28  Glenn Morris  <rgm@gnu.org>
1051
1052         * gnus-sieve.el (gnus-sieve-select-method):
1053         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1054         (gravatar-rating, gravatar-size):
1055         * message.el (message-minibuffer-local-map):
1056         * sieve-manage.el (sieve-manage-authenticators)
1057         (sieve-manage-authenticator-alist): Specify custom types.
1058
1059         * hashcash.el (hashcash-program): Rename from hashcash-path.
1060         Update callers.
1061
1062         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1063         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1064         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1065
1066         * auth-source.el (auth-sources):
1067         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1068         Fix custom types.
1069
1070         * tls.el (tls-certtool-program): Fix default value.
1071
1072 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1073
1074         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1075         we get proper traces there, too.
1076
1077 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1078
1079         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1080         value of the parameters if the current article has a Reply-To or From
1081         field.
1082
1083 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1084
1085         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1086
1087 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1088
1089         * gnus-sum.el (gnus-summary-exit): Stop animations.
1090
1091 2013-12-19  Juri Linkov  <juri@jurta.org>
1092
1093         * gnus.el (gnus-suppress-keymap):
1094         * gnus-art.el (gnus-article-mode-map):
1095         * gnus-group.el (gnus-group-mode-map):
1096         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1097         Remove [backspace] key binding because it shadows DEL (bug#16035).
1098
1099         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1100
1101 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1104         Make sure work directory exists.
1105         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1106         rather than tmp directory.
1107         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1108         not necessarily always run, with it.
1109
1110 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1111
1112         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1113         value of gnus-icalendar-additional-identities work without restart.
1114
1115 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * mm-util.el (mm-make-temp-file):
1118         Alias to make-temp-file for modern Emacsen.
1119
1120 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1121
1122         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1123         nnir-article-number and nnir-article-group.
1124
1125 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1126
1127         * message.el (message-send-mail-with-sendmail):
1128         Don't kill error buffer if sending fails.
1129
1130 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1131
1132         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1133         (gnus-icalendar-event->org-entry)
1134         (gnus-icalendar--update-org-event)
1135         (gnus-icalendar-event->gnus-calendar): Distinguish between
1136         required/optional/non-participant attendee status.  Fix bug causing
1137         the first required event participant to be omitted.
1138
1139 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-art.el (article-de-quoted-unreadable)
1142         (article-de-base64-unreadable, gnus-mime-copy-part)
1143         * gnus-html.el (gnus-article-html)
1144         * mm-view.el (mm-inline-text-html-render-with-w3)
1145         (mm-inline-text-html-render-with-w3m-standalone)
1146         * rfc2231.el (rfc2231-decode-encoded-string):
1147         Allow overriding charset by mm-charset-override-alist.
1148
1149         * gnus-art.el (gnus-article-browse-html-parts):
1150         Replace LWSPs with `&nbsp;'s in header.
1151
1152         Work for broken Chinese articles.
1153
1154         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1155         Exclude broken handles that gnus-summary-enter-digest-group may create.
1156         (gnus-article-browse-html-parts):
1157         Allow overriding charset by mm-charset-override-alist.
1158
1159 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1160
1161         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1162         (gnus-icalendar-identities): Support additional-identities.
1163
1164 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1165
1166         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1167         org-timestamp for events ending at midnight.
1168
1169 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1170
1171         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1172         .log files.
1173
1174 2013-11-20  David Engster  <deng@randomsample.de>
1175
1176         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1177
1178 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1179
1180         * message.el (message-beginning-of-line):
1181         Use beginning-of-visual-line when visual-line-mode is turned on.
1182
1183 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1184
1185         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1186         (gnus-icalendar-event-from-ical)
1187         (gnus-icalendar-event->org-entry)
1188         (gnus-icalendar--update-org-event): Required/optional participation,
1189         list of attendees synced to org.
1190
1191 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1192
1193         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1194         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1195         cancellations to be synced to org if the original appt has an org
1196         outline.
1197
1198 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1199
1200         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1201         (gnus-icalendar-event->org-entry)
1202         (gnus-icalendar--update-org-event)
1203         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1204
1205 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1206
1207         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1208         Fix timezone handling in gnus-icalendar export to org.
1209
1210 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1213
1214 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1217
1218 2013-10-30  Glenn Morris  <rgm@gnu.org>
1219
1220         * gnus-group.el (gnus-group-browse-foreign-server):
1221         * gnus-int.el (gnus-start-news-server):
1222         Silence compiler obsolescence warning.
1223
1224 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1225
1226         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1227         `nnoo-current-server' first, then for the actual `nnimap-address' to
1228         allow netrc entries for the nnoo server to coexist with netrc entries
1229         for the `nnimap-address'.
1230
1231 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * mm-decode.el (mm-dissect-buffer): Revert last change.
1234         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1235         The problem that motivated those changes was attributed to a broken
1236         mail sender, and has been fixed.
1237
1238 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1241         token is missing in the Content-Type header.
1242
1243         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1244
1245 2013-09-18  Glenn Morris  <rgm@gnu.org>
1246
1247         * gnus-util.el (image-size): Declare.
1248
1249 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1252         (gnus-icalendar-event-from-ical)
1253         (gnus-icalendar-event--build-reply-event-body)
1254         (gnus-icalendar-event-reply-from-buffer)
1255         (gnus-icalendar-find-org-event-file)
1256         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1257         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1258
1259         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1260
1261 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1262
1263         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1264         Use save-current-buffer.
1265         (gnus-tree-mode-map): Initialize in the declaration.
1266         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1267         (scroll-in-place): Defvar it.
1268         (gnus-tmp-*): Defvar them.
1269         (gnus-get-tree-buffer): Use derived-mode-p.
1270         (gnus--let-eval): New macro.
1271         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1272         non-prefixed variables.
1273         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1274
1275         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1276         vars since it doesn't seem to be available.
1277         (gnus-set-global-variables, gnus-summary-read-group-1)
1278         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1279         (gnus-summary-display-article, gnus-summary-select-article)
1280         (gnus-summary-next-article, gnus-offer-save-summaries)
1281         (gnus-summary-generic-mark): Use derived-mode-p.
1282         (gnus-summary-read-group-1, gnus-summary-exit)
1283         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1284         Adjust calls to gnus-tree-close and gnus-tree-open.
1285
1286         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1287
1288         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1289         (gnus-agent-mode): Use derived-mode-p.
1290         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1291         gnus-command-method and *-command-method to nil, but bind
1292         gnus-command-method to *-command-method instead!
1293         (gnus-agent-fetch-articles): Remove unused var `id'.
1294         (gnus-agent-fetch-headers): Remove unused arg `force'.
1295         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1296         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1297         (gnus-agent-short-article, gnus-agent-long-article)
1298         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1299         first use.
1300         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1301         `score-param'.
1302         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1303         (gnus-get-predicate): Push in front of the cache, rather than end.
1304         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1305         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1306         (gnus-agent-expire-unagentized-dirs): Don't rebind
1307         gnus-agent-expire-current-dirs since the defvar silences the warning.
1308         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1309         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1310         (gnus-agent-regenerate): Simplify interactive spec and doc.
1311
1312 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * gnus-int.el (gnus-open-server): Silence compiler.
1315
1316         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1317
1318         * message.el (message-display-completion-list): Abolish.
1319         (message-completion-in-region): Use display-completion-list.
1320
1321 2013-09-17  Glenn Morris  <rgm@gnu.org>
1322
1323         * gnus-util.el (gnus-message-with-timestamp-1):
1324         Use `messages-buffer' function if available.  Ignore read-only.
1325
1326 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * message.el (message-expand-group, message-completion-in-region):
1329         Correct the order of start and end of a region.
1330
1331 2013-09-13  Glenn Morris  <rgm@gnu.org>
1332
1333         * mml2015.el (gnus-create-image): Autoload it.
1334
1335         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1336
1337         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1338         (image-size): Declare.
1339
1340 2013-09-12  Glenn Morris  <rgm@gnu.org>
1341
1342         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1343         Avoid using `find', which i) might not be defined at runtime;
1344         ii) does not work, since its default test is eql, not equal.
1345         (gnus-mime-action-alist): Declare.
1346
1347 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1348
1349         * score-mode.el (gnus-score-mode-map): Move initialization
1350         into declaration.
1351         (gnus-score-mode): Use define-derived-mode.
1352         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1353         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1354         into declaration.
1355         (gnus-kill-file-mode): Use define-derived-mode.
1356         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1357         Use derived-mode-p.
1358         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1359         (gnus-group-setup-buffer, gnus-group-name-at-point)
1360         (gnus-group-make-web-group, gnus-group-enter-directory)
1361         (gnus-group-suspend): Use derived-mode-p.
1362         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1363         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1364         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1365         (gnus-article-setup-buffer, gnus-article-prepare)
1366         (gnus-article-prepare-display, gnus-sticky-article)
1367         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1368         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1369         (gnus-article-read-summary-keys): Use derived-mode-p.
1370
1371 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1374
1375 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1378         shift_jis from the default value set for Japanese users.
1379
1380 2013-08-13  Glenn Morris  <rgm@gnu.org>
1381
1382         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1383
1384         * gnus.el (gnus-valid-select-methods): Fix type.
1385
1386         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1387
1388 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * mm-decode.el (mm-display-external): Run a timer for the temp files
1391         deletion after a viewer exits; add a deletion timer for the needsterm
1392         case, too.
1393
1394         * mm-decode.el (mm-display-external): Try to delete temporary files by
1395         using a 1-min. timer.
1396
1397 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1400         New internal variables.
1401         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1402         (mm-display-external): Use it to delete temporary files instead of
1403         using timers.
1404
1405 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1408
1409 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1410
1411         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1412         with cond for backwards compatability.
1413
1414 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * mm-decode.el (mm-display-external): Bind process-connection-type to
1417         nil; don't delete a temp file immediately even if a viewer finishes,
1418         since it may be a shell script, like xdg-open, that launches a real
1419         viewer program belatedly.
1420
1421 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1422
1423         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1424         that we can create nndoc groups that excerpt other groups.
1425
1426 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * gnus-delay.el (gnus-delay-article): Fix typo.
1429
1430         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1431         articles.
1432
1433         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1434         we can get spell-checking etc.
1435
1436 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1439         a single one used for encoding the whole text in a header.
1440
1441 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1444         doesn't work properly on XEmacs.
1445
1446 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1449         before sending.
1450
1451         * dgnushack.el (dgnushack-compile): Add a temporary check for
1452         gnus-icalendar.
1453
1454         * mm-decode.el (mm-command-output): New face.
1455         (mm-display-external): Use it.
1456
1457 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1458
1459         * nnmbox.el (nnmbox-request-article): Don't change point.
1460
1461 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462
1463         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1464         Include `handle' parameter.
1465
1466 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1467
1468         * gnus-icalendar.el: New file.
1469
1470 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1473
1474         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1475         dummy roots, too.
1476
1477 2013-08-01  David Edmondson  <dme@dme.org>
1478
1479         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1480         out on ttys.
1481
1482 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1485         not empty.
1486
1487         * nnrss.el (nnrss-discover-feed): Indent.
1488
1489 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1492
1493 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1494
1495         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1496         dirty to ensure nnimap data being saved.
1497
1498 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1499
1500         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1501         menu entry.
1502
1503         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1504         the current thread's total score instead of the current article's
1505         score.
1506
1507         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1508         (gnus-sort-threads-recursively): Delete defcustom.
1509         (gnus-sort-threads-recursive): Adapt accordingly.
1510
1511 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1512
1513         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1514         (gnus-sort-threads-recursive): Use it.
1515         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1516         again.  Now that determines how to sort subthreads.
1517
1518 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1519
1520         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1521         (gnus-sort-threads): Use it.
1522
1523 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1524
1525         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1526         punctuation characters follow parentheses (bug#14950).
1527
1528 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * gnus.el (gnus-continuum-version):
1531         * gnus-msg.el (gnus-extended-version): Simplify.
1532
1533         * gnus.el (gnus-continuum-version-1): Remove.
1534         * gnus-msg.el (gnus-bug): Revert.
1535
1536         Calculate gnus-version correctly on Cygwin.
1537
1538         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1539         (gnus-continuum-version-1): New function, return a string.
1540
1541         * gnus-msg.el (gnus-extended-version, gnus-bug):
1542         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1543
1544 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1545
1546         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1547         (bug#13384).
1548
1549 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1552         that were only relevant in a development version a long time ago.
1553
1554 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1557         that the old Emacs 24s bundle.
1558
1559 2013-07-10  David Engster  <deng@randomsample.de>
1560
1561         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1562         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1563         fixes a bug in Emacs trunk where the 'unexist' marks were always
1564         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1565         Gnus v0.03".
1566
1567 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1568
1569         * gnus.el (gnus-summary-line-format): Reference
1570         `gnus-user-date-format-alist' for the &user-date; format, not
1571         `gnus-summary-user-date-format-alist'.
1572
1573 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1576         delete files (bug#13481).
1577
1578 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1579
1580         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1581
1582 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1583
1584         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1585         display images.
1586
1587         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1588
1589         * message.el (message-cancel-news): According to
1590         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1591         preferred over "cmsg cancel" in the Subject.
1592
1593         * nnir.el (nnir-engines): Note that the group specs are regexps
1594         (bug#13238).
1595
1596         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1597         gotten read-only text properties, ensure that those aren't heeded when
1598         copying stuff over (bug#13434).
1599
1600         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1601         (bug#13762).
1602
1603 2013-07-05  David Kastrup  <dak@gnu.org>
1604
1605         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1606         authinfo file again (important for blank passwords).  This had been
1607         broken with 2013-06-15 change.
1608
1609 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1612         Revert 2013-01-14 change.
1613
1614 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1615
1616         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1617         of 'create-image' for XEmacs compatibility; check errors when decoding
1618         image.  Reported by Uwe Brauer.
1619
1620 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1623         gnus-button-push revised at 2011-01-19.
1624
1625 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1628         now live in the lisp/net Emacs 24 repository.
1629
1630 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * eww.el (eww-update-header-line-format): Quote % characters.
1633
1634 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * eww.el (eww-process-text-input): Display passwords as asterisks.
1637
1638         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1639
1640 2013-06-19  Tom Tromey  <tromey@redhat.com>
1641
1642         * eww.el (eww-top-url): Remove.
1643         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1644         (eww-render): Set new variables.  Don't set eww-top-url.
1645         (eww-handle-link): Handle "prev", "home", and "contents".
1646         Downcase the rel text.
1647         (eww-top-url): Choose best top URL.
1648
1649 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * eww.el: Rewrite to implement form elements "by hand" instead of
1652         relying in widget.el.  Using widget.el leads to too many
1653         user interface inconsistencies.
1654         (eww-self-insert): Implement entering commands in text fields.
1655         (eww-process-text-input): New function to make text input field editing
1656         work.
1657         (eww-submit): Rewrite to use the new-style form methods.
1658         (eww-select-display): Display the correct selected item.
1659         (eww-change-select): Implement changing the select value.
1660         (eww-toggle-checkbox): Implement radio/checkboxes.
1661         (eww-update-field): Fix compilation error.
1662         (eww-tag-textarea): Implement <textarea>.
1663
1664         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1665         don't shadow mode-specific bindings.
1666
1667         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1668         nothing to push.
1669
1670         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1671
1672 2013-06-19  Glenn Morris  <rgm@gnu.org>
1673
1674         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1675
1676 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1677
1678         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1679
1680 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * shr.el (shr-make-table-1): Implement <td rowspan>.
1683         (shr-table-horizontal-line): Allow nil as a value, and change the
1684         default.
1685         (shr-insert-table-ruler): Respect the nil value.
1686
1687 2013-06-18  Tom Tromey  <tromey@barimba>
1688
1689         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1690         New defvars.
1691         (eww-open-file): New defun.
1692         (eww-render): Initialize new variables.
1693         (eww-display-html): Handle "link" and "a".
1694         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1695         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1696         (eww-back-url): Rename from eww-previous-url.
1697         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1698         defuns.
1699
1700 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * shr.el (shr-tag-table): Insert the images after the table, so that
1703         they're not covered by the table colourisation, which often looked
1704         awkward.
1705         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1706         <dd>.
1707         (shr-make-table-1): Implement <td colspan=> support.
1708         (shr-insert-document): Use one less than window width if `shr-width' is
1709         nil, since otherwise things may get one character too wide.
1710
1711 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * eww.el (eww-detect-charset): Improve regexp; move backward.
1714
1715 2013-06-18  Glenn Morris  <rgm@gnu.org>
1716
1717         * mm-decode.el (widget-convert-button): Autoload.
1718
1719         * sieve-manage.el (mm-enable-multibyte): Autoload.
1720
1721         * shr.el (libxml-parse-html-region): Declare.
1722         (shr-render-buffer): Explicit error if no libxml2 support.
1723
1724 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1725
1726         * auth-source.el (auth-source-current-line): New function.
1727         (auth-source-netrc-parse-entries): When a data token is "machine",
1728         assume we're in the wrong place and abort parsing the current line.
1729
1730 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1733         (eww-convert-widgets): Don't bug out if the first widget starts at the
1734         beginning of the buffer.
1735         (eww-convert-widgets): Fix last patch.
1736         (eww-tag-input): Support <input type=image>.
1737
1738         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1739         (shr-tag-base): Protect against base specs that are degenerate.
1740         (shr-ensure-paragraph): Don't delete empty lines that have text
1741         properties, because these may be input fields.
1742
1743         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1744         we can navigate to them.
1745
1746         * shr.el (shr-colorize-region): Put the colours over the entire region.
1747         (shr-inhibit-decoration): New variable.
1748         (shr-add-font): Use it to inhibit text property decorations while doing
1749         preliminary table renderings.  This speeds up typical Wikipedia page
1750         renderings by 15%.
1751         (shr-tag-span): Don't respect the <title>, because that overwrites the
1752         help-echo from links inside the spans.
1753         (shr-next-link): Use `help-echo' for navigation, so that we can
1754         navigate to form elements, too.
1755
1756         * eww.el (eww-button): New face.
1757         (eww-convert-widgets): Use it to make submit buttons more button-like.
1758
1759         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1760         that Gnus commands work.
1761
1762         * shr.el (shr-render-td): Support horizontal alignment.
1763
1764         * eww.el (eww-put-color): Removed.
1765         (eww-colorize-region): Use `add-face-text-property'.
1766
1767         * shr.el (shr-add-font): Append face data, so that we get the correct
1768         precedence: The innermost value (which is applied first) wins.
1769         (shr-make-overlay): Obsolete function.
1770
1771         * mm-decode.el (mm-convert-shr-links): New function to convert
1772         new-style shr URL links into widgets.
1773         (mm-shr): Use it.
1774
1775         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1776         widget commands, since we're no longer using widgets for links.
1777
1778         * shr.el (shr-next-link): New command.
1779         (shr-previous-link): New command.
1780         (shr-urlify): Don't use `widget-convert', because that's slow.
1781         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1782         because collecting the overlays and reapplying them when generating
1783         tables is slow.
1784         (shr-insert-table): Ditto.
1785
1786 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1787
1788         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1789         * shr.el (browse-url): Require `url'.
1790         * eww.el (url): Require format-spec.
1791
1792 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * eww.el (eww-display-html): Default to using the entire window width.
1795         (eww-browse-url): Don't add a User-Agent header (twice), because that
1796         makes Bing refuse connection.
1797
1798         * shr.el (shr-make-table): Cache the table rendering at the table
1799         level, and not the <td> level.  This is a bit faster.
1800
1801         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1802         #id.
1803
1804         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1805         browsers don't.
1806         (shr-expand-url): Respect #anchor links.
1807         (shr-parse-base): Chop off the anchor before using.
1808         (shr-descend): Respect display: none.
1809         (shr-descend): Allow marking elements that have certain IDs.
1810
1811         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1812
1813         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1814
1815         * eww.el (eww-tag-textarea): Support <textarea>.
1816
1817 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1818
1819         * shr.el (shr-dom-to-xml): Fixed function call.
1820
1821         * eww.el (eww): New group.
1822         (eww-header-line-format): New custom variable.
1823         (eww-current-title): New variable.
1824         (eww-display-html): Update header and handle title tag.
1825         (eww-update-header-line-format): New function.
1826         (eww-tag-title): New function.
1827
1828         * shr.el (shr-dom-to-xml): New function.
1829         (shr-tag-svg): Add support for the SVG tag.
1830         (shr-bullet): New custom variable.
1831         (shr-tag-li): Support custom bullet in unordered lists.
1832
1833 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * shr.el (shr-expand-url): Respect // URLs.
1836
1837         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1838         put a background colour onto the entire buffer.
1839         (eww-render): When being redirected, use the redirect URL as the new
1840         base URL.
1841
1842         * shr.el (shr-parse-base): Fix parsing error.
1843
1844         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1845
1846         * shr.el (shr-parse-base): New function.
1847         (shr-expand-url): Use it to expand relative URLs reliably.
1848
1849 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1850
1851         * auth-source.el (auth-source-search-collection): Fix docstring.
1852         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1853         single-quoted strings and multiline entries.
1854         (auth-source-netrc-parse-next-interesting)
1855         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1856         functions to support parser.
1857
1858 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859
1860         * eww.el (eww-submit): Get submit button logic right when hitting RET
1861         on non-submit buttons.
1862
1863         * shr.el: Remove shr-preliminary-table-render, since that can't really
1864         be used for anything in practice.
1865
1866 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1867
1868         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1869         (sieve-manage-quit).
1870
1871 2013-06-14  Glenn Morris  <rgm@gnu.org>
1872
1873         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1874
1875 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1876
1877         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1878         control the maximum size of photo ID image.
1879         (mml2015-epg-key-image-to-string): Respect it.
1880
1881 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1884         instead of the final one so that we can more easily distinguish them.
1885
1886         * eww.el (eww-submit): Compute the submission URL correctly.
1887
1888 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1889
1890         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1891         Use plist-get rather than CL's getf.
1892         (sieve-manage-parse-capability): Avoid CL's remove-if.
1893
1894 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1895
1896         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1897         (sieve-manage-quit).
1898
1899 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1902         last slash.
1903
1904         * eww.el (eww-tag-select): Use the first value as the default value.
1905
1906 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1907
1908         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1909         (eww-mode): Use `define-derived-mode'.
1910         (eww-parse-headers): Parse headers from beginning of buffer so that
1911         file:// links work.
1912
1913 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1916
1917 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1920         to handle them at all.
1921
1922 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1925         work, too.
1926         (eww-tag-select): Implement <select>.
1927
1928 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1929
1930         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1931         stream managing functions by using open-protocol-stream to do most of
1932         the work.  Has the nice benefit of enabling STARTTLS.
1933         Wait for capabilities after STARTTLS: following RFC5804, the server
1934         sends new capabilities after successfully establishing a TLS connection
1935         with the client.  The client should update the cached list of
1936         capabilities, but we just ignore the answer for now.
1937         (sieve-manage-network-p, sieve-manage-network-open)
1938         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1939         (sieve-manage-forward, sieve-manage-streams)
1940         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1941         API, nor called by any other function.
1942         Enable Multibyte for SieveManage buffers: The parser won't properly
1943         handle umlauts and line endings unless multibyte is turned on in the
1944         process buffer.
1945
1946 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * eww.el (eww-tag-input): Support password fields.
1949         (eww-submit): Support POST.
1950
1951 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * eww.el (eww-tag-form): Protect against degenerate forms.
1954
1955         * shr.el (shr-expand-url): Expand URLs that start with a slash
1956         correctly.
1957
1958         * eww.el (eww-submit): Get submit button logic right.
1959
1960         * shr.el (shr-final-table-render): New variable to signal when we're
1961         doing the final table rendering so that we can collect more data at
1962         that point.
1963
1964         * eww.el (eww-submit): Make form submission work.
1965         (eww-tag-input): Implement submit buttons.
1966         (eww-click-radio): Implement radio and checkboxes.
1967         (eww-submit): Handle hidden elements.
1968
1969         * shr.el (shr-descend): Allow other packages to override (or provide)
1970         rendering of elements.
1971         (shr-expand-url): Strip query strings from URLs before expanding them.
1972
1973         * eww.el: Don't require cl-lib.
1974         (eww-tag-form): Start form support.
1975
1976         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1977
1978         * eww.el: Start writing a new, tiny web browser.
1979         (eww-previous-url): New command.
1980         (eww-quit): New command.
1981
1982 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1983
1984         * sieve.el: Put point at beginning of buffer when viewing a script.
1985         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1986         number in sieve-buffer's header.  Fixed code to also work with a string
1987         as port specifier.  Properly close the connection on pressing 'q'.  Make
1988         sieve-manage-quit close the connection and process buffer.  Also, remove
1989         duplicate keybinding for 'q'.
1990
1991 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1992
1993         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1994         make it easier to read.
1995         (mm-pkcs7-enveloped-magic): Ditto.
1996
1997 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1998
1999         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2000         before `image-type-available-p' to avoid loading the image libraries
2001         needlessly.
2002
2003 2013-06-05  David Engster  <deng@randomsample.de>
2004
2005         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2006         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2007         to see whether the group was synced before.
2008
2009 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2010
2011         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2012         when opening the connection.
2013         Suggested by João Távora <joaotavora@gmail.com> in
2014         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2015
2016 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2019         assume Date header begins with "Date", that may be customized into
2020         something like "X-Sent" using gnus-article-time-format.
2021         (article-transform-date): Allow multi-line Date header.
2022
2023 2013-06-02  David Engster  <deng@randomsample.de>
2024
2025         * registry.el (initialize-instance, registry-lookup)
2026         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2027         (registry-lookup-secondary-value, registry-search, registry-delete)
2028         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2029         not wrap methods in `eval-and-compile'.  This breaks due to latest
2030         changes in EIEIO (introduction of eieio-core.el).
2031
2032 2013-05-30  Glenn Morris  <rgm@gnu.org>
2033
2034         * nnmail.el (nnmail-fancy-expiry-target):
2035         Also bind mail-dont-reply-to-names.
2036
2037         * spam-stat.el (spam-stat-save):
2038         No need to tweak font-lock in temp buffers.
2039
2040         * shr.el (shr-put-image): Silence compiler.
2041
2042 2013-05-29  Glenn Morris  <rgm@gnu.org>
2043
2044         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2045
2046         * gnus-group.el (gnus-sequence-of-unread-articles)
2047         (gnus-summary-add-mark, gnus-mark-article-as-read)
2048         (gnus-group-make-articles-read): Declare.
2049
2050         * gnus-sum.el (gnus-parameter-list-identifier)
2051         (gnus-article-stop-animations, gnus-stop-downloads)
2052         (gnus-article-only-boring-p, article-goto-body)
2053         (gnus-flush-original-article-buffer, article-narrow-to-head)
2054         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2055         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2056
2057         * gnus.el: No need to eval-and-compile autoloads.
2058
2059         * gravatar.el (help-function-arglist): Autoload.
2060
2061         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2062
2063         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2064
2065         * spam.el: No need to load spam-report when compiling.
2066         No need to eval-and-compile autoloads.
2067         (spam-report-resend-to): Declare.
2068         (spam-report-resend-register-routine): Require 'spam-report.
2069
2070 2013-05-24  Julien Danjou  <julien@danjou.info>
2071
2072         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2073         setup.
2074
2075 2013-05-23  Glenn Morris  <rgm@gnu.org>
2076
2077         * gnus-util.el (rmail-swap-buffers-maybe)
2078         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2079         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2080         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2081
2082         * mm-decode.el: No need to load term when compiling.
2083         (term-mode, term-char-mode): Declare.
2084
2085         * mm-util.el: No need to load jka-compr when compiling.
2086         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2087
2088         * nnmaildir.el: Require is automatically eval-and-compile.
2089         (nnmail): Require at run-time too.
2090
2091         * registry.el (registry-size): Move definition before use.
2092
2093 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2094
2095         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2096         signed data to conform the standard.  (Bug#14232)
2097
2098 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2099
2100         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2101         double angle quotation mark.
2102
2103 2013-05-20  Glenn Morris  <rgm@gnu.org>
2104
2105         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2106
2107 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2108
2109         * message.el (message-insert-formatted-citation-line): handle finding
2110         first/lastname when more than 2 names appear.
2111
2112 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2113
2114         * shr.el (shr-tag-span): New function.
2115
2116 2013-05-18  Glenn Morris  <rgm@gnu.org>
2117
2118         * message.el (message-mode): Use message-mode-abbrev-table,
2119         with text-mode-abbrev-table as parent.  (Bug#14413)
2120
2121 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * message.el (message-expand-group): Decode group names.
2124
2125 2013-05-16  Julien Danjou  <julien@danjou.info>
2126
2127         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2128         app-icon.
2129
2130 2013-05-15  Glenn Morris  <rgm@gnu.org>
2131
2132         * shr-color.el (shr-color-visible-luminance-min)
2133         (shr-color-visible-distance-min): Use shr-color group.
2134
2135 2013-05-11  Glenn Morris  <rgm@gnu.org>
2136
2137         * gnus-vm.el: Make it loadable without VM.
2138         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2139         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2140
2141 2013-05-09  Glenn Morris  <rgm@gnu.org>
2142
2143         * mml1991.el: Make it loadable.  (Bug#13456)
2144
2145         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2146         * gnus-async.el (gnus-async-post-fetch-function):
2147         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2148         * gnus-html.el (gnus-html-image-cache-ttl):
2149         * gnus-notifications.el (gnus-notifications-timeout):
2150         * gnus-picon.el (gnus-picon-properties):
2151         * gnus-util.el (gnus-completion-styles):
2152         * gnus.el (gnus-other-frame-resume-function):
2153         * message.el (message-user-organization-file)
2154         (message-cite-reply-position):
2155         * nnir.el (nnir-summary-line-format)
2156         (nnir-retrieve-headers-override-function):
2157         * shr-color.el (shr-color-visible-luminance-min):
2158         * shr.el (shr-blocked-images):
2159         * spam-report.el (spam-report-resend-to):
2160         * spam.el (spam-summary-exit-behavior): Fix custom types.
2161
2162         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2163
2164 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2167         because of let-binding help-xref-following.  (Bug#14356)
2168
2169 2013-05-06  Glenn Morris  <rgm@gnu.org>
2170
2171         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2172
2173 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2174
2175         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2176         entering into the registry.
2177
2178 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2179
2180         * gnus.el: Ma Gnus v0.7 is released.
2181
2182 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2185         (Bug#14304)
2186
2187 2013-04-27  Glenn Morris  <rgm@gnu.org>
2188
2189         * gnus.el (gnus-list-debbugs):
2190         Use require rather than autoload.  (Bug#14262)
2191
2192 2013-04-27  Julien Danjou  <julien@danjou.info>
2193
2194         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2195         port to "sieve" now that it has an official IANA port assigned.
2196
2197 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2200         Don't set the MAILHOST environment variable permanently (Bug#14271).
2201
2202 2013-04-26  Glenn Morris  <rgm@gnu.org>
2203
2204         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2205
2206 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2207
2208         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2209         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2210
2211 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2212
2213         * nnir.el (nnir-close-group): Make sure we are in the right group.
2214
2215         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2216         dependency table from all newly retrieved headers.
2217
2218 2013-04-16  David Edmondson  <dme@dme.org>
2219
2220         Support <img src="data:...">.
2221
2222         * shr.el (shr-image-from-data): New function.
2223         (shr-tag-img): Use it.
2224
2225 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2226
2227         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2228         group.
2229
2230 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2233         corresponding to any existing group (Bug#14166).
2234
2235 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2236
2237         * nnir.el (number-sequence): No longer used.
2238         (nnir-request-set-mark): New function.
2239         (nnir-request-update-info): Improve marks updating.
2240         (nnir-request-scan): Don't duplicate marks updating.
2241         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2242         Use 'assq rather than 'assoc.  Quote anonymous function.
2243         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2244         Use 'gnus-group-prefixed-p.
2245         (gnus-summary-create-nnir-group): Make sure server for method is open.
2246
2247 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2248
2249         * nnir.el (gnus-nnir-group-p): New function.
2250         (nnir-possibly-change-group): Use it.
2251
2252         * gnus-msg.el (gnus-setup-message): Use it.
2253
2254 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2257         `initial-input' for the argument name.
2258         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2259
2260 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2261
2262         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2263         (used by MH-E).
2264
2265 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2266
2267         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2268         group.
2269
2270         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2271         fix compilation.
2272
2273 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2274
2275         * nnir.el (nnir-method-default-engines): And another typo.
2276
2277 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2278
2279         * nnir.el (nnir-method-default-engines): Fix typo.
2280
2281 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2282
2283         * nnir.el: Define 'number-sequence for xemacs.
2284         (gnus-summary-create-nnir-group): New function to create an nnir group
2285         from an nnir summary buffer based on the current query.
2286         (nnir-request-create-group): Update to allow nnir group creation based
2287         on the current query.
2288
2289 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * nndraft.el (nndraft-request-expire-articles):
2292         Make expiry target always `delete'.
2293
2294 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2295
2296         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2297         buffer use the posting-style and gcc of the original article group.
2298         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2299
2300         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2301         after other deffoos.
2302
2303 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2304
2305         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2306         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2307         support for real (i.e. not ephemeral) nnir groups.
2308         (gnus-summary-make-nnir-group): New function for initiating searches
2309         from a summary buffer.
2310
2311 2013-03-18  Sam Steingold  <sds@gnu.org>
2312
2313         * message.el (message-bury): Minor cleanup.
2314
2315 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2316
2317         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2318
2319 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2320
2321         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2322         nnml-request-list.  (Bug#13873)
2323         (nndir-request-newsgroups): Remove, unused.
2324
2325         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2326
2327 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2328
2329         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2330         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2331         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2332
2333 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2334
2335         * shr.el: Make all the overlays set the `evaporate' property so that
2336         they're removed properly.
2337
2338 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2339
2340         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2341         shell-quote-argument.
2342
2343 2013-02-22  David Engster  <deng@randomsample.de>
2344
2345         * gnus-registry.el (gnus-registry-save): Provide class name when
2346         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2347         `condition-case' to stay compatible with older EIEIO versions which
2348         only accept one argument.
2349
2350 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2351
2352         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2353         (epg-user-id-validity): Autoload.
2354         (mml2015-epg-check-user-id): New function.
2355         (mml2015-epg-check-sub-key): New function split from
2356         mml2015-epg-find-usable-key.
2357         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2358         optional name-is-key-id, to handle the case when user-id is unusable.
2359         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2360
2361 2013-02-17  Glenn Morris  <rgm@gnu.org>
2362
2363         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2364
2365 2013-02-16  Glenn Morris  <rgm@gnu.org>
2366
2367         * shr.el (shr-put-image): Only animate images that specify a delay.
2368         This is consistent with the old image-animated-p behavior.
2369
2370 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2373         for XEmacs.
2374
2375 2013-02-13  Juri Linkov  <juri@jurta.org>
2376
2377         * gnus-art.el (gnus-article-mode-map):
2378         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2379         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2380
2381 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2382
2383         * auth-source.el (auth-source-format-prompt): Don't get confused by
2384         any "\" in replacement text.  (Bug#13637)
2385
2386 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2387
2388         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2389         (gnus-backend-trace): Honour gnus-backend-trace.
2390
2391         * mml.el (mml-insert-part): Insert closing tag.
2392
2393         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2394
2395 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2398         able to find the article, which can happen in debbugs groups,
2399         apparently.
2400
2401 2013-01-16  Glenn Morris  <rgm@gnu.org>
2402
2403         * smiley.el (smiley-style): Make the file loadable in batch mode.
2404
2405 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2406
2407         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2408         imap process running.
2409
2410 2013-01-14  Julien Danjou  <julien@danjou.info>
2411
2412         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2413         Compare addresses against addresses, not against the full From field.
2414
2415 2013-01-13  Richard Stallman  <rms@gnu.org>
2416
2417         * message.el (message-forward-make-body-mime): New args BEG, END
2418         specify what part of FORWARD-BUFFER to use.  Do the work directly
2419         instead of calling `mml-insert-buffer'.
2420
2421 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2422
2423         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2424         cross-reference(s).
2425
2426         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2427         cross-reference(s).
2428
2429 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2430
2431         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2432         and point-max-marker.
2433         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2434
2435 2013-01-11  Julien Danjou  <julien@danjou.info>
2436
2437         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2438         max are almost equal.  Also return the correct value for V which is
2439         already between 0 and 1.
2440
2441 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2442
2443         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2444         to mml2015-encrypt-to-self.
2445         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2446
2447 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2448
2449         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2450         mml-smime-epg-find-usable-secret-key.
2451
2452 2013-01-08  Glenn Morris  <rgm@gnu.org>
2453
2454         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2455
2456 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2457
2458         * mml-smime.el: Support signing by sender.
2459         Requested by Uwe Brauer.
2460         (mml-smime-sign-with-sender): New user option analogous
2461         to mml2015-sign-with-sender.
2462         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2463         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2464         mml2015.el.
2465
2466 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2469         isn't running, because Gnus will probably not know how to handle the
2470         Gcc header (bug#11941).
2471
2472         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2473         articles.
2474
2475 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2478         (nnfolder-generate-active-file): Make this function work with recursive
2479         folder names.
2480
2481 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2482
2483         * nntp.el (nntp-open-connection): Use HELP as the capability command
2484         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2485         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2486
2487 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2488
2489         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2490         place holder since this gives `Invalid face reference: nil' messages.
2491         Use the `default' face instead.  It has the same effect here, even
2492         though it is not no-op.
2493
2494         * gnus-util.el
2495         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2496
2497 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2498
2499         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2500         non-string posting styles (bug#13285).
2501
2502 2012-12-27  Glenn Morris  <rgm@gnu.org>
2503
2504         * plstore.el (plstore-passphrase-callback-function):
2505         Use plstore-get-file.
2506
2507 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2508
2509         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2510         stderr.
2511
2512 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2515
2516         * gnus-compat.el (set-buffer-multibyte): Remove.
2517
2518 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2519
2520         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2521         temporary file to get PGP key image.  Pass no-show-photos when
2522         extracting image to avoid having it pop up twice.
2523
2524 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2525
2526         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2527         eligible for treatment.
2528
2529         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2530         lines.  This makes summary commands with hidden threads work more
2531         reliably.
2532
2533         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2534         button to mark the hidden citations (bug#9395).
2535
2536 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2537
2538         * mml2015.el (mml2015-epg-signature-to-string): New function.
2539         (mml2015-epg-verify-result-to-string): New function.
2540         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2541         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2542         instead of epg-verify-result-to-string.
2543         (epg-signature-key-id, epg-signature-to-string): Autoload.
2544         (epg-verify-result-to-string): Remove autoload.
2545
2546 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2547
2548         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2549         ID image from GPG public key.
2550         (mml2015-epg-key-image-to-string): New function.
2551
2552 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2553
2554         * plstore.el (plstore-passphrase-callback-function): Fix error when
2555         error when plstore-cache-passphrase-for-symmetric-encryption is set
2556         (bug#13264).
2557
2558 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2559
2560         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2561         buffer to the article buffer here, because that clobbers multiple
2562         article buffers.
2563
2564         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2565         buffer always points to the right summary buffer.
2566
2567 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2568
2569         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2570         the password (bug#12097).
2571
2572 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2573
2574         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2575         (bug#13263).
2576
2577         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2578         buffer exists before using it (bug#12475).
2579
2580         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2581         offline groups (bug#11937).
2582
2583         * message.el (message-yank-original): When using customize to set the
2584         value of `message-cite-style', the variable it set to a symbol that's
2585         the name of the variable, which must then be dereferenced (bug#12616).
2586
2587 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2588
2589         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2590         the `face' property with a list whose car is the face specified in the
2591         format string and whose cdr is (nil).
2592         * lisp/gnus-util.el
2593         (gnus-put-text-property-excluding-characters-with-faces):
2594         Change accordingly.
2595         (gnus-get-text-property-excluding-characters-with-faces): New function.
2596         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2597         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2598         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2599
2600 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2601
2602         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2603         login methods.
2604         (nnimap-login): Respect the `nnimap-authenticator' variable.
2605
2606         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2607         mark state when moving articles.  Otherwise unticked articles will get
2608         their ticks back after moving.
2609
2610 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2611
2612         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2613
2614         * message.el (message-ignored-news-headers): Always remove
2615         X-Message-SMTP-Method to avoid information leakage if the user
2616         mistakenly inserts the header into news messages.
2617
2618         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2619
2620         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2621         right than four characters, this command would move point to
2622         `point-max'.  Don't do that.
2623
2624         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2625         to nil to allow re-selecting groups that gain articles.
2626         (gnus-bug-group-download-format-alist): Update the URL.
2627
2628 2012-12-23  Andreas Schwab  <schwab@suse.de>
2629
2630         * shr.el (shr-tag-em): Render em as italic, not bold.
2631
2632 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2633
2634         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2635         for reuse.
2636         (gnus-open-server): Use it to add more tracing.
2637         (gnus-finish-retrieve-group-infos): Add backend tracing.
2638         (gnus-backend-trace): Also note the elapsed seconds.
2639
2640 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2641
2642         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2643         Set epa-file-encrypt-to from variable to avoid querying.
2644
2645 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2646
2647         * sieve-mode.el (sieve-font-lock-keywords):
2648         Keywords should be word delimited.  (Bug#13173)
2649
2650 2012-12-13  Andreas Schwab  <schwab@suse.de>
2651
2652         * tls.el (tls-program): Update customize type.
2653
2654 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2657         instead of <pre> to align message header.
2658
2659 2012-12-12  Sam Steingold  <sds@gnu.org>
2660
2661         * gnus.el (gnus-other-frame-resume-function): Add user option.
2662         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2663
2664 2012-12-06  Sam Steingold  <sds@gnu.org>
2665
2666         * gnus-start.el (gnus-before-resume-hook): Add.
2667         (gnus-1): Run it when Gnus is alive.
2668
2669 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2672         * gnus-art.el (article-unsplit-urls)
2673         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2674         * gnus-registry.el (gnus-registry-get-article-marks)
2675         * message.el (message-goto-body): Use it.
2676         (message-called-interactively-p): Remove.
2677
2678         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2679         (spam-stat-score-buffer): Use it.
2680
2681         * spam.el: Silence the warnings against BBDB functions when compiling.
2682
2683         * gnus-score.el (gnus-score-decode-text-parts):
2684         Use append+mapcar instead of the cl function mapcan.
2685
2686 2012-12-05  Sam Steingold  <sds@gnu.org>
2687
2688         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2689         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2690         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2691
2692 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * gmm-utils.el (gmm-called-interactively-p): Revert.
2695         This seems to cause Emacs to get stuck!
2696         * gnus-art.el (article-unsplit-urls)
2697         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2698         * gnus-registry.el (gnus-registry-get-article-marks)
2699         * message.el (message-goto-body)
2700         (message-called-interactively-p): Revert.
2701
2702         * gmm-utils.el (gmm-called-interactively-p): New function.
2703         * gnus-art.el (article-unsplit-urls)
2704         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2705         * gnus-registry.el (gnus-registry-get-article-marks)
2706         * message.el (message-goto-body): Use it.
2707         (message-called-interactively-p): Remove.
2708
2709         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2710         * gnus-sync.el (gnus-sync-lesync-call)
2711         * message.el (message-read-from-minibuffer): Use it.
2712
2713 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * gmm-utils.el (gmm-flet): Remove.
2716         * gnus-sync.el (gnus-sync-lesync-call)
2717         * message.el (message-read-from-minibuffer): Don't use it.
2718
2719 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2722
2723 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2726
2727         * gnus-sync.el (gnus-sync-lesync-call)
2728         * message.el (message-read-from-minibuffer): Use gmm-flet.
2729
2730         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2731
2732         * gnus-util.el (gnus-macroexpand-all): Remove.
2733
2734 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2735
2736         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2737         to TAB, not [tab].
2738         (gnus-summary-article-map): Likewise.
2739
2740         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2741         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2742
2743 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2744
2745         * time-date.el: Commentary fix.
2746
2747 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2748
2749         * color.el: Don't require cl.
2750         (color-complement): `caddr' -> `nth 2'.
2751
2752         * time-date.el (time-to-seconds): De-obsolete.
2753
2754 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * message.el (message-get-reply-headers):
2757         Make sure the reply goes to the author if it is a wide reply.
2758
2759 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2760
2761         * gnus-score.el (gnus-score-body):
2762         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2763         scoring by body.
2764
2765 2012-11-16  Glenn Morris  <rgm@gnu.org>
2766
2767         * gnus-diary.el (nndiary-request-create-group-functions)
2768         (nndiary-request-update-info-functions)
2769         (gnus-subscribe-newsgroup-functions)
2770         (nndiary-request-accept-article-functions):
2771         Use new names for hooks rather than obsolete aliases.
2772
2773 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2776
2777 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2780         in meta tag with the one the part specifies in its header.
2781
2782 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2783
2784         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2785         by default.
2786
2787 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2790         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2791
2792 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2795         and a runtime function for it, of which the XEmacs version takes only
2796         two arguments.
2797
2798 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2799
2800         * nndiary.el (nndiary-request-create-group-functions)
2801         (nndiary-request-update-info-functions)
2802         (nndiary-request-accept-article-functions):
2803         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2804         "-hooks" suffix.
2805
2806 2012-10-19  Julien Danjou  <julien@danjou.info>
2807
2808         * gnus-art.el: Require gnus-util because it uses
2809         `gnus-timer--function'.
2810
2811 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2812
2813         * starttls.el (starttls-extra-arguments): Doc fix.
2814
2815 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2818         it.
2819
2820 2012-10-06  Glenn Morris  <rgm@gnu.org>
2821
2822         * gnus-notifications.el (gnus-notifications):
2823         Add missing group :version tag.
2824         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2825         (gnus-gcc-post-body-encode-hook):
2826         * gnus-sync.el (gnus-sync-lesync-name)
2827         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2828
2829 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2830
2831         * color.el (color-hsl-to-rgb): Fix incorrect results for
2832         small and large hue values.  (Bug#12559)
2833
2834 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         New UIDL implementation.
2837
2838         * mail-source.el (mail-sources, mail-source-keyword-map):
2839         Add :leave as a pop3 keyword.
2840         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2841
2842         * pop3.el (pop3-leave-mail-on-server): Allow number.
2843         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2844         (pop3-movemail): Add UIDL support.
2845         (pop3-send-streaming-command): Take a list of mail numbers instead of
2846         the number of mails.
2847         (pop3-write-to-file): Add X-UIDL header.
2848         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2849         (pop3-uidl-add-xheader): New functions.
2850
2851         * message.el (message-ignored-resent-headers):
2852         Add X-Content-Length and X-UIDL headers.
2853
2854 2012-10-05  Glenn Morris  <rgm@gnu.org>
2855
2856         * color.el (color-name-to-rgb, color-rgb-to-hex)
2857         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2858         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2859         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2860         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2861
2862 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2865         a user about whether to delete temp files if once a user answered as n.
2866
2867 2012-09-25  Chong Yidong  <cyd@gnu.org>
2868
2869         * password-cache.el (password-read-and-add): Use a declare form to mark
2870         this function obsolete.
2871
2872 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * lpath.el: Bind mail-encode-mml for old Emacsen.
2875
2876 2012-09-17  Richard Stallman  <rms@gnu.org>
2877
2878         * message.el (message-in-body-p): Don't set mark or modify buffer.
2879
2880         * mml.el (mml-attach-file): Doc fix.
2881         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2882         Set mail-encode-mml when in Mail mode.
2883         Simplify code to set HEAD and move back to HEAD.
2884         (mml-insert-multipart, mml-insert-part):
2885         Set mail-encode-mml when in Mail mode.
2886
2887 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * gnus-util.el (gnus-timer--function): New function.
2890
2891         * gnus-art.el (gnus-article-stop-animations): Use it.
2892
2893 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2894
2895         Fix glitches caused by addition of psec to timers.
2896         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2897         rather than raw access to timer vector.
2898
2899 2012-09-11  Julien Danjou  <julien@danjou.info>
2900
2901         * gnus-notifications.el (gnus-notifications): Check for nil values in
2902         ignored addresses check.
2903
2904 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2905
2906         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2907
2908 2012-09-07  Chong Yidong  <cyd@gnu.org>
2909
2910         * gnus-util.el
2911         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2912
2913         * gnus-salt.el (gnus-tree-highlight-node):
2914         * gnus-sum.el (gnus-summary-highlight-line):
2915         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2916
2917 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2918
2919         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2920
2921 2012-09-06  Juri Linkov  <juri@jurta.org>
2922
2923         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2924         scheme for buffer names to be more consistent with other group and
2925         article buffer names in Gnus.
2926
2927 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2928
2929         * gnus-util.el
2930         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2931
2932         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2933         Jenkner.
2934
2935         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2936
2937         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2938
2939         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2940
2941 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2944         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2945
2946         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2947         string-prefix-p in Emacs >=23.2.
2948
2949         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2950         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2951         instead of string-match-p.
2952         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2953
2954 2012-09-06  Kenichi Handa  <handa@gnu.org>
2955
2956         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2957         lowercase a..f.
2958
2959 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2960
2961         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2962
2963 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2964
2965         * nnimap.el (nnimap-request-move-article): Decode the group name when
2966         doing internal moves to avoid charset issues.
2967
2968         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2969         TIME is set.
2970
2971 2012-09-05  Juri Linkov  <juri@jurta.org>
2972
2973         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2974         than one group at a time (bug#11961).
2975
2976 2012-09-05  Julien Danjou  <julien@danjou.info>
2977
2978         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2979         this hide the real reason with a message giving absolutely no hint.
2980
2981 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2982
2983         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2984         to the backend (bug#11804).
2985
2986         * message.el (message-insert-newsgroups): Don't insert newsgroup
2987         duplicates (bug#12275).
2988
2989 2012-09-05  John Wiegley  <johnw@newartisans.com>
2990
2991         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2992         sieve rules.
2993
2994 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2995
2996         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2997         function.
2998
2999         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3000
3001         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3002
3003 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3004
3005         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3006         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3007         This should make nnmaildir more usable with offlineimap.
3008
3009 2012-09-05  Julien Danjou  <julien@danjou.info>
3010
3011         * nnimap.el (nnimap-request-list): Revert change that made listing
3012         synchronous.
3013         (nnimap-get-responses): Restore.
3014
3015 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3016
3017         * dgnushack.el: XEmacs 21.5 compilation fix.
3018
3019         * gnus-notifications.el (gnus-notifications-notify): Use it.
3020
3021         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3022         warnings on XEmacs.
3023
3024 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3025
3026         Better seeds for (random).
3027         * gnus-sync.el (gnus-sync-lesync-setup):
3028         * message.el (message-canlock-generate, message-unique-id):
3029         Change (random t) to (random), now that the latter is more random.
3030
3031 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3032
3033         * nnimap.el (nnimap-change-group): Document result value
3034
3035         * auth-source.el (auth-sources): Fix macos keychain access.
3036
3037         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3038         allow the backend `request-head' function to determine the group
3039         name on its own.
3040         (gnus-request-expire-articles): Filter out negative article numbers
3041         during expiry (Bug#11980).
3042
3043         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3044         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3045
3046         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3047         you've found the article when you haven't.
3048
3049         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3050         that nnimap-change-group can return t.
3051
3052 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3053
3054         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3055
3056 2012-08-30  Julien Danjou  <julien@danjou.info>
3057
3058         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3059         `gnus-notifications-timeout'.
3060         (gnus-notifications-timeout): Add.
3061         (gnus-notifications-action): New function.
3062         (gnus-notifications-notify): Add :action using
3063         `gnus-notifications-action'.
3064         (gnus-notifications-id-to-msg): New variable.
3065         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3066         notifications id to messages.
3067
3068 2012-08-30  Kenichi Handa  <handa@gnu.org>
3069
3070         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3071         once.
3072
3073 2012-08-29  Julien Danjou  <julien@danjou.info>
3074
3075         * gnus-notifications.el: New file.
3076         (gnus-notifications-notify): New function.
3077         (gnus-notifications): Use `gnus-notifications-notify'.
3078
3079 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3082         transfer encoding first; bind gnus-newsgroup-charset to the charset
3083         that the article specifies (Bug#12209).
3084
3085 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3088         (gnus-group-customize-done): Encode values posting-style holds.
3089
3090         * gnus-msg.el (gnus-summary-resend-message)
3091         (gnus-configure-posting-styles): Decode values posting-style group
3092         parameter holds.
3093
3094 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3097         `name' and `address' in Resent-From header.
3098
3099 2012-08-14  Chong Yidong  <cyd@gnu.org>
3100
3101         * gnus-art.el (article-display-face): Handle failure in
3102         gnus-create-image (Bug#11802).
3103
3104 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3105
3106         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3107         Use defsetf.
3108
3109 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3110
3111         * auth-source.el (auth-source-plstore-search)
3112         (auth-source-secrets-search): Ignore :require and :type in search spec.
3113
3114 2012-08-06  Julien Danjou  <julien@danjou.info>
3115
3116         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3117         `nnimap-request-move-article'.
3118
3119         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3120         Remove autoload, already handled by gnus.el.
3121
3122         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3123
3124         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3125         supported by nnimap actually.  Reverts previous change.
3126
3127         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3128         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3129         to-buffer argument that is already supported.
3130
3131 2012-08-05  Julien Danjou  <julien@danjou.info>
3132
3133         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3134         Add autoload.
3135
3136 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * gnus.el (gnus-valid-select-methods): Fix custom type.
3139
3140 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * auth-source.el (auth-sources, auth-source-backend-parse)
3143         (auth-source-macos-keychain-search)
3144         (auth-source-macos-keychain-search-items)
3145         (auth-source-macos-keychain-result-append)
3146         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3147         auth-source.el through the /usr/bin/security utility.
3148         (auth-sources): Fix syntax error.
3149         (auth-source-macos-keychain-result-append): Fix variable name.
3150         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3151
3152 2012-07-27  Julien Danjou  <julien@danjou.info>
3153
3154         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3155         Emacs < 24.1
3156
3157 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * message.el (message-kill-address): Don't kill last newline.
3160         (message-skip-to-next-address): Don't move to the next header.
3161         (message-fill-field-address): Work properly.
3162
3163 2012-07-25  Julien Danjou  <julien@danjou.info>
3164
3165         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3166
3167 2012-07-24  Julien Danjou  <julien@danjou.info>
3168
3169         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3170
3171         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3172         (nntp-async-timer-handler): Remove, unused.
3173
3174         * nnimap.el (nnimap-get-responses): Remove, unused.
3175
3176         * nnheader.el (mail-header-set-extra): Remove, unused.
3177
3178         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3179         unused.
3180
3181         * mm-view.el (mm-view-sound-file): Remove, unused.
3182
3183         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3184         (mm-url-encode-multipart-form-data): Remove, unused.
3185
3186         * message.el (message-remove-signature, message-make-host-name)
3187         (message-fill-address): Remove, unused.
3188
3189         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3190         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3191         unused.
3192
3193         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3194         (gnus-xmas-call-region): Remove, unused.
3195
3196         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3197
3198         * gnus-util.el (gnus-extract-address-component-name)
3199         (gnus-extract-address-component-email, gnus-sortable-date)
3200         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3201         (gnus-process-live-p): Remove, unused.
3202
3203         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3204
3205         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3206         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3207         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3208         function.
3209
3210         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3211
3212         * gnus-score.el (gnus-summary-score-crossposting)
3213         (gnus-score-regexp-bad-p): Remove, unused.
3214
3215         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3216
3217         * gnus-range.el (gnus-sublist-p): Remove, unused.
3218
3219         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3220         unused.
3221
3222         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3223
3224         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3225         (gnus-request-associate-buffer): Remove, unused.
3226
3227         * gnus-group.el (gnus-group-set-method-info)
3228         (gnus-group-set-params-info): Remove, unused.
3229
3230         * gnus-fun.el (gnus-shell-command-to-string)
3231         (gnus-shell-command-on-region): Remove, unused.
3232
3233         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3234
3235         * gnus-art.el (gnus-article-text-type-exists-p)
3236         (article-translate-characters, gnus-article-hide-text-of-type)
3237         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3238         Remove, unused.
3239
3240 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3241
3242         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3243
3244 2012-07-21  Julien Danjou  <julien@danjou.info>
3245
3246         * message.el (message-dont-reply-to-names): Replace deprecated
3247         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3248         (message-get-reply-headers): Ditto.
3249
3250 2012-07-18  Julien Danjou  <julien@danjou.info>
3251
3252         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3253         `sieve-upload-and-kill'.
3254
3255         * sieve.el (sieve-bury-buffer): Remove function.
3256         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3257         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3258
3259 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3260
3261         * shr.el (shr-expand-url): Handle URL starting with `//'.
3262
3263 2012-07-13  Chong Yidong  <cyd@gnu.org>
3264
3265         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3266         instead of calling toggle-read-only with a (bogus) argument.
3267
3268 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3269
3270         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3271         of initial input when reading the author to restrict the summary to.
3272
3273 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * mm-decode.el (mm-shr):
3276         Allow overriding charset by mm-charset-override-alist.
3277
3278 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * gnus-art.el (gnus-article-view-part):
3281         Toggle subparts of multipart/alternative part.
3282
3283 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3284
3285         * shr.el (shr-render-buffer): New command.
3286         (shr-visit-file): Use it.
3287
3288 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3291         Set no-byte-compile and no-update-autoloads.
3292
3293 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3296
3297 2012-06-25  Julien Danjou  <julien@danjou.info>
3298
3299         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3300         `nnimap-request-move-articles-find-limit' since we do not use it only
3301         for move operations.
3302         (nnimap-request-accept-article): Use
3303         `nnimap-request-articles-find-limit' to limit search by message-id.
3304
3305 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3306
3307         Support higher-resolution time stamps (Bug#9000).
3308
3309         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3310         VARLIST.  It's optional, for backward compatibility.
3311         (encode-time-value): New optional arg PICO.  New type 3.
3312         (time-to-seconds) [!float-time]: Support the new picoseconds
3313         component if it's used.
3314         (seconds-to-time, time-subtract, time-add):
3315         Support ps-resolution time stamps as well.
3316
3317 2012-06-19  Julien Danjou  <julien@danjou.info>
3318
3319         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3320
3321         * nnimap.el (nnimap-log-buffer): Check that
3322         `window-point-insertion-type' is boundp, since it's not available in
3323         XEmacs.
3324
3325 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3326
3327         * nnimap.el (nnimap-log-buffer): Add this, setting
3328         `window-point-insertion-type' in the buffer to t.
3329         (nnimap-log-command): Use nnimap-log-buffer.
3330
3331 2012-06-19  Julien Danjou  <julien@danjou.info>
3332
3333         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3334         argument to be able to limit the search.
3335         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3336         (nnimap-request-move-articles-find-limit): Add this to limit the search
3337         by Message-Id after a message move.
3338         (nnimap): Add defgroup.
3339
3340 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3341
3342         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3343
3344 2012-06-15  Julien Danjou  <julien@danjou.info>
3345
3346         * nnimap.el (nnimap-find-article-by-message-id): Use
3347         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3348         (nnimap-possibly-change-group): Add read-only argument.
3349         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3350         issuing EXAMINE manually.
3351         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3352         with read-only argument.
3353         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3354         cannot possibly change because we need to be sure that it's either
3355         read-write or read-only.
3356
3357 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3358
3359         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3360         being bound to a lambda form.
3361
3362 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3363
3364         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3365         articles when fetch-old is non-nil (bug#11370).
3366
3367 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3368
3369         * gnus-picon.el (gnus-picon-properties): New defcustom.
3370         (gnus-picon-create-glyph): Use it.
3371
3372 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus-group.el (gnus-group-get-new-news): Respect
3375         `gnus-group-use-permanent-levels', as documented (bug#11638).
3376
3377 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3378
3379         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3380         groups (bug#11641).
3381
3382 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3383
3384         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3385         is an integer to avoid later problems.
3386
3387 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3390         locales.
3391
3392         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3393         on a handle.
3394
3395         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3396         address as the default.
3397         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3398
3399         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3400         makes no sense to query the user about internal files.
3401
3402         * gnus-spec.el: Remove all the byte-compilation stuff, since
3403         benchmarking shows that it doesn't help when entering large summary
3404         buffers.
3405
3406         * gnus-xmas.el (gnus-xmas-define): Remove.
3407
3408         * gnus-util.el (gnus-byte-code): Remove.
3409
3410         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3411         grouplens stuff.
3412
3413 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3416         (bug#11514).
3417
3418 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3419
3420         * message.el (message-buffers): Return all buffers derived from Message
3421         to make `gnus-dired-attach' work with mu4e.
3422
3423 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3424
3425         * nntp.el: Stop the `letf' madness.
3426         (nntp--report-1): New var.
3427         (nntp-report): Merge nntp-report-1 into it.
3428         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3429         the nntp-report function.
3430
3431         * auth-source.el: Fix comment-style to follow the convention.
3432
3433 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3434
3435         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3436         (mm-dissect-singlepart): Don't guess the MIME type of
3437         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3438         set.
3439         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3440         toplevel MIME type is multipart/encrypted.
3441
3442 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3445         a string so that Gcc works (bug#11514).
3446
3447 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3448
3449         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3450         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3451
3452 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3453
3454         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3455         jumping to *Server* from a dedicated *Group* window.
3456         (gnus-configure-frame): CSE.
3457
3458         * gnus-registry.el: Minor style cleanup.
3459         (gnus-registry--set/remove-mark): New function, extracted from
3460         gnus-registry-install-shortcuts.
3461         (gnus-registry-install-shortcuts): Use it.
3462
3463 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * nnspool.el (news-path): Use eval-and-compile.
3466
3467 2012-05-24  Glenn Morris  <rgm@gnu.org>
3468
3469         * nnspool.el (news-directory, news-path, news-inews-program):
3470         Move here from paths.el.  Don't see a need for these to be autoloaded.
3471
3472         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3473         Merge in doc from paths.el version.  Don't see any need for this to be
3474         autoloaded, or for the warning about users not setting it.
3475
3476 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3477
3478         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3479         format.  In particular, add an optional argument and a docstring.
3480
3481         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3482
3483         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3484         current before calling `gnus-groups-to-gnus-format'.
3485         Note that this was already the case for `gnus-active-to-gnus-format'.
3486
3487 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3488
3489         Fix minor Y10k bug.
3490         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3491
3492 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3493
3494         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3495         message once it's actually open.
3496
3497 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3498
3499         * gnus.el: Ma Gnus v0.5 is released.
3500
3501 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3502
3503         * auth-source.el (auth-source--aput-1, auth-source--aput)
3504         (auth-source--aget): New functions and macros.
3505         Use them instead of aput/aget.
3506
3507 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3508
3509         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3510
3511 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3512
3513         * plstore.el (plstore-called-interactively-p): New compat macro copied
3514         from message.el.
3515         (plstore-mode): Use it.
3516
3517 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3518
3519         * plstore.el: Revive the editing feature.
3520         (plstore-mode): New mode to edit plstore file.
3521         (plstore-mode-toggle-display, plstore-mode-original)
3522         (plstore-mode-decoded): New command.
3523         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3524         (plstore--insert-buffer, plstore--make): New function.
3525         (plstore-open, plstore-save): Simplify by using them.
3526
3527 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3530
3531 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3532
3533         * tls.el (open-tls-stream): Remove unused binding.
3534
3535 2012-04-16  Glenn Morris  <rgm@gnu.org>
3536
3537         * nndraft.el (nndraft-request-list): Fix declaration.
3538
3539 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * mm-decode.el (mm-dissect-buffer): Doc fix.
3542
3543         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3544         don't have a current group.
3545
3546         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3547         buffer if it doesn't exist.
3548
3549         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3550         given, mark the group as ephemeral with the current window conf.
3551
3552         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3553         buffer exists, which it doesn't if we haven't started Gnus.
3554         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3555
3556 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557
3558         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3559         type is.
3560
3561         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3562         `unexists' entries.
3563         (gnus-clean-old-newsrc): Fix last checkin.
3564
3565         * nnimap.el (nnimap-update-info): None of the articles below the active
3566         low-water mark exist.
3567
3568         * dgnushack.el: Get rid of XEmacs compilation warning.
3569
3570         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3571         would have gotten if we posted to the group, and use that to compare
3572         against the message we want to cancel (bug#10808).
3573
3574         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3575         on XEmacs.
3576
3577 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3578
3579         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3580         `scroll-margin'.
3581
3582 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3583
3584         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3585         citation prefix within a block of cited text should be considered part
3586         of that block *only* if it is a blank line.
3587
3588 2012-04-09  Chong Yidong  <cyd@gnu.org>
3589
3590         * binhex.el, hashcash.el, uudecode.el:
3591         Remove * characters from the front of variable docstrings.
3592
3593 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3596         before kinsoku-bol characters nor within kinsoku-eol characters.
3597
3598 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3601         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3602         (gnus-sync-read): Use mapc instead of mapcar.
3603
3604         * mm-archive.el: Require mm-decode for some macros.
3605         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3606         the byte compiler.
3607         (mm-archive-decoders): New function that returns the value of
3608         the mm-archive-decoders variable.
3609
3610         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3611         instead.
3612         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3613
3614         * nnimap.el (gnus-refer-thread-use-nnir):
3615         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3616
3617 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618
3619         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3620
3621 2012-03-12  Peter Münster  <pmrb@free.fr>
3622
3623         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3624         (gnus-demon-cancel): Ditto.
3625         (gnus-demon-run-callback): When function cannot be called due to low
3626         idleness, call it when idleness reaches the expected value, instead of
3627         waiting another timer period.
3628         (gnus-demon-init): Add `time' to arguments of call-back.
3629
3630 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3633
3634         * gnus.el: Register gnus-registry functions.
3635
3636         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3637         indent.
3638
3639         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3640         enabled before warping.
3641
3642 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3643
3644         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3645         registry about each article retrieved.
3646
3647         * gnus-int.el (gnus-select-group-with-message-id): New function.
3648         (gnus-try-warping-via-registry): Ditto.
3649         (gnus-warp-to-article): Fall back on the registry.
3650
3651 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3652
3653         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3654         inboxes.
3655
3656 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3659
3660 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3663         gnus-gcc-self-resent-messages may be a group parameter.
3664         (gnus-summary-resend-message): Don't encode encoded words in header
3665         when Gcc'ing resent message.
3666
3667 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * shr.el (shr-insert): Treat non-breaking space just like normal
3670         space.  This seems to produce more pleasing results.
3671         (shr-insert): Only insert a blank line if we're starting from an image.
3672         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3673         (shr-ensure-paragraph): Consider lines with white space to be blank.
3674
3675 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3676
3677         * Makefile.in: Respect DESTDIR.
3678
3679 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3680
3681         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3682         and gnus-gcc-post-body-encode-hook.
3683
3684 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3687         messages that don't exist.
3688
3689         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3690
3691 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3694         Remove.
3695
3696         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3697
3698         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3699
3700 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3703         have a group name.
3704
3705         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3706         a multibyte buffer (bug#7410).
3707         (article-wash-html): Parse the original article buffer to get the
3708         unencoded data (bug#7410).
3709
3710         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3711         .newsrc.el files.
3712
3713 2012-04-05  Bastien Guerry  <bzg@altern.org>
3714
3715         * color.el (color-lighten-name): Fix typo.
3716
3717 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718
3719         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3720         "#" to avoid having them interpreted as comments.
3721
3722 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3723
3724         * shr.el (shr-insert): Update the text state properly to avoid
3725         inserting spurious paragraph starts.
3726
3727 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * shr.el (shr-table-widths): Divide the extra width more fairly over
3730         the TDs (bug#10973).
3731         (shr-render-td): Don't delete too much padding.
3732         (shr-natural-width): Compute the natural width more correctly.
3733         (shr-insert): Allow the natural width to be computed for tables again.
3734         (shr-tag-table-1): Rework how the natural widths are computed by
3735         rendering the table a third time.
3736         (shr-natural-width): Removed.
3737         (shr-buffer-width): New function.
3738         (shr-expand-newlines): Use it.
3739
3740         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3741         using a `gnus-use-full-window' setup (bug#11013).
3742
3743 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3746         24.1 release.
3747
3748 2012-03-10  David Edmondson  <dme@dme.org>
3749
3750         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3751         'Forwarded Message' header and the start of the message.
3752
3753 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3754
3755         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3756         isn't running (bug#10897).
3757
3758 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759
3760         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3761         This is inconsistent with all the other stream functions, which leave
3762         the setting up to the higher levels (if so wanted) (bug#10931).
3763
3764 2012-02-28  Glenn Morris  <rgm@gnu.org>
3765
3766         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3767         mm-decode.el: Standardize possessive apostrophe usage.
3768
3769 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3772
3773 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3774
3775         * parse-time.el (parse-time-string): Allow extractor to return nil.
3776
3777 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3780
3781 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3782
3783         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3784
3785 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3786
3787         * mm-decode.el (mm-shr): Remove "soft hyphens".
3788
3789         * nnimap.el (nnimap-request-list): Return the group names encoded as
3790         utf8.  Otherwise non-European group names don't work.
3791         (nnimap-request-newgroups): Ditto.
3792
3793         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3794         the default in `read-string' (bug#10757).
3795
3796         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3797         topics (bug#10843).
3798
3799         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3800         buffer.  Suggested by Herbert Valerio Riedel.
3801         (nnimap-request-move-article): Delete the message from the correct IMAP
3802         server.
3803
3804 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3805
3806         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3807         Reported by Peter Münster.
3808
3809 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3810
3811         * shr.el (shr-image-fetched): Make sure we really kill the right
3812         buffer.
3813
3814 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3815
3816         * gnus-start.el (gnus-1): Avoid duplicate entries.
3817
3818 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3819
3820         * imap.el: Remove.
3821
3822         * nntp.el (nntp-coding-system-for-read): Remove.
3823         (nntp-coding-system-for-write): Ditto.
3824         (nntp-open-connection): Just use `binary' directly.
3825
3826         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3827         Gnus 0.3.
3828
3829 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3830
3831         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3832         application/octet-stream parts really is.
3833
3834         * gnus-sum.el (gnus-propagate-marks): Remove.
3835
3836 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3837
3838         * shr.el (shr-rescale-image): Undo previous change; see
3839         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3840
3841 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3842
3843         * gnus.el: Ma Gnus v0.3 is released.
3844
3845 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3846
3847         * gnus-sum.el (gnus-summary-local-variables): Make
3848         `gnus-newsgroup-unexist' into a local variable.
3849
3850 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3851
3852         * registry.el (registry-usage-test, registry-persistence-test): Move to
3853         tests/gnustest-registry.el.
3854         (registry-make-testable-db, registry-match-test)
3855         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3856
3857         * gnus-registry.el (gnus-registry-misc-test)
3858         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3859
3860         * tests/gnustest-registry.el: New file with the registry and
3861         gnus-registry ERT tests.
3862
3863 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * gnus-msg.el (gnus-summary-resend-message): Make
3866         gnus-summary-resend-message-insert-gcc be last item in
3867         message-header-setup-hook.
3868
3869 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3870
3871         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3872         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3873         Remove.
3874         (nnfolder-open-server): Don't use marks.
3875         (nnfolder-request-delete-group): Ditto.
3876         (nnfolder-request-rename-group): Ditto.
3877         (nnfolder-request-set-mark, nnfolder-request-marks)
3878         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3879         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3880
3881         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3882         (nnml-marks-modtime): Remove.
3883         (nnml-request-delete-group): Don't use marks.
3884         (nnml-request-rename-group): Ditto.
3885         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3886         (nnml-save-marks, nnml-open-marks): Remove.
3887
3888         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3889         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3890         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3891         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3892         (nntp-server-to-method-cache): Remove.
3893
3894         * shr.el (shr-rescale-image): Fix wrong merge.
3895
3896 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3897
3898         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3899         too-wide lines.
3900
3901 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3902
3903         * nnimap.el (nnimap-record-commands): New variable.
3904         (nnimap-log-command): Use it.
3905         (nnimap-make-process-buffer): Add a space to the process buffer.
3906         (nnimap-transform-headers): Don't bug out on header lines containing
3907         stuff that look like IMAP length encodings.
3908
3909         * shr.el (shr-rescale-image): Allow viewing large images.
3910
3911 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3912
3913         * nnml.el (nnml-request-compact-group): Delete the marks file after
3914         compaction (bug#10800).
3915
3916         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3917         group exit.
3918
3919         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3920         QRESYNC/FETCH output.
3921
3922 2012-02-11  Glenn Morris  <rgm@gnu.org>
3923
3924         * sieve-manage.el (sieve-manage-default-stream):
3925         * shr.el (shr):
3926         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3927         (nnir-retrieve-headers-override-function)
3928         (nnir-imap-default-search-key, nnir-notmuch-program)
3929         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3930         (nnir-method-default-engines):
3931         * message.el (message-cite-reply-position):
3932         * gssapi.el (gssapi-program):
3933         * gravatar.el (gravatar):
3934         * gnus-sum.el (gnus-refer-thread-use-nnir):
3935         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3936         (gnus-registry-max-pruned-entries):
3937         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3938         * gnus-int.el (gnus-after-set-mark-hook)
3939         (gnus-before-update-mark-hook):
3940         * gnus-async.el (gnus-async-post-fetch-function):
3941         * auth-source.el (auth-source-cache-expiry):
3942         Add missing :version tags to new defcustoms and defgroups.
3943
3944 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3945
3946         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3947         `gnus-newsgroup-unexist'.
3948
3949         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3950         marks.
3951         (gnus-article-special-mark-lists): Put the `unexist' in the special
3952         marks list instead.
3953
3954         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3955         articles in the list of articles to be selected.
3956
3957         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3958         articles.
3959         (nnimap-update-info): Keep track of unexisting articles.
3960         (nnimap-update-qresync-info): Ditto.
3961
3962 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3963
3964         * message.el (message-default-send-mail-function): Made into own
3965         function for reuse by emacsbug.el.
3966
3967 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3968
3969         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3970         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3971
3972 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3973
3974         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3975         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3976
3977         * gnus-compat.el: Define `timer-set-function'.
3978
3979         * mm-decode.el (mm-display-external): Output the text from the command
3980         in the buffer after the command finished.  This makes text-based
3981         commands behave better.
3982
3983 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3984
3985         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3986
3987 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3988
3989         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3990         23.1.
3991
3992 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3995
3996 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3997
3998         * message.el (smtpmail-smtp-user): Silence compiler warning.
3999
4000 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4001
4002         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4003         SMTP user name.
4004
4005 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * gnus-sum.el (gnus-summary-show-thread):
4008         next-single-char-property-change may return nil in XEmacs.
4009         (gnus-summary-article-map): Fix typo.
4010
4011 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4012
4013         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4014         running.
4015
4016         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4017
4018         * gnus.el (gnus-server-extend-method): Don't add an -address component
4019         if the method already has one (bug#9676).
4020
4021 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4022
4023         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4024         of an initial-input for consistency (bug#10757).
4025
4026         * dgnushack.el: Fix XEmacs compilation warning.
4027
4028         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4029
4030         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4031
4032 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4033
4034         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4035         lines that are narrower than the window width.  Otherwise background
4036         "blocks" will look less readable.
4037
4038 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4039
4040         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4041         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4042         have newlines within the strings, and where the UID comes after the
4043         BODYSTRUCTURE element (bug#10537).
4044
4045         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4046         (bug#10732).
4047
4048         * shr.el (shr-insert-document): Add doc string.
4049         (shr-visit-file): Ditto.
4050         (shr-remove-trailing-whitespace): New function.
4051         (shr-insert-document): Use it to clean up trailing whitespace as the
4052         final step (bug#10714).
4053
4054 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4055
4056         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4057         buffer if `gnus-kill-summary-on-exit' is nil.
4058
4059 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4060
4061         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4062         when just reading a single group from "without" Gnus.
4063
4064 2012-02-06  Chong Yidong  <cyd@gnu.org>
4065
4066         * gnus-sum.el (gnus-summary-show-thread):
4067         next-single-char-property-change never returns nil (Bug#8657).
4068
4069 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4070
4071         * message.el (message-multi-smtp-send-mail): New function.
4072         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4073         header to implement multi-SMTP functionality.
4074
4075         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4076         (gnus-agentize): Don't set it.
4077         (gnus-agent-send-mail): Don't use it.
4078
4079         * gnus-sum.el (gnus-summary-widget-backward): New function and
4080         keystroke.
4081
4082         * gnus-compat.el: More the compat functions more compatible.
4083
4084         * shr.el (shr-put-image): Remove underlines from sliced images.
4085         (shr-zoom-image): Compute the region to be replaced more correctly.
4086
4087 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4090         (gnus-summary-resend-message-insert-gcc): New function.
4091         (gnus-summary-resend-message): Modify message-header-setup-hook and
4092         message-sent-hook to make it work for Gcc.
4093         (gnus-inews-do-gcc): Update the number of unread articles of groups
4094         that messages are Gcc'd to.
4095
4096         * message.el (message-resend): Run message-sent-hook to do Gcc.
4097
4098 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4099
4100         * lpath.el: Fix an XEmacs compilation warning.
4101
4102         * gnus-compat.el: Require `help-fns' to fix compilation error.
4103
4104         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4105         a higher level to silence compilation.
4106
4107         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4108         parameter to allow controlling the scaling.
4109
4110         * shr.el (shr-zoom-image): New command and keystroke.
4111         (shr-put-image): Take a `size' flag to say how to scale the image.
4112
4113         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4114         deletion unless already defined.
4115
4116         * gnus.el (gnus-compat): Require it.
4117
4118         * gnus-compat.el: New file.
4119
4120         * gnus-start.el (gnus-clean-old-newsrc): New function.
4121         (gnus-read-newsrc-file): Use it.
4122
4123         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4124         Use recursive deletion.
4125         (mm-dissect-archive): Add support for zip files.
4126
4127         * gnus-util.el (gnus-recursive-directory-files): New function.
4128
4129         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4130         (mm-archive-decoders): Add tgz support.
4131
4132         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4133         Otherwise inserting text into the Gnus buffer can look odd.
4134
4135         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4136
4137         * mm-archive.el (mm-archive-decoders): Add support for tar.
4138
4139         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4140
4141         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4142
4143 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4144
4145         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4146
4147         * mm-archive.el: New file.
4148
4149         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4150
4151         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4152
4153         * message.el (message-goto-*): Make all the `message-goto-*' commands
4154         push the mark before moving point.  This makes it easier to go back to
4155         where you came from after editing whatever you jumped to.
4156
4157 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4158
4159         * gnus.el: Ma Gnus v0.1 is released.
4160
4161 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4162
4163         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4164         without reconnecting.
4165         (nnimap-possibly-change-group): Ditto.
4166         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4167         connection has died before being called.
4168
4169 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4170
4171         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4172         an initial sync unless we're really doing one.
4173
4174         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4175         address parameter if one already exists (bug#9676).
4176
4177         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4178         not the prefix, as documented (bug#10689).
4179
4180 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4181
4182         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4183         the "server".
4184
4185         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4186         the real error message with the useless "previously known to be down".
4187         Which isn't even correct.
4188
4189         * nntp.el (nntp-open-connection): Report the error message if the nntp
4190         server can't be reached.
4191
4192         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4193         groups we do a total scan for.
4194         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4195         doing that.
4196
4197 2012-01-31  Jim Meyering  <jim@meyering.net>
4198
4199         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4200         Correct a comment (insert "not") and hide nominally-doubled "to".
4201
4202 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4203
4204         * gnus.el (gnus-version): Change name to "Ma Gnus".
4205
4206 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4207
4208         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4209         section in the manual.
4210
4211 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4212
4213         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4214         words.
4215         (rfc2047-encode-string): Ditto.
4216         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4217         understand folded filename="..." parameters, for instance.
4218
4219         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4220         the message for greater debuggability.
4221
4222 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4223
4224         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4225         instead of setting it locally, since the latter doesn't seem to have
4226         any effect (most of the time).
4227
4228 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4229
4230         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4231         function call.
4232
4233 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4234
4235         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4236         seconds, and make the repeat clause with HH:MM specs work as
4237         documented.
4238
4239 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4240
4241         * proto-stream.el (proto-stream-capability-open): Fall back on
4242         :end-of-command if :end-of-capability doesn't exist.
4243
4244 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4247         bound globally in old Emacsen and XEmacsen.
4248
4249 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4250
4251         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4252         so that previous errors don't prohibit getting new news.
4253
4254         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4255
4256         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4257
4258 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4259
4260         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4261         buffer, not of the string which is its name.
4262
4263 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4264
4265         * proto-stream.el (proto-stream-capability-open): Wait for
4266         :end-of-capability, not :end-of-command.
4267
4268         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4269         non-server-marks groups.
4270         (gnus-group-make-articles-read): Ditto.
4271
4272         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4273         methods (bug#9676).
4274
4275         * gnus.el (gnus-method-ephemeral-p): New function.
4276
4277 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4280         left-to-right.
4281
4282 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4283
4284         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4285         warning.
4286
4287 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4288
4289         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4290         macroexpand the nnir things, since they haven't been defined yet, and
4291         nnir requires gnus-sum.
4292
4293 2012-01-24  Julien Danjou  <julien@danjou.info>
4294
4295         * color.el (color-rgb-to-hsl): Fix value computing.
4296         (color-hue-to-rgb): New function.
4297         (color-hsl-to-rgb): New function.
4298         (color-clamp, color-saturate-hsl, color-saturate-name)
4299         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4300         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4301
4302 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4305
4306 2012-01-19  Julien Danjou  <julien@danjou.info>
4307
4308         * color.el (color-name-to-rgb): Use the white color to find the max
4309         color component value and return correctly computed values.
4310         (color-name-to-rgb): Add missing float conversion for max value.
4311
4312 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4313
4314         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4315         logical server name in addition to the actual machine address.
4316
4317         * auth-source.el (auth-source-user-and-password): Add convenience
4318         wrapper to search by just host and optionally user.
4319
4320 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4321
4322         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4323         after rendering.
4324
4325 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4326
4327         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4328         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4329         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4330
4331 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4334         (bug#9693).
4335         (gnus-summary-setup-buffer): Document return value (bug#9697).
4336
4337         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4338         since ido doesn't work on symbols (bug#9632).
4339
4340         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4341         when getting a single value as when getting all the values.  This means
4342         that atoms like `gcc-self' work cumulatively, like variable settings,
4343         instead of getting the value from the last matching clause.
4344         (gnus-group-find-parameter): Protect against the group buffer not
4345         existing (bug#9585).
4346
4347 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4348
4349         * gnus-start.el (gnus-activate-group): Document more parameters
4350         (bug#9694).
4351
4352         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4353         (bug#9692).
4354
4355         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4356         article was fetched, so that it can be expired later (bug#9958).
4357         (gnus-agent-summary-fetch-series): Add doc string.
4358         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4359         (bug#9517).
4360
4361         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4362         retrieval is happening.
4363
4364         * gnus.el (gnus-parameters): Doc fix.
4365
4366 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4367
4368         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4369         show the thread after expansion.
4370
4371 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * gnus-art.el (article-narrow-to-head): If the head is completely
4374         empty, narrow to the empty region (bug#9764).
4375
4376         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4377         read, and then mark them as unread only when the unread mark is used.
4378         This makes `C-- T k' actually work, even though it's confusing.
4379
4380         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4381         alive before we try to find its window.
4382
4383 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4384
4385         * mm-decode.el (mm-display-external): Use a longer timeout for the
4386         deletion to allow slow programs to display the file.
4387
4388 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4389
4390         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4391         prompt to be less confusing.
4392
4393         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4394         argument to `message-reply'.  This broke `special-display-*' frame
4395         pop-uping (bug#10238).
4396
4397 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4400         systems, since these allegedly don't work there.
4401
4402 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4403
4404         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4405         live buffer.
4406
4407 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * nnir.el (nnir-retrieve-headers): Protect against the article not
4410         existing on the server (bug#10335).
4411
4412 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4413
4414         * gnus-agent.el (gnus-agent-load-local): Recompute
4415         gnus-agent-article-local on changing method.
4416
4417 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * gnus.el (gnus-parameters): Note precedence.
4420
4421 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4422
4423         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4424         in the group buffer.
4425
4426 2012-01-04  Julien Danjou  <julien@danjou.info>
4427
4428         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4429         change.
4430
4431 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4434         too.
4435
4436         * nntp.el (nntp-retrieve-group-data-early): Use it.
4437
4438 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * nntp.el (nntp-retrieval-in-progress): New variable.
4441         (nntp-make-process-buffer): Make it buffer-local.
4442
4443         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4444         2010.
4445         (gnus-demon-init): Use it to compute the time if time is on the form
4446         "04:23".
4447
4448         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4449
4450         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4451         status in the correct buffer.
4452
4453 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4454
4455         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4456         when opening topics (bug#10407).
4457
4458 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4459
4460         * gnus-cus.el (gnus-score-customize):
4461         * gnus-sum.el (gnus-sort-gathered-threads):
4462         * message.el (message-shorten-references):
4463         * nnmairix.el (nnmairix-request-group):
4464         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4465
4466 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4467
4468         * gnus-agent.el (gnus-agent-regenerate-group):
4469         * gnus-int.el (gnus-retrieve-group-data-early):
4470         * mm-util.el (mm-codepage-ibm-list):
4471         * nndiary.el (Commentary, nndiary-get-new-mail):
4472         * nnir.el (nnir):
4473         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4474
4475 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * mm-view.el (mm-display-inline-fontify): Add comment.
4478
4479 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4480
4481         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4482         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4483
4484 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4485
4486         * gnus-art.el (gnus-split-methods):
4487         * gnus-msg.el (gnus-configure-posting-styles):
4488         * gnus-spec.el (gnus-parse-simple-format):
4489         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4490         * message.el (message-do-actions): Spelling fix.
4491
4492 2011-12-15  Juri Linkov  <juri@jurta.org>
4493
4494         * mm-decode.el (mm-inline-media-tests): Add missing
4495         `mm-handle-media-subtype'.
4496
4497 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4498
4499         * gnus-group.el (gnus-group-tool-bar):
4500         * gnus-sum.el (gnus-summary-tool-bar):
4501         * message.el (message-tool-bar):
4502         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4503
4504 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4505
4506         * plstore.el (plstore--insert-buffer): Spelling fix.
4507
4508 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4509
4510         * message.el (message-valid-fqdn-regexp): Update with newly approved
4511         top-level domain names ".tel" and ".asia".
4512
4513 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4516         unconditionally.
4517
4518 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4521         pop-to-buffer-same-window for old Emacsen.
4522
4523 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4524
4525         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4526
4527 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4528
4529         * netrc.el (netrc-credentials): Spelling fix.
4530
4531 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4532
4533         * gnus-fun.el (gnus-fun-ppm-change-string):
4534         * gnus-msg.el (gnus-inews-do-gcc):
4535         * gnus-sum.el (gnus-summary-find-for-reselect):
4536         * gnus.el (gnus-summary-cancelled):
4537         * message.el (message-cancel-hook, message-send-news):
4538         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4539         * nnir.el (nnir-run-hyrex):
4540         * nntp.el (nntp-with-open-group-function):
4541         * pgg.el (pgg-pending-timers): Spelling fix.
4542
4543 2011-12-04  Chong Yidong  <cyd@gnu.org>
4544
4545         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4546         change (Bug#10200).
4547
4548 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * compface.el (uncompface):
4551         * gnus-art.el (gnus-article-x-face-command): Update the header format
4552         of icon data for the most recent icontopbm program.
4553
4554 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * gnus-msg.el (gnus-inews-do-gcc):
4557         * message.el (message-send-mail):
4558         * mml.el (mml-generate-mime): Share the value of the buffer-local
4559         `message-options' variable between a draft buffer and temprary working
4560         buffers.
4561
4562 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4563
4564         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4565
4566 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4569         for Cygwin.
4570
4571 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4572
4573         * gnus-group.el (gnus-group-prepare-flat):
4574         * mm-bodies.el (mm-encode-body):
4575         * mml.el (mml-preview):
4576         * nnml.el (nnml-request-compact-group):
4577         * pop3.el (pop3-stream-type): Spelling fix.
4578
4579 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4580
4581         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4582
4583 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4584
4585         * color.el (color-rgb-to-hsl):
4586         * gmm-utils.el (gmm-tool-bar-style):
4587         * gnus-group.el (gnus-group-prepare-flat):
4588         * gnus-topic.el (gnus-topic-prepare-topic):
4589         * mm-decode.el (mm-discouraged-alternatives):
4590         * rfc2047.el (rfc2047-encode-1):
4591         * starttls.el: Spelling fix.
4592
4593 2011-11-24  Glenn Morris  <rgm@gnu.org>
4594
4595         * binhex.el (binhex-begin-line): Give it basic doc-string.
4596
4597         * starttls.el, tls.el: Fix case of "GnuTLS".
4598
4599 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4600
4601         * gnus-group.el (gnus-group-highlight): Fix typo.
4602
4603 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4604
4605         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4606         value of `delete-file', that returns nil for a local file but returns t
4607         for a remote file using ssh.
4608
4609 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4610
4611         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4612
4613 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4616         avoid later breakage.
4617
4618 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4621         article buffers' name.
4622
4623 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4624
4625         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4626         by Paul Eggert's spellfixes two days ago.
4627
4628 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629
4630         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4631         doesn't have it.
4632
4633         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4634         buffer-local instead of binding them to avoid warnings.  Also demote
4635         errors (bug#10063).
4636         (font-lock-mode-hook): Shut up byte compiler.
4637
4638 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4639
4640         * mm-util.el (mm-charset-after):
4641         * nnir.el (nnir-run-hyrex):
4642         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4643         (ntlm-get-password-hashes, ntlm-md4hash):
4644         * smime.el: Fix typo.
4645
4646 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4647
4648         * gnus-agent.el (gnus-agent-expire-group-1):
4649         * nndiary.el (nndiary-last-occurence):
4650         * nnimap.el (nnimap-request-set-mark):
4651         * nnmairix.el (nnmairix-only-use-registry):
4652         * gnus-group.el (gnus-group-prepare-flat):
4653         * gnus-sum.el (gnus-decode-encoded-word-methods):
4654         * message.el (message-wash-subject):
4655         * nntp.el (nntp-retrieve-headers-with-xover):
4656         * smime.el (smime-certificate-directory): Spelling fix.
4657
4658 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4659
4660         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4661
4662         * color.el:
4663         * gnus-agent.el (gnus-agent-possibly-alter-active):
4664         * gnus-dired.el (gnus-dired-print):
4665         * mail-parse.el:
4666         * nnmairix.el (nnmairix-request-group):
4667         * shr.el (shr-image-displayer):
4668         * sieve-manage.el:
4669         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4670
4671 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4672
4673         * gnus-sum.el (gnus-auto-select-subject):
4674         * spam-report.el (spam-report-resend): Spelling fix.
4675
4676 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4677
4678         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4679         * gnus-art.el (gnus-default-article-saver):
4680         * gnus-srvr.el (gnus-server-copy-server):
4681         * gnus.el (gnus-sloppily-equal-method-parameters):
4682         * html2text.el (html2text-format-tag-list):
4683         * message.el (message-narrow-to-head):
4684         * nndiary.el:
4685         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4686         * sieve.el: Spelling fix.
4687
4688 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4689
4690         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4691         * gnus-sum.el (gnus-summary-make-menu-bar):
4692         * gnus-uu.el (gnus-uu-decode-postscript)
4693         (gnus-uu-decode-postscript-and-save):
4694         * mailcap.el (mailcap-print-command):
4695         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4696         Fix typos.
4697
4698 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4699
4700         * gnus-art.el (gnus-article-part-wrapper):
4701         * html2text.el (html2text-fix-paragraphs):
4702         * mm-decode.el (mm-image-fit-p):
4703         * rfc2047.el (rfc2047-encode-message-header):
4704         * shr-color.el (shr-color-visible-distance-min)
4705         (shr-color-relative-to-absolute, set-minimum-interval)
4706         (shr-color-visible): Fix typos.
4707
4708 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4709
4710         * gmm-utils.el (gmm-tool-bar-item):
4711         * gnus-art.el (gnus-treat-body-boundary):
4712         * gnus-diary.el (gnus-user-format-function-d):
4713         * gnus-start.el (gnus-get-unread-articles):
4714         * pgg-gpg.el (pgg-gpg-update-agent):
4715         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4716
4717 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4718
4719         * gnus-topic.el (gnus-group-prepare-topics):
4720         * gnus-uu.el (gnus-extract-view):
4721         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4722
4723 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4724
4725         * spam.el: Move BBDB autoloads.
4726         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4727         BBDB 2 and 3.
4728         (spam-check-BBDB): Use it.
4729         (spam-enter-ham-BBDB): Use it.
4730
4731 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4732
4733         * smime.el (smime-draw-buffer): Spelling fix.
4734
4735 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4736
4737         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4738         for scanning exactly one level.
4739         * gnus-start.el (gnus-get-unread-articles): Ditto.
4740
4741 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4744         slightly clearer.
4745
4746 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4747
4748         * gnus-sync.el: More commentary about setup.
4749
4750 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * message.el (message-send-and-exit): Document `arg'.
4753
4754 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4755
4756         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4757
4758 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4759
4760         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4761
4762         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4763         we don't use `bound-and-true-p'.
4764
4765 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4766
4767         * gnus-util.el (gnus-bound-and-true-p): Remove.
4768         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4769         * nnir.el: Use it.
4770         * nnmairix.el: Use it.
4771
4772 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4773
4774         * gnus-sync.el: Improve docs about CouchDB admins.
4775
4776         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4777         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4778         for reasons unknown.
4779         * nnir.el: Use it.
4780         * nnmairix.el: Use it.
4781
4782         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4783         * nnir.el: Ditto.
4784         * nnmairix.el: Ditto.
4785
4786         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4787
4788 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4789
4790         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4791         not needed.  Provide xmlplistread list function to produce XML plist
4792         output for non-Gnus LeSync clients.
4793
4794 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4795
4796         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4797
4798         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4799         and save against it.  Group subscriptions, read marks, other marks,
4800         subscription levels, topic names, and topic offsets (the group's
4801         position within the topic) are saved.  This is an experimental backend
4802         and may change significantly.  Load json.el from the gnus-fallback-lib
4803         if it's not available otherwise.
4804         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4805
4806 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4807
4808         * message.el (message-completion-function): Make sure
4809         message-tab-body-function is not attempted if one of
4810         message-completion-alist fails to find a completion (bug#9158).
4811
4812 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4813
4814         * mml.el (mml-quote-region): Quote <#secure> tag.
4815         (mml-generate-mime-1): Unquote <#secure> tag.
4816
4817 2011-10-20  Chong Yidong  <cyd@gnu.org>
4818
4819         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4820         calling a minor mode from Lisp with nil arg enables it, so we have to
4821         make the wording a bit ambiguous here).
4822
4823 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4824
4825         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4826         * nnir.el (nnir-mode): Use it.
4827         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4828         Use it.
4829
4830         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4831         * nnmairix.el (gnus-registry-enabled): Ditto.
4832
4833 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4834
4835         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4836         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4837         only while we need to find out if it should be t or nil.
4838         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4839         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4840         the registry is installed.  Set it to nil when it's unloaded.
4841         (gnus-registry-install-p): Provide user guidance for the initial value
4842         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4843         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4844         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4845         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4846         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4847         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4848         `gnus-registry-install'.
4849
4850 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4851
4852         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4853         previous change.
4854         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4855         primary key is marked as disabled.
4856
4857 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4858
4859         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4860         primary key is marked as disabled.
4861
4862 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4863
4864         * html2text.el (html2text-clean-anchor): Check for quotes around
4865         `href' value.
4866
4867 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4868
4869         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4870         searching.  Drop `bbdb-cache'.
4871
4872 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * message.el (message-signed-or-encrypted-p): Exclude header when
4875         checking if there is signed or encrypted body in text/plain message.
4876
4877 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4878
4879         * html2text.el (html2text-get-attr): Correctly handle attribute values
4880         containing "=".
4881
4882 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4883
4884         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4885         handle bindings.
4886
4887 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4888
4889         * gnus-win.el (gnus-configure-windows): Protect against reading
4890         ephemeral groups outside of Gnus.
4891
4892 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * shr.el (shr-tag-img): Don't get images displayed in tables.
4895
4896 2011-10-03  Glenn Morris  <rgm@gnu.org>
4897
4898         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4899         the "maintainer" version of debbugs.gnu.org reports.
4900
4901 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4902
4903         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4904         make asynchronous adjacent image insertion work better.
4905
4906 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4907
4908         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4909         documentation.
4910
4911 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4914         `gnus-asynchronous' isn't shadowed.
4915
4916 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4919
4920         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4921         (nnimap-insert-partial-structure): The charset parameter isn't
4922         case-sensitive.
4923
4924         * nnheader.el (nnheader-message-maybe): New function.
4925
4926         * shr.el (shr-tag-table): Render totally broken tables better.
4927
4928         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4929         computing the boundary.
4930
4931 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * pop3.el (pop3-number-of-responses): Remove.
4934         (pop3-wait-for-messages): Rewrite to take linear time instead of
4935         exponential time.
4936
4937 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4938
4939         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4940         re-fetch images.
4941
4942         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4943         re-fetch images when hitting `g' in Gnus.
4944
4945 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4948         (mml-compute-boundary): Don't check collision if it is non-nil.
4949         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4950         before checking collision.
4951
4952 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * message.el (message-indent-citation): Really make sure there's a
4955         newline at the end.
4956
4957         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4958         Fix suggested by John Wiegley.
4959
4960         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4961
4962         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4963
4964         * message.el (message-default-send-rename-function): Break out into its
4965         own function.
4966
4967         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4968         doesn't work under XEmacs.
4969
4970         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4971         of "imaps" to word around Windows problems.
4972         (nnimap-open-connection-1): Use it.
4973
4974         * message.el (message-indent-citation): Revert last change which made
4975         `F' not work.
4976
4977 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4978
4979         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4980         terminal as well.
4981
4982 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4985         because it displays images using overlays that aren't easy to copy to
4986         the article buffer.
4987
4988 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4989
4990         * message.el (message-indent-citation): Fix empty line removal at the
4991         end of the citation.
4992
4993 2011-09-20  Julien Danjou  <julien@danjou.info>
4994
4995         * auth-source.el (auth-source-netrc-create): Use default value for
4996         password if specified.  Evaluate default.
4997         (auth-source-plstore-create): Ditto.
4998         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4999         value evaluation.
5000         (auth-source-netrc-create): Typo fix.
5001         (auth-source-plstore-create): Ditto.
5002
5003         * password-cache.el (password-cache-remove): Remove entries even if the
5004         value is nil, so that password with a nil value (negative caching) is
5005         possible to invalidate.
5006
5007         * auth-source.el (auth-source-format-cache-entry): New function.
5008
5009 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5012
5013 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5016
5017 2011-09-19  Julien Danjou  <julien@danjou.info>
5018
5019         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5020         which work with things that are not ASCII.
5021
5022 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5023
5024         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5025
5026 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5027
5028         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5029         message level.
5030
5031 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5034
5035 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5036
5037         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5038
5039 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5040
5041         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5042         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5043
5044 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5045
5046         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5047         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5048         articles.
5049
5050 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5051
5052         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5053         (message-mail-other-window, message-mail-other-frame)
5054         (message-news-other-window, message-news-other-frame):
5055         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5056         instead of setting buffer display varibles.
5057
5058 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059
5060         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5061
5062         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5063
5064 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065
5066         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5067         duplicates" to a higher level.
5068
5069         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5070         most egregious messages.
5071
5072 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5075
5076 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5077
5078         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5079         up the file (bug#9351).
5080
5081 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5084         it does with all other backends, but decode the names immediately after
5085         getting them.
5086
5087         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5088         decoding nnimap groups.
5089
5090         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5091         newsrc file.  It doesn't seem like an important optimization any more.
5092
5093 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5094
5095         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5096         overflows.
5097
5098 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099
5100         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5101         (gnus-interactive-exit): Extend to `quiet'.
5102
5103         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5104
5105         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5106         string.
5107
5108         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5109         renaming function arguments from `this'.
5110
5111         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5112
5113         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5114         has been renamed.
5115         (gnus-lrm-string-p): Include RLM and PDF, too.
5116
5117         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5118         (bug#9225).
5119
5120 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5121
5122         Add autoload cookies for functions used by sendmail.el.
5123         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5124
5125         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5126
5127 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * gnus-art.el (article-date-ut): Work properly even when there are
5130         things like Date header in the body; work for forwarded parts.
5131
5132 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5133
5134         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5135         original-article-buffer.
5136
5137 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5138
5139         * nnir.el (nnir-compose-result): Fix matching of server type.
5140         (nnir-run-swish++): Ditto.
5141         (nnir-run-namazu): Ditto.
5142         (nnir-run-notmuch): Ditto.
5143
5144 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5145
5146         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5147         (bug#9405).
5148
5149         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5150         (bug#9421).
5151
5152         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5153         (bug#9425).
5154
5155         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5156         thing (bug#9426).
5157
5158 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5161         the error message.
5162
5163 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5164
5165         * message.el (message-setup-1): Return t (Bug#9392).
5166
5167 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5168
5169         * gnus-sum.el: When adding article headers to a summary buffer also
5170         update gnus-newsgroup-articles (bug#9386).
5171
5172 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * auth-source.el: Autoload help-mode.
5175
5176 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5177
5178         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5179         names.
5180
5181 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5182
5183         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5184         mm-replace-in-string for compatibility issues.
5185         * mml2015.el (mml2015-epg-verify): Ditto.
5186
5187 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5190
5191         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5192
5193 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5196         continue on and do the clean-up phase (bug#9188).
5197
5198         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5199         just ignore groups that can't be opened instead of erroring out
5200         (bug#9225).
5201
5202         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5203         nil since some many people are fuddy-duddies.
5204
5205         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5206         images.
5207
5208         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5209         instead.
5210
5211         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5212
5213         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5214
5215         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5216         processing.
5217
5218         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5219         buffer to avoid warnings.
5220
5221 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5222
5223         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5224         specified to reduce precision.
5225
5226 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5227
5228         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5229         bodystructures (bug#9314).
5230
5231 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5234         Make button keymap non-sticky after buttons.
5235
5236 2011-08-18  David Engster  <dengste@eml.cc>
5237
5238         * nnmairix.el (nnmairix-request-set-mark)
5239         (nnmairix-goto-original-article): Remove adding of article to registry,
5240         since `gnus-registry-add-group' isn't available anymore.
5241         (nnmairix-determine-original-group-from-registry):
5242         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5243         available anymore.
5244
5245 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5246
5247         * starttls.el (starttls-any-program-available): Define as obsolete
5248         function.
5249
5250 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5251
5252         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5253         versions which Gnus use when appropriate.
5254
5255         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5256         a pretty destructive command.
5257
5258         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5259
5260 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5261
5262         * message.el (message-fix-before-sending): Make a different warning
5263         about NUL characters (bug#9270).
5264
5265         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5266         from custom (bug#9260).
5267
5268         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5269         things work in Emacs 22 and XEmacs, too.
5270
5271         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5272         default From.
5273
5274         * gnus-spec.el (gnus-lrm-string-p): New macro.
5275         (gnus-lrm-string): New constant.
5276         (gnus-summary-line-format-spec): LRM-ify the from.
5277         (gnus-tilde-max-form): LRM-ify string chopping.
5278
5279         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5280
5281         * message.el (message-is-yours-p): Allow disabling canlock checking
5282         (bug#9295).
5283         (message-shoot-gnksa-feet): Add `canlock-verify'.
5284         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5285         message directory isn't writable (bug#9304).
5286
5287         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5288         non-world-readable.
5289
5290 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5293         articles.
5294
5295 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5296
5297         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5298         copy-list.
5299
5300 2011-08-12  Sam Steingold  <sds@gnu.org>
5301
5302         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5303         in the reverse order to avoid modifying the cache with `nreverse'.
5304         (gnus-all-score-files): Do not modify the value returned by
5305         `gnus-score-find-alist' because it lives in a cache variable.
5306         (gnus-current-home-score-file): No need to `nreverse' the return value
5307         of `gnus-score-find-alist', it is already in the correct order.
5308
5309 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5310
5311         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5312         type MESSAGE and subtype RFC822 is slightly different from those of
5313         type TEXT.
5314
5315 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5316
5317         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5318         This allows article-referral to work from an nnir group.
5319
5320 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5321
5322         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5323
5324 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5325
5326         * mml1991.el (mml1991-epg-find-usable-key)
5327         (mml1991-epg-find-usable-secret-key): New function.
5328         (mml1991-epg-sign): Check if signing key is usable.
5329         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5330
5331 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5332
5333         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5334         server-variables only.  This should fix a bug introduced with commit
5335         e1889675b7f4adf057833c5513c9374134c4e053.
5336         (nnir-run-query): 'nnir-search-engine should not be set from the global
5337         environment.
5338
5339 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5340
5341         * nnir.el (nnir-search-thread): Position point on referring article
5342         line.
5343         (nnir-warp-to-article): Clean up summary buffers.
5344
5345         * nnimap.el (nnimap-request-thread): Whitespace fix.
5346
5347 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5348
5349         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5350
5351 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352
5353         * starttls.el (starttls-available-p): Rename from
5354         `starttls-any-program-available' and changed return convention.
5355
5356 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5357
5358         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5359         `unix-sync' unless it's defined.
5360
5361 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5362
5363         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5364         `aref' for XEmacs compatibiltiy.
5365
5366 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5369
5370 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5371
5372         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5373         closures, quote the form properly (bug#9194).
5374
5375 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376
5377         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5378         (gnus-summary-insert-new-articles): Protect against servers that are
5379         down.
5380
5381 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5382
5383         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5384         in mm handle if none is specified.
5385
5386 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5387
5388         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5389
5390 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5391
5392         * nnir.el (nnir-search-thread): New function to make an nnir group
5393         based on a thread query.
5394
5395         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5396         of nnir in thread referral.
5397         (gnus-summary-refer-thread): Use it.
5398
5399         * nnimap.el (nnimap-request-thread): Use it.
5400
5401 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5402
5403         * shr.el (shr-tag-comment): Ignore HTML comments.
5404
5405 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5406
5407         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5408         argument.
5409         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5410         Use `nnir-address' to handle server info rather than passing an arg.
5411
5412         * nnimap.el (nnimap-make-thread-query): New utility function to format
5413         an imap thread search query.
5414         (nnimap-request-thread): Use it.
5415
5416         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5417         right select-method if we are not going back to the group buffer.
5418
5419 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5422         enter invalid buffer configurations into the quit form (bug#9107).
5423         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5424         unplugged/plugged.
5425
5426         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5427         keep track of which ones are unread (bug#9061).
5428
5429         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5430         (bug#9055).
5431
5432         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5433         (bug#9041).
5434
5435         * gnus-html.el (mm-util): Require (bug#9073).
5436
5437         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5438         (gnus-summary-refer-thread): Use it to remove duplicates in the
5439         un-threaded view (bug#9053).
5440         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5441
5442 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5443
5444         * nnir.el (nnir-read-server-parm): Use default value from global
5445         variable.  Without this the default search engine parameters aren't
5446         used at all.
5447
5448 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * message.el (message-unique-id): Don't use the undocumented return
5451         value from (random t) (bug#9118).
5452
5453 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * message.el (message-auto-save-directory): If the ~/Mail directory
5456         doesn't exist, use ~ as the auto-save directory (bug#4432).
5457
5458         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5459         hasn't already been started.
5460
5461 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5462
5463         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5464
5465         * message.el (message-reply): Work around mysterious bug where
5466         `message-mode' seems to overwrite the locally bound `subject' variable.
5467
5468 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5469
5470         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5471         correct group.
5472
5473         * gnus-int.el (gnus-request-thread): Add group argument.
5474
5475         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5476
5477 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5478
5479         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5480
5481         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5482         renamed to `debbugs-gnu-*'.
5483
5484 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5485
5486         * plstore.el: Revert the editing feature since it is not urgent.
5487         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5488         (plstore-mode-decoded): Remove.
5489
5490 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5493         isn't very interesting any more, and it leaks potentially secret data.
5494         (gnus-debug): Remove.
5495
5496         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5497         use of :custom-show.
5498
5499 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5500
5501         * plstore.el: Add documentation.
5502         (plstore-mode): New mode to edit plstore file.
5503         (plstore-mode-toggle-display, plstore-mode-original)
5504         (plstore-mode-decoded): New command.
5505         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5506         (plstore--insert-buffer, plstore--make): New function.
5507         (plstore-open, plstore-save): Simplify by using them.
5508
5509 2011-07-06  Glenn Morris  <rgm@gnu.org>
5510
5511         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5512
5513 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5516         no longer is much used.
5517         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5518         Articles".
5519
5520 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5521
5522         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5523         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5524         `notmuch' backend.
5525
5526 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5527
5528         * mm-decode.el (mm-text-html-renderer): Doc fix.
5529
5530         * gnus-msg.el (gnus-bug): Fix the MML tag.
5531
5532         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5533
5534 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5535
5536         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5537         secondary methods if started with `gnus-no-server'.
5538
5539 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5540
5541         * message.el (message-return-action): Fix typo in docstring.
5542
5543 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5544
5545         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5546         bug reports at once.
5547
5548         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5549
5550 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * nndraft.el: Require gnus-group.
5553         (nndraft-request-list): Declare.
5554
5555         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5556         no unread article unless it matches gnus-permanently-visible-groups.
5557
5558         * nndraft.el (nndraft-update-unread-articles): New function.
5559         (nndraft-request-associate-buffer): Use it to update the number of
5560         unread articles for the nndraft groups in the group buffer when saving
5561         or killing a draft message.
5562
5563 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5566         systems to binary before writing and reading the mbox files.
5567
5568         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5569         instead of trying to list them all (bug#8978).
5570
5571 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5572
5573         * pop3.el (pop3-open-server): Use :end-of-capability.
5574
5575 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5578         the id is always a number.
5579
5580         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5581
5582         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5583         debbugs mode, if possible.
5584
5585 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5586
5587         * auth-source.el (auth-source-token-passphrase-callback-function):
5588         Reindent.
5589         (epg-context-operation): Remove unnecessary autoload.
5590
5591 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592
5593         * gnus.el (gnus-list-debbugs): New command.
5594
5595         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5596         mboxstat instead of the maintbox, since the stat seems to be fuller.
5597
5598         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5599         summary buffers.
5600
5601         * message.el (message-get-reply-headers): Delete all duplicates,
5602         instead of the first.
5603         (message-get-reply-headers): Ensure that we have progress while
5604         deleting duplicates.
5605
5606         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5607         gnus-posting-style value from the summary buffer to make it easier to
5608         make that a per-buffer conf.
5609
5610 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5611
5612         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5613         found by setting `shortcut' in 'query.
5614         (nnir-request-article): Use `shortcut' setting when requesting article
5615         by Message-ID.
5616
5617 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5618
5619         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5620         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5621         Bring the pseudo-headers back too.
5622
5623 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5624
5625         * auth-source.el (auth-source-token-passphrase-callback-function):
5626         Simplify and remove EPA dependency.
5627
5628 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5629
5630         * nnir.el (nnir-request-article): Fix error message text.
5631
5632 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5633
5634         * auth-source.el (plstore-delete): Autoload.
5635         (auth-source-plstore-search): Support delete operation.
5636         * plstore.el (plstore-delete): New function.
5637
5638 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5641         mark actually existing articles as unread rather than the ones that
5642         active asserts.
5643
5644 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5645
5646         * nntp.el (nntp-record-command):
5647         * gnus-util.el (gnus-message-with-timestamp-1):
5648         Use format-time-string rather than decoding time stamps by hand.
5649         This is simpler and insulates the code from potential changes to
5650         current-time format.
5651
5652 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5655
5656 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5657
5658         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5659         (plstore-save): Support public key encryption.
5660         (plstore--init-from-buffer): New function.
5661         (plstore-open): Use it; fix error when opening a non-existent file.
5662         (plstore-revert): Use plstore--init-from-buffer.
5663
5664 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5665
5666         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5667
5668 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5671         for old Emacsen.
5672
5673 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5674
5675         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5676         is not fully working.
5677
5678 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5679
5680         * dgnushack.el: Autoload sha1 on XEmacs.
5681
5682         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5683         quit window configuration.
5684
5685         * auth-source.el (epg-context-set-passphrase-callback):
5686         Remove duplicate autoload.
5687
5688 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5689
5690         * nnir.el (nnir-request-article): Allow requesting articles by
5691         Message-ID with nnimap.
5692
5693         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5694         current server.
5695
5696 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5697
5698         * auth-source.el: Autoload EPA/EPG functions.
5699         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5700         changed when EPA/EPG is not available.
5701         (auth-source-backend): Rename "arg" member to "data".
5702         (auth-source-backend-parse, auth-source-plstore-search)
5703         (auth-source-plstore-create): Use it.
5704
5705 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5706
5707         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5708         `gnus-refer-article-methods'.
5709
5710 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5711
5712         * auth-source.el: Require EPA and EPG.
5713         (auth-source-passphrase-alist): New variable.
5714         (auth-source-passphrase-callback-function)
5715         (auth-source-token-passphrase-callback-function): Callbacks for the
5716         netrc field encryption (GPG tokens).
5717         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5718         Symmetric encryption and decryption of the netrc GPG tokens.
5719         (auth-source-netrc-normalize): Use them, simplifying the closure.
5720
5721 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5724         is available.
5725
5726 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5729         non-nil, and `nnimap-split-methods' is nil, use the former.
5730
5731 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5732
5733         * plstore.el (plstore-revert): New function.
5734         (plstore-open): Use it; hide the buffer from user.
5735
5736 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5737
5738         * auth-source.el (auth-source-backend): New member "arg".
5739         (auth-source-backend-parse): Handle new backend 'plstore.
5740         * plstore.el: New file.
5741
5742 2011-06-30  Glenn Morris  <rgm@gnu.org>
5743
5744         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5745
5746 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5747
5748         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5749         expiring articles to.
5750
5751         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5752         variations as ASCII (bug#5458).
5753
5754 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5757
5758 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759
5760         * message.el (message-point-in-header-p): Tweak the function to default
5761         to saying that we're not in the headers if there is no separator at
5762         all.  This makes it possible to use the Message version of `M-q' in
5763         buffers with no headers (bug#7987).
5764         (message-point-in-header-p): Fix last checkin to work with an empty
5765         mail-header-separator, too.
5766
5767         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5768         again, save the choice via customize.
5769
5770 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5773
5774         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5775         ended the connection, bail out before waiting infinitely on a new
5776         connection.
5777
5778 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5779
5780         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5781         reports.
5782
5783         * gnus.el (gnus-bug-package): Use "gnus."
5784         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5785
5786 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * dgnushack.el: Make the timer warning go away on XEmacs.
5789
5790         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5791         animations going on at article exit time.
5792
5793         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5794         since removing it breaks people upgrading.
5795
5796         * shr.el (shr-put-image): Use the new interface for animating images.
5797         (shr-put-image): Animate for 60 seconds.
5798
5799         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5800         avoid compiler warnings.
5801
5802         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5803         error with `find-file-hooks' on Emacs 22.
5804         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5805         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5806         on all architectures.
5807
5808         * spam.el (spam-stat): Require in a normal fashion without binding
5809         `spam-stat-install-hooks' to avoid compilation warnings.
5810
5811         * spam-stat.el (spam-stat-install-hooks): Remove.
5812         (spam-stat-install-hooks): Don't run automatically.
5813
5814 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5815
5816         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5817         and keystroke.
5818
5819 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * auth-source.el (auth-source-netrc-cache): Move forward.
5822
5823 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5824
5825         * proto-stream.el (proto-stream-open-starttls): Use
5826         `gnutls-available-p' to see whether we have built-in support.
5827
5828         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5829         we already know.
5830         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5831         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5832
5833 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5834
5835         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5836         %S format, since that looks odd.
5837         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5838         file, especially when saving.
5839
5840 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5841
5842         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5843         article found.
5844
5845 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5846
5847         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5848         `auth-source-save-secrets' with a more sensitive alist that can be
5849         configured per file.  Experimental, so defaults to 'never.
5850         (auth-source-netrc-create): Use it.  Still experimental code.
5851         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5852         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5853
5854 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         * auth-source.el (auth-source-save-secrets): New variable to control if
5857         secret tokens should be saved encrypted.
5858         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5859         to `auth-source-netrc-normalize'.
5860         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5861         on the EPA variables being defined.
5862         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5863         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5864         the lexical-let closure.
5865         (auth-source-netrc-create): Create "gpg:" tokens according to
5866         `auth-source-save-secrets'.
5867
5868 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * gnus-group.el (gnus-group-update-group): Add new argument
5871         `info-unchanged' that stops updating dribble buffer.
5872
5873         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5874         deletes lines matching to it in dribble buffer.
5875
5876         * gnus-agent.el (gnus-agent-fetch-group-1):
5877         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5878         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5879         * gnus-start.el (gnus-group-change-level):
5880         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5881
5882         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5883         if newsgroup info is not changed.
5884
5885         * gnus-group.el (gnus-group-get-new-news-this-group):
5886         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5887         Don't update dribble buffer.
5888
5889 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5890
5891         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5892         remove entries with groups we ignore.
5893
5894 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5895
5896         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5897         the underline comes at the bottom.
5898
5899 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5900
5901         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5902         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5903         (gnus-registry-article-marks-to-names): Rename from
5904         `gnus-registry-user-format-function-M2'.
5905
5906 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5909         ephemeral group.
5910
5911 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5912
5913         * shr.el (shr-browse-image): Copy the URL if called interactively.
5914
5915 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5918         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5919         done, then unselected articles may be marked as read.
5920
5921         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5922         since not doing this seems to lead to a race condition in pop3-logon.
5923
5924         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5925         so that the call chain it correct when we call "upwards".
5926
5927         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5928         in read-only groups.
5929
5930         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5931
5932         * message.el (message-cite-reply-position): Doc string fix.
5933
5934         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5935         avoid regexp overflow.
5936         (nnimap-transform-split-mail): Ditto.
5937
5938         * pop3.el (pop3-retr): Error out if the server closes the connection.
5939
5940 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5941
5942         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5943         mm-with-unibyte-current-buffer.  The buffer should not contain any
5944         multibyte chars anyway at this stage.
5945
5946 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5947
5948         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5949         at the end of lines.
5950
5951 2011-05-29  Julien Danjou  <julien@danjou.info>
5952
5953         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5954
5955 2011-05-27  Glenn Morris  <rgm@gnu.org>
5956
5957         * gnus-group.el (gnus-bug-group-download-format-alist):
5958         Use the "maintainer" version of debian reports as well.
5959
5960 2011-05-26  Glenn Morris  <rgm@gnu.org>
5961
5962         * gnus-group.el (gnus-bug-group-download-format-alist):
5963         Use the "maintainer" version of debbugs.gnu.org reports.
5964
5965 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5968
5969 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5970
5971         * gnus-cus.el (gnus-agent-customize-category):
5972         * gnus-delay.el (gnus-delay-send-queue):
5973         * gnus.el (gnus-other-frame):
5974         Don't quote lambda expressions with `quote'.
5975
5976 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5977
5978         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5979         the thread moves us backwards and so we loop forever.
5980
5981 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5984         whitespace in base64 data lines.
5985
5986 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5987
5988         * gnus-registry.el (gnus-registry-user-format-function-M):
5989         Use `mapconcat'.
5990         (gnus-registry-user-format-function-M2): Use to see the full text of
5991         the marks.  Make "," the mark text separator.
5992
5993         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5994         authentication with auth-source.
5995
5996 2011-05-17  Glenn Morris  <rgm@gnu.org>
5997
5998         * gnus-group.el (gnus-import-other-newsrc-file):
5999         Use insert-file-contents.
6000
6001 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6002
6003         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6004         1000 iterations.
6005
6006 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * nntp.el (nntp-open-connection): Check if process-type is available.
6009
6010 2011-05-16  Julien Danjou  <julien@danjou.info>
6011
6012         * shr.el (shr-tag-del): Add support for del tag.
6013
6014 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gnus-html.el (gnus-html-put-image): Register a displayer.
6017
6018         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6019
6020 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6021
6022         * registry.el (prune-factor): New initialization parameter defaulting
6023         to 0.1.
6024         (registry-prune-hard): Use it.
6025
6026         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6027         0.1 expicitly.
6028
6029 2011-05-13  Glenn Morris  <rgm@gnu.org>
6030
6031         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6032         is bound, since this function requires sendmail.
6033
6034 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6035
6036         * registry.el (registry-usage-test): Disable pruning test.
6037
6038 2011-05-11  David Engster  <dengste@eml.cc>
6039
6040         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6041         Bind set-network-process-option for XEmacs.
6042
6043 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6044
6045         * registry.el (registry-prune-hard-candidates)
6046         (registry-prune-soft-candidates): Helper methods for registry pruning.
6047         (registry-prune): Use them.  Make the sort function optional.
6048
6049 2011-05-10  Jim Meyering  <meyering@redhat.com>
6050
6051         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6052
6053 2011-05-10  Julien Danjou  <julien@danjou.info>
6054
6055         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6056         symbol and not a list.
6057
6058 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * gnus-art.el (gnus-article-mode): Move binding of
6061         shr-put-image-function here from gnus-article-prepare-display.
6062
6063         * shr.el (shr-put-image-function): New variable.
6064         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6065         (shr-put-image): Return scaled image.
6066
6067         * gnus-art.el (gnus-shr-put-image): New function.
6068         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6069
6070         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6071         original ones, as deletable.
6072
6073 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6074
6075         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6076
6077 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6078
6079         * registry.el (registry-full): Add convenience method.  Fix logic.
6080         (registry-insert): Use it.  Fix logic here too.
6081
6082         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6083         `registry-prune' if `registry-full' returns t.
6084         (gnus-registry-handle-action)
6085         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6086         (gnus-registry-usage-test): Use it.
6087
6088 2011-05-07  Julien Danjou  <julien@danjou.info>
6089
6090         * shr.el (shr-link): Make shr-link inherit from link by default.
6091
6092 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6093
6094         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6095
6096 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6097
6098         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6099         error out because the face is not a list.
6100
6101 2011-05-05  Glenn Morris  <rgm@gnu.org>
6102
6103         * proto-stream.el (gnutls-negotiate): Fix declarations.
6104
6105         * gnus-start.el (gnus-propagate-marks): Declare.
6106
6107 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6108
6109         * registry.el (registry-reindex): Fix percentage message.
6110
6111         * proto-stream.el (network-stream-open-starttls): Adjust to call
6112         `gnutls-negotiate' with :process and :hostname arguments.
6113
6114 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6115
6116         * shr.el: Add shr-link face for links.
6117         (shr-urlify): Use it.
6118
6119         * registry.el (registry-insert): Make error message more helpful.
6120
6121 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6122
6123         * gnus-html.el (gnus-html-schedule-image-fetching):
6124         Use url-queue-retrieve, if it exists.
6125
6126         * shr.el (shr-tag-img): Ditto.
6127
6128         * gnus.el: Autoload more gnus-agent functions.
6129
6130         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6131         agent if we haven't already (bug#8502).
6132
6133         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6134         into the Agent, too.
6135
6136         * gnus-agent.el (gnus-agent-store-article): New function.
6137
6138         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6139         and moved from that file for reuse.
6140
6141         * pop3.el (pop3-open-server): Error messages are "-ERR".
6142
6143 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6144
6145         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6146         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6147
6148 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6149
6150         * gnus.el: No Gnus v0.17 is released.
6151
6152 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6153
6154         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6155         buffer has moved to a different frame.
6156
6157 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6158
6159         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6160         to get the conversion from unibyte to multibyte buffers to work on
6161         Emacs 22.
6162
6163         * nntp.el (nntp-request-article): Slight clean-up.
6164
6165 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * shr.el (shr-strike-through): New face.
6168         (shr-tag-s): Use it to provide <s> support.
6169         (shr-tag-s): Remove duplicate definition.
6170
6171 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6172
6173         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6174         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6175
6176 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6177
6178         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6179         `gnutls-negotiate'.
6180         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6181
6182 2011-04-23  Glenn Morris  <rgm@gnu.org>
6183
6184         * gnus-sum.el (gnus-extra-headers): Bump :version.
6185
6186 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6187
6188         * shr.el (shr-tag-sup): New function.
6189         (shr-tag-sub): Ditto.
6190
6191 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6192
6193         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6194         for the case where `gnus-registry-ignored-groups' is a list of lists,
6195         and don't call `gnus-parameter-registry-ignore' otherwise.
6196
6197 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6198
6199         * nnimap.el (nnimap-user): New backend variable.
6200         (nnimap-open-connection-1): Use it.
6201         (nnimap-credentials): Accept user parameter so it's explicit what user
6202         name is desired.
6203
6204         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6205         default.
6206
6207         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6208         not gnus-registry.el.
6209
6210         * gnus-registry.el: Mention in comments how to modify
6211         `gnus-extra-headers' for proper recipient tracking and that it may
6212         already have To and Cc recently, which it does as of this commit.
6213         (gnus-registry-ignored-groups): Remove defcustom.
6214         Explain why in comments.
6215         (gnus-registry-action): Fix data-header reference to use the extra
6216         headers.  Explain in package commentary how to add To and Cc headers to
6217         the gnus-extra-headers.
6218         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6219         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6220         parameter list or a string list in `gnus-registry-ignored-groups'.
6221         Fix logic error.
6222
6223 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * shr.el (shr-expand-url): Protect against null urls.
6226
6227 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6228
6229         * shr.el (shr-base): New binding.
6230         (shr-tag-base): Keep track of <base>.
6231         (shr-expand-url): New function used throughout.
6232
6233 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6234
6235         * gnus-registry.el
6236         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6237         (gnus-registry-ignored-groups): New variable.
6238         (gnus-registry-ignore-group-p): Use it.
6239         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6240         set the destination group to nil (same as delete) if it's ignored.
6241
6242 2011-04-20  David Engster  <dengste@eml.cc>
6243
6244         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6245
6246         * Makefile.in (test-nntp): New rule.
6247         (check): Add it.
6248         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6249
6250 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-registry.el (gnus-registry-action)
6253         (gnus-registry-fetch-header-fast):
6254         Don't use mail-header that looks an internal function of mailheader.el.
6255
6256 2011-04-19  Glenn Morris  <rgm@gnu.org>
6257
6258         * time-date.el (time-to-days): Remove unused local variables.
6259
6260 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus-registry.el: Eliminate cl functions.
6263         (gnus-registry-sort-addresses): New function that replaces mapcan.
6264         (gnus-registry-action, gnus-registry-spool-action)
6265         (gnus-registry-split-fancy-with-parent)
6266         (gnus-registry-fetch-recipients-fast): Use it.
6267         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6268
6269         * registry.el (initialize-instance, registry-lookup)
6270         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6271         (registry-lookup-secondary-value, registry-search, registry-delete)
6272         (registry-insert, registry-reindex, registry-size, registry-prune):
6273         Use eval-and-compile.
6274
6275 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6276
6277         * registry.el (registry-reindex): New method to recreate the secondary
6278         registry indices.
6279
6280         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6281         tracked field changes.
6282         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6283         (gnus-registry-action, gnus-registry-spool-action)
6284         (gnus-registry-handle-action)
6285         (gnus-registry--split-fancy-with-parent-internal)
6286         (gnus-registry-split-fancy-with-parent)
6287         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6288         move, and delete actions, and for fancy splitting with parent.
6289         (gnus-registry-extract-addresses)
6290         (gnus-registry-fetch-recipients-fast)
6291         (gnus-registry-fetch-header-fast): Convenience functions.
6292         (gnus-registry-misc-test): ERT test of
6293         `gnus-registry-extract-addresses'.
6294
6295 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6296
6297         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6298         Track by subject first, then sender.
6299
6300 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6301
6302         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6303
6304         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6305         Lisp.
6306
6307         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6308         (gnus-draft-send): Use it to avoid popping
6309         up frames from gnus-group-send-queue.
6310
6311 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6312
6313         * gnus-registry.el: Updated gnus-registry docs.
6314
6315 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6318         Fix logic bug.
6319         (gnus-registry-post-process-groups): Fix logging of no results and
6320         quote sender and subject.
6321
6322 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6323
6324         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6325         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6326         gnutls-cli are too slow to be done opportunistically.
6327
6328         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6329         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6330         we had no early-data returned.
6331         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6332         two async commands to the same server at the same time.
6333
6334 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6335
6336         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6337
6338 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6339
6340         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6341         "warning" level.
6342
6343         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6344         (mm-url-insert-file-contents): Don't set the package names.
6345
6346 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6347
6348         * gnus-registry.el (gnus-registry-action): Remove properties and
6349         simplify subject in `gnus-registry-handle-action'.
6350         (gnus-registry-spool-action): Get subject and sender from message if
6351         they are not passed in.
6352         (gnus-registry-handle-action): Remove properties and simplify subject
6353         consistently.
6354
6355 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6356
6357         * registry.el: Require CL before using defmacro*.
6358
6359 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * gnus-art.el (article-treat-date): Assume that
6362         gnus-article-date-headers may be a group parameter.
6363
6364 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6365
6366         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6367
6368         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6369         interactively so the newsrc file can contain foreign groups too.
6370         Useful for debugging but not much for users.
6371
6372 2011-04-07  David Engster  <dengste@eml.cc>
6373
6374         * registry.el (registry-usage-test): Only do
6375         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6376         lexical binding.
6377
6378 2011-04-07  David Engster  <dengste@eml.cc>
6379
6380         * Makefile.in (check, test-registry): New rules for test-suite.
6381
6382 2011-04-06  David Engster  <dengste@eml.cc>
6383
6384         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6385         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6386
6387 2011-04-06  David Engster  <dengste@eml.cc>
6388
6389         * registry.el (initialize-instance): Change :after to :AFTER to be
6390         compatible with old EIEIO version in XEmacs.
6391
6392 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6393
6394         * gnus-registry.el (gnus-registry-post-process-groups)
6395         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6396         and provide better messaging.
6397
6398 2011-04-06  David Engster  <dengste@eml.cc>
6399
6400         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6401         errors.
6402
6403         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6404         dgnushack-compile with error-on-warn enabled, and to signal an error if
6405         clean compilation failed.
6406         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6407         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6408
6409 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6410
6411         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6412         unconditionally anyway, discarding errors.
6413         (gnus-registry-delete-entries): New convenience function.
6414         (gnus-registry-import-eld): Import from old .eld registry.
6415
6416         * registry.el: Don't use ERT if it's not available.  Load it
6417         unconditionally anyway, discarding errors.
6418
6419         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6420         version from the Claudio Bley GnuTLS patch (extra optional parameters
6421         and host name).
6422
6423 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6424
6425         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6426         fixup the parameters that can be customized by the user between
6427         save/read cycles.
6428         (gnus-registry-read): Use it.
6429         (gnus-registry-make-db): Use it.
6430         (gnus-registry-spool-action, gnus-registry-handle-action):
6431         Fix messaging.
6432         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6433         Map references to actual group names with sender and subject tracking.
6434         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6435         (gnus-registry-usage-test): Add subject lookup test.
6436
6437         * registry.el (registry-db, initialize-instance): Set up constructor
6438         instead of :initform arguments for the sake of older Emacsen.
6439         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6440         pre-lexbind merge bug.
6441         (registry-usage-test): Use it.
6442         (initialize-instance, registry-db): Move the non-function initforms
6443         back to the class definition.
6444
6445 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6446
6447         * registry.el: New library to manage gnus-registry-style data.
6448
6449         * gnus-registry.el: Use it (major rewrite).
6450
6451         * nnregistry.el: Use it.
6452
6453         * spam.el: Use it.
6454
6455 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6456
6457         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6458         marks on non-selected articles.
6459
6460 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6461
6462         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6463         parameter to open-protocol-stream.
6464
6465 2011-04-01  Julien Danjou  <julien@danjou.info>
6466
6467         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6468         fundamental-mode.
6469
6470 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6473         servers.
6474
6475 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476
6477         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6478         made marks not propagate, again.
6479
6480 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6481
6482         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6483         Make this the default type.
6484         (proto-stream-open-plain): Rename from proto-stream-open-default.
6485         (open-protocol-stream, proto-stream-open-starttls)
6486         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6487         with `plain'.
6488
6489         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6490         value.
6491
6492         * nntp.el (nntp-open-connection-function): Document the fact that some
6493         values are not functions but are instead handled specially.
6494         Recognize nntp-open-plain-stream value.
6495         (nntp-open-connection): Recognize that value.
6496
6497 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6498
6499         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6500         where it seems to be needed.
6501
6502 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6503
6504         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6505         stuff.
6506
6507         * gnus-score.el (gnus-score-string): Fix calling convention of
6508         `gnus-simplify-buffer-fuzzy' after last patches.
6509
6510         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6511         server for articles we didn't get any headers for.  This is a sanity
6512         check.
6513
6514 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6515
6516         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6517         new CAPABILITY, use it.
6518
6519 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6520
6521         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6522         downloading anything.
6523
6524         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6525
6526 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6527
6528         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6529         colors.
6530         (gnus-splash-svg-color-symbols): New function.
6531
6532 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6533
6534         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6535         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6536         (gnus-simplify-subject-fuzzy): Use the local
6537         gnus-simplify-subject-fuzzy-regex instead of the global one.
6538         This makes using this variable in group parameters work.
6539
6540 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6541
6542         * gnus-registry.el (gnus-registry-unfollowed-groups):
6543         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6544         archive:sent-YYYY-MM-DD groups).
6545         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6546         tracking if there are more than `gnus-registry-max-track-groups'
6547         matches.
6548
6549 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6550
6551         * message.el (message--yank-original-internal): New function to do the
6552         insertion cleanly inside eval in `message-yank-original'.
6553         (message-yank-original): Use it.
6554
6555 2011-03-29  Julien Danjou  <julien@danjou.info>
6556
6557         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6558         local variables disabled rather than `normal-mode'.
6559
6560 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6561
6562         * imap.el (imap-shell-open, imap-process-connection-type):
6563         Use imap-process-connection-type for 'shell' streams as well as
6564         Kerberos, SSL, other subprocesses.
6565
6566 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6567
6568         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6569         with open-network-stream.
6570         (proto-stream-always-use-starttls): Option removed.
6571         (open-protocol-stream): Return a process object by default.  Provide a
6572         new parameter :return-list specifying a list-type return value, which
6573         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6574         :type `network' to `try-starttls', and `network-only' to `default'.
6575         Make `default' the default, for compatibility with open-network-stream.
6576         Handle the no-parameter case exactly as open-network-stream, with no
6577         additional stream processing.  Search plists using plist-get.
6578         Explicitly add :end-of-commend parameter if it is missing.
6579         (proto-stream-open-default): Rename from
6580         proto-stream-open-network-only.  Return 'default as the type.
6581         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6582         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6583         failed.  Always return a list with a (possibly dead) process as the
6584         first element, for compatibility with open-network-stream.
6585         (proto-stream-open-tls): Use plist-get.  Always return a list.
6586         (proto-stream-open-shell): Return `default' as connection type.
6587         (proto-stream-capability-open): Use plist-get.
6588         (proto-stream-eoc): Function deleted.
6589
6590         * nnimap.el (nnimap-stream, nnimap-open-connection)
6591         (nnimap-open-connection-1): Handle renaming of :type parameter for
6592         open-protocol-stream.
6593         (nnimap-open-connection-1): Pass a :return-list parameter
6594         open-protocol-stream to obtain a list return value.  Parse this list
6595         using plist-get.
6596
6597         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6598         for open-protocol-stream.  Accept open-protocol-stream return value
6599         that is a subprocess object instead of a list.  Handle the case of a
6600         dead returned process.
6601
6602 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6603
6604         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6605
6606         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6607
6608 2011-03-21  Julien Danjou  <julien@danjou.info>
6609
6610         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6611         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6612         query.
6613         (mm-inline-text): Render normal text with fontification whenever
6614         possible.
6615
6616         * gnus-sum.el (gnus-summary-save-parts-1):
6617         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6618         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6619         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6620         Use `mm-handle-filename'.
6621
6622         * mm-util.el (mm-handle-filename): New function, return the filename of
6623         an handle.
6624
6625 2011-03-18  Julien Danjou  <julien@danjou.info>
6626
6627         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6628         (gnus-buffer-live-p): Check that buffer is not nil.
6629
6630 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6631
6632         * gnus.el: No Gnus v0.15 is released.
6633
6634 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635
6636         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6637         avoid warning on XEmacs.
6638
6639         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6640         on XEmacs.
6641
6642         * gnus-art.el: Require mouse, which the build bot seems to say is
6643         needed.
6644
6645         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6646
6647         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6648         XEmacs, since it doesn't have url-retrieve-synchronously.
6649
6650         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6651         since assoc-string doesn't exist in XEmacs.
6652
6653 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6654
6655         * gnus-group.el (gnus-group-list-ticked): New function.
6656         (gnus-group-make-menu-bar): Provide a menu entry for it.
6657         (gnus-group-list-map): Provide a binding for it.
6658
6659 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6660
6661         * shr.el (shr-visit-file): New command.
6662
6663         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6664
6665 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6666
6667         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6668         servers.
6669
6670 2011-03-16  Julien Danjou  <julien@danjou.info>
6671
6672         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6673         inline.
6674
6675         * gnus-art.el (article-hide-list-identifiers):
6676         Use gnus-group-get-list-identifiers.
6677
6678         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6679         (gnus-summary-remove-list-identifiers):
6680         Use gnus-group-get-list-identifiers to get regexp.
6681         (gnus-select-newsgroup, gnus-summary-insert-subject)
6682         (gnus-summary-insert-articles):
6683         Call gnus-summary-remove-list-identifiers unconditionally.
6684
6685 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686
6687         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6688         we're selecting a group with unread articles.
6689
6690         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6691
6692         * gssapi.el: New file separated out from imap.el to provide a general
6693         Kerberos 5 connection facility for Emacs.
6694
6695         * message.el (message-elide-ellipsis): Document the format spec
6696         ellipsis.
6697
6698 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6699
6700         * message.el (message-elide-region): Allow the ellipsis to say how many
6701         lines were removed.
6702
6703 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6704
6705         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6706         window configurations containing buffers that are now dead.
6707
6708         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6709         parsing to avoid integer overflows.
6710         (nnimap-parse-flags): Simplify the last change.
6711         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6712         too large for 32-bit Emacsen.
6713
6714 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6715
6716         * auth-source.el (auth-source-netrc-create):
6717         * message.el (message-yank-original): Fix use of `case'.
6718
6719 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6720
6721         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6722         XEmacs, which was one character too wide.
6723
6724 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6725
6726         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6727         default number of articles to display.
6728         (gnus-articles-to-read): Use pretty names for prompt.
6729
6730 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6731
6732         * gnus-int.el (gnus-open-server): Ditto.
6733
6734         * gnus-start.el (gnus-activate-group): Give a backtrace if
6735         debug-on-quit is set and the user hits `C-g'.
6736         (gnus-read-active-file): Ditto.
6737
6738         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6739
6740 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6741
6742         * message.el (message-yank-original): Use cond instead of CL case.
6743
6744 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6745
6746         * auth-source.el (auth-source-netrc-create): Use usual format for the
6747         default in prompts.
6748
6749 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * lpath.el: Fbind read-char-choice for XEmacs.
6752
6753 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6754
6755         * auth-source.el (auth-source-netrc-create): Show the default in the
6756         prompt when prompting for token creation.
6757
6758 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6759
6760         * auth-source.el (auth-source-format-prompt): Always convert the value
6761         to a string to avoid evaluating non-string arguments.
6762         (auth-source-netrc-create): Offer default properly, not as initial
6763         content in `read-string'.
6764         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6765         of line to determine if we've been run before.  If so, don't run again,
6766         but print a trivial message to indicate the cache was hit instead.
6767
6768 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6769
6770         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6771         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6772         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6773         Gnus.
6774
6775 2011-03-11  Julien Danjou  <julien@danjou.info>
6776
6777         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6778         modified file".
6779
6780 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6781
6782         * auth-source.el (auth-source-read-char-choice): New function to read a
6783         character choice using `dropdown-list', `read-char-choice', or
6784         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6785         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6786         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6787         (auth-source-netrc-saver): Use it.
6788         (auth-source-pick-first-password): New convenience function.
6789
6790 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6791
6792         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6793         parameter in the credentials.
6794         (nnimap-open-connection-1): Use it after a successful login.
6795         (nnimap-credentials): Add IMAP-specific user and password prompt.
6796
6797         * auth-source.el (auth-source-search): Add :require parameter, taking a
6798         list.  Document it and the :save-function return token.  Pass :require
6799         down.  Change the CREATED message from a warning to a debug statement.
6800         (auth-source-search-backends): Pass :require down.
6801         (auth-source-netrc-search): Pass :require down.
6802         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6803         Change save prompt to indicate all modifications saved here are
6804         deletions.
6805         (auth-source-netrc-create): Take user login name as default in user
6806         prompt.  Move all the save functionality to a lexically bound function
6807         under the :save-function token in the returned list.  Set up clearer
6808         default prompts for user, host, port, and secret.
6809         (auth-source-netrc-saver): New function, intended to be wrapped for
6810         :save-function.
6811
6812 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813
6814         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6815         lines to be spaces instead.
6816
6817 2011-03-07  Julien Danjou  <julien@danjou.info>
6818
6819         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6820         (sieve-sasl-auth): Check that auth-source-search did return something,
6821         or just return an empty string.
6822
6823 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6824
6825         * gnus.el (gnus-interactive): Use read-directory-name.
6826
6827         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6828         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6829         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6830         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6831         Likewise.
6832
6833         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6834
6835 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6836
6837         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6838         onto the list of killed groups, too.  This makes killed nnimap groups,
6839         for instance, more reliably not reappear.
6840
6841         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6842         the parent.
6843
6844         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6845
6846         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6847         really have server-side marks.
6848
6849         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6850         since most backends do not usefully have server-side marks.
6851         (gnus-update-read-articles): Propagate marks to all backends that
6852         really have server-side marks.
6853
6854 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6855
6856         * message.el (message-cite-reply-position, message-cite-style):
6857         New variables.
6858         (message-yank-original): Use the new citation styles.
6859
6860 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6861
6862         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6863         buffer-local issue); don't mark it buffer-local when running under
6864         XEmacs.
6865
6866 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6867
6868         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6869         numbers too big to be `read'.
6870
6871 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6872
6873         * password-cache.el (password-in-cache-p): Add autoload.
6874
6875         * message.el (message-options): Make buffer-local two ways to attempt
6876         to fix a XEmacs bug.
6877
6878 2011-03-02  Julien Danjou  <julien@danjou.info>
6879
6880         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6881
6882 2011-03-01  Julien Danjou  <julien@danjou.info>
6883
6884         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6885         group.
6886         (article-hide-list-identifiers): Use list-identifier group parameter.
6887
6888 2011-02-28  Julien Danjou  <julien@danjou.info>
6889
6890         * sieve.el (sieve-buffer-script-name): New local variable to store
6891         sieve script name.
6892         (sieve-edit-script): Store sieve script name.
6893         (sieve-upload): Use sieve script name when uploading.
6894         (sieve-upload): Use substitute-command-keys.
6895         (sieve-edit-script): Use substitute-command-keys.
6896         (sieve-refresh-scriptlist): Use substitute-command-keys.
6897         (sieve-manage-mode-map): Define keymap properly.
6898         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6899         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6900         Remove commented code about cvs.
6901         (sieve-manage-quit): New function.
6902         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6903
6904 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6905
6906         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6907
6908 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6909
6910         * auth-source.el (auth-source-search): Cache empty result sets.
6911
6912         * password-cache.el (password-in-cache-p): Convenience function to
6913         check if a key is in the cache, even if the value is nil.
6914
6915         * auth-source.el (auth-source-save-behavior): New variable to replace
6916         `auth-source-never-create'.
6917         (auth-source-netrc-create): Use it.
6918         (auth-source-never-save): Remove.
6919
6920 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6921
6922         * nnimap.el (nnimap-stream): Doc fix.
6923         (nnimap-open-connection-1): Reverse the order of the ports to that the
6924         prompted-for port is first.
6925
6926         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6927         retrieval by the no-group selection.
6928
6929         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6930         numerical parameters.
6931
6932 2011-02-25  Julien Danjou  <julien@danjou.info>
6933
6934         * gnus-gravatar.el: Use gnus-with-article-buffer.
6935
6936         * gnus-art.el (gnus-with-article-buffer): Check that the
6937         gnus-article-buffer is alive.
6938
6939 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         * auth-source.el (auth-source-creation-prompts): New variable to manage
6942         creation-time prompts.
6943         (auth-source-search): Document it.
6944         (auth-source-format-prompt): Add utility function.
6945         (auth-source-netrc-create): Don't default the user name to
6946         user-login-name.  Use `auth-source-creation-prompts' and some default
6947         prompts for user, host, port, and password (the default generic prompt
6948         remains ugly).
6949         (auth-source-never-save): Add customizable option to never save info.
6950         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6951         mode excursion.
6952
6953 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6956         argument that XEmacs doesn't support.
6957
6958         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6959         compiled for Emacsen having no `libxml-parse-html-region' support.
6960
6961         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6962
6963         * lpath.el: Bind buffer-save-without-query for XEmacs.
6964
6965 2011-02-23  Julien Danjou  <julien@danjou.info>
6966
6967         * gnus-art.el (article-make-date-line): Ignore errors if time is
6968         invalid and not convertible.
6969         (article-make-date-line): Only add lapsed time if time is not nil.
6970
6971 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6972
6973         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6974         `read-char-choice' for backwards compatibility.
6975         (auth-source-netrc-element-or-first): New function to DTRT for
6976         parameter extraction.
6977         (auth-source-netrc-create): Use it and fix multiple parameter print
6978         bug.  Use the default passed from above (given-default) or the
6979         built-in (user-login-name for :user).
6980
6981 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6982
6983         * gnus-start.el (gnus-dribble-read-file):
6984         Set buffer-save-without-query, since we always want to save the dribble
6985         file, probably.
6986
6987         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6988         nnimap.
6989
6990         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6991         -summary- since it's a user-visible variable.
6992
6993         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6994         first time you use the new Gnus.
6995
6996 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * auth-source.el: Don't load netrc.el.
6999         (auth-sources): Search ~/.netrc as well by default.
7000         (auth-source-debug): Add 'trivia option for extra output.
7001         (auth-source-do-trivia): Use it.
7002         (auth-source-search): Simplify logic to use
7003         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7004         appropriate.  Don't keep a running count at this level.  Layer :create
7005         and :delete options appropriately on the first and second passes.
7006         Don't track the backend with the search results.
7007         (auth-source-search-backends): New function to search a list of
7008         backends for a processed spec.
7009         (auth-source-netrc-parse): Cache all netrc files, making
7010         auth-source-netrc-cache an alist keyed by the file name and using the
7011         file mtime as the caching criterion.  Keep the obfuscated data secret
7012         with a lexical bind.
7013         (auth-source-netrc-search): Don't calculate the length of the results
7014         unnecessarily.
7015         (auth-source-search-backends): Fix bug.
7016         (auth-source-netrc-create): Rework prompts.
7017
7018 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7019
7020         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7021         Lower case names of search constraints.
7022         (nnir-run-query): Cache and reuse search constraints for all imap
7023         servers.
7024
7025 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7026
7027         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7028         after exit.
7029         (gnus-setup-message): Define missing variable from last checkin.
7030
7031         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7032         value, show the raw article.
7033
7034 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7035
7036         * gnus.el: No Gnus v0.13 is released.
7037
7038 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7039
7040         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7041         auth-source now accepts numbers.
7042
7043         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7044         spec, too.
7045         (auth-source-ensure-strings): New function.
7046
7047         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7048         (gnus-article-setup-buffer): Always restart the date timer so that user
7049         changes to the frequency is respected.
7050
7051         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7052         port numbers, so make sure it gets that if nnimap-server-port is
7053         explicit.
7054
7055 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7056
7057         * nnimap.el (nnimap-inbox): Doc fix.
7058
7059 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7060
7061         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7062         Autoload.  Add optional arg FRAME, and pass it to color-values.
7063         (color-complement): Caller changed.  Doc fix.
7064         (color-gradient): Rewrite for better clarity and efficiency.
7065
7066 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7067
7068         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7069         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7070         color-lab-to-srgb.
7071
7072 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7073
7074         * color.el: First part of merge from hexrgb.el.
7075         (color-rgb-to-hex): Rename from color-rgb->hex.
7076         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7077         saturation to zero if the value is too small.
7078         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7079         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7080         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7081         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7082         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7083         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7084         (color-cie-de2000): Doc fix.
7085
7086 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7087
7088         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7089         given method as in the group name if we're using an extended method.
7090         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7091         command, if we're using that, instead of waiting for the beginning.
7092
7093         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7094         we're sure to get unique server names, and we don't output two async
7095         commands in the same buffer.  This fixes an NNTP hang for some users.
7096
7097 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7098
7099         * gnus.el: No Gnus v0.11 is released.
7100
7101 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7102
7103         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7104         summary buffer before reading going to the next buffer.  This avoids
7105         putting the point in the group buffer if you `C-g' the command.
7106
7107         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7108         cache (for now) to make ~/.authinfo.gpg files usable.
7109
7110         * nnfolder.el (copyright-update): Define for the compiler.
7111
7112         * auth-source.el (auth-source-search): Fix unbound variable.
7113
7114 2011-02-19  Glenn Morris  <rgm@gnu.org>
7115
7116         * gnus.el (gnus-meta): Doc fix.
7117
7118 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7119
7120         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7121         in case it's not yet loaded.
7122
7123 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7124
7125         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7126         line we're waiting for.
7127
7128 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7129
7130         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7131         face with line-width greater than zero will cause RET in gnus summary
7132         buffer to scroll down article page-wise because auto vscroll happens,
7133         it should be temporally disabled when doing a scroll-up.
7134
7135 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7136
7137         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7138         outputs from the server.
7139
7140 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7141
7142         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7143         later so that bbdb can hook in easier.
7144
7145 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7146
7147         * auth-source.el (auth-source-search): Don't try to create credentials
7148         if the caller doesn't want that.
7149         (auth-source-search): If we don't find a match, don't bug out on
7150         non-bound variables.
7151         (auth-source-search): Only ask a single backend to create the
7152         credentials.
7153
7154         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7155         logging.
7156         (nnimap-credentials): Protect against auth-source-search returning nil.
7157         (nnimap-request-list): Protect against not being able to open the
7158         server.
7159
7160 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7161
7162         * auth-source.el (auth-source-search): Do a two-phase search, one with
7163         no :create to get the responses from all backends.
7164
7165         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7166         when getting credentials.
7167
7168         * gnus-util.el (gnus-delete-duplicates): New function.
7169
7170 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7171
7172         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7173         a creation default, pass the whole port list down.  It will be
7174         completed.
7175
7176         * auth-source.el (auth-source-search): Updated docs to talk about
7177         multiple creation choices.
7178         (auth-source-netrc-create): Accept a list as a value (from the search
7179         parameters) and do completion on that list.  Keep a separate netrc line
7180         with the password obscured for showing the user.
7181
7182         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7183         first choice to `auth-source-search' so it will be used for entry
7184         creation instead of the server's Gnus-specific name.
7185         (nnimap-credentials): Rely on the auth-source library to select which
7186         port is actually wanted in the new netrc entry, so don't override
7187         `auth-source-creation-defaults'.
7188
7189         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7190         :protocol and accept a missing user, host, or port as a wildcard match.
7191         (auth-source-debug): Default to off.
7192
7193         (auth-source-netrc-search, auth-source-netrc-create)
7194         (auth-source-secrets-search, auth-source-secrets-create)
7195         (auth-source-user-or-password, auth-source-backend, auth-sources)
7196         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7197         instead of :protocol.
7198
7199         * nnimap.el (nnimap-credentials): Pass a port default to
7200         `auth-source-search' in case an entry needs to be created.
7201         (nnimap-open-connection-1): Use :port instead of :protocol.
7202
7203 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * auth-source.el: Bind load-path when loading EIEIO from
7206         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7207         21.4 doesn't support, to `require'.
7208         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7209         delete-dups that is not available in XEmacs 21.4.
7210
7211 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7212
7213         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7214         as EIEIO must also be loaded when auth-source.el is being
7215         byte-compiled.
7216
7217 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7218
7219         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7220
7221         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7222
7223         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7224
7225         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7226
7227         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7228
7229         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7230
7231         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7232
7233         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7234         necessary.
7235
7236 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7237
7238         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7239         nil means that nnimap doesn't get updated.
7240
7241 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7242
7243         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7244         result when the user doesn't want to write to the file.
7245         (auth-source-netrc-search): Expect a synthetic result and proceed
7246         accordingly.
7247         (auth-source-cache-expiry): New variable to override
7248         `password-cache-expiry'.
7249         (auth-source-remember): Use it.
7250
7251         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7252         parameter.  Create entry if necessary by using :create t.
7253         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7254
7255 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7256
7257         * auth-source.el (auth-source-debug): Enable by default and don't
7258         mention the obsolete `auth-source-hide-passwords'.
7259         (auth-source-do-warn): New function to debug unconditionally.
7260         (auth-source-do-debug): Use it.
7261         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7262         and for Secrets API entries when the secrets.el library is not
7263         available.
7264
7265 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7266
7267         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7268         (gnus-summary-exit): Kill the correct article buffer on exit from a
7269         `C-d' group.
7270
7271         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7272         gnus-propagate-marks.
7273
7274         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7275         before killing the buffers so that a non-full window conf gets handled
7276         correctly.
7277         (gnus-summary-exit): Ditto.
7278         (gnus-summary-read-group-1): Ditto.
7279
7280         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7281         async code again so that we can debug it properly.
7282
7283         * message.el (message-reply): Take an optional switch-buffer parameter
7284         so that Gnus window confs are respected better.
7285
7286 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7287
7288         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7289         `plist-get' to accept non-list parameters (XEmacs issue).
7290         Fix docstring.
7291         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7292         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7293         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7294         Login collection is "Login" and not "login".
7295
7296 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7297
7298         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7299         multiple headers.
7300
7301         * nnimap.el (nnimap-inhibit-logging): New variable.
7302         (nnimap-log-command): Don't log login commands.
7303
7304         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7305         to have more parameters.
7306
7307         * nnimap.el (nnimap-send-command): Mark the command time for each
7308         command, so that we don't get NOOPs stepping on our toes.
7309
7310         * gnus-art.el (article-date-ut): Get the date from the Date header on
7311         `t'.
7312
7313 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * auth-source.el (auth-source-search): Use copy-sequence instead of
7316         the cl.el copy-list.
7317
7318 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7319
7320         * imap.el: Bring it back (revert
7321         84d800cd31de3064f0ed39617d725709a2f8f42f).
7322
7323 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7324
7325         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7326         Improve prompt.
7327
7328 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7329
7330         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7331         washing status from the default format.  It isn't very informative.
7332
7333 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7334
7335         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7336         Fix Gcc processing on imap.
7337
7338 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7339
7340         * imap.el: Remove file.  All the functionality is in nnimap.el.
7341
7342 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7343
7344         * message.el (message-bury): Don't pop up a new window when selected
7345         window is dedicated.
7346
7347 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7348
7349         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7350
7351 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7352
7353         * sieve-manage.el: Autoload `auth-source-search'.
7354         (sieve-sasl-auth): Use it.
7355
7356 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7357
7358         * nnimap.el: Autoload `auth-source-forget+'.
7359         (nnimap-open-connection-1): Use it if the connection fails.
7360
7361         * auth-source.el: Require `password-cache'.
7362         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7363         obsolete.
7364         (auth-source-magic): Marker for `password-cache' keys.
7365         (auth-source-do-cache): Update docstring.
7366         (auth-source-search): Use and check cache.
7367         (auth-source-forget-all-cached, auth-source-remember)
7368         (auth-source-recall, auth-source-forget, auth-source-forget+)
7369         (auth-source-specmatchp): Caching support functions.
7370         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7371         Remove and obsolete.
7372         (auth-source-user-or-password): Remove caching to further discourage
7373         using it.  Always hide passwords.
7374
7375         * password-cache.el (password-cache-remove): Accept secrets that are
7376         not strings.
7377
7378 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7379
7380         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7381         code for now, since it doesn't work for all users.
7382
7383 2011-02-09  Julien Danjou  <julien@danjou.info>
7384
7385         * message.el (message-options): Make message-options really buffer
7386         local.
7387
7388 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * mail-source.el: Autoload `auth-source-search'.
7391         (mail-source-keyword-map): Note order matters.
7392         (mail-source-set-1): Get all the mail-source source values and
7393         defaults and search auth-source on those if needed.  This can all
7394         probably be simplified.
7395
7396         * nnimap.el: Autoload `auth-source-search'.
7397         (nnimap-credentials): Use it.
7398         (nnimap-open-connection-1): Ask for the virtual server and physical
7399         address in one shot.
7400
7401         * nntp.el: Autoload `auth-source-search'.
7402         (nntp-send-authinfo): Use it.  Note TODO.
7403
7404 2011-02-08  Julien Danjou  <julien@danjou.info>
7405
7406         * shr.el (shr-tag-body): Add support for text attribute in body
7407         markups.
7408
7409         * message.el (message-options): Make message-options a local variable.
7410
7411 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7412
7413         * auth-source.el (auth-source-secrets-search)
7414         (auth-source-user-or-password): Use `append' instead of `nconc'.
7415         (auth-source-user-or-password): Build return list better and protect
7416         against nil :secret.
7417
7418 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7419
7420         * nnimap.el (nnimap-update-info): Refactor slightly.
7421         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7422         (nnimap-update-info): Clean up slightly.
7423         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7424         characters.
7425         (nnimap-process-quirk): Rename function to avoid collision.
7426         (nnimap-update-info): Fix macrology bug-out.
7427         (nnimap-update-info): Simplify split history test.
7428
7429 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7430
7431         * auth-source.el (top): Require 'eieio unconditionally.
7432         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7433         (auth-source-secrets-search): Limit search when `max' is greater than
7434         number of results.
7435
7436 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7437
7438         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7439         part not returning any data.
7440
7441         * proto-stream.el (open-protocol-stream): Document the return value.
7442
7443 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7444
7445         * auth-source.el (auth-source-secrets-search): Add examples.
7446
7447 2011-02-06  Julien Danjou  <julien@danjou.info>
7448
7449         * message.el (message-setup-1): Handle message-generate-headers-first
7450         set to t.
7451
7452 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7453
7454         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7455         API with a string "secrets:collection-name" and with 'default.
7456         (auth-source-backend-parse): Parse "secrets:collection-name" and
7457         'default.  Recurse on parses instead of repeating code.  Use the
7458         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7459         message when ignoring a source.
7460         (auth-source-search): List ignored search keys at the top level.
7461         (auth-source-netrc-create): Use `case' instead of `cond'.
7462         (auth-source-secrets-search): Created with TODOs.
7463         (auth-source-secrets-create): Created with TODOs.
7464         (auth-source-retrieve, auth-source-create, auth-source-delete)
7465         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7466         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7467         (auth-source-user-or-password-sftp)
7468         (auth-source-user-or-password-smtp): Remove.
7469         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7470         around `auth-source-search'.  Not tested thoroughly.
7471
7472 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7473
7474         * auth-source.el: Bring in assoc and eioeio libraries.
7475         (secrets-enabled): New variable to track the status of the Secrets API.
7476         (auth-source-backend): New EIOEIO class to represent a backend.
7477         (auth-source-creation-defaults): New variable to set prompt defaults
7478         during token creation (see the `auth-source-search' docstring for
7479         details).
7480         (auth-sources): Simplify to allow a simple string as a netrc backend
7481         spec.
7482         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7483         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7484         (auth-source-search): Main auth-source API entry point.
7485         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7486         (auth-source-search-collection): Helper function for searching.
7487         (auth-source-netrc-parse, auth-source-netrc-normalize)
7488         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7489         Supports search, create, and delete.
7490         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7491         backend stubs.
7492         (auth-source-user-or-password): Call `auth-source-search' but it's not
7493         ready yet.
7494
7495 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7496
7497         * message.el (message-setup-1): Remove the read-only stuff, since it
7498         doesn't work under XEmacs, for some reason.
7499
7500         * gnus-sum.el (gnus-user-date): Rename back from
7501         gnus-summary-user-date since user code refers to it.
7502
7503         * shr.el (shr-render-td): Store the actual background color used.
7504
7505         * message.el (message-setup-1): Don't bind the constant
7506         -forbidden-properties.
7507         (message-setup-1): Revert previous change, since it needs to bind the
7508         props to insert them.
7509         (message-resend): Allow removing the read-only separator line.
7510
7511 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7512
7513         * nnimap.el (nnimap-request-accept-article): Give an error message if
7514         the APPEND wasn't successful.
7515
7516 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7517
7518         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7519         that have no groups.
7520
7521 2011-02-03  Julien Danjou  <julien@danjou.info>
7522
7523         * gnus-draft.el: Remove progn around gnus-draft-setup.
7524
7525 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7526
7527         * gnus-start.el (gnus-read-active-for-groups): This function is never
7528         called with a nil `infos', so clean that up.
7529         (gnus-get-unread-articles): Request active files from primary/secondary
7530         methods that have no groups (yet).
7531
7532 2011-02-03  Julien Danjou  <julien@danjou.info>
7533
7534         * message.el (message-setup-1): Always generate References first.
7535         (message-mail): Return the return value of message-setup, not always t.
7536         (message-setup-1): Insert mail-header-separator with read-only and
7537         intangible properties set.
7538
7539         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7540         user-date in docstring.
7541
7542         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7543
7544         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7545         docstring.
7546
7547         * gnus.el (gnus-user-date-format-alist): Change default value.
7548         Use defcustom, with type and group.  Move from gnus-util.el.
7549         Rename to gnus-summary-user-date-format-alist.
7550
7551 2011-02-03  Glenn Morris  <rgm@gnu.org>
7552
7553         * nnimap.el (gnus-fetch-headers): Declare.
7554
7555         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7556
7557 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7558
7559         * message.el (message-forward-make-body-digest-plain)
7560         (message-followup, message-reply): Clean up things noted by Stefan.
7561
7562         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7563         gnus-article-update-date-headers is nil.
7564         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7565         it didn't really work with defcustom.
7566         (article-update-date-lapsed): Make sure the window start doesn't move,
7567         either.
7568
7569 2011-02-01  Julien Danjou  <julien@danjou.info>
7570
7571         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7572         format.
7573
7574         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7575         standard in Emacs nowadays.
7576
7577         * color.el (color-gradient): Add a color-gradient function.
7578
7579 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7580
7581         * message.el (message-expand-name): Don't trust the return value of
7582         bbdb-complete-name.
7583         (message-check-news-header-syntax): Remove unused var `start'.
7584         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7585         (message-inhibit-body-encoding): Move to before first use.
7586         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7587         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7588         (Organization, Message-ID, Date, mh-previous-window-config):
7589         Defvar the vars using dynamic scoping.
7590
7591 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7592
7593         * shr.el (shr-render-td): Only do colors at the final rendering.
7594         Should be slightly faster.
7595         (shr-insert-table): Fix up TD background colors when doing the
7596         vertical padding.
7597
7598         * gnus-art.el (article-date-ut): Protect against articles with no Date
7599         header.
7600         (article-update-date-lapsed): Don't use current-column to find the
7601         horizontal position.  It's fragile in the presence of \003 characters.
7602
7603         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7604
7605 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7606
7607         * gnus-art.el (article-transform-date): Rewrite to still work when
7608         there are several rfc2822 parts.
7609         (article-transform-date): Fix infinite recursion.
7610         (article-date-ut): Replace infinitely many Date headers with a single
7611         one when called interactively.
7612
7613         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7614         secure manner.
7615
7616         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7617         move around by not using save-window-excursion.  It seems to work...
7618
7619 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * gnus-art.el (article-make-date-line): Work for user-defined format.
7622
7623 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7624
7625         * nntp.el (nntp-retrieve-group-data-early)
7626         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7627         fetching functions.
7628
7629         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7630         thoroughly for all backends that have no known groups.  This should
7631         allow new nnml methods to retrieve mail.
7632
7633         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7634         that Gnus doesn't know exists again.
7635
7636         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7637         (gnus-treat-date-ut): Ditto.
7638         (gnus-article-update-date-header): Rename.
7639         (gnus-treat-date-local): Remove.
7640         (gnus-treat-date-english): Remove.
7641         (gnus-treat-date-lapsed): Remove.
7642         (gnus-treat-date-combined-lapsed): Remove.
7643         (gnus-treat-date-original): Remove.
7644         (gnus-treat-date-iso8601): Remove.
7645         (gnus-treat-date-user-defined): Remove.
7646         (gnus-article-date-headers): New variable to control all the date
7647         header options.
7648         (article-date-ut): Rewrite to allow using the new way to format date
7649         headers(s).
7650
7651 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7652
7653         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7654         method.
7655         (nnmail-article-group): A better test for fanciness.
7656
7657         * nnimap.el (nnimap-request-head): Protect against not finding the
7658         article by Message-ID.
7659
7660 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7661
7662         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7663         keep point at the "same place".
7664
7665 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7666
7667         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7668         data if the group is inactive.
7669
7670 2011-01-28  Julien Danjou  <julien@danjou.info>
7671
7672         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7673         (gnus-all-windows-visible-p): Remove old compatibility code.
7674         (gnus-window-top-edge): Add docstring.
7675
7676         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7677
7678 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7679
7680         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7681         older request-update-info.
7682
7683         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7684
7685 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7686
7687         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7688         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7689
7690 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7691
7692         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7693         groups.  This makes the nndraft:queue group pop up if it's not already
7694         there.
7695
7696         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7697         messages" logic, which was reversed.
7698
7699         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7700         the "same place" even if point is on the line being replaced.
7701         (article-update-date-lapsed): Allow updating both the combined lapsed
7702         and the lapsed headers.
7703         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7704         (article-make-date-line): Limit the number of segments dynamically to
7705         avoid too-long lines.
7706
7707 2011-01-27  Julien Danjou  <julien@danjou.info>
7708
7709         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7710         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7711
7712 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7715         Use plist-get instead of the cl function getf.
7716
7717 2011-01-27  Glenn Morris  <rgm@gnu.org>
7718
7719         * gnus-util.el (float-time): Get rid of compiler warning, again.
7720
7721 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7722
7723         * shr.el (shr-put-color): Special-case background colors: Do put them
7724         at the blank parts at the front of the lines.
7725
7726         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7727         exit hook to nix out all data on readedness on group exit.
7728
7729         * gnus-util.el (float-time): If float-time is bound, always use it on
7730         all Emacsen.  It's unclear why the subrp check was there.
7731         (time-date): Require to make some autoload issues on XEmacs go away.
7732
7733         * shr.el (shr-put-color): Don't do the box padding in tables, since
7734         they're already padded.
7735
7736 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7737
7738         * gnus-art.el (gnus-article-next-page): When the last line of the
7739         article is displayed, scroll down once more instead of going to the
7740         next article at once.
7741         (article-lapsed-string): Refactor out and allow specifying how many
7742         segments you want.
7743         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7744         (gnus-article-update-lapsed-header): New variable.
7745
7746         * shr.el: Revert change that made headings use different-sized faces.
7747         The Emacs display engine isn't advanced enough that, for instance,
7748         tables can comfortably use differently-sized faces.
7749
7750 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7751
7752         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7753         used.
7754         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7755         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7756         we're using an encrypted connection.
7757
7758         * proto-stream.el: Alter the interface functions to also return the
7759         actual stream type used: network or tls.
7760
7761 2011-01-25  Julien Danjou  <julien@danjou.info>
7762
7763         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7764         (mm-display-javascript-inline): New function.
7765
7766         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7767         viewing function.
7768
7769 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * shr.el (shr-expand-newlines): Fix variable name.
7772
7773 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7774
7775         * shr.el (shr-expand-newlines): Make nested boxes work.
7776
7777 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7778
7779         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7780         backgrounds.
7781         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7782         in a more sensible manner.
7783
7784 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7785
7786         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7787         if EPG is loaded.
7788
7789 2011-01-24  Julien Danjou  <julien@danjou.info>
7790
7791         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7792         tags.
7793
7794 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7795
7796         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7797         commands.
7798
7799         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7800         in the article buffer.
7801         (gnus-gravatar-insert): Use blank space from the current buffer to
7802         avoid breaking text properties.  This makes X-Sent updating work again.
7803
7804         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7805
7806 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7807
7808         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7809         fix the bug in url-http.el instead.
7810
7811         * shr.el (shr-image-fetched): Ditto.
7812
7813         * shr.el (shr-image-fetched): Avoid having point move in the article
7814         buffer.
7815
7816         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7817         buffer after being called.  It's apparently being killed by url.el, and
7818         killing it made point move to end-of-buffer in a random buffer.
7819
7820         * shr.el (shr-image-fetched): Ditto.
7821
7822 2011-01-23  Julien Danjou  <julien@danjou.info>
7823
7824         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7825
7826         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7827         text/x-org.
7828
7829 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7830
7831         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7832         (i.e., nnimap) returning nil as the article number.
7833
7834 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7835
7836         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7837         "DelSp" parameter in RFC3676.
7838
7839 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7840
7841         * message.el (message-check-recipients): Display the encoded version of
7842         the bogus address if they differ.
7843
7844         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7845         after sending.
7846
7847         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7848
7849         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7850
7851         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7852         group buffer after sending the queue.
7853
7854         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7855
7856 2011-01-22  Julien Danjou  <julien@danjou.info>
7857
7858         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7859
7860 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7861
7862         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7863         nested related parts.
7864
7865         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7866         unexpired articles.  This fixes the regression that led expiry marks to
7867         disappear from nnfolder groups.
7868
7869 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7870
7871         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7872         Don't confuse the "ret" of "retrograde" with RET.
7873
7874 2011-01-21  Julien Danjou  <julien@danjou.info>
7875
7876         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7877         than mm-insert-inline.
7878
7879 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7882         Widen article buffer.
7883
7884 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7885
7886         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7887         the temp buffer.
7888         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7889
7890 2011-01-20  Julien Danjou  <julien@danjou.info>
7891
7892         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7893
7894         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7895         than mm-insert-inline to insert inline part: this respect
7896         mm-inline-media-tests displayers.
7897
7898         * mm-view.el (mm-display-shell-script-inline): New function.
7899
7900         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7901
7902         * mm-uu.el (mm-uu-type-alist): Add org block.
7903         (mm-uu-org-src-code-block-extract): New function.
7904
7905         * mm-view.el (mm-display-org-inline): New function.
7906
7907         * mm-decode.el (mm-automatic-display): Add text/org.
7908
7909         * mailcap.el (mailcap-mime-extensions): Add .org.
7910
7911 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7914         gnus-article-add-buttons.
7915
7916 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7917
7918         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7919         From header with a date and "nobody" as the sender.
7920
7921 2011-01-19  Julien Danjou  <julien@danjou.info>
7922
7923         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7924         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7925         if you have the same regexp several times.
7926         (gnus-button-push): Fix matching when regexp is symbol.
7927
7928 2011-01-15  Glenn Morris  <rgm@gnu.org>
7929
7930         * message.el (message-mail): A compose-mail function should
7931         accept headers as strings.
7932
7933 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7934
7935         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7936         Add :vert-only tags.
7937         (message-mail): New arg RETURN-ACTION.
7938         (message-return-action): New var.
7939         (message-bury): Use it.
7940         (message-mode): Make it buffer-local.
7941         (message-send-and-exit): Always call message-bury.
7942
7943         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7944         message-mail.
7945
7946 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7947
7948         * nnimap.el (nnimap-convert-partial-article): Protect against
7949         zero-length body parts.
7950
7951         * mm-decode.el (mm-preferred-alternative-precedence):
7952         Discourage showing empty parts.
7953
7954         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7955         and stuff if the backend didn't return the article number.  This fixes
7956         an Exchange-related nnimap bug.
7957
7958         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7959         group window, because it does the wrong thing when a separate frame
7960         displays the group buffer.
7961
7962         * proto-stream.el (open-protocol-stream): Protect against the low-level
7963         transport functions returning nil.
7964
7965 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7966
7967         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7968         (mml2015-epg-find-usable-secret-key): New function.
7969         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7970         mml2015-epg-find-usable-key (Bug#7797).
7971         (mml2015-epg-encrypt): Ditto.
7972
7973 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * dgnushack.el (rot13-string): Fix the way to get the argument.
7976
7977 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7978
7979         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7980
7981 2011-01-03  Glenn Morris  <rgm@gnu.org>
7982
7983         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7984
7985         * sieve.el (sieve-open-server): Give a more explicit error if
7986         sieve-manage-open returns nil.  (Bug#7720)
7987
7988 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7989
7990         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7991
7992 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993
7994         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7995         This avoids sending passwords in plain text over non-encrypted
7996         channels.
7997
7998         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7999
8000         * nnimap.el (nnimap-login): Refactored out into own function, and
8001         implement CRAM-MD5.
8002         (nnimap-wait-for-line): Refactored out.
8003
8004         * mm-view.el (mml-smime): Require.
8005
8006 2010-12-20  David Engster  <deng@eml.cc>
8007
8008         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8009         use EPG to decrypt S/MIME messages instead of openssl.
8010
8011 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8012
8013         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8014
8015         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8016         status is the group clearly is unreachable.
8017
8018         * auth-source.el (auth-source-create): Add the optional second
8019         parameter to `local-variable-p' to be compatible with XEmacs.
8020
8021 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8022
8023         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8024         work when using a compressed nnml folder.
8025
8026 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8027
8028         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8029         backends after sanitising on entry, because this never makes sense:
8030         If the articles have gone missing, then the data no longer exists on
8031         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8032         overwrite anything anyway.
8033
8034         * shr.el (shr-insert-document): Bind shr-width dynamically to
8035         window-width if it's nil.
8036
8037 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8038
8039         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8040         with the meaning of using the full emacs window width for rendering.
8041
8042 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8043
8044         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8045         case when sender is not given.
8046
8047 2010-12-23  Julien Danjou  <julien@danjou.info>
8048
8049         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8050         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8051         the addresses, otherwise we might misplaced the gravatar.
8052
8053 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8054
8055         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8056         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8057         obsolete in Emacs.
8058
8059 2010-12-20  Julien Danjou  <julien@danjou.info>
8060
8061         * gnus-util.el (gnus-rescale-image): Revert last change.
8062
8063 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8064
8065         * binhex.el: Improve commentary (Bug#7482).
8066
8067 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8068
8069         * gnus-group.el (gnus-group-delete-articles): New command.
8070
8071 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8072
8073         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8074
8075 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8076
8077         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8078         here, since it's up to the backends to do CRLF removal if their
8079         protocol has it.
8080
8081         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8082
8083 2010-12-17  Julien Danjou  <julien@danjou.info>
8084
8085         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8086         they are from file.  Can also scale up.
8087
8088 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8089
8090         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8091         Restore gnus-use-agent.
8092         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8093
8094         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8095
8096 2010-12-17  Julien Danjou  <julien@danjou.info>
8097
8098         * gravatar.el (gravatar-retrieve-synchronously): New function.
8099         (gravatar-get-data): Make more robust.
8100
8101 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8104
8105 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8108         to really consider the last line.
8109
8110 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8111
8112         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8113         list of recipient keys, or use symmetric encryption if not a list.
8114         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8115         EPA override, replacing the call to `netrc-store-data'.
8116
8117 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8118
8119         * gnus-srvr.el: Avoid passing nil regexp argument to
8120         delete-matching-lines.
8121
8122 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123
8124         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8125         fetching stops when Gnus exits.
8126
8127         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8128         function.
8129         (nnfolder-request-expire-articles): Save all the buffers after doing
8130         expiry.
8131
8132         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8133         the last article", since that led to serious performance regressions
8134         when expiring nnml groups.
8135
8136 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8137
8138         * nnir.el: Improve customizations.
8139
8140 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8141
8142         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8143
8144         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8145         group has been killed.
8146         (gnus-group-yank-group): Ditto.
8147
8148         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8149
8150         * nnimap.el (nnimap-request-update-group-status): New function.
8151
8152         * gnus-int.el (gnus-request-update-group-status): New interface
8153         function.
8154
8155         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8156         copying read-ness to the backends.
8157
8158         * nnimap.el (nnimap-quirk): New function.
8159         (nnimap-retrieve-group-data-early): Use it.
8160         (nnimap-quirks): New alist.
8161
8162 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8165         don't delete it within indentation.
8166
8167 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8168
8169         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8170         previous line.
8171
8172 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8173
8174         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8175         QRESYNC command by deleting a superfluous space which broke Cyrus
8176         servers.  This change will break other servers that are buggy the other
8177         way around.
8178
8179 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8180
8181         * spam.el: Reindent and fix long lines.
8182         (spam-copy-or-move-routine): Exclude invalid move destinations.
8183
8184 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8185
8186         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8187         installed the registry.
8188
8189 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8192
8193 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8194
8195         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8196         groupname doesn't contain "gmane".
8197
8198 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8199
8200         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8201         and netrc-bound-and-true-p bindings.
8202         (netrc-parse): Cache the netrc contents.
8203
8204         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8205         (gnus-1): Don't create the nndrafts group twice.
8206         (gnus-setup-news): There's no need to read the active file here, since
8207         that's done again later on a per-backend basis.
8208         (gnus-start-draft-setup): Make sure that the new group is started out
8209         empty.
8210
8211         * gnus-agent.el (gnus-agentize): Don't create the queue group
8212         automatically on startup.  It'll be created later, if needed.
8213
8214         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8215         of automatically subscribed groups.
8216         (gnus-auto-subscribed-categories): New variable.
8217         (gnus-matches-options-n): Use it.
8218         (gnus-default-subscribed-newsgroups): Remove unused variable.
8219         (gnus-start-draft-setup): Message a bit less.
8220
8221 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8222
8223         * nnir.el (nnir-run-imap): Return article list in order of increasing
8224         UID.
8225
8226 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8227
8228         * gnus-sum.el (gnus-summary-enter-digest-group):
8229         Mention gnus-auto-select-on-ephemeral-exit.
8230
8231         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8232         convention of the network-only option.
8233
8234 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8235
8236         * proto-stream.el (proto-stream-open-network-only): New function to
8237         have a way to specify non-STARTTLS upgrade connections.
8238
8239 2010-12-10  Julien Danjou  <julien@danjou.info>
8240
8241         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8242         email address is nil.
8243
8244         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8245
8246 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8247
8248         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8249         deletion.
8250         (nnir-run-imap): Only need to parse list once.
8251
8252 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * shr.el (shr-tag-script): Ignore <script>.
8255         (shr-tag-label): Add <label> support.
8256
8257 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8260
8261         * shr.el (shr-image-displayer): Work for images lined side by side.
8262
8263 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8264
8265         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8266         parameter, since XEmacs doesn't accept t as a parameter.
8267
8268 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8269
8270         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8271         ids.
8272         (nnir-run-gmane): Simplify groupspec formatting.
8273         (nnir-request-expire-articles): New function.
8274
8275 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8276
8277         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8278         overflow, possibly.
8279
8280         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8281         (shr-render-td): Handle td style="" better.
8282         (shr-tag-table): Use the color from the style sheet.
8283         (shr-render-td): Make sure we copy over all the overlays, too.
8284
8285 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8286
8287         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8288         (nnir-request-article): Improve article retrieval.
8289
8290 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * mm-util.el (mm-extra-numeric-entities): New variable.
8293
8294         * mm-url.el (mm-url-decode-entities):
8295         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8296
8297         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8298
8299 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8300
8301         * message.el: Use completion-at-point.
8302         (message-completion-function): New fun, extracted from message-tab.
8303         (message-mode): Use it for completion-at-point-functions.
8304         (message-tab): Use it and completion-at-point.
8305
8306 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8309         character if a non-breakable character follows.
8310
8311 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8312
8313         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8314         any stream.
8315
8316         * shr.el (shr-tag-font): Colorize the region.
8317         (shr-tag-body): Ditto.
8318         (shr-tag-font): Actually let the styles be inherited instead of
8319         overwriting them.
8320         (shr-tag-font): Get the background color right.
8321         (shr-tag-style): Ignore all <style> tags for the moment.
8322
8323         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8324         a Message-ID to avoid having nnimap depend on gnus-sum.
8325
8326         * shr.el (shr-descend): Only colorize something if we have a node that
8327         sets colors.
8328
8329 2010-12-06  Julien Danjou  <julien@danjou.info>
8330
8331         * shr.el (shr-render-td): Render td content with shr-descend, so style
8332         will be applied to <td> too.
8333         (shr-colorize-region): Colorize region even if we only have a background.
8334         (shr-tag-body): Fix color and background color inheritance.
8335         Do not recolorize after shr-generic.
8336         (shr-tag-font): Let shr-generic colorize via inheritance.
8337
8338 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8341
8342 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8343
8344         * nnir.el (nnir-request-move-article): Remove obsolete code.
8345
8346 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8349
8350 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8351
8352         * gnus-sum.el (gnus-summary-respool-article): The completion function
8353         expects a list instead of an alist.
8354
8355         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8356         string as the parameter.
8357
8358         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8359
8360         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8361         styles.
8362         (shr-colorize-region): New function.
8363         (shr-insert-background-overlay): Remove.
8364         (shr-render-td): Background setting should be taken care of on a higher
8365         level.
8366         (shr-tag-body): Use post-hoc colorizations.
8367         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8368         (shr-put-color-1): Don't overwrite old colors.
8369         (shr-colorize-region): When the background color isn't explicit, use
8370         a fixed background.
8371
8372         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8373         nnmail variables.
8374
8375 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8376
8377         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8378         unless necessary.
8379
8380 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8381
8382         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8383         server.
8384
8385 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8386
8387         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8388         so that TAB works.
8389
8390         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8391         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8392
8393         * shr.el (shr-urlify): Show the URL before the title to avoid
8394         misleading URLs.
8395
8396 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8397
8398         * shr.el (shr-urlify): Display the title in <a> tags.
8399
8400 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8401
8402         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8403
8404 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8405
8406         * nnir.el: Rearrange code to allow macros to be autoloaded by
8407         gnus-sum.el.
8408         (nnir-retrieve-headers-override-function): Make this variable
8409         customizable.
8410         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8411
8412         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8413         from nnir.el.
8414
8415 2010-12-03  Julien Danjou  <julien@danjou.info>
8416
8417         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8418
8419 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8422         allow optional argument `environment'.
8423
8424 2010-12-03  Glenn Morris  <rgm@gnu.org>
8425
8426         * mm-extern.el (message-goto-body): Update declaration.
8427
8428 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-util.el (gnus-macroexpand-all): New function.
8431
8432         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8433         instead of macroexpand-all that is unavailable in XEmacs.
8434
8435 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8436
8437         * nnir.el (nnir-summary-line-format): New variable.
8438         (nnir-mode): Use it.
8439         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8440         (nnir-article-ids): Reimplement as defsubst.
8441         (nnir-retrieve-headers): Don't mangle the subject header.
8442         (nnir-run-imap): Use 100 as RSV score.
8443         (nnir-run-find-grep): Fix for full server searching.
8444         (nnir-run-gmane): Better restriction to gmane groups.
8445
8446         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8447         summary buffers.
8448
8449 2010-12-02  Julien Danjou  <julien@danjou.info>
8450
8451         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8452
8453         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8454
8455         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8456         support.
8457
8458 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8459
8460         * nnir.el: Update to handle the registry better.
8461         (autoload): Silence byte-compiler.
8462         (nnir-open-server): Add a hook for nnir groups.
8463         (nnir-request-move-article): Don't mangle the header.  Better to use
8464         formatting variables (which will be added in the future).
8465         (nnir-registry-action): Update the registry using the original article
8466         group name.
8467         (nnir-mode): Install nnir-specific hooks for updating the registry.
8468
8469         * gnus-sum.el
8470         (gnus-article-original-subject, gnus-newsgroup-original-name):
8471         Remove obsolete variables.
8472         (gnus-summary-move-article): Remove use of obsolete variables.
8473         (gnus-summary-local-variables): Make move and delete hooks local to
8474         summary buffers.
8475
8476 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8477
8478         * rtree.el: New file.
8479
8480 2010-12-01  Julien Danjou  <julien@danjou.info>
8481
8482         * message.el (message-user-organization): Do not use
8483         gnus-local-organization.
8484
8485         * gnus.el: Remove gnus-local-organization.
8486
8487         * gnus-msg.el: Remove nastygram thing.
8488
8489 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8490
8491         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8492         funcall.
8493
8494 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8497         names.
8498
8499         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8500         characters.
8501
8502         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8503         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8504         Suggested by Štěpán Němec <stepnem@gmail.com>.
8505         (gnus-gravatar-transform-address): Use mail-extract-address-components
8506         that supports non-ASCII names rather than mail-header-parse-addresses.
8507
8508 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8509
8510         * proto-stream.el (open-protocol-stream): All starttls connections are
8511         handled by the network handler.
8512
8513 2010-11-30  Julien Danjou  <julien@danjou.info>
8514
8515         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8516         (nnimap-open-connection-1): Fix PREAUTH.
8517
8518         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8519
8520 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8523         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8524         (shr-insert): Use them.
8525         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8526
8527 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8528
8529         * nnir.el (nnir-request-move-article): Bail out if original group
8530         doesn't support article moves.
8531         (nnir-get-active): Improve active list retrieval.
8532
8533 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8534
8535         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8536
8537 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8538
8539         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8540         seem to accept strings-with-numbers as port numbers.
8541
8542 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8543
8544         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8545         change the registry.
8546
8547 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8550         delete-dups that is not available in XEmacs 21.4.
8551
8552         * mm-util.el (mm-delete-duplicates): Add comment.
8553
8554 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8555
8556         * nnir.el (nnir-ignored-newsgroups): New variable.
8557         (nnir-get-active): Use it.
8558
8559 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8560
8561         * proto-stream.el (proto-stream-open-network): Add some comments.
8562
8563         * nntp.el (nntp-open-connection): Provide a :success condition.
8564
8565         * nnimap.el (nnimap-open-connection-1): Ditto.
8566
8567         * proto-stream.el (proto-stream-open-network): See what the response to
8568         the STARTTLS command is.
8569
8570         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8571         backwards compatibility).
8572         (nnimap-open-connection-1): Really respect nnimap-server-port.
8573
8574         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8575         TLS upgrades we don't really care about the identity of the peer.
8576         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8577         that what we've checked for.
8578         (proto-stream-always-use-starttls): Only default to t if
8579         open-gnutls-stream exists.
8580         (proto-stream-open-network): If STARTTLS failed, then just open a
8581         normal connection.
8582         (proto-stream-open-network): Wait until the greeting before doing
8583         STARTTLS.
8584
8585         * nntp.el (nntp-open-connection): Report what the connection error is.
8586
8587         * proto-stream.el (open-protocol-stream): Rename from
8588         open-proto-stream.
8589
8590 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * nnimap.el (nnimap-stream): Change default to `undecided'.
8593         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8594         first, and then network.
8595         (nnimap-open-connection-1): Respect nnimap-server-port.
8596         (nnimap-open-connection): Be more backwards-compatible.
8597
8598         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8599         (proto-stream-open-starttls): De-duplicate the starttls code.
8600         (proto-stream-open-starttls): Folded back into the main function.
8601         (proto-stream-open-network): Fix typo in the gnutls path.
8602         (proto-stream-command): Refactor out.
8603
8604         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8605
8606         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8607         starttls.el STARTTLS.
8608
8609         * color.el (color-lab->srgb): Fix function call name.
8610
8611         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8612         if we're using tls.el.
8613         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8614         built in, then don't try to establish a STARTTLS connection.
8615
8616         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8617         servers.
8618
8619         * proto-stream.el (open-proto-stream): Use network, not stream.
8620         (open-proto-stream): Add a way to specify what the end of a command is.
8621
8622         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8623         connections types.
8624         (nntp-open-network-stream): Remove.
8625         (nntp-open-ssl-stream): Remove.
8626         (nntp-open-tls-stream): Remove.
8627         (nntp-ssl-program): Remove.
8628
8629         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8630
8631 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8632
8633         * nnir.el: Fix typos.
8634         (nnir-retrieve-headers-override-function): Rename variable to reflect
8635         new semantics.
8636         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8637         macros.
8638         (nnir-request-article, nnir-request-move-article): Use them.
8639         (nnir-categorize): New function.
8640         (nnir-run-query): Use it.
8641         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8642         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8643         sorted.
8644         (nnir-group-full-name): Use gnus-group-full-name instead.
8645         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8646         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8647
8648 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8651
8652         * proto-stream.el: New library to provide protocol-specific
8653         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8654         protocols.
8655         (open-proto-stream): Complete the documentation.
8656         (proto-stream-open-network): Fix some typos.
8657
8658         * nnimap.el (nnimap-open-connection): Use it.
8659
8660 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8661
8662         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8663         negotiation.
8664
8665 2010-11-26  Julien Danjou  <julien@danjou.info>
8666
8667         * color.el: Rename various rgb functions to srgb.
8668
8669 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8670
8671         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8672         names.
8673
8674 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * shr.el (shr-insert): Revert last change.
8677         (shr-find-fill-point): Never leave point being at bol;
8678         relax the kinsoku limitation when rendering tables.
8679
8680 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8681
8682         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8683         results from -accept-article.
8684
8685         * shr-color.el: Require cl when compiling.
8686
8687         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8688         checkin.
8689
8690         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8691
8692         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8693
8694         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8695         'add and 'delete to set backend marks.
8696
8697         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8698
8699         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8700
8701         * nntp.el (nntp-request-set-mark): Use it.
8702
8703         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8704
8705         * nnml.el (nnml-request-set-mark): Ditto.
8706
8707         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8708         introduces regressions in article selection.
8709         (nnimap-find-uid-response): New function.
8710         (nnimap-request-accept-article): Use the UID returned, if any.
8711         (nnimap-request-move-article): Use the UID returned, if any.
8712         (nnimap-get-groups): Reimplement to work with folded lines.
8713         (nnimap-find-uid-response): The UID is the last element in the list.
8714         (nnimap-request-set-mark): Extend syntax with 'set.
8715
8716         * nnml.el (nnml-request-set-mark): Ditto.
8717
8718         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8719
8720         * nntp.el (nntp-request-set-mark): Ditto.
8721
8722 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * message.el (message-called-interactively-p): A temporary macro.
8725         (message-goto-body): Use it temporarily.
8726
8727 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8728
8729         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8730         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8731         (nnimap-last-response-string): Fix last unfolding fix.
8732
8733 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * shr.el (shr-insert): Fix the way to fold lines.
8736
8737 2010-11-25  Julien Danjou  <julien@danjou.info>
8738
8739         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8740
8741         * color.el: Rename from color-lab.el
8742         (color-rgb->hex): Add.
8743         (color-complement): Add.
8744         (color-complement-hex): Add.
8745
8746         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8747
8748 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8749
8750         * shr-color.el (shr-color-visible): Don't bug out if the color names
8751         don't exist.
8752
8753 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8756         assuming that article displaying or another mml-preview may be
8757         interrupted for an error or for the like.
8758
8759         * shr.el (shr-get-background): Fix argument name.
8760
8761 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8762
8763         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8764
8765         * gnus-sum.el (gnus-summary-include-articles): New function.
8766
8767         * message.el (message-goto-body): called-interactively-p needs a
8768         parameter, so use `any'.
8769
8770         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8771         clear marks before moving, since they're synced from the Gnus side
8772         first.
8773
8774         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8775         (gnus-summary-move-article): Copy over all marks before moving, so that
8776         IMAP doesn't think a new article has arrived.
8777
8778 2010-11-24  Julien Danjou  <julien@danjou.info>
8779
8780         * shr.el (shr-insert-background-overlay): Fix typo.
8781         (shr-render-td): Copy the background before rendering.
8782
8783         * shr-color.el (shr-color-visible): Fix docstring.
8784
8785         * shr.el (shr-tag-table): Add bgcolor support.
8786         (shr-render-td): Add bgcolor support.
8787         (shr-get-background): Add.
8788         (shr-insert-foreground-overlay): Use shr-get-background.
8789
8790         * message.el (message-goto-body): Use called-interactively-p.
8791         (message-in-body-p): message-goto-body returns point.
8792
8793 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8796         Fixes something or other in Emacs 23, and is backwards compatible.
8797
8798         * message.el (message-goto-body): Remove the <#secure special-casing,
8799         which is too special.
8800
8801         * shr.el (shr-parse-style): Drop !important from styles.
8802
8803 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8804
8805         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8806         this function to return incorrect results when calling it with an
8807         explicit article argument different from
8808         (gnus-summary-article-number).
8809
8810 2010-11-24  Julien Danjou  <julien@danjou.info>
8811
8812         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8813         (shr-tag-body): Add background support.
8814         (shr-descend): Add background support.
8815         (shr-tag-title): Add.
8816
8817         * shr-color.el (shr-color-visible): Really return original background
8818         if fixed.
8819
8820 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8821
8822         * shr.el (shr-color-check): Protect against non-existent color names.
8823
8824 2010-11-24  Julien Danjou  <julien@danjou.info>
8825
8826         * color-lab.el: Require 'cl when compiling.
8827
8828         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8829
8830         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8831         matched part.
8832
8833         * color-lab.el: Fix all expt calls to use float type.
8834
8835 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8838         expression to shr-color-check as is.
8839
8840         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8841
8842         * color-lab.el: Add coding cookie.
8843         (float-pi): Use eval-and-compile.
8844
8845         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8846         compiled for Emacsen having no `libxml-parse-html-region' support.
8847
8848 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8849
8850         * shr.el (shr-insert-color-overlay): Split stuff like
8851         "#444444 !important" to find the real color.
8852         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8853         parse <font color="red"> entries.
8854
8855 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8856
8857         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8858         point when parsing headers.
8859
8860         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8861         is positioned properly when parsing headers.
8862
8863 2010-11-23  Julien Danjou  <julien@danjou.info>
8864
8865         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8866
8867         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8868
8869         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8870
8871         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8872         Use shr-color-hue-to-rgb.
8873         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8874
8875 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876
8877         * shr.el (shr-color->hexadecimal): Autoload.
8878         (shr-descend): Add color to all tags.
8879
8880 2010-11-22  Julien Danjou  <julien@danjou.info>
8881
8882         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8883         shr-color->hexadecimal.
8884
8885         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8886         RGB() or HSL() color representation.
8887
8888         * shr.el (shr-tag-font): Add.
8889         (shr-tag-color-check): New function to get better colors.
8890         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8891         tag-span.
8892
8893         * shr-color.el: New file.
8894
8895         * color-lab.el: New file.
8896
8897         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8898
8899 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8900
8901         * nnir.el: Fix typo in comments.
8902         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8903         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8904
8905 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8908
8909         * nnimap.el (nnimap-get-capabilities): Refactor out.
8910         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8911
8912 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8913
8914         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8915         appearing when `mm-uu-hide-markers' is nil.
8916
8917 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918
8919         * nnimap.el (nnimap-unselect-group): Make into its own function.
8920         (nnimap-request-rename-group): Unselect group before renaming.
8921         This had gotten lost somewhere.
8922         (nnimap-request-accept-article): Keep track of examined groups, and
8923         unselect the group before APPENDing to read-only groups.
8924         (nnimap-request-move-article): Clear flags before moving so that they
8925         can be re-set later.
8926
8927 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8930         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8931
8932 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * gnus-art.el (gnus-mime-display-single):
8935         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8936         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8937         parameter.
8938
8939 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8942         (shr-table-vertical-line): New variable.
8943         (shr-insert-table): Use it.
8944
8945 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-html.el (gnus-html-wash-images): Don't display images if
8948         gnus-inhibit-images is non-nil; register displayer for cid images.
8949         (gnus-html-display-image): Work for cid image.
8950         (gnus-html-insert-image): Allow arguments.
8951         (gnus-html-put-image): Inhibit read-only.
8952         (gnus-html-prefetch-images): Don't prefetch images if
8953         gnus-inhibit-images is non-nil.
8954
8955 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956
8957         * shr.el (shr-put-image): Break lines when inserting big pictures.
8958
8959 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8960
8961         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8962         sender, thanks Katsumi Yamaoka.
8963
8964 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8965
8966         * nnir.el (nnir-run-imap): Reverse the article list for each group
8967         rather than the whole list.
8968
8969 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * shr.el (shr-image-displayer): Protect function against non-existent
8972         image source.
8973
8974         * gnus-art.el (gnus-inhibit-images): New user option.
8975         (gnus-mime-display-single): Don't display image if it is non-nil.
8976
8977         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8978         gnus-inhibit-images.
8979
8980         * shr.el (shr-image-displayer): New function.
8981         (shr-tag-img): Use it.
8982
8983 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8984
8985         * mml2015.el (mml2015-epg-sign): Use From header.
8986
8987 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8988
8989         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8990
8991         * gnus-util.el (gnus-find-text-property-region): Return markers.
8992
8993         * shr.el (shr-tag-img): Put a displayer in the text property.
8994
8995         * gnus-util.el (gnus-find-text-property-region): New utility function.
8996
8997         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8998         (gnus-html-show-images): Remove.
8999
9000         * gnus-art.el (gnus-article-show-images): New, more general function.
9001
9002         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9003         image url text properties.
9004
9005         * shr.el: Ditto.
9006
9007         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9008         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9009
9010 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9013         work for two or more articles.
9014
9015 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9018         divide an image that's in an html article to two or more when washing
9019         non-ASCII characters in alt text of it.
9020
9021 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9024         smime-decrypt-region using function argument.
9025         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9026
9027         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9028
9029         * smime.el (smime-decrypt-region): Catch it.
9030
9031 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9032
9033         * smime.el (smime-mode-map): Move initialization into declaration.
9034         (gnus-run-mode-hooks): Don't autoload.
9035         (smime-mode): Use define-derived-mode.
9036
9037 2010-11-11  Glenn Morris  <rgm@gnu.org>
9038
9039         * smime.el (from): Restrict declaration to XEmacs.
9040
9041         * nnir.el (gnus-group-topic-name): Autoload.
9042
9043 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * shr.el (shr-insert): Don't break long line if it is because of
9046         kinsoku-bol characters in the line end.
9047
9048 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9049
9050         * nnir.el (nnir-request-move-article): Fix to provide original group
9051         and subject.
9052         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9053         been retrieved.
9054
9055         * gnus-sum.el (gnus-summary-move-article): Use original group and
9056         subject for virtual articles such as those in an nnir summary buffer.
9057
9058 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9061         least 21.5).
9062
9063         * smime.el (from): Declare it again for XEmacs.
9064
9065 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9066
9067         * message.el (message-resend): Don't disable encoding unless it's
9068         already encoded.
9069
9070         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9071         low-numbered articles.
9072
9073 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * rfc2047.el (rfc2047-syntax-table): Simplify.
9076
9077         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9078
9079         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9080         set-char-table-range for XEmacs.
9081
9082 2010-11-10  Glenn Morris  <rgm@gnu.org>
9083
9084         * time-date.el (time-to-seconds): Always an alias on Emacs,
9085         never a real function.
9086         (with-no-warnings): Remove compat stub, now unused.
9087         (time-less-p): Doc fix.
9088         (time-to-number-of-days): Simplify.
9089
9090         * smime.el (from): Remove unused declaration.
9091
9092         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9093         (gnus-float-time): On Emacs, always an alias.
9094
9095         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9096         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9097
9098 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * dgnushack.el: Don't use ignore-errors in the top level form since it
9101         is unavailable in XEmacs even if cl is loaded.
9102
9103         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9104
9105 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * shr.el (browse-url-mailto): Autoload.
9108
9109         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9110
9111         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9112         regexp doesn't need quoting.
9113
9114 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9115
9116         * message.el (message-subject-trailing-was-ask-regexp)
9117         (message-subject-trailing-was-regexp): Match was: in addition to was.
9118
9119 2010-11-09  Glenn Morris  <rgm@gnu.org>
9120
9121         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9122         (nnbabyl-check-mbox): Use point-at-bol.
9123
9124 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9125
9126         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9127
9128         * message.el (message-mailto): New function.
9129         (message-mailto): Should accept other parameters.
9130         (message-mailto): Remove since it duplicates browse-url-mailto
9131         functionality.
9132
9133 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9134
9135         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9136         methods.
9137         (gnus-read-active-file): Ditto.
9138
9139         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9140         ": " from the prompt.
9141         (gnus-group-make-group): Ditto.
9142
9143 2010-11-07  Glenn Morris  <rgm@gnu.org>
9144
9145         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9146         (gnus-bookmark-kill-line): Use point-at-eol.
9147
9148 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9151         asterisks in From header.
9152
9153 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9156         string to avoid making the From headers syntactically invalid.
9157
9158         * message.el (message-send-mail): Don't insert courtesy messages if the
9159         message already has List-Post and List-ID messages.
9160
9161 2010-11-06  Glenn Morris  <rgm@gnu.org>
9162
9163         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9164         `condition', `type', `length' a prefix.
9165         (gnus-treat-predicate): Update for above name changes.
9166
9167 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9168
9169         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9170         binding.  Handled by `gnus-summary-refer-thread' instead.
9171         (nnir-warp-to-article): New backend function.
9172
9173         * nnimap.el (nnimap-request-thread): Force dependency updating.
9174
9175         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9176         (gnus-summary-refer-thread): Rework to improve thread-referral.
9177
9178         * gnus-int.el (gnus-warp-to-article): New function.
9179
9180         * gnus-sum.el (gnus-summary-article-map): Bind it.
9181
9182 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9183
9184         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9185         gnus-summary-refer-thread.
9186
9187         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9188         headers.
9189         (gnus-summary-limit-include-thread): Prevent articles in thread from
9190         being cut in gnus-cut-threads.
9191         (gnus-summary-refer-thread): Limit retrieved headers to those in
9192         thread.
9193
9194 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9195
9196         * message.el (message-send-mail): Use the value of
9197         message-courtesy-message from the message buffer.
9198
9199         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9200
9201         * shr.el (shr-browse-url): Implement mailto: URLs.
9202
9203         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9204         "raw".
9205
9206         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9207         if it's already selected.
9208
9209         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9210
9211 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9214         to measure the length and truncate alt text.
9215
9216 2010-11-03  Glenn Morris  <rgm@gnu.org>
9217
9218         * nndiary.el (nndiary-generate-nov-databases-1)
9219         (nndiary-generate-active-info): Rename dynamic variable `files' to
9220         something less generic.
9221
9222 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9223
9224         * nnir.el (nnir-request-move-article): Call the underlying backend to
9225         move articles from nnir.
9226
9227 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9228
9229         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9230
9231 2010-11-02  Julien Danjou  <julien@danjou.info>
9232
9233         * nnir.el: Remove wais support.
9234
9235 2010-11-02  Glenn Morris  <rgm@gnu.org>
9236
9237         * gnus-html.el: Reorder requirements to quieten compiler.
9238
9239 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9242         properly for XEmacs as well.
9243         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9244         (gnus-article-natural-long-line-p): Use window-width rather than
9245         frame-width.
9246
9247 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9248
9249         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9250         (nnir-read-parms): Don't modify query.
9251         (nnir-run-query): Add ability to search topic on current line.
9252         (nnir-get-active): Clean up.
9253
9254 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9255
9256         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9257         degenerate articles.
9258
9259         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9260         (gnus-print-buffer): Just print the buffer as is, without any copying
9261         to a buffer and then re-highlighting.
9262
9263         * nnimap.el (nnimap-request-group): Store the new updated info.
9264         (nnimap-request-group): Select the group when we don't know whether it
9265         exists or not.
9266
9267         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9268         groups.
9269
9270         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9271         groups.
9272
9273         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9274         groups.
9275
9276         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9277         long-lines case by only filling the long lines.
9278
9279         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9280         (bug#7311).
9281
9282 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * shr.el: No need to declare `declare-function' since shr.el is for
9285         only Emacsen that provide `libxml-parse-html-region'.
9286
9287         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9288         effective only in a file it is referred to.
9289
9290 2010-11-01  Glenn Morris  <rgm@gnu.org>
9291
9292         * mm-util.el (gnus-completing-read): Autoload.
9293         (mm-read-coding-system): Simplify Emacs definition.
9294
9295         * nnmail.el (gnus-activate-group):
9296         * nnimap.el (gnutls-negotiate):
9297         * nntp.el (netrc-parse): Fix declarations.
9298
9299 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9302         string-match-p in Emacs >=23.
9303
9304         * gnus-msg.el (gnus-configure-posting-styles):
9305         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9306
9307 2010-11-01  Glenn Morris  <rgm@gnu.org>
9308
9309         * nnir.el (declare-function): Add compat stub.
9310         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9311         (nnir-run-gmane): Require 'mm-url.
9312
9313         * mm-util.el (mm-string-to-multibyte): Simplify.
9314
9315         * shr.el (declare-function): Add compat stub.
9316         (url-cache-create-filename): Declare.
9317         (mm-disable-multibyte, widget-convert-button): Autoload.
9318
9319         * smime.el (ldap-search): Declare.
9320         (smime-cert-by-ldap-1): Require ldap on Emacs.
9321
9322         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9323         (nnimap-keepalive): Use gnus-float-time.
9324
9325         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9326         (mail-source-delete-crash-box): Use gnus-float-time.
9327
9328         * gnus-dired.el (gnus-completing-read): Autoload.
9329
9330         * mm-view.el (gnus-rescale-image): Autoload.
9331
9332         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9333
9334         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9335
9336         * sieve-manage.el: Require 'cl when compiling.
9337
9338         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9339         (gnus-iswitchb-completing-read): Require iswitchb.
9340         (gnus-select-frame-set-input-focus): Silence compiler.
9341
9342 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9343
9344         * message.el (message-subject-trailing-was-query): Change default to t,
9345         since I think that's what most people want.
9346
9347         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9348         appending for easier debugging.
9349         (nnimap-wait-for-connection): Take a regexp.
9350         (nnimap-request-accept-article): Wait for the continuation line before
9351         sending anything unless we're streaming.
9352
9353         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9354         leave the header washing to take place.
9355
9356 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9357
9358         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9359         regular expression match and replace in posting styles.
9360
9361 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9362
9363         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9364         an entire server.
9365         (nnir-get-active): New function.
9366         (nnir-run-imap): Use it.
9367         (nnir-run-gmane): Who knew, gmane search returns an article score!
9368
9369         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9370         server on the current line with nnir.
9371
9372 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9373
9374         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9375         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9376         left edge.
9377         (gnus-article-foldable-buffer): Skip past the prefix when determining
9378         raggedness.
9379
9380         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9381         the raw article, and change `C-u g' to show the article without doing
9382         treatments.
9383
9384         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9385         on to `gnus-treat-article'.
9386         (gnus-inhibit-article-treatments): New variable.
9387
9388         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9389
9390         * gnus-art.el (gnus-treatment-function-alist): Have
9391         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9392         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9393         sections.
9394
9395         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9396         parameter.
9397         (gnus-article-fill-cited-long-lines): New function.
9398         (gnus-article-fill-cited-article): Allow filling only long sections.
9399
9400         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9401         and non-punctuation (like after the apostrophe in "'We").
9402
9403         * gnus-sum.el (gnus-summary-select-article): Make sure
9404         gnus-original-article-buffer is alive.
9405
9406         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9407         reflect the order they're in in the digest.
9408
9409         * gnus.el (gnus-group-startup-message): Move point to the start of the
9410         buffer.
9411
9412         * nnimap.el (nnimap-capability): New function.
9413         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9414         is set.
9415
9416 2010-10-31  David Engster  <dengste@eml.cc>
9417
9418         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9419         conform with changes to gnus-completing-read.
9420
9421 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9424
9425 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9426
9427         * nnir.el: Move defvar, defcustom around to keep file organized
9428         and keep byte-compiler quiet.
9429         (nnir-read-parms): Accept search-engine as arg.
9430         (nnir-run-query): Pass search-engine as arg.
9431         (nnir-search-engine): Remove.
9432
9433 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9434
9435         * shr.el (shr-generic): The text nodes should be text, not :text.
9436
9437         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9438         later in the file.
9439
9440 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9441
9442         * nnir.el: General clean up.  Allow searching with multiple engines.
9443         Allow separate extra-parameters for each engine.
9444         Batch queries when possible.
9445         (nnir-imap-default-search-key, nnir-method-default-engines):
9446         Add customize interface.
9447         (nnir-run-gmane): New engine.
9448         (nnir-engines): Use it.  Qualify all prompts with engine name.
9449         (nnir-search-engine): Remove global variable.
9450         (nnir-run-hyrex): Restore for now.
9451         (nnir-extra-parms, nnir-search-history): New variables.
9452         (gnus-group-make-nnir-group): Use them.
9453         (nnir-group-server): Remove in favor of gnus-group-server.
9454         (nnir-request-group): Avoid searching twice.
9455         (nnir-sort-groups-by-server): New function.
9456
9457 2010-10-30  Julien Danjou  <julien@danjou.info>
9458
9459         * gnus-group.el: Remove gnus-group-fetch-control.
9460
9461         * gnus-start.el (gnus-find-new-newsgroups):
9462         Remove gnus-check-first-time-used.
9463
9464         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9465
9466 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9467
9468         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9469         set on groups that don't have \* permanentflags.
9470
9471 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9474         control the background color.
9475         (shr-tag-img): Ignore very small web bug type images.
9476         (shr-put-image): Add help-echo alt texts to the images.
9477         (shr-tag-video): Show the video poster image.
9478
9479 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9480
9481         * shr.el (shr-table-depth): New variable.
9482         (shr-tag-table-1): Only insert the images after the top-level table.
9483
9484         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9485
9486         * gnus-util.el (gnus-list-memq-of-list): New function.
9487
9488         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9489         selected.
9490         (nnimap-unsplittable-articles): New slot.
9491         (nnimap-new-articles): Use it.
9492
9493 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9494
9495         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9496         move to the previous line on `M-g'.
9497
9498 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9499
9500         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9501         *-request-group, which seems unnecessary.
9502
9503         * nnimap.el (nnimap-quote-specials): Function copied over from
9504         imap.el.
9505         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9506         they support that.  Suggested by Tom Regner.
9507
9508 2010-10-29  Julien Danjou  <julien@danjou.info>
9509
9510         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9511         defalias.
9512         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9513
9514         * gnus.el: Remove `gnus-nntp-service' variable.
9515         (gnus-secondary-servers): Make obsolete.
9516         (gnus-nntp-server): Make obsolete.
9517
9518         * gnus-start.el (gnus-1): Remove x-splash calls.
9519
9520         * gnus-ems.el (gnus-x-splash): Remove.
9521
9522         * gnus.el (gnus-group-startup-message): Simplify/update code.
9523
9524         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9525         definition.
9526
9527         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9528         capability before doing anything.
9529         (gnus-group-insert-group-line): Remove useless
9530         gnus-group-remove-excess-properties.
9531
9532 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9535
9536 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9539         config after reselecting.
9540
9541 2010-10-28  Julien Danjou  <julien@danjou.info>
9542
9543         * shr.el (shr-put-image): Use point even if only inserting text.
9544         (shr-put-image): Save excursion when inserting alt text on non-graphic
9545         display, so the behavior is the same when we are on a graphic display.
9546
9547         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9548
9549 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9552         (gnus-mime-copy-part): Check coding system, not charset.
9553         (gnus-mime-view-part-externally): Never remove part.
9554         (gnus-mime-view-part-internally): Don't remove part here.
9555         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9556         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9557         multipart/alternative.
9558
9559         * mm-decode.el (mm-display-part): Take optional arg `force'.
9560
9561 2010-10-26  Julien Danjou  <julien@danjou.info>
9562
9563         * gnus-group.el (gnus-group-default-list-level): Add this function to
9564         compute the default list level.
9565         (gnus-group-default-list-level): Add possibility to use a function.
9566
9567 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9570
9571         * gnus-group.el (gnus-group-completing-read)
9572         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9573         gnus-replace-in-string.
9574
9575 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * shr.el (shr-tag-div): Add.
9578
9579         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9580
9581 2010-10-25  Julien Danjou  <julien@danjou.info>
9582
9583         * gnus-util.el: Remove `gnus-with-local-quit'.
9584
9585         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9586
9587 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9588
9589         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9590         the original article buffer.
9591
9592 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * nnimap.el (nnimap-request-head): New function.
9595         (nnimap-request-move-article): Try to be slightly faster by not
9596         requesting the entire message when moving.
9597         (nnimap-transform-headers): Don't bug out on bodiless articles.
9598         (nnimap-send-command): Have no outstanding messages if the IMAP server
9599         doesn't support streaming.
9600         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9601
9602 2010-10-24  Julien Danjou  <julien@danjou.info>
9603
9604         * message.el (message-default-headers): Fix type.
9605
9606 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9609         prefetching images.
9610
9611         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9612         backend for unknown groups.  This is mainly useful for nnimap groups.
9613
9614         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9615         group isn't covered by the agent.
9616
9617 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9618
9619         * nnir.el (nnir-method-default-engines): New variable.
9620         (nnir-run-query): Use it.
9621         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9622         (gnus-summary-nnir-goto-thread): Change group if needed.
9623
9624         * gnus-group.el (gnus-group-group-map): Add key binding for
9625         gnus-group-make-nnir-group.
9626
9627 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9628
9629         * shr.el (shr-tag-object): Add.
9630
9631         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9632         original article buffer live.
9633         (gnus-summary-select-article-buffer):
9634         Mention gnus-widen-article-buffer.
9635
9636 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637
9638         * shr.el (shr-tag-strong): Add.
9639
9640 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641
9642         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9643         group names.  They mess up the group buffer badly.
9644
9645         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9646
9647         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9648         instead of the summary one.
9649
9650 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * mml.el (mml-preview): Work properly when editing article.
9653
9654         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9655         gnus-have-read-active-file if it's already been in.
9656
9657 2010-10-22  Tom Tromey  <tromey@redhat.com>
9658
9659         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9660         gnus-group-completing-read.
9661
9662 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9663
9664         * message.el (message-mode-map): Don't bind M-; to comment region, to
9665         allow the global comment-dwim to work.
9666
9667 2010-10-21  Julien Danjou  <julien@danjou.info>
9668
9669         * message.el (message-setup-1): Allow message-default-headers to be a
9670         function.
9671
9672 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * shr.el (shr-tag-table): Simplify.
9675
9676 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9679         to avoid trying to snarf invalid stuff.
9680
9681         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9682
9683         * gnus.el (gnus-message-archive-group): Quote value.
9684         (gnus-message-archive-group): Mark as changed.
9685
9686         * shr.el (shr-add-font): Don't put the font properties on the newline
9687         or the indentation.
9688
9689         * message.el (message-fix-before-sending): Change options when sending
9690         non-printable characters.
9691
9692         * gnus.el (gnus-message-archive-method): Change the default to
9693         monthly outgoing groups.
9694
9695         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9696         that have gotten new numbers.
9697
9698         * nnimap.el (nnimap-request-replace-article): New function.
9699
9700 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9703         (nnrss-request-article): Don't use special html washing code.
9704
9705 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * shr.el (shr-tag-table): Remove useless nconc.
9708
9709 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9710
9711         * gnus-art.el (article-wash-html): Simplify and remove the charset
9712         stuff.  Use the normal html rendering code instead of the special html
9713         washing code.
9714
9715         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9716         `gnus-w3m' symbols.
9717         (mm-text-html-washer-alist): Remove.
9718
9719         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9720         (mm-inline-media-tests): Remove use.
9721         (mm-text-html-renderer): Change default to the `shr' symbol.
9722
9723         * mm-view.el (mm-inline-text-html): Remove use.
9724
9725         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9726         `gnus-blocked-images' to be a function.
9727         (gnus-article-wash-function): Remove.
9728
9729 2010-10-20  Julien Danjou  <julien@danjou.info>
9730
9731         * spam.el (spam-list-of-processors): Mark as obsolete.
9732
9733         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9734         (nnimap-insert-partial-structure): Fix boundary detection.
9735
9736 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9737
9738         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9739         run file-truename on remote files.  This can be expensive and even
9740         prevent one from editing drafts if some unrelated buffer has a stale
9741         connection.
9742
9743 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9746         kinsoku-eol regardless of shr-kinsoku-shorten.
9747         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9748         (shr-tag-table): Support caption, thead, and tfoot.
9749
9750 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9751
9752         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9753         lines.
9754         (shr-save-contents): New command and keystroke.
9755
9756         * nndoc.el (nndoc-type-alist): Add git support.
9757         (nndoc-git-type-p): New function.
9758         (nndoc-transform-git-article): Ditto.
9759         (nndoc-transform-git-headers): Ditto.
9760         (nndoc-transform-git-headers): Generate Subject headers.
9761
9762         * shr.el (shr-parse-style): New function.
9763         (shr-tag-span): Ditto.
9764
9765         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9766         to `G G' to avoid collisions.
9767
9768 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * shr.el: Load kinsoku if necessary.
9771         (shr-kinsoku-shorten): New internal variable.
9772         (shr-find-fill-point): Make kinsoku shorten text line if
9773         shr-kinsoku-shorten is bound to non-nil.
9774         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9775         shr-indentation too when testing if table is wider than frame width.
9776         (shr-insert-table): Use `string-width' instead of `length' to measure
9777         text width.
9778         (shr-insert-table-ruler): Make sure indentation is done at bol.
9779
9780 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9781
9782         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9783         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9784         undecoded network data.
9785
9786 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787
9788         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9789         name in the mode line spec so that the mode line menu works
9790         (bug#2431).
9791
9792         * message.el (message-get-reply-headers): If we're fed `to-address',
9793         then always use that.
9794
9795         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9796         aren't so wide as to need to switch off the edit menu.
9797
9798         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9799         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9800
9801         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9802         `M-g'.
9803         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9804         the permanent marks.
9805
9806 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9807
9808         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9809         Splitting according to references/in-reply-to obeys the ignore-groups
9810         variable, while splitting by sender and subject do not.
9811
9812 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813
9814         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9815         alist, so that we can look for non-Unicode chars.
9816         (article-translate-strings): Allow both character and string maps.
9817
9818 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * shr.el (shr-insert): Don't insert space behind a wide character
9821         categorized as kinsoku-bol, or between characters both categorized as
9822         nospace.
9823
9824 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9825
9826         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9827         headers to gnus-newsgroup-headers.
9828
9829 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830
9831         * shr.el (shr-tag-img): Don't align images -- since we're not
9832         rescaling, this often leads to ugly displays.
9833
9834 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9835
9836         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9837         duplicates.
9838
9839 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9840
9841         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9842         call.
9843
9844 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9845
9846         * gnus.el: Autoload gnus-html-show-images.
9847
9848         * nnimap.el: Use nnheader-message throughout.
9849
9850         * shr.el (shr-tag-img): Ignore images with no data.
9851
9852 2010-10-15  Julien Danjou  <julien@danjou.info>
9853
9854         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9855         a possibility to disable format=flow encoding when using hard newlines.
9856
9857 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * shr.el (shr-insert): Remove space inserted before or after a
9860         breakable character or at the beginning or the end of a line.
9861         (shr-find-fill-point): Do kinsoku; find the second best point or give
9862         it up if there's no breakable point.
9863
9864 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9865
9866         * nnimap.el (nnimap-open-connection): Message when opening connection
9867         for debugging purposes.
9868
9869         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9870         on every setup buffer call to allow this to change from article to
9871         article.
9872
9873         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9874         buffers where we have a wide table.
9875
9876 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9877
9878         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9879         uses *-request-thread.
9880
9881 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9882
9883         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9884         incantation, which is no longer valid.
9885
9886 2010-10-14  Julien Danjou  <julien@danjou.info>
9887
9888         * shr.el: Fix defcustom type (char -> character).
9889
9890 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9891
9892         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9893         programs.
9894
9895 2010-10-14  Julien Danjou  <julien@danjou.info>
9896
9897         * shr.el (shr-tag-a): Use url-link as widget type.
9898
9899         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9900         `gnus-group-get-icon'.
9901
9902 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9903
9904         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9905         This should make server editing work better.
9906
9907         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9908
9909         * tls.el (tls-program): Remove spurious %s from openssl.
9910
9911         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9912         (nnimap-parse-flags): Fix regexp.
9913
9914         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9915         probably work for CJVK text, too.
9916
9917         * nnimap.el (nnimap-extend-tls-programs): Remove.
9918         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9919
9920         * tls.el (tls-starttls-switches): Remove starttls hack.
9921         (open-tls-stream): Ditto.
9922         (tls-find-starttls-argument): Ditto.
9923
9924 2010-10-13  Julien Danjou  <julien@danjou.info>
9925
9926         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9927         responses.
9928
9929 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9930
9931         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9932
9933         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9934         anything in Emacs.
9935
9936         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9937
9938 2010-10-13  Julien Danjou  <julien@danjou.info>
9939
9940         * shr.el (shr-width): Make shr-width a defcustom with default to
9941         fill-column.
9942         (shr-tag-img): Use shr-width rather than fill-column.
9943
9944 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * dgnushack.el (byte-optimize-apply):
9947         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9948
9949         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9950         position when (X-)Faces exist.
9951         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9952         avatars when called interactively.
9953
9954 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9957         gnus-article-x-face-too-ugly is bound.
9958
9959 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9960
9961         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9962
9963         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9964         mailbox that doesn't exist.
9965
9966 2010-10-12  Julien Danjou  <julien@danjou.info>
9967
9968         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9969         (shr-get-image-data): Encode URL properly when fetching from cache.
9970         (shr-tag-img): Use aligned-to spaces to align correctly images.
9971
9972         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9973         before inserting the Gravatar.
9974
9975         * shr.el (shr-tag-img): Add align attribute support for <img>.
9976
9977 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9978
9979         * gnus-gravatar.el (gnus-art): Require.
9980
9981         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9982         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9983         Remove long obsoleted functions.
9984
9985 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9988
9989         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9990
9991         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9992         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9993         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9994         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9995         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9996         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9997         * sieve-manage.el, smime.el, spam.el:
9998         Fix comment for declare-function.
9999
10000 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001
10002         * nnimap.el (nnimap-request-rename-group): Select group read-only
10003         before renaming it.
10004
10005         * shr.el (shr-insert): Fix up the white space only regexp.
10006
10007         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10008         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10009
10010         * shr.el (shr-current-column): New function.
10011         (shr-find-fill-point): New function.
10012
10013 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10014
10015         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10016         numbers.
10017
10018 2010-10-11  Julien Danjou  <julien@danjou.info>
10019
10020         * shr.el (shr-hr-line): Add.
10021         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10022         display hr lines.
10023         (shr-max-columns): Do not change state to nil if we just inserting
10024         spaces.
10025
10026 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10027
10028         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10029         select the last group.
10030
10031 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10032
10033         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10034
10035 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10036
10037         * dig.el (dig-mode-map): Declare and define in one step.
10038
10039 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10040
10041         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10042         for Gnus.
10043         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10044         (nnimap-update-qresync-info): Mark \Seen articles as read.
10045
10046         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10047         non-variable, too.
10048
10049         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10050         available.
10051         (nnimap-update-info): Rely more on the current active than the param
10052         active to avoid marking articles as read too much.
10053
10054         * auth-source.el (auth-source-create): Use (user-login-name) for the
10055         user name default.
10056
10057         * nnimap.el (nnimap-update-info): If the server doesn't return any
10058         useful info, just use the previous info.
10059         (nnimap-update-info): Prefer old info over start-article.
10060         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10061
10062 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10063
10064         * nnir.el (autoload): Clean up autoloads.
10065         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10066         Use key rather than value.
10067         (nnir-imap-search-other): New variable.
10068         (nnir-read-parm): Use it.
10069         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10070         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10071
10072 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10073
10074         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10075         the process, too.
10076
10077 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078
10079         * spam.el (gnus-summary-mode-map): Bind to "$".
10080         Suggested by Russ Allbery.
10081
10082         * shr.el: Rework the way things are indented by <li> slightly.
10083
10084         * gnus.el (gnus-group-set-parameter): Fix typo.
10085
10086         * nnimap.el: Start implementing QRESYNC support.
10087
10088 2010-10-09  Julien Danjou  <julien@danjou.info>
10089
10090         * nnir.el (nnir-engines): Fix too many arguments.
10091
10092 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10093
10094         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10095         group is the "last", so that the backends like nnfolder actually save
10096         their folders.
10097
10098         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10099         try to use that for the tls stream.
10100         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10101         UIDVALIDITY and find out which groups are read-only and not.
10102         (nnimap-get-flags): Use the same marks parsing code as the rest of
10103         nnimap.
10104
10105 2010-10-09  Julien Danjou  <julien@danjou.info>
10106
10107         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10108
10109         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10110         retrieving gravatars.
10111
10112         * shr.el (shr-table-corner): Add.
10113         (shr-table-line): Add.
10114         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10115
10116 2010-10-08  Julien Danjou  <julien@danjou.info>
10117
10118         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10119
10120 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10121
10122         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10123
10124         * gnus-sum.el (gnus-mark-article-as-unread)
10125         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10126         (gnus-summary-set-bookmark): Use it.
10127
10128         * gnus-msg.el (gnus-setup-message): Use it.
10129
10130         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10131
10132         * gnus.el (gnus-group-remove-parameter): Use it.
10133
10134         * gnus-group.el (gnus-group-make-web-group): Use it.
10135
10136         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10137
10138         * nnregistry.el: Update docs to mention manual.
10139
10140         * gnus-registry.el: Update docs to mention nnregistry.el.
10141         (gnus-registry-initialize): Don't install nnregistry refer method
10142         automatically.
10143         (gnus-registry-install-nnregistry): Remove it.
10144
10145 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10146
10147         * shr.el (shr-insert): Don't insert double spaces.
10148
10149 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * gnus-gravatar.el (gnus-treat-from-gravatar)
10152         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10153         called interactively.
10154
10155         * gnus-art.el (gnus-mime-view-part-externally)
10156         (gnus-mime-view-part-internally): Make predicate function passed to
10157         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10158         of a mime type.
10159
10160         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10161
10162 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10163
10164         * shr.el (require): Require cl when compiling.
10165         (shr-tag-hr): New function.
10166
10167         * nnimap.el (nnimap-update-info): Remove double setting of high.
10168         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10169         This makes nnimap work properly on Courier again.
10170
10171         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10172         the variable for backwards compatibility.
10173
10174         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10175         the file name before using to avoid setting mm-default-directory to
10176         nil.
10177
10178         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10179         bidning gnus-agent variables.
10180
10181         * shr.el (shr-render-td): Use a cache for the table rendering function
10182         to avoid getting an exponential rendering behavior in nested tables.
10183         (shr-insert): Rework the line-breaking algorithm.
10184         (shr-insert): Don't leave trailing spaces.
10185         (shr-insert-table): Also insert empty TDs.
10186         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10187
10188 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10189
10190         * gnus-sum.el (gnus-number): Rename from `number'.
10191         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10192         (gnus-summary-limit-children): Update uses correspondingly.
10193
10194 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10197         (gnus-gravatar-transform-address): Don't show avatars of people of
10198         which mail addresses match gnus-gravatar-too-ugly.
10199
10200 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10201
10202         * shr.el (shr-table-widths): Expand TD elements to fill available
10203         space.
10204
10205 2010-10-07  Julien Danjou  <julien@danjou.info>
10206
10207         * nnimap.el (nnimap-request-rename-group): Add this method.
10208
10209 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10212         name from XEmacs' function-arglist.
10213
10214         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10215         gravatar under XEmacs.
10216
10217 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10218
10219         * auth-source.el: Update docs with TODO items.
10220
10221         * gnus-sync.el: Update docs to explain state and plans.
10222
10223         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10224         Hooks for mark updates.
10225         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10226
10227         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10228         hooks with arguments, which is needed for mark update hooks.
10229
10230 2010-10-06  Julien Danjou  <julien@danjou.info>
10231
10232         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10233         was matched.
10234
10235         * sieve-manage.el: Update example in `Commentary'.
10236
10237         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10238
10239         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10240         not 2000.
10241         (sieve-manage-authenticate): Re-add function.
10242
10243 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10244
10245         * shr.el (shr-insert): Get 'space transition right.
10246         (shr-render-td): Only delete space at the end of the TD.
10247
10248         * nnimap.el (nnimap-open-connection): Prepare to support
10249         open-gnutls-stream.
10250
10251         * shr.el: Rearrange function order to be more logical.
10252
10253 2010-10-06  Julien Danjou  <julien@danjou.info>
10254
10255         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10256         (nnrss-discover-feed): Remove 404 URL in docstring.
10257
10258         * nnir.el: Fix Swish-E URL.
10259         Fix Namazu URL.
10260
10261         * message.el (message-change-subject): Remove 404 URL in a comment.
10262
10263 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10266         called interactively.
10267
10268         * gnus-util.el (gnus-remove-if): Allow hash table.
10269         (gnus-remove-if-not): New function.
10270
10271         * gnus-art.el (gnus-mime-view-part-as-type):
10272         * gnus-score.el (gnus-summary-score-effect):
10273         * gnus-sum.el (gnus-read-move-group-name):
10274         Replace remove-if-not with gnus-remove-if-not.
10275
10276         * gnus-group.el (gnus-group-completing-read):
10277         Regard collection as a hash table if it is not a list.
10278
10279 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10280
10281         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10282
10283         * shr.el: Document the table-rendering algorithm.
10284
10285 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10286
10287         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10288         for Emacsen having no `libxml-parse-html-region' support.
10289
10290 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10293         invalid URLs.
10294
10295         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10296         line-broken.
10297         (shr-tag-img): Ignore image fetching errors.
10298         (shr-overlays-in-region): Compute overlay positions correctly.
10299
10300         * mm-decode.el (mm-shr): Require shr.
10301
10302         * gnus-art.el (gnus-blocked-images): Move variable here.
10303
10304         * shr.el (shr-insert-table): Bind free variable.
10305
10306         * mm-decode.el (mm-shr): Bind shr-content-function.
10307
10308         * shr.el (shr-content-function): New variable.
10309
10310         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10311         added for symmetry.
10312
10313         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10314
10315         * gnus-group.el (gnus-group-make-group): Doc fix.
10316
10317         * nnimap.el (nnimap-request-newgroups): Return success.
10318
10319         * shr.el (shr-find-elements): New function.
10320         (shr-tag-table): Put all the images after the table.
10321         (shr-tag-table): Really inhibit images inside the table.
10322         (shr-collect-overlays): Copy over overlays from the TD elements to the
10323         main document.
10324
10325         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10326         gnus-blocked-images.
10327
10328 2010-10-05  Julien Danjou  <julien@danjou.info>
10329
10330         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10331
10332         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10333         (gnus-html-maximum-image-size): Add this function.
10334         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10335
10336         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10337         server-value of the capability is nil.
10338
10339 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10340
10341         * shr.el (shr-tag-em): Add <EM> tag.
10342
10343 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10344
10345         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10346         customizable.
10347
10348         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10349         handing broken links to browse-url.
10350
10351 2010-10-05  Julien Danjou  <julien@danjou.info>
10352
10353         * gnus-util.el (gnus-emacs-completing-read)
10354         (gnus-iswitchb-completing-read): Use autoload rather than require.
10355
10356 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10359         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10360         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10361         iswitchb-temp-buflist for XEmacs.
10362
10363         * gnus-util.el (gnus-completing-read-function): Exclude
10364         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10365         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10366         XEmacs.
10367
10368         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10369         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10370
10371         * gnus-html.el: Don't require help-fns under XEmacs.
10372         (gnus-html-schedule-image-fetching): Work for XEmacs.
10373
10374         * mm-decode.el (mm-shr): Decode contents by charset.
10375
10376 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10377
10378         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10379         unknown.
10380
10381         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10382         (shr-get-image-data): Ensure against the cache file missing.
10383
10384         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10385         for data.
10386
10387         * spam-report.el (spam-report-url-ping-plain): Don't query about
10388         killing the process.
10389
10390         * shr.el (shr-render-td): Protect against too-wide text.
10391
10392 2010-10-04  Julien Danjou  <julien@danjou.info>
10393
10394         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10395         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10396
10397         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10398         retrieved.
10399
10400 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10401
10402         * shr.el (browse-url): Require.
10403         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10404         lines.
10405         (shr-show-alt-text, shr-browse-image): New commands.
10406         (shr-browse-url, shr-copy-url): New commands.
10407
10408         * gnus-sum.el (gnus-widen-article-window): New variable.
10409         (gnus-summary-select-article-buffer): Use it.
10410
10411         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10412         without @ signs.
10413
10414 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10415
10416         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10417
10418 2010-10-04  Julien Danjou  <julien@danjou.info>
10419
10420         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10421         for XEmacs.
10422
10423 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10424
10425         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10426
10427         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10428         (nnimap-close-server): Implement.
10429
10430         * dgnushack.el (iswitchb): Require to shut up the compiler.
10431
10432         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10433         (shr-insert): Tweak line breaking.
10434         (shr-insert): Handle <pre> better.
10435         (shr-tag-li): Get <li> indentation right.
10436         (shr-tag-li): Get <li> indentation even righter.
10437         (shr-tag-blockquote): Ensure paragraph start.
10438         (shr-make-table): Tweak table generation.
10439         (shr-make-table): Fix typo.
10440
10441         * shr.el: Implement table rendering.
10442
10443 2010-10-04  Julien Danjou  <julien@danjou.info>
10444
10445         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10446
10447 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10448
10449         * shr.el (shr-insert): Use string anchors instead of line anchors.
10450
10451 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10452
10453         * shr.el: Add headings.
10454         (shr-ensure-paragraph): Actually work.
10455         (shr-tag-li): Make <ul> prettier.
10456         (shr-insert): Get white space at the beginning/end of elements right.
10457         (shr-tag-p): Collapse subsequent <p>s.
10458         (shr-ensure-paragraph): Don't insert double line feeds after blank
10459         lines.
10460         (shr-insert): \t is also space.
10461         (shr-tag-s): Fix "s" tag name function.
10462         (shr-tag-s): Fix face prop name.
10463
10464 2010-10-03  Julien Danjou  <julien@danjou.info>
10465
10466         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10467
10468         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10469         gnus-window-inside-pixel-edges.
10470
10471         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10472         gnus-ems.
10473
10474         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10475
10476         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10477         function.
10478
10479         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10480         resize choice.
10481
10482 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483
10484         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10485         beginning of the buffer.
10486
10487         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10488         article buffer again.
10489
10490         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10491
10492         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10493         when it's at the start of the buffer.
10494
10495         * shr.el (shr-tag-blockquote): Convert name.
10496         (shr-rescale-image): Use the right image-size variant.
10497
10498         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10499         buffer isn't shown, then select the current article first instead of
10500         bugging out.
10501         (gnus-summary-select-article-buffer): Show both the article and summary
10502         buffers again.
10503
10504         * shr.el (shr-fontize-cont): Protect against regions with no text.
10505         Rename tag functions to shr-tag-* for enhanced security.
10506         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10507
10508 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10509
10510         * shr.el (shr-insert):
10511         * pop3.el (pop3-movemail):
10512         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10513         loaded.
10514
10515 2010-10-03  Glenn Morris  <rgm@gnu.org>
10516
10517         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10518
10519         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10520
10521         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10522
10523         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10524
10525         * gnus-util.el (gnus-make-local-hook): Simplify.
10526
10527 2010-10-02  Julien Danjou  <julien@danjou.info>
10528
10529         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10530         (gnus-ido-completing-read): New function.
10531         (gnus-emacs-completing-read): New function.
10532         (gnus-completing-read): Use gnus-completing-read-function.
10533         Add gnus-completing-read-function.
10534
10535 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10536
10537         * shr.el (shr-insert-document): Autoload.
10538         (shr-img): Be silent.
10539         (shr-insert): Add a newline after every picture before text.
10540         (shr-add-font): Use overlays for combining faces.
10541         (shr-insert): Pass upwards the text start point.
10542
10543         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10544         possible.
10545         (mm-shr): New function.
10546
10547 2010-10-02  Julien Danjou  <julien@danjou.info>
10548
10549         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10550         should go backward.
10551
10552 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10553
10554         * shr.el (shr): Fix typo in provide call.
10555
10556 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10557
10558         * shr.el: New file.
10559
10560         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10561
10562         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10563         completing read.
10564
10565 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10566
10567         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10568         we're being queried about.  Suggested by Dan Jacobson.
10569
10570         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10571         Suggested by Jason Eisner.
10572
10573         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10574         table, too.  Suggested by Stefan Wiens.
10575         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10576         the table unnecessary.  Suggested by Stefan Wiens.
10577
10578         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10579         longer needed, and probably doesn't work either, as pointed out by
10580         Stefan Wiens.
10581         (gnus-summary-exit): Remove call to the clearing function.
10582         (gnus-summary-exit-no-update): Ditto.
10583
10584         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10585         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10586         Reported by Stefan Monnier.
10587         (gnus-summary-save-in-rmail): Ditto.
10588
10589         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10590         article buffer, instead of both the article buffer and the summary
10591         buffer.  Sort of suggested by Dan Jacobson.
10592
10593         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10594
10595         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10596         Suggested by Dan Jacobson.
10597
10598         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10599         documentation clearer.
10600
10601         * message.el (message-shorten-references): Comment on the number "21".
10602         Suggested by Stefan Monnier.
10603
10604         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10605         Suggested by Dan Jacobson.
10606
10607         * gnus.el (gnus-large-newsgroup):
10608         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10609
10610         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10611         externalize attachments.  Bug reported by Steve Wen.
10612
10613         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10614         really message anything to the user.
10615
10616         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10617         directly.
10618
10619         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10620         messages in empty groups.
10621
10622 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10623
10624         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10625         non-UIDNEXT group.
10626
10627 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10628
10629         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10630         not the value from the collection.
10631
10632         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10633         values.  This sometimes happens on some groups that have no info.
10634         (nnimap-request-newgroups): New function.
10635
10636 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10637
10638         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10639         check into `gnus-registry-initialize'.
10640         (gnus-registry-initialize): Ditto.
10641         Fix and extend header docs.
10642
10643 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10646         regexp backtrace overflows.
10647
10648         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10649         for starttls that tls.el implements; i.e. openssl.
10650
10651         * tls.el (tls-starttls-switches): Give up on using starttls with
10652         gnutls-cli.
10653         (tls-program): Add --insecure to be consistent with the defaults from
10654         openssl s_client.  Now all three commands are insecure.
10655
10656 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * lpath.el: Bind completion-styles-alist for XEmacs.
10659
10660         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10661         (gravatar-create-image): New function that's an alias to
10662         gnus-xmas-create-image, gnus-create-image, or create-image.
10663         (gravatar-data->image): Use it.
10664
10665 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10666
10667         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10668         install the nnregistry refer method.
10669         (gnus-registry-install-hooks): Use it.
10670         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10671         unfollowed groups.
10672
10673 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10674
10675         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10676         expanding threads.
10677
10678 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679
10680         * nnir.el: Use the server names without suffixes (bug#7009).
10681
10682         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10683         unencrypted to STARTTLS, if possible.
10684
10685 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10686
10687         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10688         headers before superseding.
10689
10690 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10691
10692         * nnrss.el (nnrss-use-local): Add documentation.
10693
10694         * nnimap.el (nnimap-extend-tls-programs): New function.
10695         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10696         (nnimap-wait-for-connection): Accept the greeting from the stupid
10697         output from openssl s_client -starttls, too.
10698
10699         * tls.el (tls-starttls-switches): New variable.
10700         (tls-find-starttls-argument): Use it.
10701         (open-tls-stream): Ditto.
10702
10703         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10704         (netrc-machine): Ditto.
10705
10706         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10707         article number.
10708         (nnimap-split-fancy): New variable.
10709         (nnimap-split-incoming-mail): Use it.
10710
10711         * nntp.el (nntp-server-list-active-group): Document.
10712
10713         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10714         SELECT to get the message-id.
10715
10716         * mail-source.el (mail-sources): Remove webmail support.
10717         (defvar): Ditto.
10718         (mail-source-fetcher-alist): Ditto.
10719         (mail-source-fetch-webmail): Remove.
10720
10721         * webmail.el: Remove -- doesn't seem relevant any more.
10722
10723         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10724
10725         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10726         the \r.
10727
10728 2010-09-30  Julien Danjou  <julien@danjou.info>
10729
10730         * gnus-agent.el (gnus-agent-add-group): Fix call to
10731         gnus-completing-read.
10732
10733 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10734
10735         * nndoc.el (nndoc-retrieve-groups): New function.
10736
10737         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10738         `default', use nnmail-split-methods.
10739         (nnimap-request-article): Downcase the NILs so that they are nil.
10740
10741         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10742         symbol.
10743
10744         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10745         code, since if the user has requested network, that's what they ought
10746         to get.
10747         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10748         (nnimap-split-rule): Mark as obsolete.
10749
10750         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10751         New variable.
10752
10753         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10754         correct slot, too.
10755
10756 2010-09-29  Julien Danjou  <julien@danjou.info>
10757
10758         * gnus.el (gnus-local-domain): Declare variable obsolete.
10759
10760         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10761         Fix history computing.
10762         (gnus-ido-completing-read): Require ido.
10763
10764 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10765
10766         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10767         build Gnus.
10768
10769         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10770         when interpreting the structures.
10771         (nnimap-request-accept-article): Add \r\n to the lines to make this
10772         work with Cyrus.
10773
10774         * nndraft.el (nndraft-request-expire-articles): Use the group name
10775         instead if "nndraft".  Fix found by Nils Ackermann.
10776
10777 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10778
10779         * nnregistry.el: Add.
10780
10781 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10782
10783         * nnmail.el (group, group-art-list, group-art):
10784         Remove unneeded directives.
10785
10786 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10789         (mm-mime-charset):
10790         * rfc2047.el (rfc2047-syntax-table):
10791         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10792
10793         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10794         rather than `insert-file-contents' and `eval-region'.
10795
10796         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10797         construction.
10798
10799         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10800
10801         * time-date.el: No need to require cl for Emacs 21.
10802
10803 2010-09-29  Julien Danjou  <julien@danjou.info>
10804
10805         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10806         replacement of `gnus-gravatar-relief' to mimic
10807         `gnus-faces-properties-alist'.
10808         Add :version property.
10809
10810 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * mail-source.el (mail-source-report-new-mail):
10813         * message.el (message-default-mail-headers):
10814         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10815
10816         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10817
10818 2010-09-28  Julien Danjou  <julien@danjou.info>
10819
10820         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10821         mail-address contains the same string as real-name.
10822
10823         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10824         non-blank in header, otherwise it'll get stripped.
10825
10826         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10827         real-name, and then for mail address rather than doing : or , search.
10828
10829 2010-09-27  Julien Danjou  <julien@danjou.info>
10830
10831         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10832         right completing-read function.
10833         (gnus-use-ido): New variable
10834         (gnus-completing-read-with-default): Remove.
10835         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10836         (gnus-agent-add-group):
10837         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10838         * mm-view.el (mm-view-pkcs7-decrypt):
10839         * mm-util.el (mm-codepage-setup):
10840         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10841         * mml-smime.el (mml-smime-openssl-sign-query):
10842         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10843         (mml-insert-multipart):
10844         * gnus-msg.el (gnus-summary-yank-message):
10845         * gnus-int.el (gnus-start-news-server):
10846         * mm-decode.el (mm-interactively-view-part):
10847         * gnus-dired.el (gnus-dired-attach):
10848         * gnus.el (gnus-read-method):
10849         * gnus-bookmark.el (gnus-bookmark-jump):
10850         * gnus-art.el (gnus-mime-view-part-as-type)
10851         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10852         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10853         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10854         * nnmairix.el (nnmairix-create-server-and-default-group)
10855         (nnmairix-update-groups, nnmairix-get-server)
10856         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10857         (nnmairix-get-group-from-file-path):
10858         * nnrss.el (nnrss-find-rss-via-syndic8):
10859         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10860         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10861         (gnus-group-browse-foreign-server):
10862         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10863         (gnus-summary-execute-command, gnus-summary-respool-article)
10864         (gnus-read-move-group-name):
10865         * gnus-score.el (gnus-summary-increase-score)
10866         (gnus-summary-score-effect):
10867         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10868
10869 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10872         x-focus-frame.
10873
10874         * nnimap.el (auth-source-forget-user-or-password)
10875         (auth-source-user-or-password): Autoload.
10876
10877         * message.el (message-from-style, message-interactive)
10878         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10879         (message-yank-prefix, message-indentation-spaces, message-signature)
10880         (message-signature-file): Add comment.
10881
10882 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10883
10884         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10885         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10886         new articles.
10887
10888         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10889         parts.
10890         (nnimap-request-article): Work with the t setting, too.
10891
10892         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10893         that you don't get flashes of other buffers.
10894         (gnus-summary-show-complete-article): Intern before setting.
10895
10896 2010-09-27  David Engster  <dengste@eml.cc>
10897
10898         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10899         well as HEADERS.
10900         (nnmairix-retrieve-headers): Provide new argument for the above.
10901
10902 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10903
10904         * gnus-sum.el (gnus-summary-move-article): Don't alter
10905         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10906         group.
10907
10908         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10909
10910         * message.el (message-cite-prefix-regexp): Revert my last edit.
10911
10912         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10913         variable instead of the Gnus variable.
10914
10915         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10916
10917         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10918
10919         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10920         since some servers don't like it.
10921         (nnimap-open-connection): Forget credentials if the server says the
10922         password was wrong.
10923         (nnimap-parse-line): Protect against invalid data.
10924
10925         * gnus-sum.el (gnus-summary-move-article): Add comment.
10926         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10927         nothing alters it while scanning for new messages.
10928
10929         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10930         which may or may not help.
10931         (nnimap-open-connection): If we're doing a stream connection, and then
10932         discover we're on a STARTTLS-capable server, then open a STARTTLS
10933         connection instead.
10934
10935 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10936
10937         * nnimap.el (utf7): Require.
10938
10939         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10940         prefix.
10941
10942 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10943
10944         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10945
10946 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10947
10948         * nnimap.el (nnimap-request-accept-article): Message the error on
10949         error.
10950
10951 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10954
10955 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10956
10957         * nndoc.el (nndoc-request-list): Return success always.
10958
10959         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10960         `fetch-old' -- we only want to fetch the articles we've requested.
10961         The rest are in the agent, probably.
10962         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10963         disappeared server" to something low.  It's not important.
10964
10965         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10966         arrived before the FETCH data.
10967
10968         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10969         target here, because we don't know the Gnus name of the group.
10970
10971         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10972         for the correct group.
10973
10974         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10975
10976         * gnus.el (gnus): Give a final warning after startup.
10977
10978         * gnus-util.el (gnus-action-message-log): New variable.
10979         (gnus-message): Use it.
10980         (gnus-final-warning): New function.
10981
10982         * nnimap.el (nnimap-open-connection): Record the greeting.
10983         (nnimap): Add greeting.
10984
10985 2010-09-26  Julien Danjou  <julien@danjou.info>
10986
10987         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10988         arguments.
10989         (gnus-html-wash-images): Fix spec computing to include start/end.
10990
10991         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10992
10993 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10994
10995         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10996         deletion.
10997         (nnimap-retrieve-headers): Don't select the group, because that's
10998         already done by nnimap-possibly-change-group.
10999
11000         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11001         (gnus-picon-transform-address): Use it.
11002
11003         * mail-source.el (mail-source-value): Revert previous patch.
11004
11005         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11006         on failure.
11007         (nnimap-open-connection): Look up both virtual and physical server name
11008         credentials.
11009
11010         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11011
11012 2009-02-07  Dave Love  <fx@gnu.org>
11013
11014         * tls.el (open-tls-stream): Don't query killing process.
11015
11016 2009-02-08  Dave Love  <fx@gnu.org>
11017
11018         * gnus-win.el (gnus-window-to-buffer-helper)
11019         (gnus-all-windows-visible-p): Function needn't be a symbol.
11020
11021         * mail-source.el (mail-source-value): Function needn't be a symbol.
11022
11023 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11024
11025         * message.el (message-cite-prefix-regexp): Remove } from the cite
11026         prefix.
11027
11028         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11029         highlight again, so that the highlight is correct.
11030
11031         * gnus-picon.el (gnus-picon): Remove again.
11032         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11033
11034         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11035         doing the header highlightling, so that the background color of the
11036         picon is correct.
11037
11038         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11039         (gnus-picon): Ditto.
11040         (gnus-picon): Reinstate.  The background color for picons is white.
11041         (gnus-picon-insert-glyph): Make the background white.
11042
11043         * nnml.el (nnml-open-nov): Don't return dead buffers.
11044
11045         * auth-source.el (auth-source-create): Query the user for whether to
11046         store the credentials.
11047
11048         * netrc.el (netrc-store-data): New function.
11049
11050         * auth-source.el (auth-source-user-or-password): Use the existing auth
11051         sources, if any, for creation.
11052
11053         * gnus.el (gnus-group-fast-parameter): Return the last matching
11054         parameter instead of the first matching parameter.
11055
11056 2010-09-26  Julien Danjou  <julien@danjou.info>
11057
11058         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11059
11060 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11061
11062         * mml2015.el (mml2015-use): Remove gpg support.
11063
11064         * mml1991.el (mml1991-function-alist): Remove gpg function.
11065         (mml1991-gpg-sign): Remove.
11066
11067 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11068
11069         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11070         (gnus-browse-unsubscribe-current-group): Document it.
11071         (gnus-browse-unsubscribe-group): Use it.
11072
11073 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11074
11075         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11076         address to the To list for easier response.
11077
11078         * gnus.el (gnus-play-startup-jingle): Remove.
11079         (gnus-splash): Don't play jingle.
11080         (gnus): Silence gnus-load message.
11081
11082         * gnus-art.el (gnus-treat-play-sounds): Remove.
11083
11084         * gnus.el (gnus-play-jingle): Remove audio support.
11085
11086         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11087
11088         * earcon.el: Remove -- no users.
11089
11090         * gnus-audio.el: Remove -- no users of this package.
11091
11092         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11093
11094         * gnus-start.el (gnus-setup-news): Remove nocem support.
11095
11096         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11097
11098         * gnus.el (gnus-use-nocem): Remove.
11099
11100         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11101         Remove.
11102
11103         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11104         uses NoCeM any more.
11105
11106         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11107         (gnus-button-ctan-handler): Ditto.
11108         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11109         (gnus-button-ctan-directory-regexp): Ditto.
11110         (gnus-button-handle-ctan): Ditto.
11111         (gnus-button-tex-level): Ditto.
11112         (gnus-button-alist): Remove CTAN stuff.
11113
11114 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11115
11116         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11117         nnimap-streaming test.
11118
11119         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11120         servers twice.
11121
11122         * nnimap.el (nnimap-open-connection): Add more error reporting when
11123         nnimap fails early.
11124
11125         * nnheader.el (nnheader-get-report-string): New function.
11126         (nnheader-get-report): Use it.
11127
11128         * gnus-int.el (gnus-check-server): Say what the error was when opening
11129         failed.
11130
11131         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11132         using streaming.
11133
11134 2010-09-25  Julien Danjou  <julien@danjou.info>
11135
11136         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11137         gnus-window-inside-pixel-edges.
11138
11139 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11140
11141         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11142
11143         * mm-decode.el (mm-save-part): Allow saving to other directories the
11144         normal Emacs way.
11145
11146         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11147         Suggested by Jay Berkenbilt.
11148
11149         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11150         there isn't a single byte.
11151
11152         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11153         just do it.  It doesn't really seem to matter what the user responds
11154         here, I think, so it's just a confusing question.
11155
11156         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11157         non-streaming case.
11158
11159         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11160         (gnus-article-encrypt-body): Use it.
11161
11162         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11163         keystroke.
11164
11165         * nnimap.el (nnimap-find-wanted-parts-1):
11166         Use gnus-fetch-partial-articles.
11167
11168         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11169
11170         * nnimap.el (nnimap-insert-partial-structure): New function.
11171         (nnimap-get-partial-article): New function.
11172         (nnimap-request-article): Use it.
11173         (nnimap-wait-for-response): Return whether the wait was successful.
11174         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11175         retrieval wasn't successful.
11176         (nnimap-retrieve-group-data-early): Allow throttling servers.
11177         (nnimap-streaming): New variable.
11178         (nnimap-fetch-partial-articles): Remove.
11179
11180         * mm-decode.el (mm-with-part): Protect against killed buffers.
11181
11182         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11183         for prettier summary display.
11184
11185 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11186
11187         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11188
11189 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11190
11191         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11192         apparently third-party libraries depend on it.
11193
11194         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11195         before starting negotiation.
11196
11197         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11198         privacy reasons.
11199         (gnus-treat-mail-gravatar): Ditto.
11200
11201         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11202         buffer when inserting images.  Inserting text into the headers, for
11203         instance, can make them invalid.
11204
11205 2010-09-25  Julien Danjou  <julien@danjou.info>
11206
11207         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11208         variables.
11209
11210         * nnheader.el: Remove useless variables news-reply-yank-from and
11211         news-reply-yank-message-id.
11212
11213         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11214         variables.
11215
11216         * mml1991.el: Remove useless mml1991-verbose.
11217
11218         * gnus.el: Remove useless variable gnus-use-generic-from.
11219         Remove obsolete variable gnus-topic-indentation.
11220
11221         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11222
11223         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11224
11225         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11226
11227         * gnus-group.el: Remove useless gnus-group-icon-cache.
11228         Remove useless gnus-ephemeral-group-server.
11229
11230         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11231
11232         * mml2015.el: Remove useless mml2015-verbose.
11233
11234         * mml-smime.el: Remove useless mml-smime-verbose.
11235
11236         * gnus.el: Remove useless gnus-local-domain.
11237
11238         * gnus-gravatar.el (gnus-gravatar-transform-address):
11239         Use gnus-gravatar-size.
11240
11241         * gnus-art.el: Remove useless gnus-treat-translate.
11242
11243 2010-09-24  Julien Danjou  <julien@danjou.info>
11244
11245         * gnus-sum.el: Add support for Gravatars.
11246
11247         * gnus-art.el: Add support for Gravatars.
11248
11249         * gnus-gravatar.el: Add this file.
11250
11251         * gravatar.el: Add this file.
11252
11253 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11254
11255         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11256
11257         * gnus-group.el (gnus-group-fetch-faq): Remove.
11258
11259         * gnus.el (gnus-group-faq-directory): Remove.
11260
11261         * gnus-group.el (gnus-group-fetch-charter): Remove.
11262
11263         * gnus.el (gnus-group-charter-alist): Remove.
11264
11265         * gnus-group.el (gnus-group-archive-directory): Remove.
11266         (gnus-group-recent-archive-directory): Ditto.
11267         (gnus-group-make-archive-group): Remove.
11268
11269         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11270
11271         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11272         use the same article number for all the cached articles.
11273
11274         * nnimap.el (nnimap-command): Register the last command time so
11275         that we can use it for idling NOOPs.
11276         (nnimap-open-connection): Start the keeplive timer.
11277         (nnimap-make-process-buffer): Store all the process buffers.
11278         (nnimap-keepalive): New function.
11279
11280         * starttls.el (starttls-open-stream): Add autoload cookie.
11281
11282 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11283
11284         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11285         handling.
11286
11287 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11288
11289         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11290         its data structures.
11291
11292         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11293         instead of the cl.el copy-list.
11294         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11295         equalp.
11296
11297 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11300         and tool-bar-local-item-from-menu.
11301
11302         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11303         mode-line-highlight face for Emacs.
11304
11305         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11306         loading gnus-sum.elc; fix comment for canlock-verify.
11307         (gnus-article-jump-to-part): Use read-number.
11308         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11309         Remove Emacs pre-21 compatible code for help-echo.
11310         (gnus-article-next-page-1): No need to adjust the number of lines.
11311         (gnus-article-describe-bindings): Always use help-buffer.
11312
11313         * gnus-audio.el (gnus-audio-inline-sound):
11314         * gnus-cus.el (gnus-custom-mode):
11315         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11316
11317         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11318
11319         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11320         compatible code.
11321
11322 2010-09-24  Glenn Morris  <rgm@gnu.org>
11323
11324         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11325         visiting the fcc file in rmail-mode.
11326
11327         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11328
11329 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * nnir.el: Silence the byte compiler.
11332
11333         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11334         alias to browse-url-url-encode-chars if any.
11335         (gnus-html-encode-url): Use it.
11336
11337 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11338
11339         * gnus-start.el (gnus-use-backend-marks): New variable.
11340         (gnus-get-unread-articles-in-group): Use it.
11341
11342         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11343         makeover.
11344
11345 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11346
11347         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11348
11349 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11350
11351         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11352         Remove.
11353         (gnus-setup-news-hook):
11354         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11355
11356         * gnus-int.el (gnus-request-update-info): Protect against backends not
11357         having the function.
11358
11359         * nnimap.el (nnimap-stream): Mention starttls.
11360         (nnimap-open-connection): Add starttls support.
11361
11362 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11363
11364         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11365
11366 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11367
11368         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11369         BODYSTRUCTUREs.
11370         (nnimap-transform-headers): Unfold quoted {42} headers.
11371
11372         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11373         the info.
11374         (gnus-get-unread-articles): Only call updatep on backends that support
11375         it.
11376
11377         * nnweb.el (nnweb-request-update-info): NOOP.
11378
11379         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11380
11381         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11382         since it only deals with marks.
11383
11384         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11385         gnus-request-marks, and make a new gnus-request-update-info.
11386
11387         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11388         the active instead of the high number, which is usually too low.
11389
11390 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11391
11392         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11393         * encrypt.el: Remove.
11394
11395 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11396
11397         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11398         server in symbolic form.
11399
11400         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11401
11402 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11403
11404         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11405         (nnimap-update-info): Fix up code slightly.
11406
11407         * gnus-int.el (gnus-open-server): Add tracing for performance
11408         debugging.
11409
11410         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11411         (gnus-group-insert-group-line): Pass the real group name so that it
11412         gets the right data.
11413
11414         * gnus-start.el (gnus-get-unread-articles): Don't have
11415         `gnus-get-unread-articles-in-group' update info, since that can be
11416         really slow and doesn't seem to be needed?
11417
11418 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11419
11420         * time-date.el (date-to-time): Try using parse-time-string first before
11421         using the slower timezone-make-date-arpa-standard.
11422
11423 2010-09-22  Julien Danjou  <julien@danjou.info>
11424
11425         * gnus-group.el (gnus-group-insert-group-line):
11426         Call gnus-group-highlight-line.
11427         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11428         default hook list.
11429         (gnus-group-update-eval-form): Add new function.
11430         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11431         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11432
11433 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11434
11435         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11436         immediate, then expire all articles.
11437         (nnimap-update-info): Fix off-by-one errors.
11438         (nnimap-flags-to-marks): Would return no marks lists for group with no
11439         flags.  Instead return the other data.
11440
11441 2010-09-22  Julien Danjou  <julien@danjou.info>
11442
11443         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11444         Only return an icon.
11445         (gnus-group-insert-group-line): Compute icon to return.
11446
11447         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11448         (gnus-html-image-fetched): Only cache if
11449         gnus-html-image-automatic-caching is set.
11450         (gnus-html-image-fetched): Check for errors.
11451
11452 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11453
11454         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11455         once per method on `g'.  This ensures that backends like nnfolder don't
11456         open all their folders.
11457
11458         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11459         (nnimap-request-list): Nix out group in the correct buffer.
11460         (nnimap-parse-flags): Implement by using `read' instead of
11461         hand-parsing.
11462         (nnimap-flags-to-marks): Pass on permanent-flags.
11463         (nnimap-make-process-buffer): Record the server name.
11464         (nnimap-parse-flags): Fix typo.
11465         (nnimap-request-scan): Run split on the server in general, not just a
11466         single group.
11467
11468         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11469         parameter, and propagate this downwards.
11470
11471         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11472         since EXAMINE changes it on the server.
11473
11474         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11475         this command might take a while.
11476
11477 2010-09-22  Julien Danjou  <julien@danjou.info>
11478
11479         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11480         harmful if you have 2 images side-by-side, they can't be properly
11481         update on text deletion.  Using text-property is safer here.
11482         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11483         data.
11484
11485 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11486
11487         * nnimap.el (nnimap-expunge-inbox): Remove.
11488         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11489         (nnimap-expunge): Flip default to t.
11490
11491         * gnus.el (gnus-method-to-server): Don't push things to the cache
11492         unless it's unique.
11493         (gnus-server-to-method): Ditto.
11494
11495 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11496
11497         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11498
11499 2010-09-22  Julien Danjou  <julien@danjou.info>
11500
11501         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11502         get the start of data.
11503         (gnus-html-encode-url): Add this function to encode special chars in
11504         URL.
11505         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11506         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11507
11508         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11509         default.
11510         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11511
11512         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11513         images alt-text.
11514         (gnus-html-put-image): Put alt-text as help-echo.
11515
11516 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11519         * mm-util.el (mm-decompress-buffer):
11520         * nnir.el (nnir-run-find-grep):
11521         * pop3.el (pop3-list): Use 3rd arg of split-string.
11522
11523         * time-date.el (format-seconds): Comment fix.
11524
11525         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11526         and byte-optimize-form-code-walker.
11527         (dgnushack-make-auto-load): Don't advise make-autoload.
11528
11529         * lpath.el: Remove Emacs 21 stuff.
11530
11531 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11532
11533         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11534         outside the active range.  Suggested by Dan Christensen.
11535
11536         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11537         slightly later to avoid double-getting it.
11538
11539         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11540         previous patch.
11541
11542         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11543
11544 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11545
11546         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11547
11548 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11549
11550         * gnus-int.el (gnus-open-server): Give a better error message in the
11551         "go offline" case.
11552
11553         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11554         marks for nnimap, which is seldom the right thing to do.
11555
11556         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11557         (gnus-same-method-different-name): New function.
11558
11559         * nnimap.el (parse-time): Require.
11560
11561         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11562         method in the presence of many similar methods.
11563
11564         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11565
11566         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11567         nnml-inhibit-expiry.
11568
11569         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11570         find out whether methods are equal.
11571
11572         * nnimap.el (nnimap-find-expired-articles): New function.
11573         (nnimap-process-expiry-targets): New function.
11574         (nnimap-request-move-article): Request the article before looking at
11575         what the Message-ID is.  Fix found by Andrew Cohen.
11576         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11577
11578         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11579         for oldness in addition to being a predicate.
11580
11581         * nnimap.el (nnimap-request-group): When we have zero articles, return
11582         the right data to Gnus.
11583         (nnimap-request-expire-articles): Only delete articles immediately if
11584         the target is 'delete.
11585
11586         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11587         method, this would bug out.
11588
11589         * gnus-group.el (gnus-group-expunge-group): Rename from
11590         gnus-group-nnimap-expunge, and implemented as a normal interface
11591         function.
11592
11593         * gnus-int.el (gnus-request-expunge-group): New function.
11594
11595         * nnimap.el (nnimap-request-create-group): Implement.
11596         (nnimap-request-expunge-group): New function.
11597
11598 2010-09-21  Julien Danjou  <julien@danjou.info>
11599
11600         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11601         (gnus-html-cache-expired): Add new function.
11602         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11603         wethever we should display image for fetch it.
11604         Compute alt-text earlier to pass it to the fetching function too.
11605         (gnus-html-schedule-image-fetching): Change function argument to only
11606         get one image at a time, not a list.
11607         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11608         cache.
11609         (gnus-html-get-image-data): New function to retrieve image data from
11610         cache.
11611         (gnus-html-put-image): Change buffer argument to use image data rather
11612         than file, and place image above region rather than inserting a new
11613         one.  Do not take alt-text as argument, since it's useless now: we place
11614         the image above alt-text.
11615         (gnus-html-prune-cache): Remove.
11616         (gnus-html-show-images): Start to fetch image when we find one, do not
11617         push into a temporary list.
11618         (gnus-html-prefetch-images): Only fetch image if they have expired.
11619         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11620         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11621
11622 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11625
11626 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11627
11628         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11629         spec inser "*" if the group isn't active instead of 0.
11630
11631         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11632         opening the server.
11633         (nnimap-request-delete-group): Implement group deletion.
11634         (nnimap-transform-headers): Return the size of the entire message in
11635         the Bytes header, not just the size of the first part.
11636         (nnimap-request-move-article): When moving an article from nnimap,
11637         request the article first so the accepting form has an article to
11638         accept.  Reported by Dan Christensen.
11639         (nnimap-command): Make sure that the error message doesn't error out.
11640
11641 2010-09-20  David Edmondson  <dme@dme.org>
11642
11643         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11644         we haven't requested anything.
11645
11646 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11647
11648         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11649         "".  Fix found by Andrew Cohen.
11650
11651         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11652         instead of -encode-string.
11653
11654 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11657
11658         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11659         by mm-subst-char-in-string.
11660
11661 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11662
11663         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11664         waiting for the connection string.
11665
11666         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11667         arriving.
11668
11669         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11670         bogus characters.  This allows selecting certain Gmail groups.
11671
11672         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11673         (nnimap-fetch-partial-articles): New variable.
11674         (nnimap-open-connection): When looking for credentials, also use the
11675         nnimap-server-port.
11676         (nnimap-request-article): Return the group/article number, so that Gnus
11677         `^' works as expected.
11678         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11679
11680         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11681         comments.
11682         (gnus-methods-sloppily-equal): New function.
11683         (gnus): When using the development version of Gnus, load the gnus-load
11684         file.
11685
11686         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11687         `gnus-open-server' on each method before trying to scan them etc.
11688         This ensures that all the backend parameters are set correctly.
11689
11690         * nnimap.el (nnimap-authenticator): New variable.
11691         (nnimap-open-connection): Allow anonymous login.
11692         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11693         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11694
11695         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11696         patch, found by Knut Anders Hatlen.
11697
11698 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11699
11700         * gnus-agent.el (gnus-agent-batch-confirmation)
11701         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11702         to gnus-message.
11703         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11704         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11705         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11706         * gnus-int.el (gnus-open-server): Likewise.
11707         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11708         (gnus-score-check-syntax): Likewise.
11709         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11710         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11711         Likewise.
11712         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11713
11714 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11715
11716         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11717         calling conventions so that prefetch doesn't bug out.
11718
11719 2010-09-19  Julien Danjou  <julien@danjou.info>
11720
11721         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11722         rather than `subst-char-in-region' in order to be able to replace ASCII
11723         char by UTF-8 ones.
11724
11725         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11726         than curl.
11727         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11728         the right URL and ALT text on images.
11729         (gnus-html-wash-tags): Fix tag case.
11730         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11731         (gnus-article-html): Add -o display_ins_del=2 option.
11732         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11733
11734 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11735
11736         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11737         the extra mail headers, which sometimes seem to happen for unknown
11738         reasons.
11739
11740         * mail-parse.el (mail-header-encode-parameter): Define as
11741         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11742         (or most, perhaps?) mail readers don't understand the latter, but do
11743         understand the former.
11744
11745         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11746         to nil, so that no methods are automatically agentized.  I think this
11747         is probably what most users want.
11748
11749         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11750         from url-retrieve, for instance about invalid URLs.
11751
11752         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11753         groups that have no articles.
11754         (nnimap-request-article): Check that we really got an article when we
11755         requested one.
11756
11757         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11758         doesn't exist.
11759
11760         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11761         nntp buffer so the agent can save it.
11762         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11763         that CRLF doesn't get translated to \n.
11764         (nnimap-open-connection): Don't make 'shell commands only send \n.
11765
11766 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11767
11768         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11769         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11770         Update var name.
11771         (nnml-generate-nov-file): Use dolist.
11772         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11773         Use with-current-buffer.
11774
11775 2010-09-18  Julien Danjou  <julien@danjou.info>
11776
11777         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11778         parallel.
11779
11780 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11781
11782         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11783         the range update right.
11784         (nnimap-request-group): Don't make `M-g' bug out on group with no
11785         marks.
11786         (nnoo): Require, so that other packages can require nnimap.
11787         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11788         command we're looking for.  This helps when the server sends more
11789         responses after we've gotten everything we expected.
11790         (nnimap): Add a `newlinep' field to keep track of end-of-line
11791         conventions.
11792         Don't send CRLF to things that don't want it.
11793         (nnimap-request-accept-article): Ditto.
11794
11795 2010-09-18  Julien Danjou  <julien@danjou.info>
11796
11797         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11798         than curl to retrieve images.
11799
11800 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11801
11802         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11803         the marks.
11804         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11805         (nnimap-wait-for-connection): New function.
11806         (nnimap-open-connection): If we have PREAUTH, don't query for login
11807         credentials.
11808         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11809         when doing a partial update.
11810
11811 2010-09-18  Julien Danjou  <julien@danjou.info>
11812
11813         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11814         tags.
11815
11816 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11817
11818         * nnimap.el (nnimap-credentials): New function.
11819         (nnimap-open-connection): Use the new function to look for credentials
11820         also on the numeric equivalents of "imap" and "imaps".
11821
11822         * gnus-start.el (gnus-activate-group): Send the info to
11823         gnus-request-group.
11824
11825         * nnimap.el (nnimap-request-group): Have the "check" version of the
11826         function parse flags and update the info, so that a `M-g' get a total
11827         resync of all flags from the group.
11828
11829         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11830         to allow backends to alter the info on group selection.  Also alter all
11831         the backend -request-group functions to take the parameter.
11832
11833         * nnimap.el (nnimap-store-info): New function.
11834         (nnimap-update-info): Store the info for later usage.
11835         (nnimap-request-group): Use the stored info for the dont-check case, so
11836         that we don't retrieve all marks when we enter a group.
11837
11838         * nnimap.el: Use deffoo instead of defun for interface functions.
11839
11840         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11841         update the group info.  This makes the nndraft groups, for instance, go
11842         back to their old behavior.
11843
11844         * gnus-sum.el (gnus-select-newsgroup): Indent.
11845
11846         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11847         in.
11848         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11849         nothing.
11850
11851         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11852         from methods that are denied.
11853
11854         * gnus-int.el (gnus-method-denied-p): New function.
11855
11856         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11857         store the password instead of netrc.
11858         (nnimap-open-connection): Don't error out when we can't make a
11859         connections.
11860
11861         * auth-source.el (auth-source-create): In the password prompt, say what
11862         we're querying for.  Also prompt for user name if that hasn't been
11863         given.
11864
11865         * nnimap.el (nnimap-with-process-buffer): Remove.
11866
11867 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11868
11869         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11870         method when we're reading from the agent.
11871
11872         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11873
11874         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11875         that's probably most useful for users.
11876
11877         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11878         "failed" all the time.
11879
11880         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11881         ...)) with (with-current-buffer ... ).
11882
11883         * nntp.el (nntp-open-server): Return whether the open was successful or
11884         not.
11885
11886         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11887         select an unread unseen article first.
11888
11889         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11890         /etc/services, supply some sensible port defaults.
11891
11892         * dgnushack.el: Define netrc-credentials.
11893
11894 2010-09-17  Julien Danjou  <julien@danjou.info>
11895
11896         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11897
11898 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11899
11900         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11901         doesn't have any parameters.
11902
11903 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11904
11905         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11906         only upcased checks.
11907
11908         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11909
11910         * nnimap.el (nnimap-open-shell-stream): New function.
11911         (nnimap-open-connection): Use it.
11912         (nnimap-transform-headers): Get the number of lines in each message.
11913         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11914         number of lines.
11915         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11916         problem.
11917
11918         * utf7.el (utf7-encode): Autoload.
11919
11920         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11921         to allow the mail splitting to not return a default group.  This is
11922         useful for nnimap, which will leave unmatched mail in the inbox.
11923
11924         * nnimap.el: Rewritten.
11925
11926         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11927         nnimap usage.
11928
11929         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11930         if the move is internal, so that nnimap can do fast internal moves.
11931
11932         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11933         data.
11934         (gnus-read-active-for-groups): Support finishing the early retrieval of
11935         data.
11936
11937         * gnus-range.el (gnus-range-nconcat): New function.
11938
11939         * gnus-int.el (gnus-finish-retrieve-group-infos)
11940         (gnus-retrieve-group-data-early): New functions.
11941
11942 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11943
11944         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11945         (nnrss-retrieve-groups):
11946         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11947         (pop3-quit): Use with-current-buffer.
11948
11949 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11952         instead of nnheader-accept-process-output.
11953
11954         * dgnushack.el (dgnushack-compile): Add comment.
11955
11956         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11957
11958         * gnus-html.el (gnus-html-schedule-image-fetching)
11959         (gnus-html-prefetch-images): Replace process-kill-without-query by
11960         gnus-set-process-query-on-exit-flag.
11961
11962 2010-09-16  Romain Francoise  <romain@orebokech.com>
11963
11964         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11965
11966 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11967
11968         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11969         parameter to unintern is mandatory-ish in Emacs 24.
11970
11971         * gnus-html.el (gnus-html-schedule-image-fetching)
11972         (gnus-html-prefetch-images): Check for curl before using it.
11973
11974         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11975         depend on curl, which isn't essential.
11976
11977         * imap.el: Revert back to version
11978         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11979         seem problematic.
11980
11981 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11982
11983         * gnus-registry.el (gnus-registry-install-shortcuts):
11984         Explicitly pass `obarray' to `unintern' to avoid a warning.
11985
11986 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11987
11988         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11989         change.
11990
11991         * nnrss.el (nnrss-request-list): Remove this function and related
11992         functions, including the moreover stuff.
11993
11994 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11995
11996         * nnrss.el (nnrss-retrieve-groups): New function.
11997
11998 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11999
12000         * .dir-locals.el: Add no-byte-compile cookie.
12001
12002 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * time-date.el (format-seconds): Comment fix.
12005
12006         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12007         for back end that doesn't support request-scan.
12008
12009 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12010
12011         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12012         then do request scans from the backends.
12013
12014         * netrc.el (netrc-credentials): New conveniency function.
12015
12016         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12017         avoid running a hook per line, since this takes a lot of time,
12018         profiling shows.
12019         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12020         directly if gnus-visual-p is true.
12021
12022 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12025         groups; replace mapcar with dolist which is a bit faster; pass groups
12026         info to gnus-read-active-file-1.
12027         (gnus-read-active-file-1): Scan only specified groups if the new
12028         optional arg `infos' is given.
12029
12030 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12031
12032         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12033
12034         * pop3.el (pop3-movemail): Remove.
12035         (pop3-streaming-movemail): Rename to pop3-movemail.
12036
12037         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12038         don't restrict end-tag searches to the end of the line.
12039
12040 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12043         articles of every unchecked group to t, which means unknown since the
12044         server has never been opened.
12045
12046 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12047
12048         * gnus-html.el (gnus-html-show-alt-text): New command.
12049         (gnus-html-browse-image): Ditto.
12050         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12051         to browse the image directly.
12052         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12053         better.
12054
12055         * gnus-async.el (gnus-async-article-callback):
12056         Call `gnus-html-prefetch-images' unconditionally.
12057
12058         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12059         before feeding URLs to curl.
12060
12061 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12064         internal images as deletable by `W D D'.
12065
12066         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12067         (gnus-async-article-callback): Fix typo.
12068
12069 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12070
12071         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12072         current line to work around bugs in the output from w3m.
12073
12074         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12075         for groups that want that.
12076
12077         * nntp.el (nntp-wait-for-string): Supply a timeout for
12078         accept-process-output to ensure progress.
12079
12080         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12081         level to get unread articles from, then use that for foreign groups,
12082         too.
12083
12084         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12085         confuses the rest of the function.
12086
12087         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12088         for the methods that support -retrieve-groups, too.
12089
12090         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12091
12092 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12095         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12096
12097         * pop3.el: Require cl when compiling.
12098         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12099
12100 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12101
12102         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12103         that aren't going to be activated.
12104         (gnus-get-unread-articles): Fix up the last commit.
12105
12106         * gnus-html.el (gnus-article-html): Allow calling without specifying
12107         the handle.  In that case, dissect the buffer first.
12108
12109         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12110
12111         * nnimap.el (nnimap-open-connection): Revert the change that would look
12112         into authinfo for imaps instead of imap.
12113
12114         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12115         say that you don't want to call gnus-request-group with don-check, but
12116         do check the reponse.  This is for virtual groups only.
12117         (gnus-get-unread-articles): Count the archive groups as secondary, so
12118         that they're activated the same way as before.
12119
12120         * imap.el (imap-message-map): Removed optional buffer parameter, since
12121         no callers use it.
12122         (imap-message-get): Ditto.
12123         (imap-message-put): Ditto.
12124         (imap-mailbox-map): Ditto.
12125         (imap-mailbox-put): Ditto.
12126         (imap-mailbox-get): Ditto.
12127         (imap-mailbox-get): Revert last change for this function.
12128
12129         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12130         case-insensitively.
12131         (nnimap-debug): Remove.
12132
12133         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12134         callers to use `imap-fetch' instead.  According to the comments, this
12135         should be safe, since all other IMAP clients use the 1:* syntax.
12136         (imap-enable-exchange-bug-workaround): Remove.
12137         (imap-debug): Remove -- doesn't seem very useful.
12138
12139         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12140         mail from a file, and the file doesn't exist.
12141
12142         * imap.el (imap-log): New convenience function used throughout instead
12143         of repeating the same code all over the place.
12144
12145         * pop3.el (pop3-streaming-movemail): Return t for success.
12146
12147         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12148         .authinfo if we're using ssl connection.
12149
12150         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12151         already have if we're in a main Gnus `g' run.
12152
12153         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12154
12155 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12158
12159         * nnmh.el (nnmh-request-list-1): Bind `file'.
12160
12161         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12162         alias to set-process-query-on-exit-flag or process-kill-without-query.
12163         (pop3-open-server): Use it.
12164
12165 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12166
12167         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12168         box to the Incoming file.  Fixes mistake in previous checkin.
12169
12170         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12171         request loop (for debugging purposes) removed.
12172
12173         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12174         culprit is more visible.
12175         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12176         (nnml-add-incremental-nov): New functions to do "incremental" nov
12177         updates, where we just append to the end of the existing nov files
12178         without reading/writing them in full.
12179
12180         * mail-source.el (mail-source-delete-crash-box): Really only check the
12181         incoming files once in a while.
12182
12183         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12184
12185         * mail-source.el (mail-source-delete-crash-box): Only check the
12186         incoming files for deletion once per day to save a lot of file
12187         accesses.
12188
12189         * pop3.el (pop3-logon): Fix up unbound variable typo.
12190
12191         * mail-source.el (pop3-streaming-movemail): Autoload.
12192
12193         * pop3.el (pop3-streaming-movemail):
12194         Respect pop3-leave-mail-on-server.
12195
12196         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12197         retrieval.
12198
12199         * pop3.el (pop3-process-filter): Remove unused function.
12200         (pop3-streaming-movemail, pop3-send-streaming-command)
12201         (pop3-wait-for-messages, pop3-write-to-file)
12202         (pop3-number-of-responses): New functions for streaming pop3
12203         retrieval.
12204
12205         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12206         come from no known methods.
12207         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12208         list.
12209
12210         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12211         message sizes.
12212         (pop3-movemail): Use erase-buffer instead of looping and deleting
12213         regions, which seems rather odd.
12214
12215         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12216         file once per `g' run.
12217
12218         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12219         directories.  This makes the draft queue directory work.
12220
12221         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12222         data from the backends, so that we only request the list of groups from
12223         each method once.  This should speed things up considerably.
12224
12225         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12226         detect that it's not implemented.
12227
12228         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12229         we actually do recurse down into the tree, but don't stat all leaf
12230         nodes.
12231
12232         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12233         then say so instead of bugging out.
12234
12235         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12236         files exist before trying to read them.
12237
12238         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12239         around <pre_int>.
12240
12241         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12242
12243         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12244
12245 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12246
12247         * mm-util.el (mm-image-load-path): Just return the image directories,
12248         not all directories in the path in addition to the image directories.
12249         (mm-image-load-path): Maintain a cache of the image directories so that
12250         the `g' command in Gnus doesn't have to stat dozens of directories each
12251         time.
12252
12253         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12254         (gnus-html-wash-tags): Add a new `i' command to insert images.
12255         (gnus-html-insert-image): New command and keystroke.
12256         (gnus-html-redisplay-with-images): New command and keystroke.
12257         (gnus-html-show-images): Rename command.
12258         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12259         spacers.
12260         (gnus-html-wash-tags): Decode entities at the end, so that entities
12261         inside the tags don't mess up the rest of the "parsing".
12262
12263         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12264         so that nnimap methods aren't agentized by default.  There's apparently
12265         many problems related to agent/imap behavior.
12266
12267         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12268
12269         * gnus-html.el: Doc fix.
12270
12271 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12272
12273         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12274         specifier-spec-list for Emacs 21.
12275
12276         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12277         glyph-width and glyph-height instead of display-graphic-p and
12278         image-size; make avoidance of displaying small images work for XEmacs.
12279
12280         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12281         for XEmacs.
12282
12283         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12284         of symbol that holds plist data.
12285         (gnus-process-plist): Remove plist of process after getting it.
12286
12287 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12288
12289         * message.el (message-generate-hashcash): Change default to
12290         'opportunistic if hashcash is installed.
12291
12292         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12293         (gnus-html-put-image): Only call image-size once, since it's somewhat
12294         time-consuming on remote X servers.
12295
12296 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12299         type on data, not a file name.
12300
12301         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12302         window-pixel-edges for Emacs 21.
12303
12304         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12305         decoded contents.
12306         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12307
12308 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12309
12310         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12311         group line format, since it isn't very interesting.
12312
12313         * gnus-agent.el (gnus-agent-short-article),
12314         (gnus-agent-long-article): Increase values for these two variables,
12315         since most people are likely to have more network connection and
12316         storage than before.
12317
12318         * gnus.el (gnus-refer-article-method): Change default to 'current.
12319         When referring an article, the common behavior is to refer it from the
12320         current select method, not the native select method.  The chances of
12321         the native select method having the message in question is rather slim
12322         these days.
12323
12324         * gnus-sum.el (gnus-auto-select-subject): Change default to
12325         `unseen-or-unread'.  I think it's likely that most people want to
12326         select an unseen article over a previously seen, but unread one.
12327
12328         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12329         means that in the article buffer none of the minor mode elements will
12330         be shown, usually, and this is not desirable in most cases.
12331
12332         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12333         that commands like `d' (and the like) go to the next line in the
12334         buffer, instead of the next unread article.  I think this is the
12335         behavior that is most natural for most users.
12336         (gnus-single-article-buffer): Change default to nil, so that people can
12337         have as many article buffers open as they have summary buffer.  I think
12338         this is the most natural way for the groups to behave.
12339
12340         * message.el (message-generate-new-buffers): Change default to
12341         `unsent', so that all new message buffers start their names with the
12342         string "*unsent", and it's easier to find the buffers if you move from
12343         them.
12344
12345 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12346
12347         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12348         small.  They're probably tracking images.
12349         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12350         (gnus-html-rescale-image): Yet another try at getting the image sizing
12351         right.
12352
12353         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12354         nntp-marks-file-name is nil.
12355
12356 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12357
12358         * gnus-html.el (gnus-html-wash-tags)
12359         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12360         Better logging.
12361
12362 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12363
12364         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12365
12366         * gnus-html.el (gnus-html-wash-tags): Check the value of
12367         gnus-blocked-images in the summary buffer.
12368
12369 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12370
12371         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12372
12373 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12374
12375         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12376         like "a", it seems like.
12377         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12378         since it needs to be picked from the correct buffer.
12379
12380         * nnwfm.el: Remove.
12381
12382         * nnlistserv.el: Remove.
12383
12384 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12385
12386         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12387         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12388
12389 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12390
12391         * nnkiboze.el: Remove.
12392
12393         * nndb.el: Remove.
12394
12395         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12396         alt text.
12397         (gnus-html-rescale-image): Try to get the rescaling logic right for
12398         images that are just wide and not tall.
12399
12400         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12401         overshadow variable bindings.
12402
12403 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12404
12405         * gnus-html.el (gnus-html-wash-tags)
12406         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12407         Add extra logging.
12408
12409 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12410
12411         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12412         (gnus-max-image-proportion): New variable.
12413         (gnus-html-rescale-image): New function.
12414         (gnus-html-put-image): Rescale images.
12415
12416 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12417
12418         Fix up some byte-compiler warnings.
12419         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12420         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12421         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12422         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12423         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12424         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12425         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12426
12427 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * gnus-html.el (gnus-article-html): Decode contents by charset.
12430
12431 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12434         (gnus-html-frame-width, gnus-blocked-images):
12435         * message.el (message-prune-recipient-rules): Add custom version.
12436         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12437
12438         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12439         functions.
12440
12441         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12442         gnus-process-get.
12443
12444 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12445
12446         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12447         instead of lsub directly.
12448
12449 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12450
12451         * nnwarchive.el: Remove.
12452
12453         * gnus-soup.el: Remove.
12454
12455         * nnsoup.el: Remove.
12456
12457         * nnultimate.el: Remove.
12458
12459         * gnus-html.el (gnus-blocked-images): New variable.
12460
12461         * message.el (message-prune-recipients): New function.
12462         (message-prune-recipient-rules): New variable.
12463
12464         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12465         guess whether a long line is natural text or not.
12466
12467         * gnus-html.el (gnus-html-schedule-image-fetching):
12468         Use gnus-process-plist and friends for compatibility.
12469
12470 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12471
12472         * gnus-html.el: Require packages that define macros used in this file.
12473         (gnus-article-mouse-face): Declare to silence byte-compiler.
12474         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12475         process-get.
12476         (gnus-html-put-image): Use plist-get to avoid getf.
12477         (gnus-html-prefetch-images): Use with-current-buffer.
12478
12479 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-ems.el: Provide compatibility functions for
12482         gnus-set-process-plist.
12483
12484         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12485         header-line-format for XEmacs 21.4.
12486
12487         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12488         * gnus.el (gnus-valid-select-methods):
12489         * message.el (message-send-mail-partially-limit):
12490         * mm-decode.el (mm-text-html-renderer):
12491         * mml.el (mml-insert-mime-headers-always):
12492         * smiley.el (smiley-regexp-alist): Bump custom version.
12493
12494 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12495
12496         * gnus-html.el: Require mm-url.
12497         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12498         with the url to `url'.
12499         (gnus-html-wash-tags): Support cid: URLs/images.
12500
12501 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12502
12503         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12504         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12505         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12506
12507         * gnus-move.el: Remove file, since it doesn't really work.
12508
12509         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12510         UTF-8.  This seems to fix problems with some German web feeds.
12511
12512         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12513         at the top so that the proper colors are applied.
12514
12515         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12516         don't have dots in their names.
12517
12518         * gnus-art.el (gnus-article-view-part): Doc fix.
12519
12520         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12521         XEmacs-compatible.
12522         (gnus-html-put-image): Don't do images on non-graphic displays.
12523
12524         * nnslashdot.el: Remove this unused backend.
12525
12526         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12527         actions.
12528         (gnus-undo-register-1): Revert last change.
12529
12530         * gnus-group.el (gnus-group-completing-read): Protect against not
12531         having completion-styles bound.
12532
12533         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12534         make broken recipients happier.
12535
12536         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12537
12538         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12539         point parameter.
12540
12541         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12542
12543         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12544         completion-styles for group selection.
12545
12546 2009-02-04  Andreas Schwab  <schwab@suse.de>
12547
12548         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12549         headers and regexp-quote the match if necessary.
12550
12551 2009-03-24  Miles Bader  <miles@gnu.org>
12552
12553         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12554         the blinking smiley.
12555
12556 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12557
12558         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12559         blink smiley.
12560
12561 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12562
12563         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12564         where the dribbel file lives exists.
12565
12566         * message.el (message-send-mail-partially-limit): Change the default to
12567         nil, since most people don't want this.
12568
12569         * mm-url.el (mm-url-decode-entities): Also decode entities like
12570         &#x3212.
12571
12572 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12573
12574         * gnus-sum.el (gnus-summary-idna-message):
12575         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12576         Hyperlink urls in docstrings with URL `...'.
12577
12578 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12579
12580         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12581         functions.
12582
12583 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12584
12585         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12586         say what the mouseover text should be.
12587
12588         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12589         version of the mm-w3m-safe-url-regexp variable to only download images
12590         in the groups where we want that to happen.
12591
12592         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12593
12594         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12595         easier debugging.
12596         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12597         big pictures in the article buffer.
12598
12599         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12600         gnus-article-html.
12601         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12602         w3m.
12603
12604         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12605
12606 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12607
12608         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12609         which doesn't exist.
12610
12611         * message.el (message-inhibit-ecomplete): New variable to allow some
12612         function to inhibit ecomplete address storage.
12613         (message-resend): Disable ecomplete message storage when resending
12614         messages.
12615
12616         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12617
12618 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12621         Save excursion while copying, moving, and deleting articles in order to
12622         prevent the cursor from jumping to unforeseen place.
12623
12624 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * lpath.el: No need to bind bookmark-current-buffer,
12627         bookmark-yank-point and bookmark-make-record-function.
12628
12629 2010-08-17  Glenn Morris  <rgm@gnu.org>
12630
12631         * gnus-sync.el: Require gnus components whose functions are used.
12632
12633         * gnus-art.el (bookmark-make-record-function):
12634         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12635         Declare for compiler.
12636
12637         * mm-url.el (mml-compute-boundary): Autoload.
12638
12639 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12642
12643 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12644
12645         Typo fix "hoo4a" -> "hook".
12646
12647         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12648
12649 2010-08-14  Glenn Morris  <rgm@gnu.org>
12650
12651         * gnus-sync.el (gnus-sync): Fix defgroup version.
12652
12653 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12654
12655         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12656
12657         * gnus-sync.el: Fix docs.
12658         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12659         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12660
12661 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12662
12663         Optimizations for gnus-sync.el.
12664
12665         * gnus-sync.el: Add docs about gnus-sync-backend
12666         possibilities.
12667         (gnus-sync-save): Remove unnecessary message.
12668         (gnus-sync-read): Optimize and show what groups were skipped.
12669
12670 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12671
12672         Minor bug fixes for gnus-sync.el.
12673
12674         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12675         Don't read the sync on get-new-news.
12676
12677         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12678         quiet.
12679
12680         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12681         (fix typo).
12682
12683 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12684
12685         Make saving and restoring of hidden threads work with overlays.
12686         Patch applied by Ted Zlatanov.
12687
12688         * gnus-sum.el (gnus-hidden-threads-configuration)
12689         (gnus-restore-hidden-threads-configuration): Update to deal with text
12690         properties, rather than searching for a magic character.
12691
12692 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12693
12694         New gnus-sync.el library for synchronization of marks.
12695
12696         * gnus-sync.el: New library for synchronization of marks.
12697
12698         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12699         renamed from `gnus-registry-grep-in-list'.
12700
12701         * gnus-registry.el (gnus-registry-follow-group-p):
12702         Use `gnus-grep-in-list'.
12703
12704         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12705
12706 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12709         determining charset of text fails.
12710
12711 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * nnmail.el (nnmail-get-new-mail-1): Revert.
12714
12715         * nnml.el (nnml-active-number): Make sure names of newly created groups
12716         in nnml-group-alist are encoded.
12717
12718 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12721         containing non-ASCII characters in active file for nnml back end.
12722
12723 2010-07-24  David Engster  <dengste@eml.cc>
12724
12725         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12726         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12727
12728 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12729
12730         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12731         tag (Bug#6654).
12732
12733 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12736         the article buffer, not the summary buffer.
12737
12738 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12741         Emacs 23 as well.
12742
12743 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12746         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12747
12748 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12749
12750         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12751         Patch applied by Karl Fogel.
12752
12753         * gnus-sum.el (gnus-summary-bookmark-make-record):
12754         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12755
12756 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12757
12758         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12759         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12760         C-w still not working correctly from Article buffers; Thierry's
12761         patch to fix that will be applied after this.
12762
12763         * gnus-art.el (bookmark-make-record-function): New local variable.
12764
12765         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12766         article buffer.
12767         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12768
12769 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12770
12771         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12772         on changes in bookmark.el.
12773
12774 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12777         `no-log' instead of message not to log prompt string.
12778
12779 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12780
12781         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12782         the *other* type of HTML form submission.
12783
12784 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12785
12786         * auth-source.el (auth-source-pick): If choice does not contain a
12787         questioned keyword, set the check to t.
12788
12789 2010-06-12  Romain Francoise  <romain@orebokech.com>
12790
12791         * gnus-util.el (gnus-date-get-time): Move up before first use.
12792
12793 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12796         (gnus-article-edit-part): Bind it to make last part that is substituted
12797         or deleted visible.
12798         (gnus-mime-display-single): Buttonize part of which id equals to
12799         gnus-mime-buttonized-part-id.
12800
12801 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12802
12803         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12804         (gnus-dd-mmm): Use gnus-date-get-time.
12805         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12806         simplify logic.
12807         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12808         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12809
12810 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12811
12812         * auth-source.el (top): Autoload `secrets-list-collections',
12813         `secrets-create-item', `secrets-delete-item'.
12814         (auth-sources): Fix tag string.
12815         (auth-get-source, auth-source-retrieve, auth-source-create)
12816         (auth-source-delete): New defuns.
12817         (auth-source-pick): Rewrite in order to avoid 2 passes.
12818         (auth-source-forget-user-or-password): New parameter USERNAME.
12819         (auth-source-user-or-password): New parameters CREATE-MISSING and
12820         DELETE-EXISTING.  Retrieve password interactively, if needed.
12821
12822 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12823
12824         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12825         deleting unused directories when gnus-expert-user is t.
12826
12827 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12830         for each temp file when gnus-article-browse-delete-temp is ask.
12831
12832 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12833
12834         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12835         Replace Lisp calls to delete-backward-char by calls to delete-char.
12836
12837 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12838
12839         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12840
12841 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12842
12843         * password-cache.el (password-cache-remove): Fix docstring.
12844
12845 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12848         article unless decoding article to be saved.
12849
12850 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12853         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12854         generated within the mm-with-unibyte-current-buffer macro.
12855
12856 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12859         to nil when we're in a mml-preview buffer and no group is selected.
12860
12861 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12862
12863         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12864         when catching the `C-g'.  Reported by "Leo".
12865
12866 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * message.el (message-forward-make-body-plain)
12869         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12870         multibyte-string-p.
12871
12872         * lpath.el: Revert.
12873
12874 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * message.el (message-forward-make-body-mml): Assume original message
12877         is multibyte string; error on unibyte.
12878         (message-forward-make-body-plain): Ditto; don't add excessive newline
12879         in body end.
12880
12881         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12882
12883 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12884
12885         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12886         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12887
12888 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * mm-extern.el (mm-extern-url): Don't use
12891         mm-with-unibyte-current-buffer.
12892         (mm-extern-cache-contents): Use with-current-buffer instead of
12893         save-excursion + set-buffer.
12894
12895 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * mm-util.el (mm-emacs-mule): Remove.
12898
12899 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12900
12901         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12902         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12903         change.
12904
12905 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12906
12907         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12908         bind the default value of enable-multibyte-characters to nil.
12909
12910 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * message.el (message-forward-make-body-plain)
12913         (message-forward-make-body-mml):
12914         Don't use mm-with-unibyte-current-buffer.
12915
12916 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12917
12918         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12919
12920 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12921
12922         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12923         (Bug#5592).
12924
12925 2010-05-07  Julien Danjou  <julien@danjou.info>
12926
12927         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12928         it to mm-pipe-part.
12929
12930         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12931         it is given.
12932
12933 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * binhex.el (binhex-decode-region-internal):
12936         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12937         (dns-query):
12938         * nnweb.el (nnweb-gmane-search):
12939         * pgg-parse.el (pgg-parse-armor):
12940         * pgg.el (pgg-verify-region):
12941         * sha1.el (sha1-string-external):
12942         * uudecode.el (uudecode-decode-region-internal):
12943         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12944         XEmacs.
12945
12946         * gnus-art.el (gnus-article-browse-html-parts):
12947         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12948         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12949         make-temp-file.
12950
12951         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12952         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12953         compiling.
12954
12955         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12956         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12957         XEmacs when compiling.
12958
12959         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12960         gnus-pick-mode-off-hook for XEmacs when compiling.
12961         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12962         gnus-binary-mode-off-hook for XEmacs when compiling.
12963
12964         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12965         Return nil if char-charset is not available.
12966
12967         * imap.el (imap-disable-multibyte)
12968         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12969         macros.
12970
12971         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12972         instead of encode-coding-string.
12973
12974         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12975         'xemacs) instead of mm-emacs-mule to switch function definitions.
12976         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12977
12978         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12979         bind temporary-file-directory for XEmacs;
12980         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12981         timer-set-function for XEmacs 21.4 and SXEmacs;
12982         bind timer-list for XEmacs 21.4 and SXEmacs;
12983         fbind char-charset and find-charset-region for non-Mule XEmacs;
12984         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12985         encode-coding-region and encode-coding-string for XEmacs having no
12986         file-coding feature.
12987
12988 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12989
12990         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12991
12992 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12995         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12996
12997 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12998
12999         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13000         alias `jka-compr-delete-temp-file' no longer exists.
13001
13002 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13003
13004         Use define-minor-mode in Gnus where applicable.
13005         * mml.el (mml-mode): Use define-minor-mode.
13006         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13007         (gnus-undo-mode): Use define-minor-mode.
13008         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13009         (gnus-dead-summary-mode): Use define-minor-mode.
13010         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13011         Initialize in declaration.
13012         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13013         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13014         (gnus-mailing-list-mode): Use define-minor-mode.
13015         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13016         (gnus-draft-mode): Use define-minor-mode.
13017         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13018         (gnus-dired-mode): Use define-minor-mode.
13019
13020 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13021
13022         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13023         handles on recursive mml-to-mime translation and check them for
13024         boundary delimiter collisions.  Reported by Greg Troxel.
13025
13026 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13029
13030 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13031
13032         * mm-util.el (mm-find-buffer-file-coding-system):
13033         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13034
13035 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13036
13037         * message.el (message-generate-headers): Record insertion of optional
13038         headers as well.  Otherwise the check to prevent repeated insertion of
13039         optional headers is a no-op.
13040
13041 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13042
13043         * smime.el: Don't mention CVS.
13044
13045         * nnrss.el (nnrss-fetch): Don't mention CVS.
13046
13047         * nnir.el: Don't mention CVS.
13048
13049 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13050
13051         * gnus-sum.el (gnus-summary-bookmark-make-record):
13052         Add `location' field.
13053
13054 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * lpath.el: Fbind bookmark-default-handler,
13057         bookmark-get-bookmark-record, bookmark-make-record-default,
13058         bookmark-prop-get for Emacs <23 and XEmacs.
13059
13060 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13061
13062         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13063         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13064         Use with-current-buffer to silence the byte-compiler.
13065         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13066         bother to require `gnus'.
13067         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13068
13069 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13070
13071         * gnus-sum.el (gnus-summary-bookmark-make-record)
13072         (gnus-summary-bookmark-jump): New functions.
13073         (gnus-summary-mode): Setup bookmark support.
13074
13075 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13076
13077         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13078         if set.
13079
13080 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13083         gnus-article-browse-html-save-cid-image; make it work recursively for
13084         forwarded messages as well.
13085         (gnus-article-browse-html-parts): Work when prefix arg is given.
13086         (gnus-article-browse-html-article): Doc fix.
13087
13088 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13089
13090         * message.el (message-default-mail-headers)
13091         (message-default-headers): Carry the value mail-default-headers over
13092         into message-default-mail-headers, rather than message-default-headers.
13093
13094 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13095
13096         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13097         charset.
13098
13099         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13100         charset into the <meta> tag when the article is encoded to utf-8.
13101
13102 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * gnus-art.el (gnus-article-browse-delete-temp-files):
13105         Delete directories as well.
13106         (gnus-article-browse-html-parts): Work for images that do not specify
13107         file names; delete temp directory when quitting; insert header at the
13108         right place; use file: scheme for image files.
13109
13110 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13111
13112         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13113         (gnus-article-browse-html-parts): Use it to make temporary cid image
13114         files in addition to html file so that browser may display them.
13115
13116 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13119
13120 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13121
13122         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13123
13124 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13125
13126         * auth-source.el (auth-sources): Change default to be simpler.
13127         Explain about Secret Service API sources.  Improve Customize options.
13128         (auth-source-pick): Change to accept any number of search parameters.
13129         Implement fallbacks iteratively, not recursively.  Add scoring on the
13130         second pass and sort by score.  Call Secret Service API when needed.
13131         (auth-source-user-or-password): Use it.  Call Secret Service API
13132         directly when needed to get the user name and the password.
13133
13134 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13135
13136         * message.el (message-interactive): Doc fix.
13137         (message-qmail-inject-args): Reflow.
13138         (message-kill-to-signature): Fix typo in docstring.
13139
13140         * smiley.el (smiley-buffer): Fix typo in docstring.
13141
13142 2010-03-24  Glenn Morris  <rgm@gnu.org>
13143
13144         * mail-source.el (gnus-message): Declare.
13145         (mail-source-delete-old-incoming): Require gnus-util.
13146
13147 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13150
13151         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13152
13153         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13154         password-cache's default if it is not bound.
13155         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13156         password-cache-expiry's default if it is not bound.
13157
13158         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13159         available in Emacs 21.
13160
13161         * lpath.el: Suppress compiler warnings for:
13162         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13163         XEmacs;
13164         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13165         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13166         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13167
13168 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13169
13170         * auth-source.el (auth-sources): Fix up definition so extra parameters
13171         are always inline.
13172
13173 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13174
13175         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13176         wasn't updated after mismatch.  Clear cached mailbox info correctly
13177         when uidvalidity changes.
13178         (nnimap-group-prefixed-name): New function to avoid some code
13179         duplication.
13180         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13181         (nnimap-request-group): Use it.
13182         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13183         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13184         with many imap folders.  This is done by caching the group status from
13185         the imap server persistently in a group parameter `imap-status'.  (This
13186         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13187         but not persistently, so every Gnus startup was still very slow.)
13188
13189 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13190
13191         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13192         delete the extra newline.  Otherwise editing of :string and :number
13193         types don't work.
13194
13195 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13196
13197         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13198         secrets.el dependency.
13199         (auth-sources): Add optional user name.  Add secrets.el configuration
13200         choice (unused right now).
13201
13202 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13203
13204         * gnus-sum.el (gnus-summary-make-menu-bar):
13205         Let `gnus-registry-install-shortcuts' fill in the functions.
13206
13207         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13208         warnings.
13209         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13210         (gnus-registry-install-shortcuts): Populate and use it in a
13211         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13212
13213 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13214
13215         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13216         In-place substitutions for the group name encoding/decoding.
13217         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13218         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13219         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13220         (nnimap-update-unseen, nnimap-request-list)
13221         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13222         (nnimap-request-set-mark, nnimap-split-to-groups)
13223         (nnimap-split-articles, nnimap-request-newgroups)
13224         (nnimap-request-create-group, nnimap-request-accept-article)
13225         (nnimap-request-delete-group, nnimap-request-rename-group)
13226         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13227         `encoded-mbx' for consistency.
13228         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13229         variable `imap-current-mailbox'.
13230
13231         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13232         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13233
13234 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13235
13236         * pop3.el (pop3-display-message-size-flag): Display message size byte
13237         counts during POP3 download.
13238         (pop3-movemail): Use it.
13239         (pop3-list): Implement listing of available messages.
13240
13241 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13242
13243         * nnir.el (nnir-get-article-nov-override-function): New function to
13244         override the normal NOV retrieval.
13245         (nnir-retrieve-headers): Use it.
13246
13247 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13248
13249         * auth-source.el (netrc-machine-user-or-password): Autoload.
13250
13251 2010-03-19  Glenn Morris  <rgm@gnu.org>
13252
13253         Stop message.el from loading about 40 libraries it doesn't always need.
13254         The general approach is to autoload rather than require, and to
13255         require in the specific functions rather than the file.  (Bug#5642)
13256
13257         * gmm-utils.el: Don't require wid-edit.
13258         (widget-create-child-value, widget-convert, widget-default-get):
13259         Autoload.
13260
13261         * gnus-util.el: Don't require time-date, netrc.
13262         (message-fetch-field, gnus-group-name-decode): Declare rather than
13263         autoloading.
13264         (gnus-fetch-field): Require message.
13265         (gnus-decode-newsgroups): Require gnus-group.
13266
13267         * ietf-drums.el: Don't require time-date.
13268
13269         * message.el: Don't require hashcash, canlock, ecomplete.
13270         Do require mail-utils.  Require nnheader only when compiling.
13271         (smtpmail-default-smtp-server): Remove declaration.
13272         (message-send-mail-function): Check smtpmail-default-smtp-server
13273         is bound rather than requiring smtpmail.
13274         (message-auto-save-directory, message-insert-signature):
13275         Use expand-file-name rather than nnheader-concat.
13276         (nnheader-insert-file-contents): Autoload.
13277         (hashcash-wait-async): Declare.
13278         (message-send-mail): Only call gnus-setup-posting-charset if
13279         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13280         (message-send-mail-with-sendmail): Require sendmail.
13281         (canlock-password, canlock-password-for-verify): Declare.
13282         (message-canlock-password): Require canlock.
13283         (nnheader-get-report): Autoload.
13284         (gnus-setup-posting-charset): Declare.
13285         (message-send-news): Require gnus-msg.
13286         (message-make-references, message-make-in-reply-to): Use mail-header-id
13287         rather than the alias mail-header-message-id.
13288         (ecomplete-add-item, ecomplete-save): Declare.
13289         (message-put-addresses-in-ecomplete): Require ecomplete.
13290         (ecomplete-display-matches): Autoload.
13291
13292         * mm-decode.el: Don't require mailcap, gnus-util.
13293         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13294         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13295         Autoload.
13296         (mailcap-mime-extensions): Declare.
13297
13298         * mm-encode.el: Don't require mailcap.
13299         (mailcap-extension-to-mime): Autoload.
13300
13301         * mml-sec.el: Don't require password-cache.
13302
13303         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13304         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13305         (mml-minibuffer-read-type): Require mailcap.
13306         (mml-preview): Require gnus-msg.
13307
13308         * mml1991.el: Require password-cache.
13309         (password-cache-expiry): Remove declaration.
13310
13311         * mml2015.el: Require password-cache.
13312         (password-cache-expiry): Remove declaration.
13313
13314         * nneething.el (mailcap): Require mailcap.
13315
13316         * nnheader.el (declare-function): Add compatibility stub.
13317         (message-remove-header): Declare rather than autoload.
13318         (nnheader-replace-header): Require message.
13319
13320         * nnimap.el (declare-function): Add compatibility stub.
13321         (netrc-parse, netrc-machine-user-or-password): Declare.
13322         (nnimap-open-connection): Require netrc.
13323
13324         * nntp.el (declare-function): Add compatibility stub.
13325         (netrc-parse, netrc-machine, netrc-get): Declare.
13326         (nntp-send-authinfo): Require netrc.
13327
13328         * rfc2047.el: Don't require qp.
13329         (quoted-printable-encode-region, quoted-printable-decode-string):
13330         Autoload.
13331
13332         * sieve-mode.el: Don't require easymenu.
13333         (easy-menu-add-item): Autoload it.
13334
13335         * spam-stat.el (time-to-number-of-days): Autoload it.
13336
13337 2010-03-19  Glenn Morris  <rgm@gnu.org>
13338
13339         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13340
13341 2010-03-18  Glenn Morris  <rgm@gnu.org>
13342
13343         * hashcash.el (declare-function): Remove duplicate definition.
13344
13345 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13346
13347         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13348         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13349         value if any backslash escapes).
13350
13351 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13354         if it is available.  (bug#5647)
13355
13356         * lpath.el: Suppress compiler warning for coding-system-from-name for
13357         Emacs 21 and XEmacs.
13358
13359 2010-03-14  Juri Linkov  <juri@jurta.org>
13360
13361         * hmac-def.el:
13362         * hmac-md5.el:
13363         * netrc.el: Fix keywords.
13364
13365 2010-02-26  Glenn Morris  <rgm@gnu.org>
13366
13367         * message.el (message-send-mail-function): Change the default, so that
13368         it inherits from a customized send-mail-function.  (Bug#5643)
13369
13370 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13371
13372         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13373         shell-command-to-string signals an error (bug#5299).
13374
13375 2010-02-24  Glenn Morris  <rgm@gnu.org>
13376
13377         * message.el (message-smtpmail-send-it)
13378         (message-send-mail-with-mailclient): Doc fixes.
13379
13380 2010-02-16  Glenn Morris  <rgm@gnu.org>
13381
13382         * message.el (message-default-mail-headers): Change the default value
13383         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13384
13385 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13388         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13389
13390 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13391
13392         * time-date.el (date-to-time): Doc fix (Bug#5408).
13393
13394 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13395
13396         * message.el (message-mail): Just pass yank-action on to message-setup.
13397         (message-setup): Handle (FUN . ARGS) form of yank-action.
13398         (message-with-reply-buffer, message-widen-reply)
13399         (message-yank-original): Handle non-buffer values of
13400         message-reply-buffer (Bug#4080).
13401         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13402
13403 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13404
13405         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13406         Fix typo in docstring.
13407
13408 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13409
13410         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13411         response.
13412
13413 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13416
13417         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13418
13419         * message.el (message-check-news-header-syntax): Protect against a
13420         string that `rfc822-addresses' returns when parsing fails.
13421
13422 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13425         (gnus-previous-char-property-change): New functions.
13426
13427         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13428
13429 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13430
13431         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13432         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13433
13434 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13435
13436         * message.el (message-exchange-point-and-mark): Rework last change to
13437         avoid using optional arg of exchange-point-and-mark, for backward
13438         compatibility.
13439
13440 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13441
13442         * message.el (message-exchange-point-and-mark):
13443         Call exchange-point-and-mark with an argument rather than setting
13444         mark-active by hand (Bug#5175).
13445
13446 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * nntp.el (nntp-service-to-port): Work for service expressed with
13449         numeric string; replace [:digit:] with [0-9] for XEmacs.
13450
13451 2009-12-17  Glenn Morris  <rgm@gnu.org>
13452
13453         * gnus-group.el (gnus-bug-group-download-format-alist):
13454         Change emacs entry to debbugs.gnu.org.  Bump :version.
13455
13456 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13459
13460 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * message.el (message-info): Explain why we use `Info-goto-node'.
13463
13464 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13467
13468 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13469
13470         * message.el (message-completion-in-region): New compatibility function.
13471         (message-expand-group): Use it.
13472
13473 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13476         with no unread article should be listed if the 2nd arg `predicate' is
13477         given.
13478
13479 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13482
13483 2009-11-29  Juri Linkov  <juri@jurta.org>
13484
13485         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13486         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13487         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13488
13489 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13490
13491         * sha1.el (sha1-string-external): default-directory "/" in case
13492         otherwise non-existent.  process-connection-type pipe for touch of
13493         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13494
13495 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13496
13497         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13498         it's comms related and sgml-mode.el has "comm" on that basis too.
13499
13500 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13503         containing tspecial characters if they have been already quoted.
13504
13505 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13506
13507         * dns-mode.el (auto-mode-alist): Purecopy string.
13508
13509 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13510
13511         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13512
13513 2009-10-24  Glenn Morris  <rgm@gnu.org>
13514
13515         * gnus-art.el (help-xref-stack-item): Define for compiler.
13516
13517 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13518
13519         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13520
13521 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13524
13525 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13528         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13529
13530 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13533         (gnus-overlays-in): New alias to overlays-in.
13534
13535         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13536         gnus-overlay-get, and gnus-delete-overlay.
13537         (gnus-summary-show-thread): Make it work as well for systems in which
13538         next-single-char-property-change is not available.
13539         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13540
13541         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13542         (gnus-overlay-get): New alias to extent-property.
13543         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13544
13545         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13546         SXEmacs.
13547
13548         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13549         SXEmacs.
13550
13551 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13554
13555 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13556
13557         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13558         and XEmacs that don't have `remove-overlays'.
13559
13560 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13561
13562         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13563         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13564         selective display.  Use overlays instead.
13565
13566 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13567
13568         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13569
13570 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13571
13572         * spam-stat.el (spam-stat-load): Fix typo in message.
13573
13574 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13575
13576         * dig.el (dig-invoke): Fix typo in docstring.
13577         (query-dig): Reflow docstring.
13578
13579 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13580
13581         * gnus-art.el (gnus-article-encrypt-body):
13582         * message.el (message-check-recipients):
13583         * mm-util.el (mm-codepage-setup):
13584         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13585         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13586
13587 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13588
13589         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13590         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13591         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13592         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13593         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13594
13595 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13596
13597         * dig.el: Add "Keywords: comm", as per net-utils.el.
13598
13599 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13600
13601         * dig.el (dig-mode): Use define-derived-mode.
13602
13603 2009-09-19  Glenn Morris  <rgm@gnu.org>
13604
13605         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13606
13607 2009-09-18  Glenn Morris  <rgm@gnu.org>
13608
13609         * gnus-diary.el (gnus-diary-check-message):
13610         * message.el (message-insert-formatted-citation-line):
13611         * nnbabyl.el (top-level):
13612         * nndiary.el (nndiary-schedule):
13613         Fix typos in condition-case handlers.
13614
13615 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13618         configuration that provides the sole article window in a frame;
13619         position point correctly after deleting a part.
13620
13621 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13622
13623         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13624         (spam-resolve-registrations-routine): Use it to unregister articles
13625         that change status.
13626
13627 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13630         with XEmacs.
13631         (parse-time-string-chars): Use it.
13632
13633 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13634
13635         * imap.el (imap-interactive-login): Better messages.
13636         (imap-open): Fix bug with renamed buffer on reconnect.
13637         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13638         for easier debugging and cleaner code.  On successful (guessed based on
13639         server capabilities) secondary authentication, set imap-state
13640         correctly.
13641         (imap-last-authenticator): Define imap-last-authenticator as a variable
13642         to avoid warnings.
13643
13644 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * nnrss.el (nnrss-request-article): Remove binding of
13647         default-enable-multibyte-characters that has gotten needless by
13648         the 2007-07-13 change in rfc2047-encode-message-header.
13649
13650         * mml.el (mml-insert-multipart): Error on the message header.
13651         (mml-insert-part): Error on the message header; position point at
13652         the end of a MIME tag.
13653
13654 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * time-date.el (autoload): Expand define-obsolete-function-alias into
13657         defalias and make-obsolete for old Emacsen that Gnus supports.
13658         (with-no-warnings): Define it for old Emacsen.
13659         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13660         is available.
13661         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13662         float-time is available; suppress compile warning for time-to-seconds.
13663
13664         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13665         (gnus-float-time): Alias to float-time if it exists.
13666
13667         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13668         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13669         float-time is available; suppress compile warning for time-to-seconds.
13670
13671         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13672         XEmacs.
13673
13674 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13675
13676         * imap.el (imap-message-map): Docstring fix.
13677
13678 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13681         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13682         Add the optional argument `encoding' that overrides the default.
13683
13684         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13685         mm-encode-buffer.
13686
13687 2009-09-04  Glenn Morris  <rgm@gnu.org>
13688
13689         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13690         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13691         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13692         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13693         * mm-util.el (mm-with-unibyte-current-buffer)
13694         (mm-find-buffer-file-coding-system):
13695         * yenc.el (yenc-decode-region): Use default-value rather than
13696         default-enable-multibyte-characters.
13697
13698 2009-09-03  Glenn Morris  <rgm@gnu.org>
13699
13700         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13701         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13702         than default-enable-multibyte-characters.
13703
13704 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13705
13706         * gnus-art.el (gnus-article-read-summary-keys):
13707         Fix gnus-buffer-configuration's value temporarily used.
13708
13709 2009-09-02  Glenn Morris  <rgm@gnu.org>
13710
13711         * gnus-util.el (gnus-float-time): New function.
13712         * gnus-delay.el (gnus-delay-article):
13713         * gnus-sum.el (gnus-thread-latest-date):
13714         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13715         * nnspool.el (nnspool-request-newgroups):
13716         Use gnus-float-time rather than time-to-seconds.
13717         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13718
13719         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13720         (gnus-header-subject-face, gnus-header-newsgroups-face)
13721         (gnus-header-name-face, gnus-header-content-face):
13722         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13723         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13724         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13725         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13726         (gnus-cite-face-11):
13727         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13728         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13729         (gnus-server-closed-face, gnus-server-denied-face)
13730         (gnus-server-offline-face):
13731         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13732         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13733         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13734         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13735         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13736         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13737         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13738         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13739         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13740         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13741         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13742         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13743         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13744         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13745         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13746         (gnus-summary-high-undownloaded-face)
13747         (gnus-summary-low-undownloaded-face)
13748         (gnus-summary-normal-undownloaded-face)
13749         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13750         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13751         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13752         (gnus-splash-face):
13753         * message.el (message-header-to-face, message-header-cc-face)
13754         (message-header-subject-face, message-header-newsgroups-face)
13755         (message-header-other-face, message-header-name-face)
13756         (message-header-xheader-face, message-separator-face)
13757         (message-cited-text-face, message-mml-face):
13758         * sieve-mode.el (sieve-control-commands-face)
13759         (sieve-action-commands-face, sieve-test-commands-face)
13760         (sieve-tagged-arguments-face):
13761         * spam.el (spam-face):
13762         Mark face aliases with "-face" in the name as obsolete.
13763
13764 2009-09-01  Glenn Morris  <rgm@gnu.org>
13765
13766         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13767         than goto-line.
13768
13769 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13772         Don't move point if the command is invoked inside the message header.
13773
13774 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13775
13776         * imap.el (imap-send-command): Simplify.
13777         (imap-wait-for-tag): point-max -> buffer-size.
13778
13779 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13780
13781         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13782         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13783         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13784         * nnir.el (nnir-swish-e-index-file):
13785         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13786         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13787         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13788         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13789         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13790         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13791
13792 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13795         Don't save excursion.
13796
13797 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13798
13799         * nnheader.el (nnheader-find-file-noselect):
13800         * mm-util.el (mm-insert-file-contents):
13801         Use (default-value 'major-mode) instead of default-major-mode.
13802
13803 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13804
13805         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13806
13807 2009-08-26  Glenn Morris  <rgm@gnu.org>
13808
13809         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13810         than placing in files.el.
13811
13812 2009-08-25  Glenn Morris  <rgm@gnu.org>
13813
13814         * nnir.el (top-level): Don't require cl at run-time.
13815         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13816         Replace cl-function substitute with gnus-replace-in-string.
13817         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13818         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13819         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13820         simplified expansions.
13821
13822 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13823
13824         * dig.el (dig): Add autoload cookie.
13825
13826 2009-08-22  Glenn Morris  <rgm@gnu.org>
13827
13828         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13829         goto-line.
13830
13831 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13832
13833         * parse-time.el (parse-time-string-chars): Save match data.
13834
13835 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13836
13837         * parse-time.el (parse-time-string-chars): Compute using character
13838         classes, to handle non-ascii characters (Bug#3190).
13839
13840 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13843
13844         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13845         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13846         (gnus-mm-display-part, gnus-mime-display-single)
13847         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13848         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13849
13850         * gnus-sum.el
13851         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13852         (gnus-summary-move-article): Add expirable mark to articles copied or
13853         moved to group that has auto-expire turned on if the option is non-nil.
13854
13855 2009-07-24  Glenn Morris  <rgm@gnu.org>
13856
13857         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13858         Fix typo.  (Bug#3903)
13859
13860 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13863         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13864         that should not be used for draft articles.
13865         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13866         that has no concern in minor mode keys.
13867         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13868         Abolish.
13869
13870 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13873         article without making inquiry to a user for unknown encoding.
13874
13875         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13876         (nnmaildir--scan): Assume i-node and device number that file-attributes
13877         returns might be cons-cell.
13878
13879         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13880
13881         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13882
13883 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13884
13885         * auth-source.el: Remove docs now in auth.texi.  Don't use
13886         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13887         `auth-source-hide-passwords' and use them.
13888
13889 2009-07-15  Glenn Morris  <rgm@gnu.org>
13890
13891         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13892
13893 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13896         excessive whitespace from the default values of title and description.
13897
13898 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13901         mail-fetch-field to fetch Content-Description header in order to
13902         exclude newlines.
13903
13904 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13905
13906         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13907         format used by GnuPG 2.0.11.
13908
13909 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13912         to deleted part.
13913
13914 2009-05-30  David Engster  <dengste@eml.cc>
13915
13916         * nnmairix.el: Remove old documentation in the commentary block.
13917         (nnmairix-request-group): Do not update active file for nnml back ends.
13918         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13919         end so that overview files are ignored.
13920         (nnmairix-update-groups): Make updating the groups more robust by using
13921         marks.
13922         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13923         with dollar characters in message-id.
13924
13925 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13928         2008-12-25 in dns.el.
13929
13930 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13931
13932         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13933         could happen if the text is only composed of spaces and/or tabs.
13934
13935 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13936
13937         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13938         when sending a queued message to avoid extra mml tags.
13939
13940 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13943
13944 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13947         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13948         rmail-toggle-header for XEmacs;
13949         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13950
13951 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * gnus-dired.el: Remove autoload for gnus-setup-message.
13954         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13955         displaying Gnus logo; always use compose-mail.
13956
13957 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13960
13961 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13964         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13965         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13966         available.
13967         (gnus-nocem-epg-verify): New function.
13968
13969 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13970
13971         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13972
13973 2009-02-15  Glenn Morris  <rgm@gnu.org>
13974
13975         * gnus-util.el (rmail-insert-rmail-file-header)
13976         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13977         autoloads.
13978         (rmail-default-rmail-file): Remove unnecessary declaration.
13979         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13980
13981 2009-02-14  Glenn Morris  <rgm@gnu.org>
13982
13983         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13984         variable (only used in gnus-util, which declares it anyway).
13985         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13986         which was only needed by gnus-art (changed to not use it any more).
13987         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13988         only used in gnus-util, which autoloads it itself.
13989         (rmail-update-summary): Fix autoload.
13990
13991         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13992         rather than rmail-output-to-rmail-file.
13993
13994 2009-02-07  Glenn Morris  <rgm@gnu.org>
13995
13996         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13997         autoload of function that no longer exists.
13998         (rmail-toggle-header): Declare.
13999         (message-forward-rmail-make-body): Handle mbox Rmail.
14000
14001 2009-01-31  Glenn Morris  <rgm@gnu.org>
14002
14003         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14004         2009-01-09 change.
14005
14006 2009-01-31  Dave Love  <fx@gnu.org>
14007
14008         * imap.el (imap-fetch-safe): Bind debug-on-error.
14009         (imap-debug): Add imap-fetch-safe.
14010
14011 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14012
14013         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14014         (auth-source-forget-all-cached): New convenience function.
14015         (auth-source-user-or-password): Accept list of modes or a single mode.
14016
14017         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14018         auth-source modes.
14019
14020         * netrc.el (netrc-machine-user-or-password): Use list of
14021         auth-source modes.
14022
14023         * nnimap.el (nnimap-open-connection): Use list of
14024         auth-source modes.
14025
14026         * nntp.el (nntp-send-authinfo): Use list of
14027         auth-source modes.
14028
14029 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14032         now.
14033
14034 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14037         coding system in XEmacs; add a workaround for XEmacs.
14038
14039         * lpath.el: Fbind coding-system-aliasee.
14040
14041 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14044         of current-language-environment.
14045
14046 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14047
14048         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14049         available at runtime.
14050
14051 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14054
14055 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14056
14057         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14058         the greatest positive fixnum value doesn't work under an XEmacs with
14059         bignum support; use the most-positive-fixnum constant instead,
14060         available since Emacs 21.1 with cl and XEmacs 21.1.
14061
14062 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14065         XEmacs gets not to work.
14066
14067 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * mm-util.el (mm-coding-system-priorities): Allow the value like
14070         "Japanese (UTF-8)" of current-language-environment.
14071
14072 2009-01-09  Glenn Morris  <rgm@gnu.org>
14073
14074         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14075         with last-command-event.
14076
14077 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14080         in the doc string.
14081
14082         * message.el (message-fix-before-sending): Amend comment.
14083
14084 2009-01-08  Dave Love  <fx@gnu.org>
14085
14086         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14087
14088 2009-01-07  David Engster  <dengste@eml.cc>
14089
14090         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14091         simplified server definitions by converting it via
14092         gnus-server-to-method.
14093
14094 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14097         parameter's operands.
14098
14099 2009-01-06  David Engster  <dengste@eml.cc>
14100
14101         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14102         primary select method (for gnus-group-mark-article-as-read).
14103
14104 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14105
14106         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14107         `(gnus)Face', not `(gnus)X-Face'.
14108
14109 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * mm-util.el (mm-ucs-to-char): New function.
14112
14113         * mm-url.el (mm-url-decode-entities): Use it.
14114
14115         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14116         unicode-to-char.
14117
14118 2009-01-05  Dave Love  <fx@gnu.org>
14119
14120         * time-date.el: Require cl for `declare'.
14121
14122 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14125         Dave Love.
14126
14127 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14128
14129         * message.el (message-fix-before-sending): Add `eight-bit' to
14130         illegible-text check.
14131
14132 2009-01-03  Michael Olson  <mwolson@gnu.org>
14133
14134         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14135         `headers' is nil.  This can occur if the IMAP server does not have
14136         permissions to read messages from a folder, but can write new messages
14137         to the folder.
14138         (nnimap-request-article-part): Do not insert `data' if it is nil.
14139
14140         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14141         characters which will confuse `read', so skip past them.
14142
14143 2009-01-01  Dave Love  <fx@gnu.org>
14144
14145         * imap.el (imap-string-to-integer): Fix typo.
14146         (imap-fetch-safe): New function.
14147         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14148
14149         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14150
14151         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14152         (imap-parse-greeting): Fix doc strings.
14153         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14154         (imap-parse-flag-list): Make messages unique.
14155         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14156
14157         * nnimap.el: Fix author email.
14158         (nnimap-split-rule): Add FIXME comment.
14159         (nnimap-debug): Fix doc string.
14160
14161 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14162
14163         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14164
14165 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14166
14167         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14168         nslookup if resolv.conf isn't available.
14169         (dns-query): Rename from query-dns.
14170         (dns-query-cached): Rename from query-dns-cached.
14171
14172 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14175         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14176         to check if those variables exist (first appeared in Emacs 18.50).
14177
14178 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * mm-util.el (mm-line-number-at-pos): New function.
14181
14182         * spam-report.el (spam-report-process-queue): Use it.
14183
14184 2008-12-24  David Engster  <dengste@eml.cc>
14185
14186         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14187         parameters that haven't existed as variables as buffer-local variables.
14188
14189 2008-12-23  Dave Love  <fx@gnu.org>
14190
14191         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14192         cadar.
14193
14194         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14195         imap-starttls-p.
14196         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14197
14198 2008-12-22  Dave Love  <fx@gnu.org>
14199
14200         * imap.el: Fix author email.  Doc fixes.
14201         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14202         reply.
14203
14204 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14205
14206         * spam-report.el (spam-report-gmane-max-requests): New constant.
14207         (spam-report-gmane-wait): New variable.
14208         (spam-report-gmane-ham, spam-report-gmane-spam)
14209         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14210         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14211         the server.
14212
14213         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14214         Add explanations.
14215
14216         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14217         nnheader-accept-process-output and nnheader-read-timeout if available.
14218         (pop3-movemail): Use it.
14219
14220         * message.el (message-check-news-body-syntax): Fix signature check if
14221         there's an attachment.
14222
14223 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * mm-util.el: Add comments to the mm- emulating functions.
14226
14227 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14228
14229         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14230         Reported by Stephen Berman <stephen.berman@gmx.net>.
14231
14232 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * mm-util.el (mm-substring-no-properties): New function.
14235         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14236         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14237         (mm-string-to-multibyte): Doc fix.
14238
14239         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14240
14241 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * mml.el (mml-attach-file): Strip text properties from file name.
14244         (Bug#1574)
14245
14246 2008-12-16  Glenn Morris  <rgm@gnu.org>
14247
14248         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14249
14250 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14253         knows since the charset specified might be a bogus alias that
14254         mm-charset-synonym-alist provides.
14255
14256 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14257
14258         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14259         "ISO_8859-1".
14260
14261         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14262
14263 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * mm-util.el (mm-charset-eval-alist):
14266         Define it before mm-charset-to-coding-system.
14267         (mm-charset-to-coding-system): Add optional argument `silent';
14268         define it before mm-charset-override-alist.
14269         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14270         default value if it can be used in Emacs currently running;
14271         silence mm-charset-to-coding-system.
14272
14273 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14276         `allow-override' which says whether to use `mm-charset-override-alist'.
14277         (rfc2047-decode-encoded-words): Use it.
14278
14279         * mm-util.el (mm-charset-override-alist): Fix custom type;
14280         add `(gb2312 . gbk)' to choices.
14281
14282 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14285         fast.
14286
14287         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14288
14289         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14290
14291 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14292
14293         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14294         on links.
14295
14296         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14297
14298 2008-12-03  Lute Kamstra  <lute@gnu.org>
14299
14300         * sha1.el: Remove leading * from docstrings of defcustoms,
14301         deffaces, defconsts and defuns.
14302
14303 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14306         users' addresses that don't have domain parts.
14307         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14308         rather than message-narrow-to-head since there will be the message
14309         header separator.
14310
14311 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14312
14313         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14314         since the result is inserted in a unibyte buffer anyway.
14315         (nnimap-demule-use-string-to-multibyte): Remove.
14316         (nnimap-demule): Alias it to mm-string-to-multibyte.
14317
14318 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14321         variable for debugging bug#464 and bug#1174.
14322         (nnimap-demule): Use it.
14323
14324 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14325
14326         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14327         score calculation correctly.
14328
14329 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14330
14331         * message.el (message-send-mail): Just set the buffer to unibyte
14332         rather than use mm-with-unibyte-current-buffer which does a lot more.
14333         (message-send-mail-partially): Don't bother with
14334         mm-with-unibyte-current-buffer since it's already been made unibyte by
14335         message-send-mail.
14336
14337 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14338
14339         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14340
14341 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14342
14343         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14344
14345 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14348         require itself and to remove `with-no-warnings'.
14349
14350 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14351
14352         * starttls.el (starttls-any-program-available): Get the name of the
14353         available TLS layer program.
14354         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14355         well as the host name in the "opening" message.
14356
14357         * auth-source.el (auth-source-cache, auth-source-do-cache)
14358         (auth-source-user-or-password): Cache passwords and logins by default,
14359         allow override with `auth-source-do-cache'.
14360         (auth-source-forget-user-or-password): Allow users to remove cache
14361         entries if needed.
14362
14363 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14364
14365         * md4.el (md4-buffer): Fix typo in docstring.
14366         (md4, md4-64): Doc fixes.
14367         (md4-pack-int32): Reflow docstring.
14368
14369 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14370
14371         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14372         condition-case to only the forward-sexp call.
14373
14374 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14375
14376         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14377         quotes contained.  Make it more robust regardless by an extra
14378         condition-case wrapper.
14379
14380 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14383
14384 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * nnml.el (nnml-request-expire-articles): Check if the function set to
14387         `nnmail-expiry-target' returns the symbol `delete'.
14388
14389         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14390
14391         * nnmail.el (nnmail-expiry-target): Fix custom type.
14392
14393 2008-10-02  Glenn Morris  <rgm@gnu.org>
14394
14395         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14396         Silence compiler warning.
14397
14398 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14399
14400         * tls.el (open-tls-stream): Show the actual command being
14401         executed, instead of the format string.
14402
14403 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * lpath.el: Fbind codepage-setup for Emacs 23.
14406
14407 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14408
14409         * mml.el (mml-menu): Don't assume mml2015 is bound.
14410
14411 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14414         exists.
14415
14416 2008-09-27  Glenn Morris  <rgm@gnu.org>
14417
14418         * gnus-util.el (mail-header-remove-comments): Autoload it.
14419
14420 2008-09-27  Andreas Schwab  <schwab@suse.de>
14421
14422         * gnus-util.el (gnus-split-references): Strip comments.
14423         (gnus-parent-id): Likewise.
14424
14425 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14426
14427         * message.el (message-confirm-send): Fix version.
14428
14429 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * message.el (message-idna-to-ascii-rhs-1): Use
14432         mail-extract-address-components rather than mail-header-parse-addresses
14433         that is an alias by default to ietf-drums-parse-addresses that does not
14434         support non-ASCII names in headers' contents.
14435
14436 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14437
14438         * message.el (message-confirm-send): Fix variable documentation to
14439         avoid the "y/n" wording.
14440
14441 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14442
14443         * message.el (message-set-auto-save-file-name): Save to a different
14444         filename so multiple messages (especially drafts) can be recovered.
14445
14446 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14447
14448         * message.el (message-confirm-send): Add appropriate version.
14449
14450 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14451
14452         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14453         defvar.
14454
14455 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14456
14457         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14458         (mm-pkcs7-enveloped-magic): Ditto.
14459
14460 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14461
14462         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14463         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14464
14465 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14466
14467         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14468         default, it's better.
14469
14470 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14471
14472         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14473         summary line gnus-number property and ignore them (with a warning
14474         message).
14475
14476 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14479         macro caddr in the interactive form since it won't be expanded.
14480
14481 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14484         `charset'; fix name of function called recursively.
14485         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14486
14487 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14490         (gnus-mime-set-charset-parameters): New function.
14491         (gnus-mime-view-part-as-charset): Use it to correctly display part
14492         specifying wrong charset.
14493
14494 2008-09-08  David Engster  <dengste@eml.cc>
14495
14496         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14497         in completing-read for back end server.
14498
14499 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14500
14501         * message.el (message-confirm-send): New variable to confirm sending a
14502         message.
14503         (message-send): Use it.
14504
14505 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14506
14507         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14508
14509 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14512
14513 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14514
14515         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14516         prevent tracking too many groups.
14517         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14518         Use it.
14519
14520 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14521
14522         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14523         moving point to the bottom of the window in order to avoid recentering.
14524
14525 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14528
14529         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14530         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14531         (gnus-article-beginning-of-window): Fix calculation.
14532
14533 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * gnus-msg.el (gnus-summary-supersede-article)
14536         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14537         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14538         message header.
14539
14540 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14541
14542         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14543         pending output coming after the status change.
14544
14545 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14546
14547         * message.el:
14548         * gnus-start.el:
14549         * gnus-registry.el: Remove VMS support.
14550
14551 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14554         macro.
14555         (rfc2104-hash): Use it.
14556
14557 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14558
14559         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14560         (gnus-summary-sort-by-most-recent-date): New commands.
14561         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14562         and menu entries.
14563
14564 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14567         don't redisplay article for raw contents; remove plural articles stuff.
14568
14569         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14570         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14571         on gnus-summary-save-article; display results properly.
14572
14573 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * lpath.el: No need to fbind ns-focus-frame.
14576
14577 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14580
14581 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * gnus-art.el (gnus-summary-save-in-pipe):
14584         Consider gnus-save-all-headers.
14585
14586 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14587
14588         * gnus-util.el (ns-focus-frame): Remove declaration.
14589         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14590         like x.
14591
14592 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14593
14594         * rfc2104.el (rfc2104-zero): Delete defconst.
14595         (rfc2104-hex-alist): Likewise.
14596         (rfc2104-hex-to-int): Delete func.
14597         (rfc2104-hexstring-to-bitstring): Likewise.
14598         (rfc2104-nybbles): New defconst.
14599         (rfc2104-hash): Rewrite for speed.
14600
14601 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * tls.el (open-tls-stream): Make it work with the 2nd argument
14604         BUFFER that is a string but does not exist as a buffer object, as
14605         mentioned in the doc-string.
14606
14607 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14610         SXEmacs.
14611
14612 2008-07-16  Glenn Morris  <rgm@gnu.org>
14613
14614         * gnus-util.el (ns-focus-frame): Declare for compiler.
14615
14616 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14619         set as a group parameter.
14620         (gnus-summary-save-in-pipe): Work when it is called independently.
14621         (gnus-summary-pipe-to-muttprint): Don't modify
14622         gnus-summary-pipe-output-default-command.
14623
14624 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14625
14626         * message.el (message-send-mail-with-sendmail):
14627         Display the error message.
14628
14629 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus-art.el (gnus-default-article-saver):
14632         Add gnus-summary-save-in-pipe to choices.
14633         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14634         gnus-summary-pipe-output-default-command as the default command.
14635         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14636         instead of gnus-last-shell-command.
14637
14638         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14639         New user option.
14640         (gnus-summary-muttprint-program): Mention the value will be changed.
14641         (gnus-summary-save-article): Force showing of all headers.
14642         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14643
14644 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14645
14646         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14647
14648 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14649
14650         * nnimap.el (nnimap-id):
14651         * sieve-manage.el (sieve-manage-open): Doc fixes.
14652
14653 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14654
14655         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14656         if available.
14657
14658 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14659
14660         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14661
14662         * nnkiboze.el (nnkiboze-generate-group):
14663         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14664
14665         * nnmairix.el: Require CL.
14666
14667 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * dgnushack.el: Autoload get-display-table and put-display-table for
14670         XEmacs 21.5.
14671
14672         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14673         21.4 and SXEmacs.
14674
14675 2008-06-15  David Engster  <dengste@eml.cc>
14676
14677         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14678
14679 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14680
14681         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14682         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14683         runtime choice under XEmacs.
14684
14685         * gnus-sum.el (gnus-summary-set-display-table):
14686         Use `gnus-put-display-table', `gnus-get-display-table',
14687         `gnus-set-display-table' for the display table, instead of `aset'.
14688
14689         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14690         Use `gnus-put-display-table', `gnus-get-display-table',
14691         `gnus-set-display-table' for the display table.
14692
14693 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * nnmairix.el: Add autoloads.
14696
14697 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14698
14699         * nnmairix.el (nnmairix-delete-recreate-group)
14700         (nnmairix-update-and-clear-marks): Fix error messages.
14701
14702 2008-06-14  David Engster  <dengste@eml.cc>
14703
14704         * nnmairix.el: Upgrade to version 0.6.
14705         (nnmairix-group-toggle-propmarks-this-group)
14706         (nnmairix-group-toggle-readmarks-this-group)
14707         (nnmairix-group-delete-recreate-this-group)
14708         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14709         (nnmairix-remove-tick-mark-original-article): New commands.
14710         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14711         (nnmairix-propagate-marks-to-nnmairix-groups)
14712         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14713         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14714         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14715         functions needed for marks propagation and manipulation of read marks.
14716         (nnmairix-update-groups): New function.
14717         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14718         (nnmairix-determine-original-group-from-registry)
14719         (nnmairix-determine-original-group-from-path)
14720         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14721         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14722         New helper functions.
14723         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14724         keystrokes for new commands.
14725         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14726         (nnmairix-request-group): Check allow-fast group parameter.
14727         (nnmairix-request-create-group): Set allow-fast group parameter if
14728         nnmairix-allowfast-default is set.
14729         (nnmairix-close-group): Propagate marks upon closing if needed.
14730         (nnmairix-group-toggle-threads-this-group): Use new.
14731         nnmairix-group-toggle-parameter helper function.
14732         (nnmairix-search): Better check for empty search result.
14733         (nnmairix-goto-original-article): Use new helper functions for
14734         determining original article.
14735         (nnmairix-show-original-article): Make sure message-id is in brackets.
14736         (nnmairix-call-mairix-binary): Change variable name.
14737         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14738         helper function.
14739         (nnmairix-widget-toggle-activate): Fix doc string.
14740
14741 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * nnir.el: Require edmacro when compiling with XEmacs.
14744         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14745         available in Emacs 21.
14746
14747 2008-06-11  Glenn Morris  <rgm@gnu.org>
14748
14749         * gnus-util.el (x-focus-frame):
14750         * gnus.el (image-size):
14751         * mm-decode.el (image-size): Declare.
14752
14753         * gnus-picon.el (declare-function): Add compat definition.
14754         (image-size): Declare.
14755
14756         * gnus-group.el (tool-bar-map):
14757         * gnus-sum.el (tool-bar-map): Define for compiler.
14758
14759         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14760
14761         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14762
14763         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14764         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14765         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14766         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14767         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14768         * sieve-manage.el, spam-report.el, spam.el:
14769         Remove unnecessary eval-and-compile of autoloads.
14770
14771 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14772
14773         * auth-source.el: Precise Tramp doc.
14774
14775 2008-06-07  Glenn Morris  <rgm@gnu.org>
14776
14777         * nnmairix.el: Remove unnecessary eval-when-compile.
14778
14779 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * lpath.el: Fbind propertize for XEmacs 21.4.
14782
14783 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * nnir.el: Move here from ../contrib.
14786
14787 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14788
14789         * gnus-util.el (gnus-read-shell-command): New function.
14790         * mm-decode.el (mm-pipe-part):
14791         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14792
14793 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14796
14797 2008-06-03  Glenn Morris  <rgm@gnu.org>
14798
14799         * pop3.el (nnheader-accept-process-output): Autoload it.
14800
14801 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14804         are not 2-digit hexadecimal characters that follow `%'s.
14805
14806 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14807
14808         * message.el (message-bogus-recipient-p): Fix type in doc string.
14809         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14810         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14811         Improve custom options.
14812         (message-bogus-recipient-p): Adjust accordingly.
14813
14814 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14815
14816         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14817         long-form month and day names.
14818
14819 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * dgnushack.el: Autoload debug, eudc-expand-inline and
14822         pgg-snarf-keys-region for XEmacs.
14823
14824         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14825
14826         * nnmairix.el: Require edmacro when compiling with XEmacs.
14827
14828 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14829
14830         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14831         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14832
14833 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14834
14835         * auth-source.el: Add more docs.
14836
14837         * netrc.el (netrc-machine): Always match if the port is not given.
14838
14839 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14840
14841         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14842         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14843         retrieval faster in some cases, but might make CPU usage larger.
14844         If this has any bad side effects, we might revert this change.
14845
14846         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14847         seems to make mail retrieval much, much faster.
14848         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14849         unconditionally.
14850
14851         * gnus-draft.el (gnus-group-send-queue):
14852         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14853
14854 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14855
14856         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14857
14858         * message.el (message-bogus-address-regexp): Fix and improve custom
14859         type.
14860         (message-setup-hook): Add message-check-recipients as custom option.
14861
14862 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * message.el (message-cite-function): Remove bogus autoload which crept
14865         in during merge from v5-10.
14866
14867 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14868
14869         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14870
14871         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14872
14873         * auth-source.el: Preliminary Tramp docs.
14874         (auth-sources): Change the default auth-sources to use
14875         EPA .gpg files.
14876
14877 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14878
14879         * nntp.el: Autoload `auth-source-user-or-password'.
14880         (nntp-send-authinfo): Use it.
14881
14882         * nnimap.el: Autoload `auth-source-user-or-password'.
14883         (nnimap-open-connection): Use it.
14884
14885         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14886         for the gnus-message function.
14887         (auth-source-user-or-password): Use it.
14888
14889 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14890
14891         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14892         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14893         (rfc2104-hash): Use it.
14894
14895 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14896
14897         * gnus-art.el (gnus-article-toggle-truncate-lines):
14898         Don't use `iff' in docstring.
14899
14900 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14901
14902         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14903
14904         * gnus-util.el (gnus-extract-address-component-name)
14905         (gnus-extract-address-component-email): Convenience functions around
14906         `gnus-extract-address-components'.
14907
14908         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14909         Use `gnus-extract-address-component-email' to fix bug of comparing full
14910         sender name to `user-mail-address'.
14911
14912 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14913
14914         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14915         catch/throw to optimize.
14916         (gnus-registry-find-keywords): Just use member to find a keyword.
14917
14918 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14919
14920         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14921         is current before calling gnus-server-prepare.
14922         (gnus-server-setup-buffer, gnus-server-update-server)
14923         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14924
14925 2008-05-04  Juri Linkov  <juri@jurta.org>
14926
14927         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14928         (mailcap-file-default-commands): Use mailcap-replace-in-string
14929         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14930         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14931
14932 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14933
14934         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14935
14936 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14937
14938         * gnus.el: Bump version to 0.11.
14939
14940 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14941
14942         * gnus.el: No Gnus v0.10 is released.
14943
14944 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14945
14946         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14947         hooks.
14948         (gnus-update-read-articles): Speed up non-marks-using users.
14949         (gnus-use-marks): Define gnus-use-marks.
14950         (gnus-propagate-marks): Rename variable to something more sensible.
14951
14952 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14953
14954         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14955         (gmm-image-load-path-for-library): Fix typos in docstrings.
14956         (gmm-message): Reflow docstring.
14957
14958 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14959
14960         * mail-source.el (mail-source-set-1, mail-source-bind):
14961         Move auth-source code out of the macro to clean it up and fix bugs.
14962
14963 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14964
14965         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14966         by sender if it's equal to user-mail-address, it's likely to be
14967         useless.
14968
14969         * mail-source.el (mail-source-bind): Don't use user or password if they
14970         are not bound.  Unintern them if they are nil.  Don't use server unless
14971         it's bound, and default it to empty string otherwise.
14972
14973 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14974
14975         * mail-source.el: Load auth-source.el.
14976         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14977         get user name or password, if auth-sources is set up.
14978
14979         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14980         strategy of splitting with parent.
14981         (gnus-registry-split-fancy-with-parent)
14982         (gnus-registry-post-process-groups): Use it and fix prior
14983         bug (returning a list as the split result).
14984
14985         * auth-source.el (auth-sources): Remove server parameter.
14986         (auth-source-pick, auth-source-user-or-password)
14987         (auth-source-user-or-password-imap)
14988         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14989         (auth-source-user-or-password-sftp)
14990         (auth-source-user-or-password-smtp): Remove server parameter.
14991
14992 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14993
14994         * smime.el (smime-sign-region, smime-encrypt-region)
14995         (smime-decrypt-region):
14996         Remove redundant calls to `generate-new-buffer-name'.
14997
14998 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14999
15000         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15001         Don't use QP for message/rfc822.
15002         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15003
15004 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15005
15006         * sieve-manage.el (sieve-string-bytes): Remove.
15007         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15008         correct byte-length only if the process's coding-system is the same as
15009         the one used internally by Emacs to represent strings.
15010
15011 2008-04-22  Juri Linkov  <juri@jurta.org>
15012
15013         * mailcap.el (mailcap-file-default-commands): New function.
15014
15015 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15016
15017         * message.el (message-signature-separator, message-cite-function):
15018         Change custom version.
15019
15020 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15021
15022         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15023         commands.
15024         (tls-checktrust): Ditto.
15025
15026 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15027
15028         * mm-decode.el (mm-display-external): Make temp file read-only.
15029
15030 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15031
15032         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15033         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15034         `C-c C-f d'.
15035
15036 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15037
15038         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15039
15040 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15041
15042         * gnus.el: Bump version to 0.9.
15043
15044 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15045
15046         * gnus.el: No Gnus v0.8 is released.
15047
15048 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15049
15050         * mail-source.el (mail-source-value):
15051         Prefer fboundp to functionp so it works with macros as well.
15052
15053 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15054
15055         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15056         Fix last change in case the element is not even a symbol.
15057
15058 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15059
15060         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15061         Prefer fboundp to functionp so it works with macros as well.
15062
15063 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15064
15065         * auth-source.el: Add docs.
15066         (auth-sources): Modify format to support server.
15067         (auth-source-pick, auth-source-user-or-password)
15068         (auth-source-user-or-password-imap)
15069         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15070         (auth-source-user-or-password-sftp)
15071         (auth-source-user-or-password-smtp): Add server parameter.
15072
15073 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15074
15075         * gnus-registry.el: Initialize the registry when gnus-registry-install
15076         is t.
15077
15078 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * compface.el (uncompface): Make buffer unibyte.
15081
15082 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15083
15084         * mail-source.el (mail-source-value):
15085         Prefer fboundp to functionp so it works with macros as well.
15086
15087 2008-04-05  Glenn Morris  <rgm@gnu.org>
15088
15089         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15090
15091 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15092
15093         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15094         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15095
15096         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15097         multibyteness after rather than before erasing it.
15098
15099         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15100         mm-with-multibyte.
15101         (gnus-request-article-this-buffer): Make sure the proper decoding is
15102         used if gnus-original-article-buffer happens to be unibyte.
15103
15104         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15105         default-enable-multibyte-characters.
15106
15107         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15108         default-enable-multibyte-characters.
15109
15110         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15111
15112         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15113
15114 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15115
15116         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15117         Fix last change in case the element is not even a symbol.
15118
15119 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15120
15121         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15122         (imap-message-copyuid-1): Use it.
15123         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15124         J. Williams in
15125         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15126
15127         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15128         imap-enable-exchange-bug-workaround.
15129         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15130
15131 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15132
15133         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15134         a 100 byte status-checks into a 2-3MB transfer for each group.
15135         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15136         to enable bug workaround or not.
15137         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15138
15139 2008-03-31  Glenn Morris  <rgm@gnu.org>
15140
15141         * message.el (mml2015-use): Declare for compiler.
15142         (message-info): Require mml2015 when appropriate.
15143
15144 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15147         whitespace.
15148
15149 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15150
15151         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15152         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15153         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15154         (nntp-service-to-port): New function.
15155         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15156         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15157         (nntp-open-netcat-stream): New function.
15158         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15159
15160 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15161
15162         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15163
15164 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15165
15166         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15167
15168 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15169
15170         * dns.el (dns-write): Use set-buffer-multibyte.
15171
15172 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15173
15174         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15175
15176 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15177
15178         * message.el (message-signature-separator): Change default.
15179         Improve custom type.
15180         (message-cite-function): Change default to
15181         message-cite-original-without-signature.
15182
15183         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15184         toggle.
15185
15186         * message.el (message-check-news-body-syntax): Fix signature check.
15187         (message-setup-1): Mark buffer as unmodified _after_ running
15188         message-setup-hook and handling message-alternative-emails.
15189         (message-shorten-references): Be more strict when building list of
15190         valid references to comply with GNKSA.
15191
15192         * gnus-group.el (gnus-read-ephemeral-bug-group)
15193         (gnus-read-ephemeral-debian-bug-group)
15194         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15195
15196         * message.el (message-info): Don't use booleanp which isn't supported
15197         in Emacs 21 and XEmacs.
15198
15199 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15200
15201         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15202         gnus-group-gmane-group-download-format.
15203         (gnus-group-read-ephemeral-gmane-group): Rename from
15204         gnus-group-read-ephemeral-gmane-group.
15205         (gnus-read-ephemeral-gmane-group-url): Rename from
15206         gnus-group-read-ephemeral-gmane-group-url.
15207         (gnus-bug-group-download-format-alist): New variable.
15208         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15209         (gnus-read-ephemeral-emacs-bug-group): New commands.
15210
15211 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15214         (gnus-visible-headers): Improve custom type.
15215
15216 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * mml.el (mml-menu): Add workarounds for XEmacs.
15219
15220         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15221         X-Boundary header.
15222
15223         * message.el (message-simplify-recipients): Fix previous commit.
15224
15225 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15226
15227         * mm-util.el (mm-set-buffer-multibyte): New function.
15228         * mm-decode.el (mm-copy-to-buffer): Use it.
15229
15230         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15231         Prefer fboundp to functionp so it works with macros as well.
15232
15233 2008-03-19  Glenn Morris  <rgm@gnu.org>
15234
15235         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15236         Accidentally removed in the sync process with Emacs.
15237
15238 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15239
15240         * message.el (message-alter-recipients-discard-bogus-full-name):
15241         New function.
15242         (message-alter-recipients-function): New variable.
15243         (message-get-reply-headers): Use it.
15244         (message-replace-header): New helper function.
15245         (message-recipients-without-full-name): New variable.
15246         (message-simplify-recipients): New command.
15247
15248         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15249
15250         * message.el (message-info): Handle EasyPG manual.
15251
15252         * mml.el (mml-menu): Add entry for EasyPG.
15253
15254 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15255
15256         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15257         parameter.
15258
15259         * message.el (message-disassociate-draft): Specify drafts group name
15260         fully.
15261
15262 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15263
15264         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15265         Eliminate unnecessary duplicates from the match list.
15266
15267 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15270
15271         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15272
15273         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15274         args of `how-many' of which the XEmacs version doesn't take; declare
15275         Info-index-next as function.
15276
15277 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15278
15279         * gnus-score.el (gnus-score-headers): Fix handling of
15280         gnus-inhibit-slow-scoring.
15281
15282         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15283         string.
15284         (gnus-button-url-regexp): Improve handling of parenthesis.
15285         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15286         (gnus-button-handle-info-keystrokes): Handle index entries.
15287
15288 2008-03-15  Glenn Morris  <rgm@gnu.org>
15289
15290         * parse-time.el (parse-time-string): Simplify.
15291
15292 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15295         Incoming* files.
15296
15297 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15298
15299         * auth-source.el (auth-sources): Rename from auth-source-choices.
15300         (auth-source-pick): Use it.
15301
15302 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15303
15304         * binhex.el (binhex-decode-region-internal):
15305         * uudecode.el (uudecode-decode-region-internal):
15306         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15307         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15308         setting default-enable-multibyte-characters.
15309
15310 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15311
15312         * auth-source.el (auth-source-protocols)
15313         (auth-source-protocols-customize, auth-source-choices): Add and
15314         modified variable customizations and defaults.
15315         (auth-source-pick, auth-source-user-or-password)
15316         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15317         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15318         (auth-source-user-or-password-sftp)
15319         (auth-source-user-or-password-smtp): Use new variables and provide an
15320         interface to netrc.el.
15321
15322 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15325         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15326         Make sure the nntp port to specify is a string.
15327
15328 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15329
15330         * nntp.el: Use with-current-buffer.
15331         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15332         dubious mm-with-unibyte-current-buffer.
15333         (nntp-with-open-group-function): New function extracted from
15334         nntp-with-open-group macro.
15335         (nntp-with-open-group): Use the function, so it's easier to debug.
15336         Add indentation and debugging info.
15337         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15338         Recommend the use of the netcat alternatives.
15339
15340         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15341         Avoid mm-string-as-multibyte as well.
15342
15343         * nnweb.el (nnweb-insert-html):
15344         Remove use of nnheader-string-as-multibyte.
15345
15346         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15347         (nnheader-string-as-multibyte): Remove.
15348
15349         * mm-view.el: Use inhibit-read-only.
15350         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15351         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15352         or unibyte-string.
15353
15354         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15355         (mm-uu-yenc-extract): Use with-current-buffer.
15356
15357         * gnus-soup.el (gnus-soup-send-packet): Don't use
15358         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15359
15360         * nnmh.el: Use with-current-buffer.
15361         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15362         mm-string-as-multibyte on the output of mm-encode-coding-string.
15363
15364         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15365         (nnimap-request-move-article): Use with-current-buffer.
15366
15367         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15368         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15369         conversion uses string-make-unibyte rather than string-as-unibyte.
15370
15371         * gnus-msg.el: Use with-current-buffer.
15372
15373         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15374
15375 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15376
15377         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15378         string for caching if it is 'PIN.
15379
15380 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * lpath.el: Consider the case without Emacs/W3.
15383
15384 2008-03-08  Glenn Morris  <rgm@gnu.org>
15385
15386         * time-date.el (date-to-time, time-subtract, time-add)
15387         (safe-date-to-time): Doc fixes.
15388
15389 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15390
15391         * mail-source.el (mail-source-delete-old-incoming-confirm):
15392         Change default to nil.
15393         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15394
15395 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * lpath.el: Rearrange.
15398
15399         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15400         (gnus-article-goto-prev-page): Work for articles having ^L's.
15401
15402         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15403
15404         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15405
15406 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15407
15408         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15409         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15410         (gnus-bookmark-jump): Adjust some variable names.
15411
15412 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15413
15414         * auth-source.el: New package.
15415         (auth-source-choices): Add customization entry point variable.
15416
15417         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15418         bug.
15419
15420 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15421
15422         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15423         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15424         (gnus-registry-install-shortcuts): Rename from
15425         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15426         the `gnus-registry-mark-map' keymap dynamically from
15427         `gnus-registry-marks'.  The generated functions update the summary line
15428         when a registry mark is added or deleted, and will call
15429         `gnus-registry-install-p' (see the comments in the code).
15430         (gnus-registry-user-format-function-M): Use concat intelligently.
15431
15432         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15433         the registry mark functions.
15434
15435 2008-03-05  Glenn Morris  <rgm@gnu.org>
15436
15437         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15438         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15439         gnus-art.
15440         (top-level): No need to load own source when compiling.
15441
15442 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15443
15444         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15445         Suggested by <chris.anderton@zetnet.co.uk>.
15446
15447 2008-03-04  Glenn Morris  <rgm@gnu.org>
15448
15449         * gnus-sum.el (top-level): No need to require gnus when compiling,
15450         since unconditionally required near start of file.
15451         (gnus-summary-display-while-building): Move definition before use.
15452
15453 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15454
15455         * gnus-registry.el (gnus-registry-user-format-function-M):
15456         Add formatting function.
15457
15458 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15459
15460         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15461         with plists.
15462         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15463         Use new format.
15464
15465 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15468         `where-is-internal' that returns a range of key sequences.
15469
15470 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15471
15472         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15473
15474         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15475         (gnus-summary-jump-to-group): Consider windows on other displayed
15476         frames as well.  Similar changes might be needed elsewhere, but that's
15477         the one I've bumped into during my use.
15478
15479         * nndoc.el (nndoc-oe-dbx-type-p):
15480         * gnus-msg.el (gnus-debug):
15481         * gnus-group.el (gnus-update-group-mark-positions):
15482         Use mm-string-to-multibyte.
15483
15484 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15485
15486         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15487         doesn't handle NotDashEscaped.
15488
15489         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15490         (mml-dnd-attach-options): Fix typo in custom choice.
15491
15492         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15493         Change nndoc-article-type to mbox.
15494         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15495
15496         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15497         to nil, instead of html2text.
15498
15499         * imap.el (imap-debug): Add `imap-ping-server'.
15500
15501         * gnus-bookmark.el: Add FIXMEs.
15502
15503         * message.el (message-form-letter-separator)
15504         (message-send-form-letter-delay): New variables.
15505         (message-send-form-letter): Use them.  New command to send form
15506         letters.  Requested by Uwe Siart.
15507         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15508
15509 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15510
15511         * Update copyright years.
15512
15513 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15514
15515         Sync from EMACS_22_BASE.
15516
15517         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15518
15519 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15520
15521         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15522         empty author.
15523
15524 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15525
15526         * gnus-registry.el (gnus-registry-marks): Add variable for
15527         customization of marks and their appearance.
15528         (gnus-registry-read-mark): Use it.
15529         (gnus-registry-do-marks): Add utility function to loop through
15530         `gnus-registry-marks'.
15531         (gnus-registry-install-shortcuts-and-menus): Add function to install
15532         shortcuts and menus.
15533         (gnus-registry-initialize): Use it.
15534         (gnus-registry-default-mark): Clarify documentation.
15535
15536 2008-02-29  Glenn Morris  <rgm@gnu.org>
15537
15538         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15539         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15540         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15541         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15542         Change defcustom :version from 23.0 to 23.1.
15543
15544 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15545
15546         * gnus-registry.el (gnus-registry-follow-group-p)
15547         (gnus-registry-post-process-groups): Add functions to aid registry
15548         splitting and improve logging.  Clarify behavior in function
15549         documentation.
15550         (gnus-registry-split-fancy-with-parent): Use them.
15551
15552 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15553
15554         * gnus-art.el: Use with-current-buffer.
15555
15556 2008-02-27  David Engster  <dengste@eml.cc>
15557
15558         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15559         Express real group name in the response.
15560
15561 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15564         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15565         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15566         autoload gnus-registry-fetch-group when compiling.
15567         (nnmairix-request-group-with-article-number-correction):
15568         Remove unreferenced argument passed to nnmairix-call-backend.
15569
15570 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15571
15572         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15573         (mm-uu-extract): Improve face for low color ttys.
15574         Reported by Sascha Wilde.
15575
15576 2008-02-27  Glenn Morris  <rgm@gnu.org>
15577
15578         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15579         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15580         variables to defconsts.  Convert comments to doc-strings.
15581         (nnmairix-last-server, nnmairix-current-server): Convert from free
15582         variables to defvars.  Convert comments to doc-strings.
15583         (gnus-registry-fetch-group): Autoload.
15584         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15585         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15586         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15587         caddr.
15588         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15589         nnmairix-request-group-with-article-number-correction call.
15590         (nnmairix-fast, nnmairix-group): New, less general names, for free
15591         variables passed from nnmairix-request-group to
15592         nnmairix-request-group-with-article-number-correction.  Declare.
15593         (nnmairix-request-group-with-article-number-correction):
15594         Use nnmairix-fast, nnmairix-group rather than fast, group.
15595
15596 2008-02-26  David Engster  <dengste@eml.cc>
15597
15598         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15599         version 0.5.
15600
15601 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15602
15603         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15604         instead of making an extra function call.  Don't add the current group
15605         to articles only when they have the group.  Use
15606         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15607         Reported by David <de_bb@arcor.de>.
15608
15609 2008-02-24  Miles Bader  <miles@gnu.org>
15610
15611         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15612         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15613         (mm-find-mime-charset-region):
15614         * mm-bodies.el (mm-encode-body):
15615         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15616
15617 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15620         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15621
15622 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * mail-source.el (mail-source-delete-incoming): Change default.
15625         Supplement doc string.
15626
15627         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15628
15629 2008-02-14  Glenn Morris  <rgm@gnu.org>
15630
15631         * time-date.el (format-seconds): New function.
15632
15633 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15634
15635         * nnmail.el (nnmail-message-id-cache-file): Derive from
15636         `gnus-home-directory'.
15637
15638 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15639
15640         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15641         Document negative prefix.
15642
15643         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15644
15645 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15646
15647         * message.el (message-unsent-separator): Add the Exim bounce
15648         separator.
15649
15650 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15651
15652         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15653         list.
15654         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15655         recipient/signer list.
15656
15657 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * Makefile.in (datarootdir): Define.
15660         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15661         name that might contain whitespace.
15662
15663 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15664
15665         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15666         fbound (Emacs 23 unicode), signal an error.
15667
15668 2008-02-08  Glenn Morris  <rgm@gnu.org>
15669
15670         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15671
15672 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15673
15674         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15675         ports to the calls to `netrc-machine-user-or-password' in addition to
15676         "imap" and "imaps".
15677
15678 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15679
15680         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15681
15682         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15683
15684 2008-02-01  Kenichi Handa  <handa@m17n.org>
15685
15686         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15687         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15688         (rfc2104-hash): Convert the result of concat to unibyte string.
15689
15690 2008-02-01  Dave Love  <fx@gnu.org>
15691
15692         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15693         coding-system-for-read.
15694         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15695
15696 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15699         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15700         <hanche@math.ntnu.no>.
15701
15702 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15705
15706         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15707
15708 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15709
15710         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15711         * message.el (message-beginning-of-line): Use featurep instead of bound
15712         tests in order to resolve conditionals at compile time.
15713
15714 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15715
15716         * mail-source.el (mail-sources): Add `group' choice.
15717
15718         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15719         parameter `in-group' to control into which group the articles go.
15720         Add treatment of `group' mail-source.
15721
15722 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15725
15726         * mm-decode.el (mm-dissect-buffer): Decode description.
15727
15728         * mml.el (mml-to-mime): Encode message header first.
15729
15730 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15733         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15734
15735         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15736         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15737
15738 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15739
15740         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15741
15742 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15745         prefix keys.
15746         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15747         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15748         gnus-xmas.el.
15749
15750         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15751         (gnus-xmas-article-describe-bindings): New function.
15752         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15753         gnus-xmas-article-describe-bindings.
15754
15755         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15756
15757 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15758
15759         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15760         Add new variables for article mark management.
15761         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15762         list of extra data entries which, when present, will indicate that the
15763         article ID should not be trimmed from the registry.
15764         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15765         functions.
15766         (gnus-registry-read-mark): New function to read a mark name from the
15767         user.
15768         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15769         (gnus-registry-set-article-mark-internal): New functions to add and
15770         remove marks.
15771         (gnus-registry-get-article-marks): New function to show the marks for
15772         an article, or retrieve them for further use.
15773
15774 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15777         keys when no argument is given.
15778
15779 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * imap.el (imap-ping-server): New variable.
15782         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15783         (imap-ping-server): Minor doc string fixes.
15784
15785 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15786
15787         * imap.el (imap-ping-server): New function.
15788         (imap-opened): Call imap-ping-server.
15789
15790 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * gnus-sum.el (gnus-article-sort-by-random)
15793         (gnus-thread-sort-by-random): Fix doc strings.
15794         Reported by jidanni@jidanni.org.
15795
15796 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15797
15798         * gnus-art.el (gnus-article-describe-bindings): New function.
15799         (gnus-article-read-summary-keys): Use it.
15800         (gnus-article-mode-map): Bind `C-h b' to it.
15801
15802 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15805         XEmacs.
15806         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15807         Protect against non-character events.
15808
15809         * lpath.el: Fbind map-keymap for Emacs 21.
15810
15811 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15812
15813         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15814         New command.
15815         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15816         instead of END.  Change name of the temp file.
15817         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15818         customizable.
15819
15820 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15823         bind `S W' to gnus-article-wide-reply-with-original; set default
15824         binding to gnus-article-read-summary-send-keys.
15825         (gnus-article-read-summary-keys): Fix the order of keys; display
15826         continuation keys correctly in the echo area; describe bindings
15827         correctly when keys end with `C-h'.
15828         (gnus-article-read-summary-send-keys): New function.
15829         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15830         Work for gnus-article-read-summary-send-keys; display continuation keys
15831         correctly in the echo area.
15832         (gnus-article-reply-with-original): Ignore prefix argument.
15833         (gnus-article-wide-reply-with-original): New function.
15834
15835         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15836         Emacs 21.
15837
15838 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15841         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15842
15843 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15844
15845         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15846         (gnus-group-read-ephemeral-gmane-group): New command.
15847
15848 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15849
15850         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15851
15852 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15853
15854         * message.el (message-send-mail-function): Increase custom version.
15855
15856         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15857         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15858
15859 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15860
15861         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15862         for the cases where imap-authenticate is called with a nil buffer
15863         parameter.
15864
15865 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15868         html parts correctly; support forwarded messages.
15869         (gnus-article-browse-html-article): Remove work buffers.
15870
15871         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15872         compiling.
15873         (netrc-bound-and-true-p): New macro.
15874         (netrc-parse): Use it instead of bound-and-true-p that is not available
15875         in XEmacs 21.4.
15876
15877 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15878
15879         * gnus-registry.el (gnus-registry-mark-article)
15880         (gnus-registry-article-marks): Add functionality to mark articles
15881         through the Gnus registry.
15882
15883         * encrypt.el: Clarify documentation for the new pgg method.
15884         (encrypt-file-alist): Add PGG option.
15885         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15886         functionality.  Abstract password key and messaging to external
15887         functions.
15888         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15889         (encrypt-message-method-and-cipher): Add new convenience external
15890         functions.
15891         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15892         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15893
15894         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15895         (netrc-parse): Use encrypt-file-alist to determine if
15896         encrypt-find-model or encrypt-insert-file-contents should be used.
15897
15898         * encrypt.el: Clarify documentation.  Load password-cache or
15899         password, whichever one is found first, instead of autoloading.
15900
15901 2007-12-19  Glenn Morris  <rgm@gnu.org>
15902
15903         * mml.el (message-options-set, message-narrow-to-head)
15904         (message-in-body-p, message-mail-p, message-encode-message-body):
15905         Autoload.
15906         (message-remove-header, message-narrow-to-headers-or-head)
15907         (message-subscribed-p, message-make-mail-followup-to)
15908         (message-position-on-field, message-news-p)
15909         (message-options-set-recipient, message-generate-headers)
15910         (message-sort-headers): Declare as functions.
15911
15912 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15913
15914         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15915         convention in doc string.
15916
15917 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15920         title to html parts.
15921         (gnus-article-browse-html-article): Pass message header to it.
15922
15923         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15924
15925 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15926
15927         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15928         or password compatible with XEmacs.
15929
15930 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15931
15932         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15933         format document.
15934         (gnus-mime-delete-part): Don't write description line if empty.
15935         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15936
15937 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15938
15939         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15940         (gnus-summary-mark-read-and-unread-as-read)
15941         (gnus-summary-mark-current-read-and-unread-as-read)
15942         (gnus-summary-mark-unread-as-ticked): Doc fix.
15943         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15944
15945 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15946
15947         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15948         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15949
15950 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15951
15952         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15953         yes-or-no-p.
15954
15955 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15956
15957         * mm-decode.el (mm-add-meta-html-tag): New function.
15958         (mm-save-part-to-file, mm-pipe-part): Use it.
15959
15960         * gnus-art.el (gnus-article-browse-delete-temp-files):
15961         Use gnus-y-or-n-p instead of y-or-n-p.
15962         (gnus-article-browse-html-parts): Work with message/external-body; use
15963         mm-add-meta-html-tag.
15964
15965 2007-12-11  Glenn Morris  <rgm@gnu.org>
15966
15967         * gnus-cache.el: Require gnus-sum not just when compiling.
15968
15969         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15970
15971         * gnus-int.el (gnus-server-opened, gnus-status-message):
15972         Move definitions before use.
15973
15974         * mm-decode.el: Require gnus-util.
15975         (mm-remove-part): Only call delete-annotation on XEmacs.
15976
15977         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15978
15979         * nnmail.el: Require gnus-int.
15980
15981         * spam.el: Move `require's before `eval-when-compile's.
15982
15983         * gnus-ems.el (gnus-alive-p):
15984         * gnus-fun.el (message-goto-eoh):
15985         * gnus-util.el (gnus-group-name-decode):
15986         * mail-source.el (gnus-compress-sequence):
15987         * message.el (Info-goto-node, format-spec):
15988         * mm-bodies.el (message-options-get):
15989         * mm-decode.el (mm-view-pkcs7):
15990         * mm-util.el (gmm-write-region):
15991         * mml-smime.el (mml-compute-boundary)
15992         (gnus-completing-read-with-default):
15993         * mml.el (widget-button-press, gnus-make-hashtable):
15994         * mml1991.el (mm-decode-content-transfer-encoding)
15995         (mm-encode-content-transfer-encoding)
15996         (message-options-get, message-options-set):
15997         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15998         * nnfolder.el (gnus-request-group):
15999         * nnheader.el (ietf-drums-unfold-fws):
16000         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16001         * smime.el (gnus-run-mode-hooks):
16002         * spam-stat.el (gnus-message): Autoload.
16003
16004         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16005         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16006         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16007         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16008         Add declare-function compatibility definition.
16009
16010         * gnus-cache.el (nnvirtual-find-group-art):
16011         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16012         (gnus-add-image, gnus-add-wash-type):
16013         * gnus-group.el (nnkiboze-score-file):
16014         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16015         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16016         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16017         (message-tokenize-header, gnus-get-buffer-create)
16018         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16019         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16020         * gnus.el (gnus-group-decoded-name):
16021         * mail-source.el (imap-capability):
16022         * mm-bodies.el (message-options-set):
16023         * mm-decode.el (gnus-configure-windows):
16024         * mm-extern.el (message-goto-body):
16025         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16026         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16027         (epg-sub-key-validity, message-options-set):
16028         * mml.el (widget-event-point, gnus-configure-windows):
16029         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16030         * mml2015.el (epg-check-configuration, epg-configuration)
16031         (message-options-set):
16032         * nndb.el (nndb-request-article):
16033         * nnfolder.el (gnus-request-create-group):
16034         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16035         * nnmaildir.el (gnus-group-mark-article-read):
16036         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16037         * rfc1843.el (message-fetch-field):
16038         * spam.el (gnus-extract-address-components):
16039         Declare as functions.
16040
16041 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16044
16045         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16046
16047         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16048         bind show-trailing-whitespace for XEmacs.
16049
16050 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16051
16052         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16053         new no-op macro for backward compatibility.
16054
16055         * imap.el (imap-string-to-integer): New function.
16056
16057 2007-12-09  Glenn Morris  <rgm@gnu.org>
16058
16059         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16060
16061         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16062         * message.el, mm-view.el, sieve-manage.el, smime.el:
16063         Add declare-function compatibility definition.
16064
16065         * gnus-art.el (w3-region, w3m-region, Info-menu):
16066         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16067         * gnus-sum.el (gnus-get-predicate):
16068         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16069         * message.el (mail-abbrev-in-expansion-header-p):
16070         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16071         (w3m-detect-meta-charset, w3m-region):
16072         * sieve-manage.el (password-read, password-cache-add)
16073         (password-cache-remove):
16074         * smime.el (password-read-and-add): Declare as functions.
16075
16076 2007-12-08  David Kastrup  <dak@gnu.org>
16077
16078         * gnus-sum.el (gnus-summary-simplify-subject-query):
16079         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16080         `message'.
16081
16082 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16085         it to bind idna-program, installation-directory, defined-colors, and
16086         face-attribute for XEmacs of the version that compiles defcustom forms.
16087
16088 2007-12-07  Glenn Morris  <rgm@gnu.org>
16089
16090         * gnus-art.el (article-make-date-line): Revert previous change.
16091
16092 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16093
16094         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16095
16096 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16097
16098         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16099         Call gnus-add-to-range ranges only once with a prepared article-list.
16100
16101 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16102
16103         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16104         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16105         group names with backslashes.
16106         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16107
16108 2007-12-06  Deepak Goel  <deego3@gmail.com>
16109
16110         * gnus-art.el (article-make-date-line):
16111         * gnus-start.el (gnus-load):
16112         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16113
16114 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * gnus-art.el (gnus-use-idna):
16117         * gnus-start.el (gnus-site-init-file):
16118         * message.el (message-use-idna):
16119         * mm-uu.el (mm-uu-hide-markers):
16120         * smiley.el (smiley-style): Revert changes that suppress warnings.
16121
16122 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16123
16124         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16125         specify charset to html source.
16126         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16127
16128 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16131         idna-program in order to suppress byte compile warning issued by XEmacs
16132         that came to byte compile the default value section of defcustom forms
16133         recently.
16134
16135         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16136         value of installation-directory.
16137
16138         * message.el (message-use-idna): Don't directly refer to the value of
16139         idna-program.
16140
16141         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16142
16143         * smiley.el (smiley-style): Don't directly call face-attribute.
16144
16145 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16146
16147         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16148
16149         * gnus-dired.el: Reduce Gnus dependencies.
16150         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16151         Don't require.  Use autoloads instead.
16152         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16153         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16154         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16155         (gnus-dired-mode): Adjust doc string.
16156         (gnus-dired-mail-mode): New variable.
16157         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16158         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16159         (gnus-dired-mail-buffers): New function.  Return mail or message
16160         composition buffers.
16161         (gnus-dired-attach): Use it.
16162         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16163         NO-DECODE.
16164         (gnus-dired-print): Use `gnus-print-buffer' depending on
16165         `gnus-dired-mail-mode'.
16166
16167 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * rfc2047.el (rfc2047-encoded-word-regexp)
16170         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16171         explaining what regexp patterns are for.
16172
16173 2007-12-04  Glenn Morris  <rgm@gnu.org>
16174
16175         * password.el: Move to password-cache.el.
16176
16177         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16178         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16179         * mml-smime.el (password-read, password-cache-add)
16180         (password-cache-remove):
16181         No need to autoload, since mml-sec requires password.
16182
16183         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16184         * message.el (gnus-extract-address-components):
16185         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16186
16187         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16188         password.
16189
16190 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * mailcap.el: Reduce dependencies.
16193         (mail-header-parse-content-type): Autoload.
16194         (mailcap-delete-duplicates): New alias.
16195         (mailcap-mime-info): Add optional argument NO-DECODE.
16196         (mailcap-mime-types): Use mailcap-delete-duplicates.
16197
16198         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16199
16200 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16201
16202         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16203         (imap-parse-status): Upcase status-att for servers that sends them
16204         lower-case (e.g., MS Exchange 2007).
16205
16206 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16207
16208         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16209         function.
16210
16211         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16212         (gnus-uu-yenc-article): New function.
16213
16214         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16215
16216         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16217
16218 2007-12-02  Glenn Morris  <rgm@gnu.org>
16219
16220         * binhex.el (binhex): New custom group.
16221         (binhex-decoder-program, binhex-decoder-switches)
16222         (binhex-use-external): Move to the binhex custom group.
16223
16224         * uudecode.el (uudecode): New custom group.
16225         (uudecode-decoder-program, uudecode-decoder-switches)
16226         (uudecode-use-external): Move to the uudecode custom group.
16227
16228         * netrc.el (top-level): Don't load `encrypt' features.
16229         (netrc-parse): Don't use encrypt.
16230         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16231
16232         * encrypt.el: Remove file.
16233
16234 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16235
16236         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16237         matches on patches.
16238
16239         * gnus-art.el (gnus-article-browse-html-article):
16240         Mention `mm-text-html-renderer' in the doc string.
16241
16242         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16243         string.  Add comments.
16244
16245         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16246         if rhs is ASCII.
16247
16248 2007-12-01  Glenn Morris  <rgm@gnu.org>
16249
16250         * mail-source.el (top-level): Require format-spec before
16251         eval-when-compile.
16252
16253 2007-11-30  Glenn Morris  <rgm@gnu.org>
16254
16255         * encrypt.el: Require password, rather than autoloading password-read.
16256
16257 2007-11-29  Glenn Morris  <rgm@gnu.org>
16258
16259         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16260         (sasl-make-client, sasl-next-step, sasl-step-data)
16261         (sasl-step-set-data): Declare as functions.
16262
16263 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16264
16265         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16266
16267 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16268
16269         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16270         certs should be verified and what is to be done in the event of a
16271         verification failure.
16272
16273         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16274         caller can indicate whether the cache should be disregarded for this
16275         call.  This way the result of the call is reproducible at all times and
16276         can be considered a canonical server name for the supplied method.
16277         (gnus-agent-method-p): Canonicalize server names by pushing their
16278         method through `gnus-method-to-server' using the no-cache argument.
16279
16280         * gnus-srvr.el (gnus-server-insert-server-line):
16281         Call `gnus-method-to-server' with `no-cache' argument.
16282
16283         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16284         gnus-agent-possibly-synchronize-flags as this should be called when the
16285         server is actually being opened.
16286         (gnus-agent-possibly-synchronize-flags)
16287         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16288         flags file of an agentized server to the latter function.
16289
16290         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16291         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16292         after a connection has been established successfully.
16293
16294 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * gnus-art.el (article-display-face): Force to display face if called
16297         interactively; check if gnus-article-x-face-too-ugly matches author.
16298         (article-display-x-face): Display face even if From header is missing
16299         as article-display-face does.
16300
16301 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16302
16303         * hashcash.el (message-narrow-to-headers-or-head)
16304         (message-fetch-field, message-goto-eoh)
16305         (message-narrow-to-headers): Declare as functions.
16306
16307 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16308
16309         * mail-source.el (mail-sources): Default to fetch from file for
16310         compatibility with default of nnmail-spool-file.
16311
16312 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16315         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16316         to look for encoded word that should be encoded again.
16317         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16318         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16319         encoding pattern.
16320         (rfc2047-decode-region): Switch strict regexp and loose one according
16321         to rfc2047-allow-irregular-q-encoded-words.
16322
16323 2007-11-25  Romain Francoise  <romain@orebokech.com>
16324
16325         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16326
16327 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * tls.el (tls-program): Provide more custom choices from
16330         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16331         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16332
16333 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16334
16335         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16336         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16337
16338         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16339         `nnmail-spool-file'.
16340
16341         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16342         `nnmail-spool-file'.
16343
16344         * gnus-move.el (gnus-change-server): Ditto.
16345
16346         * gnus-kill.el (gnus-batch-score): Ditto.
16347
16348         * gnus-cache.el (gnus-jog-cache): Ditto.
16349
16350         * gnus-msg.el (gnus-summary-reply):
16351         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16352
16353 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16354
16355         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16356         version.  Minor improvement to doc strings.
16357         (tls-program): Add comment.
16358
16359 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16360
16361         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16362         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16363         mismatch between the hostname provided in the certificate and the name
16364         of the host connnecting to.
16365         (open-tls-stream): Use them.  Check certificates against trusted root
16366         certificates.
16367
16368 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16369
16370         * gnus-cache.el (gnus-cache-generate-nov-databases):
16371         Use nnml-generate-nov-databases-directory instead of
16372         nnml-generate-nov-databases-1.
16373
16374 2007-11-24  Glenn Morris  <rgm@gnu.org>
16375
16376         * message.el (message-tool-bar-retro): Update for rename
16377         mail_send.xpm->mail-send.xpm.
16378
16379 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16380
16381         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16382         `smime-ldap-search' for Emacs 22 and up.
16383
16384 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16385
16386         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16387
16388         * message.el (message-send-mail-function): Fix error convention.
16389         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16390         (message-widen-reply, message-send-mail, message-talkative-question)
16391         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16392         (message-clone-locals, message-send-news): Use with-current-buffer.
16393         (message-insert-or-toggle-importance): Remove unused var `valid'.
16394         (message-make-references): Remove unused var `new-references'.
16395         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16396
16397 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16398
16399         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16400         (spam-split-symbolic-return-positive): Reflow docstring.
16401         (spam-backends, spam-summary-exit-behavior)
16402         (spam-mark-ham-unread-before-move-from-spam-group)
16403         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16404         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16405         (spam-clear-cache, spam-backend-check, spam-install-backend)
16406         (spam-install-statistical-backend, spam-list-of-processors)
16407         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16408         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16409         (spam-check-crm114, spam-initialize, spam-unload-hook):
16410         Fix typos in docstrings.
16411
16412 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16415         been checked if they have never been read and those group levels are
16416         higher than the one that a user specified.
16417
16418 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16421         foreign groups unless a group level is specified by a user.
16422         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16423
16424 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16425
16426         * message.el (message-send-mail-function): Require sendmail.
16427
16428 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16429
16430         * message.el (message-send-mail-function): Check for smtpmail too.
16431
16432         * utf7.el (utf7-encode, utf7-decode): Use coding system
16433         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16434
16435         * message.el (message-send-mail-function): New function.
16436         (message-send-mail-function): Set default using
16437         message-send-mail-function.  Adjust doc string.
16438         (message-send-mail-with-mailclient): New function.
16439
16440 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16441
16442         * smime.el (from):
16443         * rfc2047.el (message-posting-charset):
16444         * qp.el (mm-use-ultra-safe-encoding):
16445         * pop3.el (parse-time-months):
16446         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16447         * nnml.el (files):
16448         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16449         (jka-compr-compression-info-list, ange-ftp-path-format)
16450         (efs-path-regexp):
16451         * nndiary.el (files):
16452         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16453         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16454         (epg-digest-algorithm-alist, inhibit-redisplay)
16455         (password-cache-expiry):
16456         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16457         (pgg-output-buffer, password-cache-expiry):
16458         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16459         (efs-path-regexp):
16460         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16461         (inhibit-redisplay):
16462         * mm-uu.el (file-name, start-point, end-point, entry)
16463         (gnus-newsgroup-name, gnus-newsgroup-charset):
16464         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16465         (latin-unity-ucs-list):
16466         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16467         (mm-uu-binhex-decode-function):
16468         * message.el (gnus-message-group-art, gnus-list-identifiers)
16469         (rmail-enable-mime-composing, gnus-local-organization)
16470         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16471         (gnus-read-active-file, facemenu-add-face-function)
16472         (facemenu-remove-face-function, gnus-article-decoded-p)
16473         (tool-bar-mode):
16474         * mail-source.el (display-time-mail-function):
16475         * gnus-util.el (nnmail-pathname-coding-system)
16476         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16477         (gnus-original-article-buffer, gnus-user-agent)
16478         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16479         (xemacs-codename, sxemacs-codename, emacs-program-version):
16480         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16481         * gnus-start.el (gnus-agent-covered-methods)
16482         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16483         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16484         (gnus-newsgroup-headers, gnus-group-list-mode)
16485         (gnus-group-mark-positions, gnus-newsgroup-data)
16486         (gnus-newsgroup-unreads, nnoo-state-alist)
16487         (gnus-current-select-method, mail-sources)
16488         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16489         (nnmail-spool-file, gnus-cache-active-hashtb):
16490         * gnus-mh.el (mh-lib-progs):
16491         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16492         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16493         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16494         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16495         (gnus-group-buffer):
16496         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16497         (font-lock-set-defaults):
16498         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16499         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16500         (gnus-summary-post-menu, total-parts, type, condition, length):
16501         * gnus-agent.el (gnus-agent-read-agentview):
16502         * flow-fill.el (show-trailing-whitespace):
16503         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16504         eval-and-compile wrappers for byte compiler pacifiers.
16505
16506         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16507         (mm-display-inline-fontify): Check for featurep 'xemacs not
16508         extent-list.
16509
16510         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16511         itimer-list.
16512         (mm-create-image-xemacs): Only do something for XEmacs.
16513         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16514
16515         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16516
16517         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16518         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16519
16520 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16521
16522         * nnimap.el (nnimap-split-download-body):
16523         * gnus-demon.el (gnus-demon):
16524         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16525
16526 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16527
16528         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16529         New macros.
16530         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16531         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16532         copy data from unibyte buffer to multibyte current buffer.
16533         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16534         to copy data from unibyte current buffer to multibyte buffer.
16535         (nntp-make-process-buffer): Make process buffer unibyte.
16536
16537         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16538
16539 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16540
16541         * pop3.el (pop3-open-server): Accept and process data more robustly at
16542         connection start to avoid spurious "POP SSL connection failed" errors.
16543
16544 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16547         read group names.
16548
16549 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16550
16551         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16552
16553 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16556         (nnmail-save-active): Use a unibyte buffer when saving active file,
16557         which may contain non-ASCII group names.
16558
16559         * nnml.el (nnml-request-group): Decode group names in messages.
16560
16561 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16562
16563         * message.el (message-citation-line-function)
16564         (message-insert-formatted-citation-line): Fix spelling of
16565         `message-insert-formated-citation-line'.
16566
16567 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16568
16569         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16570
16571 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16574         nnmail-pathname-coding-system.
16575
16576         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16577         that a user enters; decode group names in messages.
16578
16579         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16580
16581 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16582
16583         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16584
16585         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16586
16587         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16588         risky local variable.
16589
16590         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16591
16592 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16593
16594         * encrypt.el: Improve documentation to fix function name typo.
16595         Reported by Daiki Ueno <ueno@unixuser.org>.
16596
16597 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16600         even if the point is not in the last page of an article.
16601         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16602         back to the previous page.
16603
16604 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16605
16606         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16607
16608 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16611
16612 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16613
16614         * message.el (message-check-news-body-syntax):
16615         Avoid mm-string-as-multibyte.
16616         (message-hide-headers): Don't assume (point-min)==1.
16617
16618 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * message.el (message-remove-blank-cited-lines): Fix if remove is
16621         given.
16622         (message-bogus-address-regexp): New variable.
16623         (message-bogus-recipient-p): New function.
16624         (message-check-recipients): New command.
16625         (message-syntax-checks): Add `bogus-recipient'.
16626         (message-fix-before-sending): Add `bogus-recipient'.
16627
16628         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16629         (gnus-treat-body-boundary): Don't test window-system.
16630
16631 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16632
16633         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16634
16635 2007-10-28  Miles Bader  <miles@gnu.org>
16636
16637         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16638         at compile-time too.
16639
16640 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16641
16642         * gnus-msg.el (gnus-message-setup-hook):
16643         Add `message-remove-blank-cited-lines' to options.
16644
16645 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16646
16647         * message.el (message-remove-blank-cited-lines): New function.
16648         Suggested by Karl Plästerer.
16649
16650 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16653         mapc.
16654
16655         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16656         (top-level): Use mapc to set functions to be traced for debugging.
16657
16658         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16659         called for effect with while loop.
16660
16661         * message.el (message-talkative-question): Replace mapcar called for
16662         effect with mapc.
16663
16664         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16665         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16666         called for effect with dolist.
16667
16668         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16669
16670         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16671         gnus-extra-headers and nnmail-extra-headers.
16672
16673         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16674         called for effect with dolist.
16675         (top-level): Use mapc to set functions to be traced for debugging.
16676
16677         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16678         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16679         dolist.
16680
16681         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16682         Replace mapcar called for effect with mapc.
16683         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16684         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16685         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16686         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16687
16688         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16689         remove-if that's a cl function.
16690
16691         * webmail.el (webmail-debug): Replace mapcar called for effect with
16692         dolist.
16693
16694         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16695         with mapc.
16696
16697 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16700         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16701         with while loop.
16702
16703         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16704         functions from article-* functions.
16705         (gnus-multi-decode-header): Replace mapcar called for effect with
16706         dolist.
16707
16708         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16709         (gnus-bookmark-show-details): Replace mapcar called for effect with
16710         while loop.
16711
16712         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16713         called for effect with while loop.
16714
16715         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16716         with dolist.
16717
16718         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16719         Replace mapcar called for effect with dolist.
16720
16721         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16722
16723         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16724         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16725         Replace mapcar called for effect with dolist.
16726         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16727         mapc.
16728
16729         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16730         Replace mapcar called for effect with dolist.
16731         (gnus-topic-list): Replace mapcar called for effect with mapc.
16732
16733         * gnus.el: Use mapc instead of mapcar to add autoloads.
16734
16735 2007-10-23  Richard Stallman  <rms@gnu.org>
16736
16737         * gnus-group.el (gnus-group-highlight): Mark as risky.
16738
16739 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * gnus.el (gnus-server-to-method): Return method found first in
16742         gnus-newsrc-alist.
16743
16744         * gnus-art.el (gnus-article-highlight-signature)
16745         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16746         button overlay without the front stickiness.
16747
16748 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16749
16750         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16751         overview buffer needed a catch to receive its throw.
16752         (gnus-agent-flush-cache): Declare as interactive to make this function
16753         easier to use.
16754
16755 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16756
16757         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16758         `next-line'.
16759
16760 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16763         exclude address matching message-dont-reply-to-names.
16764
16765 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * gnus-util.el (gnus-string<): New function.
16768
16769         * gnus-sum.el (gnus-article-sort-by-author)
16770         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16771
16772 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16775         the frame-focus tag is set in gnus-buffer-configuration.
16776
16777 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16780         the front stickiness.
16781
16782 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16785         url pattern; remove duplicate one.
16786         (gnus-article-extend-url-button): New function.
16787         (gnus-article-add-buttons): Use it.
16788         (gnus-button-push): Use concatenated url that it makes.
16789
16790 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16791
16792         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16793
16794 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16795
16796         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16797         Don't hardcode point-min==1.
16798
16799 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16800
16801         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16802         Fix comment about "iso8859-1".
16803
16804 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16805
16806         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16807         ones returned from the verify-function.
16808
16809         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16810         Call mml2015-extract-cleartext-signature if extraction failed.
16811
16812 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16813
16814         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16815         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16816         failed.
16817
16818 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16819
16820         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16821
16822 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16823
16824         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16825         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16826         recommends to use EasyPG instead of PGG.
16827
16828         * pgg.el: Revert to revision 6.23.2.16.
16829
16830         * pgg-def.el: Revert to revision 6.6.2.14.
16831
16832         * pgg-gpg.el: Revert to revision 6.23.2.34.
16833
16834 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16835
16836         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16837         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16838         thread for both the null and zero (kill/expire thread) universal prefix
16839         cases.
16840         (gnus-summary-expire-thread): Add new function to expire a thread,
16841         using gnus-summary-kill-thread.
16842         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16843         shortcuts for gnus-summary-expire-thread.
16844         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16845         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16846
16847 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16848
16849         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16850         extras value, so an extras entry can be deleted.
16851         (gnus-registry-delete-extra-entry): Use it.
16852         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16853         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16854         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16855         storage through the gnus-registry, and provide an appropriate API for
16856         it.
16857
16858 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16861         Suggested by Leo <sdl.web@gmail.com>.
16862
16863         * gnus.el: Do.
16864
16865 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16866
16867         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16868         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16869
16870         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16871
16872         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16873         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16874
16875 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16878         newline.
16879         (nnmbox-request-accept-article): Don't change article in source buffer;
16880         narrow to header to use message-fetch-field rather than
16881         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16882         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16883         as delimiters; make sure article ends with newline.
16884         (nnmbox-delete-mail): Correct last position of article to be deleted;
16885         ignore X-Gnus-Newsgroup header in article body.
16886         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16887         positions; make sure article ends with newline.
16888
16889         * message.el (message-display-abbrev): Don't infloop when a user
16890         inserts SPC in the beginning of header.
16891
16892         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16893         coding-system-for-read and coding-system-for-write for XEmacs having no
16894         file-coding feature.
16895
16896         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16897
16898 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16899
16900         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16901         list of groups not followed by default.  Fix type to be regexp.
16902         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16903
16904 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16905
16906         * hmac-def.el (define-hmac-function): Switch from old-style to
16907         new-style backquotes.
16908
16909         * md4.el (md4-make-step): Likewise.
16910
16911 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16912
16913         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16914         raw-text coding system when saving .newsrc file, which may contain
16915         non-ASCII group names.
16916
16917 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * gnus-cus.el (gnus-score-extra): New widget.
16920         (gnus-score-extra-convert): New function.
16921         (gnus-score-customize): Use it for Extra.
16922
16923 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16924
16925         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16926         (mml2015-mailcrypt-clear-verify): Use it.
16927         (mml2015-gpg-clear-verify): Use it.
16928         (mml2015-pgg-clear-verify): Use it.
16929         (mml2015-epg-clear-verify): Replace the current part with the output
16930         from GnuPG; don't extract the plaintext by itself.
16931
16932         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16933         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16934         mml2015-clear-verify-function; don't touch the armor headers or
16935         dash-escaped text here.
16936
16937 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16940         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16941         parts, or application/octet-stream as a last resort.
16942         (gnus-mime-view-part-as-type): Don't toggle display.
16943         (gnus-mime-view-part-as-charset): Don't turn off display before
16944         querying charset.
16945
16946         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16947         stuff to undisplayer function in Emacs.
16948         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16949
16950         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16951         text/calendar parts.
16952
16953 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16956         decoding text/calendar parts.
16957
16958         * message.el (message-forward-make-body-mime): Always mark body as
16959         having no illegible text; remove signed-or-encrypted argument.
16960         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16961
16962         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16963         (mml-generate-mime-1): Don't encode body if it is specified to be in
16964         raw form; don't make buffer be unibyte when inserting multibyte string.
16965
16966 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16967
16968         * sha1.el: Fix up comment style.
16969         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16970         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16971
16972         * hex-util.el: Fix up comment style.
16973         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16974
16975         * gnus-salt.el: Use with-current-buffer.
16976         (gnus-pick-setup-message): Fix long-standing typo.
16977
16978 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * imap.el (imap-logout-timeout): New variable.
16981         (imap-logout, imap-logout-wait): New functions.
16982         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16983
16984         * nnimap.el (nnimap-logout-timeout): New server variable.
16985         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16986         nnimap-logout-timeout.
16987
16988         * gnus-art.el (gnus-article-summary-command-nosave)
16989         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16990
16991 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16992
16993         * gnus.el (gnus-maximum-newsgroup): New variable.
16994
16995         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16996         according to gnus-maximum-newsgroup.
16997
16998         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16999         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17000         Limit the range of articles according to gnus-maximum-newsgroup.
17001
17002 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17003
17004         * gnus-art.el (gnus-sticky-article): Fix problems described in
17005         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17006         Don't perform gnus-configure-windows here; reuse existing sticky
17007         article buffer.
17008
17009         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17010         it doesn't exist in gnus-article-mode.
17011
17012 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17015         (gnus-agent-decoded-group-name): New function.
17016         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17017         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17018
17019 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17020
17021         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17022         Add binding for gnus-sticky-article.
17023         (gnus-summary-exit): Don't kill sticky article buffers.
17024
17025         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17026         article buffer.
17027         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17028         (gnus-kill-sticky-article-buffers): New commands.
17029
17030 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * nntp.el (nntp-xref-number-is-evil): New server variable.
17033         (nntp-find-group-and-number): If it is non-nil, don't trust article
17034         numbers in the Xref header.
17035
17036 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * gnus-agent.el (gnus-agent-read-group): New function.
17039         (gnus-agent-flush-group, gnus-agent-expire-group)
17040         (gnus-agent-regenerate-group): Use it.
17041         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17042         nnmail-pathname-coding-system.
17043
17044 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17047
17048         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17049         that are unread as unread, and also as selected so that information of
17050         marks having been changed by a user may be updated when exiting group.
17051
17052 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17053
17054         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17055
17056 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17059         calculated ignoring signature parts to gnus-treat-article.
17060
17061 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17064         a point here in order to keep the window start.
17065         (gnus-insert-mime-security-button): Make a button overlay without the
17066         front stickiness.
17067         (gnus-mime-display-security): Goto the end of a button.
17068
17069         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17070
17071 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17074         group-name-at-point.
17075         (gnus-group-completing-read): New function that offers decoded
17076         non-ASCII group names for completion.
17077         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17078         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17079         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17080         (gnus-group-fetch-control): Use it.
17081         (gnus-fetch-group): Use group-name-at-point for the initial value
17082         rather than the default value; use gnus-alive-p.
17083
17084         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17085         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17086         (gnus-summary-post-news): Use gnus-group-completing-read.
17087
17088         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17089         (gnus-read-move-group-name): Decode group name for completion.
17090
17091 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17092
17093         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17094         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17095         Yamaoka slightly modified the code).
17096
17097 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17100         (nnmail-split-incoming): Bind it.
17101
17102         * nnml.el (nnml-group-name-charset): New function.
17103         (nnml-decoded-group-name): Use it; don't decode group name if
17104         nnmail-group-names-not-encoded-p is non-nil.
17105         (nnml-encoded-group-name): New function.
17106         (nnml-group-pathname): Inline nnml-decoded-group-name.
17107         (nnml-request-expire-articles): Decode group name in message.
17108         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17109         nnmail-pathname-coding-system.
17110         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17111         not decoded ones according to nnmail-group-names-not-encoded-p.
17112         (nnml-generate-active-info): Use nnml-encoded-group-name.
17113
17114 2007-08-08  Glenn Morris  <rgm@gnu.org>
17115
17116         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17117         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17118         doc-strings and comments.
17119
17120 2007-07-25  Glenn Morris  <rgm@gnu.org>
17121
17122         * Relicense all FSF files to GPLv3 or later.
17123
17124 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * gnus-sum.el (gnus-summary-move-article):
17127         Make gnus-summary-respool-article work.
17128
17129 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17130
17131         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17132         string.
17133
17134 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17135
17136         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17137         that should be ignored when comparing distant RSS articles with local
17138         ones.
17139         (nnrss-make-hash-index): New function.  Create a hash index according
17140         to the ignored fields.
17141         (nnrss-check-group): Use it.
17142
17143 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17144
17145         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17146
17147         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17148
17149         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17150         the new optional argument ENCODED is non-nil.
17151         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17152         coding system for encoding group name.
17153         (gnus-group-make-rss-group): Pass un-encoded group name to
17154         gnus-group-make-group.
17155         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17156         encoded.
17157
17158         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17159         Encode group name to which articles are moved or copied.
17160         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17161         coding system for encoding Newsgroup, Followup-To and Xref headers.
17162
17163         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17164         marks; use nnheader-file-coding-system to write a file.
17165         (nnagent-retrieve-headers): Bind file-name-coding-system to
17166         nnmail-pathname-coding-system.
17167
17168         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17169
17170         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17171         (nnml-request-article, nnml-request-create-group)
17172         (nnml-request-rename-group, nnml-find-id)
17173         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17174         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17175         (nnml-save-marks): Use nnml-group-pathname instead of
17176         nnmail-group-pathname.
17177
17178         (nnml-request-create-group, nnml-request-expire-articles)
17179         (nnml-request-move-article, nnml-request-delete-group)
17180         (nnml-deletable-article-p, nnml-possibly-create-directory)
17181         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17182         (nnml-open-marks): Bind file-name-coding-system to
17183         nnmail-pathname-coding-system.
17184
17185         (nnml-request-article): Pass server argument to nnml-find-group-number.
17186         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17187         Pass server argument to nnml-possibly-create-directory.
17188         (nnml-request-accept-article): Pass server argument to
17189         nnml-active-number and nnml-save-mail.
17190         (nnml-find-group-number): Pass server argument to nnml-find-id.
17191         (nnml-request-update-info): Pass server argument to
17192         nnml-marks-changed-p.
17193
17194         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17195         (nnml-save-mail, nnml-active-number): Add server argument.
17196
17197         (nnml-request-delete-group): Warn if group is missing.
17198         (nnml-get-nov-buffer): Decode group name.
17199         (nnml-generate-active-info): Encode group name.
17200         (nnml-open-marks): Decode group name in messages.
17201
17202 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17205         if it is not specified.
17206         (gnus-article-pipe-part, gnus-article-save-part)
17207         (gnus-article-interactively-view-part, gnus-article-copy-part)
17208         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17209         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17210         (gnus-article-replace-part, gnus-article-delete-part)
17211         (gnus-article-view-part-as-type): Pass raw prefix argument to
17212         gnus-article-part-wrapper.
17213
17214 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17215
17216         * gnus-agent.el (gnus-agent-save-active):
17217         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17218
17219         * gnus-cache.el (gnus-cache-save-buffers)
17220         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17221         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17222         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17223         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17224         (gnus-cache-generate-active, gnus-cache-rename-group)
17225         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17226         (gnus-cache-update-overview-total-fetched-for):
17227         Bind file-name-coding-system to nnmail-pathname-coding-system.
17228         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17229         New variables.
17230         (gnus-cache-decoded-group-name): New function.
17231         (gnus-cache-file-name): Use it.
17232         (gnus-cache-generate-active): Use non-decoded group name for active.
17233
17234         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17235         right place.
17236         (gnus-write-active-file): Don't break non-ASCII group names.
17237
17238         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17239         nnmail-pathname-coding-system.
17240
17241         * lpath.el: Bind default-file-name-coding-system,
17242         file-name-coding-system and language-info-alist for XEmacs.
17243
17244         * gnus-uu.el (gnus-uu-decode-save): Typo.
17245
17246 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17249
17250 2007-07-14  David Kastrup  <dak@gnu.org>
17251
17252         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17253         finishing actions if we did not edit the article.
17254
17255 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17258         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17259         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17260         (gnus-agent-flush-group, gnus-agent-flush-cache)
17261         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17262         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17263         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17264         (gnus-agent-regenerate-group)
17265         (gnus-agent-update-files-total-fetched-for)
17266         (gnus-agent-update-view-total-fetched-for):
17267         Bind file-name-coding-system to nnmail-pathname-coding-system.
17268         (gnus-agent-group-pathname): Don't encode file names by
17269         nnmail-pathname-coding-system.
17270         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17271         coding-system-for-write instead of buffer-file-coding-system to
17272         gnus-agent-file-coding-system.
17273
17274         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17275         Decode group name.
17276
17277         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17278
17279         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17280         (gnus-read-newsrc-el-file): Make group names unibyte.
17281
17282         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17283         nnmail-pathname-coding-system.
17284
17285         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17286         (nnrss-request-delete-group): Bind file-name-coding-system to
17287         nnmail-pathname-coding-system.
17288         (nnrss-read-server-data, nnrss-read-group-data):
17289         Bind file-name-coding-system correctly.
17290         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17291
17292         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17293         (nntp-server-to-method-cache): New variable.
17294         (nntp-group-pathname): New function that decodes non-ASCII group names.
17295         (nntp-possibly-create-directory, nntp-marks-changed-p)
17296         (nntp-save-marks, nntp-open-marks): Use it.
17297         (nntp-possibly-create-directory, nntp-open-marks):
17298         Bind file-name-coding-system to nnmail-pathname-coding-system.
17299         (nntp-open-marks): Decode group names when bootstrapping marks.
17300
17301         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17302         Newsgroups and Followup-To headers.
17303
17304 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17307         (gnus-server-closed-face, gnus-server-denied-face)
17308         (gnus-server-offline-face): Remove variable.
17309         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17310
17311         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17312         of modifying message-stack directly for XEmacs.
17313
17314         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17315         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17316         if the coding-system argument is nil for XEmacs.
17317
17318         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17319         mm-charset-override-alist.
17320
17321         * rfc2047.el: Don't require base64; require rfc2045 for the function
17322         rfc2045-encode-string.
17323         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17324         to quote the parameter value.
17325
17326 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17329         form in gnus-group-name-charset-method-alist.
17330
17331         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17332         overrides the default layout edit-form.
17333
17334         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17335
17336         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17337
17338 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17341         as unfetched articles.
17342
17343 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17344
17345         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17346
17347 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17350         original back end that keeps marks in the local system.
17351
17352 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17355         arg of pop-to-buffer for XEmacs.
17356         (gnus-article-read-summary-keys): Ditto; don't restore window
17357         configuration if summary command ends up with neither article buffer
17358         nor summary buffer; describe bindings if summary keys end with C-h.
17359
17360 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * message.el (message-fix-before-sending): Skip raw message part to be
17363         forwarded while checking illegible text.
17364         (message-forward-make-body-mime, message-forward-make-body):
17365         Mark signed or encrypted raw message as having no illegible text.
17366
17367 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17370         (gnus-message-with-timestamp-1): New macro.
17371         (gnus-message-with-timestamp): New function.
17372         (gnus-message): Use them.
17373
17374         * nnheader.el (nnheader-message): Use them.
17375
17376 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17377
17378         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17379         .newsrc.eld file.
17380
17381 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * gnus-agent.el (gnus-agent-fetch-headers)
17384         (gnus-agent-retrieve-headers):
17385         Bind gnus-decode-encoded-address-function to identity.
17386
17387         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17388         available also when the server returns simply a dot.
17389
17390         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17391
17392 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17395
17396 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17397
17398         * gnus-ems.el (gnus-x-splash): Make it work.
17399
17400         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17401         from being used.
17402
17403         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17404
17405 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17408         4th and the 5th arguments.
17409
17410         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17411         the front stickiness.
17412         (gnus-article-summary-command-nosave): Correct the order of the
17413         arguments passed to pop-to-buffer.
17414         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17415         summary command ends up with the article buffer.
17416
17417         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17418         the same faces.
17419
17420 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17421
17422         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17423
17424 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17425
17426         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17427         * gnus-sum.el (gnus-summary-highlight):
17428         * pgg.el (pgg-sign-region, pgg-sign):
17429         * mail-source.el (mail-source-delete-old-incoming-confirm):
17430         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17431
17432 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17433
17434         * gnus-art.el (gnus-mime-view-part-externally)
17435         (gnus-mime-view-part-internally): Fix predicate function passed to
17436         completing-read.
17437
17438         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17439
17440         * gnus.el (gnus-update-message-archive-method): Add :version.
17441
17442 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * gnus.el (gnus-update-message-archive-method): New variable.
17445
17446         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17447         according to gnus-message-archive-method if
17448         gnus-update-message-archive-method is non-nil.
17449
17450 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17453         Suggested by Loic Dachary <loic@dachary.org>.
17454         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17455
17456 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17457
17458         * message.el (message-pop-to-buffer): Add switch-function argument.
17459         (message-mail): Pass switch-function argument to it.
17460
17461 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17462
17463         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17464         Improve doc string.
17465
17466 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17469         (gnus-header-content):
17470         * gnus-cite.el (gnus-cite-10):
17471         * gnus-srvr.el (gnus-server-closed):
17472         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17473         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17474         (gnus-group-mail-3-empty, gnus-group-mail-low)
17475         (gnus-group-mail-low-empty, gnus-splash):
17476         * message.el (message-header-to, message-header-cc)
17477         (message-header-subject, message-header-other, message-header-name)
17478         (message-header-xheader, message-separator, message-cited-text)
17479         (message-mml): Lighten colors of faces used for dark background.
17480
17481 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17482
17483         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17484         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17485
17486 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * message.el (message-narrow-to-headers-or-head):
17489         Ignore mail-header-separator in the body.
17490
17491 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17494         same as window size.
17495
17496 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17497
17498         * message.el (message-font-lock-keywords): Use message-header-xheader
17499         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17500         ahead of the anything pattern, to get it recognized.
17501
17502 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17503
17504         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17505         spam.el loads uses it in the compiled defadvice form.
17506
17507 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17508
17509         * gnus-sum.el (gnus-articles-to-read)
17510         (gnus-summary-insert-old-articles): Don't truncate group name for
17511         `read-string'.
17512
17513         * gnus-util.el (gnus-limit-string): Delete this function.
17514
17515         * gnus-sum.el (gnus-simplify-subject-fully):
17516         Use `truncate-string-to-width' instead.
17517
17518 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17519
17520         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17521         Tell if, on summary exit, the next group has to be selected.
17522         (gnus-summary-exit): Use it.
17523
17524 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17525
17526         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17527         non-break space.
17528
17529 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17532         Check if group is not a directory.
17533         (nnfolder-request-expire-articles): Don't delete articles if the target
17534         group is not available.
17535
17536         * nnml.el (nnml-request-create-group): Properly check if group is not a
17537         file.
17538         (nnml-request-expire-articles): Don't delete articles if the target
17539         group is not available.
17540
17541         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17542         Don't quote characters that are within parentheses.
17543
17544 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17545
17546         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17547         (gnus-handle-ephemeral-exit): Select article according to it.
17548
17549 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17550
17551         * message.el (message-insert-formated-citation-line): Remove newline.
17552         (message-citation-line-format): Add final \n here so that the user can
17553         avoid a blank line.
17554
17555 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17556
17557         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17558         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17559         Update lanl/arXiv support.
17560
17561 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17562
17563         * gnus.el: Bump version number.
17564
17565 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17566
17567         * gnus.el (gnus-version-number): Bump version.
17568
17569 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17570
17571         * gnus.el: No Gnus v0.6 is released.
17572
17573 2007-04-27  Didier Verna  <didier@xemacs.org>
17574
17575         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17576         * gmm-utils.el (gmm-regexp-concat): ... here.
17577         * message.el: Don't require 'gnus-util.
17578         (message-dont-reply-to-names): Handle name change above.
17579         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17580
17581 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17584         since the initial value varies according to the system.
17585
17586 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17587
17588         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17589
17590 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17591
17592         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17593
17594 2007-04-24  Didier Verna  <didier@xemacs.org>
17595
17596         Improve the type of gnus-ignored-from-addresses.
17597         * gnus-util.el (gnus-orify-regexp): New function.
17598         * message.el (gnus-util): Require it.
17599         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17600         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17601         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17602
17603 2007-04-24  Didier Verna  <didier@xemacs.org>
17604
17605         * gnus-sum.el:
17606         * gnus-utils.el: Fix some trailing whitespaces.
17607
17608 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17611         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17612         article's Message-ID; refer parent article in summary buffer.
17613
17614         * message.el (message-bounce): Call mime-to-mml.
17615
17616         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17617         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17618         optimize and/or forms properly.
17619
17620 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17621
17622         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17623         URL.
17624
17625 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17626
17627         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17628
17629 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17632         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17633         displayed of multipart/alternative part if it is invoked from summary
17634         buffer.
17635
17636         * mm-view.el (mm-inline-text-html-render-with-w3m)
17637         (mm-inline-text-html-render-with-w3m-standalone)
17638         (mm-inline-render-with-function): Use mail-parse-charset by default.
17639
17640 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17641
17642         * parse-time.el (parse-time-string-chars): Check if CHAR
17643         is less than the length of parse-time-syntax.
17644
17645 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17648         from gnus-newsgroup-processable.
17649
17650 2007-04-16  Didier Verna  <didier@xemacs.org>
17651
17652         * gnus-msg.el (gnus-configure-posting-styles):
17653         Handle message-signature-directory properly with :file syntax.
17654         Reported by "Leo".
17655
17656 2007-04-11  Didier Verna  <didier@xemacs.org>
17657
17658         New user option: message-signature-directory.
17659         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17660         * message.el (message-insert-signature): Ditto.
17661         * message.el (message-signature-file): Doc update.
17662         * message.el (message-signature-directory): New.
17663
17664 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * gnus-msg.el (gnus-inews-yank-articles):
17667         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17668
17669 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17670
17671         * message.el (message-yank-original): Make sure cited text ends with
17672         newline; don't exchange point and mark.
17673
17674 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17675
17676         * tls.el (open-tls-stream): Properly handle case where there
17677         is no associated buffer.
17678
17679 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17680
17681         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17682         message-yank-original, make sure (< mark TEXT point).
17683
17684 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17685
17686         * message.el (message-fill-column): New variable.
17687         (message-mode): Use it.  Add comment on a possible new hook.
17688
17689         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17690         (nnmail-get-new-mail): Reformat.
17691
17692         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17693
17694         * gmm-utils.el: Fix Commentary.
17695         (gmm-tool-bar-from-list): Fix typo in doc string.
17696
17697 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17698
17699         * message.el (message-yank-original): Don't switch point and mark
17700         unnecessarily to put point and mark as documented.
17701
17702 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17703
17704         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17705         from the message heads.
17706
17707 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17708
17709         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17710         article buffer does not have a window.  This may not be the best
17711         solution but is certainly better than setting the start of the null,
17712         that is the current, window.
17713
17714 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17715
17716         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17717         (gnus-draft-setup): Run it.
17718
17719         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17720         gnus-score-fast-scoring.  Allow regexp.
17721         (gnus-score-headers): Use it.
17722
17723         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17724         XEmacs.
17725
17726         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17727         string.
17728         (gnus-button-alist): Also catch `<f1> k ...'.
17729         (gnus-treat-display-x-face): Fix doc string.
17730
17731 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17732
17733         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17734         evaluation of gnus-extended-version to ensure correct generation of the
17735         User-Agent header when message-generate-headers-first is used.
17736
17737 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17738
17739         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17740         hashcash-path is nil.  Don't call callback with incorrect number of
17741         parameters if val is 0.
17742
17743 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17744
17745         * message.el (message-required-news-headers):
17746         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17747
17748 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17749
17750         * tls.el (open-tls-stream): In handshake-waiting loop,
17751         don't wait more if there is output available to process.
17752
17753 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17754
17755         * tls.el (tls-program): Doc fix.
17756
17757 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * message.el (message-generate-new-buffers): Change the meaning of the
17760         nil value; add `standard' to the choices; treat t as `unique'; improve
17761         doc string.
17762         (gnus-select-frame-set-input-focus): Autoload.
17763         (message-buffer-name): Search for the existing message buffer if
17764         message-generate-new-buffers is nil or `standard'; treat the value t of
17765         message-generate-new-buffers as `unique'.
17766         (message-pop-to-buffer): Raise the frame already displaying the message
17767         buffer; clear the echo area after querying.
17768         (message-setup): Pass the `continue' argument to compose-mail.
17769         (message-mail): Prefer `switch-function' if it is given; search for the
17770         existing message buffer if the `continue' argument is non-nil; pass
17771         continue and switch-function arguments to compose-mail by way of
17772         message-setup.
17773         (message-mail-other-window): Adjust argument of message-setup.
17774         (message-mail-other-frame): Ditto.
17775
17776 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17779         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17780         to turn font-lock on when turning gnus-message-citation-mode on.
17781
17782 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17783
17784         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17785         (mml-smime-function-alist): New variable; add epg as the backend.
17786         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17787         mml-smime- functions instead.
17788         * mm-view.el: Require smime.
17789
17790 2007-03-05  Didier Verna  <didier@xemacs.org>
17791
17792         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17793         instead of just inheritance for posting styles.
17794         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17795
17796 2007-02-24  Chris Moore  <dooglus@gmail.com>
17797
17798         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17799         * pgg-pgp.el (pgg-pgp-encrypt-region):
17800         * pgg-gpg.el (pgg-gpg-encrypt-region):
17801         Check pgg-encrypt-for-me if no other recipients.
17802
17803 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17804
17805         * tls.el (tls-certtool-program): Fix custom type.
17806
17807 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17808
17809         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17810         and point-at-eol instead of line-(beginning|end)-position.
17811
17812         * assistant.el (assistant-parse-buffer): Ditto.
17813
17814         * netrc.el (netrc-parse-services): Ditto.
17815
17816 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17817
17818         * mml2015.el (mml2015-epg-find-usable-key): New function.
17819         (mml2015-epg-sign): Use it.
17820         (mml2015-epg-encrypt): Use it.
17821
17822 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * message.el (message-make-in-reply-to): Quote name containing
17825         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17826         if there are special characters.  Reported by NAKAJI Hiroyuki
17827         <nakaji@jp.freebsd.org>.
17828
17829 2007-02-27  Didier Verna  <didier@xemacs.org>
17830
17831         Include the group parameters as well as the topic ones in the
17832         inheritance filter process.
17833         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17834         argument GROUP-PARAMS-LIST.
17835         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17836
17837 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * nntp.el (nntp-never-echoes-commands)
17840         (nntp-open-connection-functions-never-echo-commands): New variables.
17841         (nntp-send-command): Use them.
17842
17843 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17844
17845         * mml2015.el (mml2015-epg-verify): Simplify.
17846
17847 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * mml.el (mml-content-disposition-alist): New user option.
17850         (mml-content-disposition): New function.
17851         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17852         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17853
17854 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17855
17856         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17857         verification.
17858
17859 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17860
17861         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17862         articles posted in the last 24 hours.
17863
17864 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17865
17866         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17867
17868 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17869
17870         * nntp.el (nntp-send-command): Don't wait for echoes when
17871         nntp-open-ssl-stream is used.
17872
17873 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17874
17875         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17876         (gnus-message-add-citation-keywords)
17877         (gnus-message-remove-citation-keywords): Remove.
17878         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17879         directly, make the variables in font-lock-defaults buffer-local, add
17880         gnus-message-citation-keywords to them and then update the value of
17881         font-lock-keywords.
17882
17883 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * message.el (message-cite-original-1): Don't call
17886         gnus-article-highlight-citation.
17887
17888         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17889         citations; fix line count.
17890
17891 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17894         (gnus-message-add-citation-keywords)
17895         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17896         versions of font-lock-add-keywords and font-lock-remove-keywords to
17897         work with XEmacs correctly.
17898
17899 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * gnus-cite.el (gnus-cite-face-list): Set the values of
17902         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17903         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17904         (gnus-message-cite-prefix-regexp): New variable.
17905         (gnus-message-search-citation-line): Use it; protect against long
17906         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17907         the 0th match data for Emacs.
17908         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17909         (gnus-message-add-citation-keywords): Append keywords rather than
17910         prepending; emulate font-lock-add-keywords if it is not available.
17911         (gnus-message-remove-citation-keywords):
17912         Emulate font-lock-remove-keywords if it is not available.
17913
17914         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17915
17916         * message.el (message-cite-prefix-regexp): Set the value of
17917         gnus-message-cite-prefix-regexp.
17918
17919 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17920
17921         * nnweb.el (nnweb-google-parse-1): Update parser.
17922
17923 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17924
17925         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17926
17927 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17928
17929         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17930         regexp.
17931
17932 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17935         string-to-multibyte.
17936         (uudecode-decode-region-internal): Use it.
17937
17938         * lpath.el: Fbind string-as-multibyte for XEmacs.
17939
17940 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17941
17942         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17943         Fix custom choice.
17944
17945         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17946
17947 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17948
17949         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17950
17951         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17952         `write-region' to respect `mm-inhibit-file-name-handlers'.
17953
17954 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17955
17956         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17957         Use gnus-home-directory instead of "~/" or "$HOME".
17958
17959 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17960
17961         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17962         to mention filename.
17963         Add comments at beginning regarding usage.
17964         (encrypt-write-file-contents): Change interactive so a string is
17965         acceptable.  If the file has no associated model, show an error instead
17966         of a nonsense prompt.
17967
17968 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17969
17970         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17971         Thanks to Yoshihiko Yamada for kind notification of this typo.
17972
17973 2007-01-12  Kenichi Handa  <handa@m17n.org>
17974
17975         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17976         multibyte buffer.
17977
17978 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17979
17980         * gnus-score.el (gnus-score-fast-scoring): New variable.
17981         (gnus-score-headers): Use it.
17982
17983         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17984
17985         * message.el (message-cite-original-1):
17986         Call gnus-article-highlight-citation if requested.
17987         (message-make-from): Allow name and address as optional arguments.
17988
17989         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17990
17991         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17992         bugs to doc string.
17993         (gnus-button-alist): Add mid\\|message-id.
17994         (gnus-button-fetch-group): Extend for use in
17995         `browse-url-browser-function'.
17996         (gnus-button-url-regexp): Try to catch paired parentheses like in
17997         Wikipedia URLs.
17998
17999         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18000         Suggested by Simon Krahnke <overlord@gmx.li>.
18001
18002 2007-01-13  Romain Francoise  <romain@orebokech.com>
18003
18004         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18005         Update copyright.
18006
18007 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18008
18009         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18010
18011 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18012
18013         * gnus-registry.el (gnus-registry-unfollowed-groups)
18014         (gnus-registry-split-fancy-with-parent): Fix documentation.
18015
18016 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18017
18018         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18019         from nnweb groups.
18020
18021 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18022
18023         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18024         Xref urls.  Erase buffer before requesting head.
18025
18026         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18027
18028 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18029
18030         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18031         customizable.
18032
18033 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18034
18035         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18036         no signing key is found.
18037         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18038         no encrypting and/or signing key is found.
18039
18040 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18041
18042         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18043
18044 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18045
18046         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18047         headers read from disk with the ones newly found in the current search.
18048         This should no longer cause problems, because the article numbers in
18049         Gmane's `nov.php' output are ignored since the previous change.
18050
18051 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18052
18053         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18054
18055 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18058         replace-regexp-in-string; bind url-version; fbind display-images-p and
18059         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18060         find-face and set-itimer-function for Emacs; bind itimer-list for
18061         Emacs.
18062
18063         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18064
18065 2007-01-01  Romain Francoise  <romain@orebokech.com>
18066
18067         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18068
18069 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18070
18071         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18072         `define-minor-mode' macro definition expanded properly.
18073         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18074         exclude it there.
18075
18076         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18077         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18078         `fboundp' test.
18079         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18080         This is OK to autoload in (S)XEmacs now.
18081
18082 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18083
18084         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18085         keystroke.
18086         (gnus-summary-limit-to-singletons): Fix typo.
18087
18088         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18089         else fails.
18090
18091 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18092
18093         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18094         docstring.
18095
18096         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18097         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18098         (gnus-summary-insert-dormant-articles): Fix typo in message.
18099
18100 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18103         nil for XEmacs.
18104         (gnus-message-citation-mode): Don't autoload in XEmacs.
18105
18106         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18107
18108 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18109
18110         * nnimap.el (nnimap-expunge-search-string):
18111         Mention nnimap-search-uids-not-since-is-evil in docstring.
18112
18113 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18114
18115         * spam.el: Revert to make-obsolete-variable because
18116         define-obsolete-variable-alias is not supported in Emacs 21.
18117
18118         * spam.el (spam-ifile-path, spam-ifile-database-path)
18119         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18120         make-obsolete-variable.
18121         (spam-bsfilter-path, spam-bsfilter-program)
18122         (spam-spamassassin-path, spam-spamassassin-program)
18123         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18124         Don't use "path" inappropriately.
18125         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18126         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18127         variable names.
18128
18129 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18130
18131         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18132         summary buffer.
18133
18134         * password.el (password-cache-remove): Use clear-string to burn
18135         password, if available.
18136
18137 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18138
18139         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18140
18141         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18142
18143         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18144         (gnus-message-highlight-citation): Move defcustom here from
18145         gnus-cite.el.
18146         (gnus-message-citation-mode): Autoload.
18147
18148         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18149         checks to make it compile with XEmacs.
18150         (gnus-message-citation-mode): New minor mode.
18151         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18152         (gnus-message-highlight-citation): New variables.
18153         (gnus-message-search-citation-line)
18154         (gnus-message-add-citation-keywords)
18155         (gnus-message-remove-citation-keywords)
18156         (turn-on-gnus-message-citation-mode)
18157         (turn-off-gnus-message-citation-mode): New functions.
18158
18159 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18160
18161         * gnus-cite.el: Enable highlighting of different citation levels in
18162         message-mode.
18163
18164 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * message.el (message-make-fqdn): Fix comment.
18167         (message-bogus-system-names): Add ".local".
18168
18169         * spam.el (spam-ifile-path, spam-ifile-program)
18170         (spam-ifile-database-path, spam-ifile-database)
18171         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18172         Don't use "path" inappropriately.
18173         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18174         strings.
18175         (spam-check-ifile, spam-ifile-register-with-ifile)
18176         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18177         Use new variable names.
18178
18179         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18180         (gnus-treat-display-smileys): Simplify using
18181         gnus-image-type-available-p.
18182
18183         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18184         available.
18185
18186         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18187         Use `display-images-p' if available.
18188
18189 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18190
18191         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18192         one after turning on the buffer's multibyteness instead of decoding
18193         them directly in the unibyte buffer that causes unexpected conversion
18194         in Emacs 23 (unicode).
18195
18196 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18197
18198         * message.el (message-generate-hashcash): Fix custom type.
18199
18200 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18201
18202         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18203
18204 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18205
18206         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18207         disconnect icons.  Add help text.
18208
18209 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18210
18211         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18212         negated to be consistent with the others we handle.
18213
18214 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18215
18216         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18217         version of gnus-summary-buffer to something, so that we can use two
18218         article buffers at the same time.
18219
18220 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18221
18222         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18223         trigger all the extra headers.
18224         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18225         sorting.
18226
18227 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18228
18229         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18230         solid groups.
18231
18232 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18233
18234         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18235
18236 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18237
18238         * legacy-gnus-agent.el: Add Copyright notice.
18239
18240 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18241
18242         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18243
18244 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18245
18246         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18247
18248         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18249         to make it work reliably in CVS Emacs.
18250         (gnus-summary-limit-strange-charsets-predicate)
18251         (gnus-summary-limit-to-predicate): New functions.
18252
18253 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18254
18255         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18256         specifying array size.
18257         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18258         array if it is too small.
18259         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18260         (gnus-sort-threads-loop): New function.
18261
18262 2006-12-06  Chris Moore  <dooglus@gmail.com>
18263
18264         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18265         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18266
18267 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18268
18269         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18270         options.
18271
18272 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18273
18274         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18275         DOS-ing the recipient.
18276
18277         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18278         the headers when creating the mapping to avoid mismappings.
18279         (nnweb-gmane-create-mapping): Always nix out old mapping.
18280
18281 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18284         and mm-verify-option to never.
18285
18286 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18287
18288         * message.el (message-signed-or-encrypted-p): New function.
18289         (message-forward-make-body): Use it.
18290
18291         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18292         Replace encode-coding-string with mm-encode-coding-string.
18293
18294 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18295
18296         * nneething.el (nneething-decode-file-name):
18297         Replace decode-coding-string with mm-decode-coding-string.
18298
18299         * gnus-int.el (gnus-open-server): Say failed server's name.
18300
18301 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18302
18303         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18304         strings to a single string.  Quote `errors-file-name'.
18305         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18306         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18307         Adjust calls.  Use `shell-quote-argument'.
18308
18309 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18310
18311         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18312         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18313
18314         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18315         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18316         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18317         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18318         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18319         (gnus-subscribe-newsgroup, gnus-1):
18320         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18321         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18322         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18323         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18324
18325 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18326
18327         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18328         keystroke.
18329         (gnus-summary-limit-to-bodies): Implement headersp.
18330
18331 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18332
18333         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18334
18335 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18338
18339 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18340
18341         * message.el (message-generate-hashcash): Expand range of values to
18342         include `opportunistic'.
18343         (message-send-mail): Use it.
18344
18345 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18346
18347         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18348         and comment it.
18349
18350         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18351
18352 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18353
18354         * gnus-util.el (gnus-extract-address-components): Improve comment.
18355
18356 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * gnus-util.el (gnus-extract-address-components): Work with address in
18359         which the name portion contains @.
18360
18361         * lpath.el: Fbind custom-autoload.
18362
18363 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18364
18365         * gnus.el (gnus-start): Move custom group up.
18366         (gnus-select-method): Don't autoload, but make it available for
18367         `customize-variable'.
18368         (gnus-getenv-nntpserver): Don't autoload.
18369
18370 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18371
18372         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18373
18374 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18375
18376         * message.el (message-sendmail-extra-arguments): New variable.
18377         (message-send-mail-with-sendmail): Use it.
18378
18379 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18382         mm-with-unibyte-current-buffer to make string unibyte.
18383
18384         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18385         mm-string-as-multibyte.
18386
18387 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18388
18389         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18390         Reported by Werner Koch <wk@gnupg.org>.
18391
18392 2006-11-14  Daiki Ueno  <ueno@p360>
18393
18394         * mml2015.el: Autoload epa-select-keys when compiling.
18395
18396 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18397
18398         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18399         message-options.
18400         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18401
18402 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18403
18404         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18405         EasyPG (< 0.0.6).
18406         (mml2015-always-trust): New user option.
18407         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18408         prompt.
18409
18410 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18411
18412         * nntp.el (nntp-authinfo-force): New variable.
18413         (nntp-send-authinfo): Use it.
18414
18415 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18416
18417         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18418         decode encoded words.  Improve prompt.  Add comment about forwarding.
18419         (message-replacement-char): Move up.
18420
18421 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18422
18423         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18424         instead of gnus-intersection because arguments of gnus-sorted-nunion
18425         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18426
18427 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18428
18429         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18430         (message-simplify-subject-functions):
18431         Enable message-strip-subject-encoded-words by default.
18432
18433 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18434
18435         * message.el (message-strip-subject-encoded-words): New function.
18436         (message-simplify-subject-functions): New variable.
18437         (message-simplify-subject): Use it.  Fix typo in doc string.
18438         Support message-strip-subject-encoded-words.
18439
18440 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18441
18442         * gnus-diary.el (gnus-diary-delay-format-function):
18443         * nndiary.el (nndiary-reminders):
18444         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18445
18446 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18447
18448         * gnus-art.el (article-hide-boring-headers): Fetch date from
18449         gnus-original-article-buffer to avoid problems with localized date
18450         strings.
18451
18452 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18453
18454         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18455
18456 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18457
18458         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18459         New variables.
18460         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18461         (mm-charset-synonym-alist): Move some entries to
18462         mm-codepage-iso-8859-list.
18463         (mm-charset-synonym-alist, mm-charset-override-alist):
18464         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18465
18466 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18469
18470 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18471
18472         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18473         with Emacs 21 and XEmacs.
18474
18475 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18476
18477         * spam.el (spam-parse-address): New function for better parsing,
18478         catching errors, etc.
18479         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18480
18481 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18482
18483         * mm-view.el: Add interactive arg to html2text autoload.
18484
18485 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18486
18487         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18488
18489 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18490
18491         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18492         New variables.
18493         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18494         (mm-charset-synonym-alist): Move some entries to
18495         mm-codepage-iso-8859-list.
18496
18497         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18498
18499 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18500
18501         * message.el (message-citation-line-format)
18502         (message-insert-formated-citation-line): Fix implementation of %E, %N
18503         and %n according to the doc string.
18504
18505 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18506
18507         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18508         Use car-safe to avoid bad parses.
18509
18510 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18513         names.
18514
18515         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18516
18517 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18518
18519         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18520         header.
18521
18522         * message.el (message-draft-headers): Add Date.
18523         (message-headers-to-generate): Fix typo in docstring.
18524
18525         * nndraft.el (nndraft-required-headers): New variable.
18526         (nndraft-generate-headers): Use it.
18527
18528         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18529
18530 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18531
18532         * gnus-registry.el (gnus-registry-wash-for-keywords)
18533         (gnus-registry-find-keywords): New functions to allow easy searching of
18534         articles that are in the registry.
18535
18536 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18537
18538         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18539         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18540         Reported by Damien Elmes <damien@repose.cx>.
18541
18542 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18543
18544         * gnus.el (gnus-mime): Remove unused custom group.
18545
18546 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18547
18548         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18549         "blank line" when searching for end of armor headers.
18550
18551 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18552
18553         * gmm-utils.el (gmm-write-region): Fix variable name.
18554
18555 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18556
18557         * gmm-utils.el (gmm-write-region): New function based on compatibility
18558         code from `mm-make-temp-file'.
18559
18560         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18561
18562         * nnmaildir.el (nnmaildir--update-nov)
18563         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18564         Use `gmm-write-region'.
18565
18566 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18567
18568         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18569         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18570
18571         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18572
18573         * message.el (message-replacement-char): New variable.
18574         (message-fix-before-sending): Use it.
18575         (message-simplify-subject): New function to remove duplicate code.
18576         (message-reply, message-followup): Use it.
18577
18578         * gnus-sum.el (gnus-summary-make-menu-bar):
18579         Clarify gnus-summary-limit-to-articles.
18580
18581 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18582
18583         * gnus-util.el (gnus-with-local-quit): New macro.
18584
18585         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18586
18587 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18588
18589         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18590         ignore non-string data.
18591
18592 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18593
18594         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18595         non-string data (needs to be done in the registry too).
18596
18597 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18598
18599         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18600         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18601         (gnus-registry-split-fancy-with-parent)
18602         (gnus-registry-fetch-simplified-message-subject-fast)
18603         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18604         Remove text properties on ingress into the registry and when it's saved.
18605         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18606         registry from entries with no groups.
18607
18608 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18609
18610         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18611         function to remove string properties.
18612
18613 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18614
18615         * gmm-utils.el (gmm): Adjust custom version.
18616
18617         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18618         Adjust custom version.
18619
18620         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18621
18622 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18623
18624         * gnus-art.el (gnus-insert-prev-page-button)
18625         (gnus-insert-next-page-button): Simplify.  Reformat.
18626
18627 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18628
18629         * gnus-art.el (gnus-insert-prev-page-button)
18630         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18631
18632 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18633
18634         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18635
18636 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18637
18638         * gnus-art.el (gnus-insert-mime-button)
18639         (gnus-insert-mime-security-button):
18640         Apply gnus-article-button-face to MIME and security buttons.
18641
18642 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18643
18644         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18645         readable.
18646
18647 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18648
18649         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18650
18651 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18652
18653         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18654         `browse-url-of-file' instead of `browse-url'.
18655
18656 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18657
18658         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18659         regexp.  Articles containing quotation were cut prematurely.
18660
18661 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * message.el (message-cite-original-1): Use nobody by default for the
18664         value of From header.
18665         (message-reply): Ditto.
18666
18667 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18668
18669         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18670         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18671         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18672
18673 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18674
18675         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18676         mails in the doc string.  Add some URLs in comment.
18677         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18678
18679 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18682         backslashes handling and the way to find boundaries of quoted strings.
18683
18684 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18685
18686         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18687         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18688         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18689         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18690
18691 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18692
18693         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18694         doc string.
18695         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18696
18697 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * lpath.el: Fbind epg-check-configuration.
18700
18701 2006-09-06  Simon Josefsson  <jas@extundo.com>
18702
18703         * mml2015.el (mml2015-use): Doc fix, mention epg.
18704
18705 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18706
18707         * mml2015.el (mml2015-use): Default to epg, if available.
18708
18709 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18710
18711         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18712         message-sender.
18713         (mml1991-epg-encrypt): Ditto.
18714         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18715         message-sender.
18716         (mml2015-epg-encrypt): Ditto.
18717
18718 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18719
18720         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18721         several common directories.
18722
18723 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18724
18725         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18726         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18727
18728 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18729
18730         * gnus-art.el (article-decode-encoded-words): Make it fast.
18731
18732 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18733
18734         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18735
18736         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18737         in quoted string into `\'.
18738
18739 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18742         Use standard-syntax-table.
18743
18744 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * gnus-art.el (gnus-decode-address-function): New variable.
18747         (article-decode-encoded-words): Use it to decode headers which are
18748         assumed to contain addresses.
18749         (gnus-mime-delete-part): Remove useless `or'.
18750
18751         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18752         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18753         (gnus-nov-parse-line): Use it to decode From header.
18754         (gnus-get-newsgroup-headers): Ditto.
18755         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18756
18757         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18758         (mail-decode-encoded-address-string): New alias.
18759
18760         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18761         New function.
18762         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18763         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18764         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18765         (rfc2047-decode-string): Ditto.
18766         (rfc2047-decode-address-region): New function.
18767         (rfc2047-decode-address-string): New function.
18768
18769 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18770
18771         * message.el (message-caesar-buffer-body): Allow rotating headers.
18772
18773         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18774
18775         * message.el (message-insert-formated-citation-line): Fix %f.
18776         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18777
18778 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18781         (gnus-bookmark-mouse-available-p): New macro.
18782         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18783         (gnus-bookmark-bmenu-show-infos): Use it.
18784         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18785         (gnus-bookmark-bmenu-hide-infos): Ditto.
18786         (gnus-bookmark-remove-properties): New function.
18787         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18788         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18789         (gnus-bookmark-write-file): Bind coding-system-for-write.
18790         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18791         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18792         group before selecting it.
18793         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18794         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18795         quit-window if it is not available; use gnus-mouse-2 and bind it to
18796         gnus-bookmark-bmenu-select-by-mouse.
18797         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18798         (gnus-bookmark-bmenu-select-by-mouse): New function.
18799
18800 2006-08-13  Romain Francoise  <romain@orebokech.com>
18801
18802         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18803         space.
18804
18805 2006-08-10  Romain Francoise  <romain@orebokech.com>
18806
18807         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18808         (dns-mode-soa-auto-increment-serial): New user option.
18809         (dns-mode-soa-maybe-increment-serial): New function.
18810         (dns-mode): Add the latter to `write-contents-functions'.
18811
18812 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18813
18814         * compface.el (uncompface): Use binary rather than raw-text-unix.
18815
18816 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18817
18818         * compface.el (uncompface): Make sure the eol conversion doesn't take
18819         place when communicating with the external programs.
18820         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18821
18822 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18823
18824         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18825
18826 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18827
18828         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18829         Make it more robust by parsing author and date independently.
18830
18831 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18832
18833         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18834
18835 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18836
18837         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18838         first matching secret key.
18839         (mml2015-epg-encrypt): Ditto.
18840
18841         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18842         first matching secret key.
18843         (mml1991-epg-encrypt): Ditto.
18844
18845         * mml2015.el (mml2015-encrypt-to-self): New user option.
18846         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18847         mml2015-epg-encrypt-to-self is set.
18848
18849         * mml1991.el (mml1991-encrypt-to-self): New variable.
18850         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18851         mml1991-epg-encrypt-to-self is set.
18852
18853         * mml2015.el (mml2015-signers): New user option.
18854         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18855         (mml2015-epg-encrypt): Allow to select signing keys.
18856
18857         * mml1991.el (mml1991-signers): New variable.
18858         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18859         (mml1991-epg-encrypt): Allow to select signing keys.
18860
18861 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18862
18863         * nnheader.el (nnheader-insert-head): Make it work even if the file
18864         uses CRLF for the line-break code.
18865
18866 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18867
18868         * mml2015.el: Require mml-sec instead of password.
18869         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18870         (mml2015-cache-passphrase): Inherit the default value from
18871         mml-secure-cache-passphrase.
18872         (mml2015-passphrase-cache-expiry): Inherit the default value from
18873         mml-secure-passphrase-cache-expiry.
18874
18875         * mml1991.el: Require mml-sec instead of password.
18876         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18877         (mml1991-cache-passphrase): Inherit the default value from
18878         mml-secure-cache-passphrase.
18879         (mml1991-passphrase-cache-expiry): Inherit the default value from
18880         mml-secure-passphrase-cache-expiry.
18881
18882         * mml-sec.el: Require password.
18883         (mml-secure-verbose): New user option.
18884         (mml-secure-cache-passphrase): New user option.
18885         (mml-secure-passphrase-cache-expiry): New user option.
18886
18887 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18888             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18889
18890         * pgg-def.el (pgg-truncate-key-identifier):
18891         Truncate the key ID to 8 letters from the end.
18892
18893 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18894
18895         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18896         workaround for the url package included with Emacs.
18897
18898         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18899
18900 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18903         correctly.  This fixes a bug caused by the 2006-05-12 change.
18904
18905 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18906
18907         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18908         some information about the error when saying that the `bogus' mail
18909         group will be used.
18910
18911 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18912
18913         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18914         string.
18915
18916 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18917
18918         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18919
18920 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18921
18922         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18923
18924 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18925
18926         * mml1991.el (mml1991-function-alist): Add epg.
18927         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18928         (mml1991-epg-encrypt): New functions.
18929
18930 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18931
18932         * mml2015.el (mml2015-verbose): New variable.
18933         (mml2015-cache-passphrase): Ditto.
18934         (mml2015-passphrase-cache-expiry): Ditto.
18935         (mml2015-function-alist): Add epg.
18936         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18937         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18938         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18939         New functions.
18940
18941 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18942
18943         * message.el (message-cite-original-1): Preserve region when removing
18944         quoted text due to X-No-Archive in order to avoid bogus attribution
18945         when citing multiple messages.
18946
18947 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18948
18949         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18950         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18951
18952 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18953
18954         * gnus-diary.el (gnus-user-format-function-d)
18955         (gnus-user-format-function-D): Autoload.
18956
18957         * imap.el (Commentary): Fix typo.
18958
18959         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18960         2006-04-22 contribution.
18961
18962 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18963
18964         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18965         It didn't really fix the bogosity I'm seeing with solid web groups.
18966
18967 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18968
18969         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18970         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18971         created using server names.  If we use the feature without declaring
18972         it, Gnus does not properly manage server and group state.
18973
18974         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18975         bound.
18976
18977 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18978
18979         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18980         looking up the method using GROUP's prefix before inventing a new one.
18981         It is used on killed/unknown groups in various places where returning
18982         an all-new method isn't expected by the caller.
18983
18984         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18985         and match semantics of gnus-group-real-prefix.
18986
18987 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18988
18989         * nnmail.el (nnmail-broken-references-mailers): New variable.
18990         (nnmail-ignore-broken-references): New function generalizing
18991         nnmail-fix-eudora-headers.
18992         (nnmail-fix-eudora-headers): Now obsolete.
18993
18994         * gnus-art.el (gnus-button-handle-custom):
18995         Support `customize-apropos*'.
18996
18997 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18998
18999         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19000
19001         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19002         articles.
19003
19004 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19005
19006         * message.el (message-cite-reply-above): New variable.
19007         (message-yank-original): Use it.
19008
19009 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19010
19011         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19012
19013 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19014
19015         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19016         as read.
19017
19018         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19019
19020 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19021
19022         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19023         (gnus-bookmark-default-file): Use gnus-directory.
19024         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19025         Remove "*" in doc string.
19026         (gnus-bookmark-write-file): Simplify.
19027         (gnus-bookmark-maybe-sort-alist): Use `when'.
19028         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19029         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19030         Add FIXME about Emacs 21 and XEmacs compatibility.
19031         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19032         compatibility.
19033         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19034         compatibility.
19035         (gnus-bookmark-menu-heading): Fix version.
19036
19037 2006-06-19  Bastien Guerry  <bzg@altern.org>
19038
19039         * gnus-bookmark.el: New file.
19040
19041 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * message.el (message-syntax-checks): Doc fix.
19044
19045 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19046
19047         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19048         unsubscribed groups as if they were killed ones.  It causes duplicate
19049         entries in gnus-newsrc-alist.
19050
19051 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19052
19053         * message.el (message-syntax-checks): Doc fix.
19054         (message-send-mail): Add check for continuation headers.
19055         (message-check-news-header-syntax): Fix regexp used to check for
19056         continuation headers.
19057
19058 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19059
19060         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19061
19062 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19063
19064         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19065
19066 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19067
19068         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19069         default-truncate-lines.
19070
19071 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19072
19073         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19074         to fill the utf-8 entry.
19075
19076         * lpath.el: Fbind unicode-precedence-list.
19077
19078 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19079
19080         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19081
19082 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19083
19084         * gnus-agent.el (directory-files-and-attributes): Move all the way
19085         forward (the third and final move).
19086         (gnus-agent-read-agentview): Trap reconstruction errors due to
19087         nonexistent directory.  Handle by returning nil.
19088
19089 2006-05-30  Didier Verna  <didier@xemacs.org>
19090
19091         * message.el (message-dont-reply-to-names): Update the custom type.
19092         * message.el (message-dont-reply-to-names): New defsubst: potentially
19093         convert a list of regexps into a single one.
19094         * message.el (message-get-reply-headers): Use it.
19095         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19096
19097 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19098
19099         * gnus-agent.el (directory-files-and-attributes): Move forward.
19100
19101 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19102
19103         * gnus-ml.el (gnus-mailing-list-subscribe)
19104         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19105         (gnus-mailing-list-message): Fix doc strings.
19106
19107 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19108
19109         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19110         of doing it manually.
19111
19112 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19113
19114         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19115         comment.
19116
19117 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19118
19119         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19120         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19121         (gnus-agent-read-local): All symbols allocated in my-obarray.
19122         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19123         (gnus-agent-regenerate-group): Check numeric names to see if they are
19124         messages or groups.
19125         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19126         better way of do this...)
19127
19128         * gnus-cache.el (gnus-agent-total-fetched-for):
19129         Ignore 'dummy.group' (there should be a better way of do this...)
19130
19131 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19132
19133         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19134         (gnus-saved-headers): Ditto.
19135         (gnus-default-article-saver): Mention functions may have properties.
19136         (gnus-article-save): Override gnus-save-all-headers and
19137         gnus-saved-headers by :headers property which saver function may have.
19138         (gnus-summary-save-in-file): Add :headers property.
19139         (gnus-summary-write-to-file): Ditto.
19140
19141         * gnus-sum.el (gnus-summary-save-article): Bind
19142         gnus-prompt-before-saving to t when saving many articles in a file;
19143         always show all headers.
19144
19145         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19146
19147 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19148
19149         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19150         marks.
19151
19152         * message.el (message-indent-citation): Add optional arguments to allow
19153         using it outside of message buffers.
19154
19155         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19156         (gnus-article-treat-unfold-headers): Use it.
19157         (gnus-article-truncate-lines): New variable.
19158         (gnus-article-mode): Use it.
19159         (gnus-article-toggle-truncate-lines): New function.
19160
19161         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19162         Add gnus-article-toggle-truncate-lines.
19163
19164         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19165         coding system in XEmacs, use binary.
19166
19167 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19168
19169         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19170         after-load-alist.
19171
19172         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19173         this function should save decoded articles.
19174         (gnus-summary-write-to-file): Use property to specify this function
19175         should save decoded articles and specify gnus-summary-save-in-file
19176         should be used to save articles other than the first one when saving
19177         many articles.
19178         (gnus-summary-save-body-in-file): Use property to specify this
19179         function should save decoded articles.
19180         (gnus-summary-write-body-to-file): Use property to specify this
19181         function should save decoded articles and specify
19182         gnus-summary-save-body-in-file should be used to save articles other
19183         than the first one when saving many articles.
19184
19185         * gnus-sum.el (gnus-summary-save-article): Simplify.
19186
19187 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19188
19189         * gnus-art.el (gnus-default-article-saver):
19190         Add gnus-summary-write-body-to-file.
19191         (gnus-article-save-coding-system): Don't use coding system object
19192         in XEmacs.
19193         (gnus-read-save-file-name): Add optional `dir-var' argument which
19194         specifies directory in which files are saved; work even if optional
19195         `variable' argument is not specified.
19196         (gnus-summary-write-to-file): Read file name.
19197         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19198         (gnus-summary-write-body-to-file): New function.
19199
19200         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19201         (gnus-summary-local-variables): Add it.
19202         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19203         (gnus-summary-save-article): Remove optional `decode' argument;
19204         determine whether to decode articles by the value of
19205         gnus-default-article-saver; when saving many files using
19206         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19207         it first and use gnus-summary-save-in-file or
19208         gnus-summary-save-body-in-file thereafter unless
19209         gnus-prompt-before-saving is always; move point to article which
19210         will be saved.
19211         (gnus-summary-save-article-file): Revert.
19212         (gnus-summary-write-article-file): Revert.
19213         (gnus-summary-save-article-body-file): Revert.
19214         (gnus-summary-write-article-body-file): New function.
19215
19216 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19217
19218         * gnus-art.el (gnus-default-article-saver): Doc fix.
19219         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19220         from gnus-summary-save-article-coding-system, and default to a
19221         certain coding system.
19222         (gnus-output-to-file): Add coding cookie and encode text according
19223         to gnus-article-save-coding-system; don't use mm-append-to-file.
19224
19225         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19226         gnus-art.el and rename to gnus-article-save-coding-system.
19227         (gnus-summary-save-article): Require gnus-art; don't show all
19228         headers if it decodes articles; don't add coding cookie here;
19229         don't bind mm-text-coding-system-for-write.
19230         (gnus-summary-save-article-file): Save decoded articles.
19231         (gnus-summary-write-article-file): When saving many files, use
19232         gnus-summary-write-to-file first and gnus-summary-save-in-file
19233         thereafter unless gnus-prompt-before-saving is always.
19234         (gnus-summary-save-article-body-file): Save decoded articles.
19235
19236         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19237
19238 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19239
19240         * nnrss.el (nnrss-check-group): Bind hash-index.
19241
19242 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19243
19244         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19245         its hash index.  Store this hash in `nnrss-group-data'.
19246         (nnrss-read-group-data): Update accordingly.
19247
19248 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19249
19250         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19251         entry.
19252
19253         * gnus-sum.el (gnus-summary-make-menu-bar):
19254         Add gnus-article-browse-html-article.
19255
19256 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19257
19258         * gnus-sum.el (gnus-summary-mime-map):
19259         Add gnus-article-browse-html-article.
19260
19261         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19262
19263 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19264
19265         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19266         suitable coding systems in customize.
19267
19268 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19269
19270         * mail-source.el (mail-sources): Fix custom type.
19271
19272 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19273
19274         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19275         (gnus-summary-expire-articles-now): Shorten prompt.
19276
19277         * gmm-utils.el (wid-edit): Require.
19278         (defun-gmm): Rename from `gmm-defun-compat'.
19279         (gmm-image-search-load-path): Use it.
19280         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19281
19282 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19283
19284         * gnus-sum.el (gnus-summary-save-article-coding-system):
19285         New variable.
19286         (gnus-summary-save-article): Add optional `decode' argument.
19287         If it is set and gnus-summary-save-article-coding-system is non-nil,
19288         save decoded article.
19289         (gnus-summary-write-article-file): Save decoded article if
19290         gnus-summary-save-article-coding-system is non-nil.
19291
19292         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19293         type.
19294
19295 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19298
19299 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19300
19301         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19302         first to test gnus-single-article-buffer which may be buffer-local.
19303
19304         * gnus-sum.el (gnus-summary-setup-buffer):
19305         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19306         group; make gnus-article-buffer, gnus-article-current, and
19307         gnus-original-article-buffer always buffer-local.
19308         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19309         group.
19310         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19311
19312 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19313
19314         * nnml.el (nnml-request-compact-group): Compressed files might not
19315         have .gz extension.
19316
19317 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19318
19319         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19320         (mm-copy-to-buffer): Use with-current-buffer.
19321         (mm-display-part): Simplify.
19322         (mm-inlinable-p): Add optional arg `type'.
19323
19324 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19325
19326         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19327         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19328         Try harder to show the attachment internally or externally using
19329         gnus-mime-view-part-as-type.
19330
19331 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19332
19333         * message.el (message-from-style, message-signature-separator)
19334         (message-user-organization-file, message-send-mail-function)
19335         (message-citation-line-function, message-yank-prefix)
19336         (message-indent-citation-function, message-signature)
19337         (message-signature-file, message-signature-insert-empty-line):
19338         Remove autoloads.
19339
19340         * gnus-art.el (gnus-buttonized-mime-types):
19341         Remove "multipart/signed".  Revert 2006-04-26 change.
19342
19343 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19344
19345         * gnus.el (gnus-version-number): Bump version.
19346
19347 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19348
19349         * gnus.el: No Gnus v0.5 is released.
19350
19351 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19352
19353         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19354         fetching articles by message-id.
19355
19356 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19357
19358         * message.el (hashcash): Require hashcash as normal.
19359
19360         * ecomplete.el (ecomplete-highlight-match-line):
19361         Use point-at-eol.
19362         (ecomplete-highlight-match-line): Use `highlight', because that
19363         face exists in both Emacs and XEmacs.
19364
19365         * message.el (message-display-abbrev): Use point-at-bol.
19366
19367         * mail-source.el: Don't require timer/timer-funcs.
19368
19369         * gnus-async.el: Ditto.
19370
19371         * password.el: Ditto.
19372
19373         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19374
19375         * mm-url.el: Ditto.
19376
19377         * gnus-xmas.el: Don't require timer-funcs.
19378
19379         * mm-util.el: Require timer/timer-funcs.
19380
19381 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19382
19383         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19384         Close.
19385
19386 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19387
19388         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19389         unibyte after clear-decrypt function runs.
19390
19391         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19392         returns as a unibyte string.
19393
19394 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19395
19396         * lpath.el: Revert.
19397
19398         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19399         (pgg-gpg-process-sentinel): Revert.
19400
19401         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19402         (pgg-pgp-lookup-key): Revert.
19403
19404         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19405         (pgg-pgp5-lookup-key): Revert.
19406
19407         * pgg.el (pgg-fetch-key): Revert.
19408
19409 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19410
19411         * lpath.el: Fbind string-as-multibyte for XEmacs.
19412
19413         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19414         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19415         (mml1991-pgg-encrypt): Ditto.
19416
19417         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19418         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19419         a multibyte buffer.
19420
19421         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19422         (pgg-pgp-lookup-key): Ditto.
19423
19424         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19425         (pgg-pgp5-lookup-key): Ditto.
19426
19427         * pgg.el (pgg-fetch-key): Ditto.
19428
19429 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19430
19431         * message.el (message-user-organization-file): Check several
19432         locations of the organization file.
19433
19434         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19435         Add gnus-article-view-part-as-type.
19436
19437         * gnus-art.el (gnus-article-view-part-as-type): New function.
19438
19439         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19440         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19441
19442         * mml.el: Simplify autoload.
19443         (mml-mode): defvar dnd-protocol-alist instead of using
19444         symbol-value.
19445         (mml-default-directory): New variable.
19446         (mml-minibuffer-read-file): Use it.
19447         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19448
19449         * message.el (message-citation-line-format): New variable.
19450         (message-insert-formated-citation-line): New function.
19451         (message-citation-line-function):
19452         Add `message-insert-formated-citation-line' to custom type.
19453
19454         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19455         to doc string.
19456
19457         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19458         depending on mm-verify-option.
19459
19460 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19463         binding pgg-* variables; reimplement the section which prevents
19464         MIME header from being signed.
19465         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19466         pgg-text-mode; remove a blank line at the top of body.
19467
19468         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19469         lines at the top of body; use gnus-newsgroup-charset if there's no
19470         Charset header.
19471
19472 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19473
19474         * message.el (message-self-insert-commands): Doc fix.
19475
19476         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19477         (mm-uu-pgp-encrypted-test): Ditto.
19478         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19479         between header and body; return application/pgp-encrypted handle
19480         if decryption failed; decode decrypted body by charset.
19481
19482         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19483         element match to application/pgp-*.
19484
19485 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19486
19487         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19488         HTML.
19489
19490 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19491
19492         * mail-source.el (mail-source-call-script): Message the error
19493         string.
19494
19495 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19496
19497         * gnus-util.el (gnus-byte-compile): Use it.
19498
19499 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19500
19501         * gnus-util.el (kill-empty-logs): New function.
19502
19503 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19504
19505         * message.el (message-mail-alias-type): Doc fix.
19506         (message-mail-alias-type-p): New function.
19507         (message-send): Use it.
19508         (message-mode): Ditto.
19509         (message-strip-forbidden-properties): Ditto.
19510
19511         * ecomplete.el (ecomplete-database-file-coding-system):
19512         New variable.
19513         (ecomplete-save): Use it.
19514         (ecomplete-setup): Use it.
19515
19516 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * message.el (message-self-insert-commands): New variable.
19519         (message-strip-forbidden-properties): Use it.
19520
19521 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19522
19523         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19524         that doesn't make XEmacs choke.
19525
19526 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19527
19528         * gnus-util.el (gnus-replace-in-string):
19529         Prefer replace-regexp-in-string over of replace-in-string.
19530
19531 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * gnus-util.el (gnus-select-frame-set-input-focus):
19534         Use select-frame-set-input-focus if it is available in XEmacs; use
19535         definition defined in Emacs 22 for old Emacsen.
19536
19537         * dgnushack.el: Autoload unmorse-region for XEmacs.
19538
19539         * lpath.el: Bind cursor-in-non-selected-windows and
19540         select-frame-set-input-focus for XEmacs.
19541
19542 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19545
19546 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19547
19548         * gnus-registry.el (gnus-registry-cache-save): Remove text
19549         properties when saving via the temp buffer.
19550
19551 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19552
19553         * message.el (message-generate-hashcash): Honor custom type.
19554
19555 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19556
19557         * message.el (message-generate-hashcash): Default to non-nil when
19558         hashcash is found.
19559
19560         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19561         (gnus-refer-thread-limit): Increase default to 500.
19562
19563         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19564
19565         * flow-fill.el (fill-flowed): Allow delete-space.
19566
19567 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19568
19569         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19570         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19571         Remove autoloads.
19572
19573 2006-04-18  Simon Josefsson  <jas@extundo.com>
19574
19575         * message.el (message-generate-hashcash): Default to.
19576
19577 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19578
19579         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19580         concatenating segments rather than before concatenating them.
19581
19582 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19583
19584         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19585
19586 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19587
19588         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19589
19590         * message.el (message-forward-make-body-plain):
19591         Allow message-forward-ignored-headers to be a list.
19592         (message-remove-ignored-headers): Factor out into function.
19593         (message-forward-make-body-mml): Use it.
19594
19595         * imap.el (imap-quote-specials): New function.
19596         (imap-login-auth): Quote specials.
19597
19598         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19599         (rfc2231-parse-string): Allow concatanation of parameters that
19600         aren't contiguous.  The test case is
19601           (mail-header-parse-content-type "message/external-body;
19602             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19603             access-type=LOCAL-FILE;
19604             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19605
19606 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19607
19608         * nntp.el (nntp-accept-process-output): Return the value of
19609         `nnheader-accept-process-output'.
19610
19611 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19612
19613         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19614         (gnus-button-alist): Recognize more diff formats.
19615         (gnus-button-patch): Strip directory.
19616
19617 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19618
19619         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19620         Emacs 22 when setting focus.
19621
19622 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19623
19624         * gnus-art.el (gnus-article-treat-types): Do treatment of
19625         text/x-verbatim parts.
19626         (gnus-button-patch): New command.
19627
19628         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19629         addresses that contain invalid characters.
19630
19631 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19632
19633         * message.el (message-put-addresses-in-ecomplete):
19634         Use gnus-replace-in-string.
19635         (message-is-yours-p): Use the more correct
19636         mail-header-parse-address instead of
19637         mail-extract-address-components.
19638         (message-put-addresses-in-ecomplete): Fix typo.
19639
19640         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19641         keystroke.
19642
19643         * gnus-art.el (gnus-treatment-function-alist): Change order of
19644         newsgroups/generic header folding to avoid double-folding.
19645
19646         * message.el (message-hidden-headers): Add X-Draft-From.
19647
19648         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19649         New command.
19650         (gnus-summary-repeat-search-article-backward): New command.
19651
19652         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19653         groups in the parent topic.
19654
19655 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19656
19657         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19658         (spam-extra-header-to-number): Return the CRM114 number as a
19659         number instead of a string.
19660
19661 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19662
19663         * gnus-art.el (gnus-face-properties-alist): Move here from
19664         gnus-fun.
19665
19666         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19667
19668 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19669
19670         * message.el (message-strip-forbidden-properties): Only display on
19671         self-insert-command.
19672
19673         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19674         reindent.
19675         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19676
19677 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19678
19679         * smiley.el (smiley-style): Fix typo.
19680
19681 2006-03-23  Kenichi Handa  <handa@m17n.org>
19682
19683         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19684         instead of set-buffer-multibyte.
19685
19686 2006-03-23  Kenichi Handa  <handa@m17n.org>
19687
19688         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19689         buffer and then decode the buffer text if necessary.
19690         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19691         first, and after mm-encode-body, change the buffer to unibyte.
19692
19693 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19694
19695         * hashcash.el (hashcash-insert-payment-async-2):
19696         Use message-goto-eoh instead of doing it manually.
19697         (mail-add-payment): Use message-narrow-to-header instead of trying
19698         to do the same itself.
19699
19700         * message.el (message-hidden-headers): Add Face.
19701
19702         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19703         reparenting code.
19704         (gnus-summary-reparent-children): Refactored out code.
19705         (gnus-summary-thread-map): New keystroke.
19706         (gnus-summary-reparent-children): Make into command.
19707
19708         * smiley.el (smiley-style): Default to `medium' if using a large
19709         font.
19710
19711         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19712         does it itself.
19713
19714         * message.el (message-point-in-header-p): Simplify definition.
19715
19716 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19717
19718         * nnagent.el (nnagent-request-set-mark): Silence log file
19719         writing.
19720         (nnagent-request-set-mark): Use write-region instead of
19721         append-to-file.
19722
19723         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19724         strange select method.
19725
19726         * ecomplete.el (ecomplete-display-matches): Get highlightling
19727         right.
19728         (ecomplete-display-matches): Use literals.
19729         (ecomplete-display-matches): Disable message logging.
19730
19731         * message.el (message-display-abbrev): Small optimization.
19732
19733         * ecomplete.el (ecomplete-display-matches): Allow automatic
19734         display.
19735
19736         * message.el (message-strip-forbidden-properties):
19737         Display abbrevs.
19738         (message-display-abbrev): Get automatic display right.
19739
19740         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19741         keystrokes.
19742
19743 2006-04-13  Romain Francoise  <romain@orebokech.com>
19744
19745         TODO: Backport to v5-10!
19746
19747         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19748         Move here (and rename) from gnus-registry.el.
19749
19750         * gnus-registry.el: Require gnus-util.
19751         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19752
19753 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19754
19755         * gnus-group.el (gnus-group-catchup-current):
19756         Change if-then-else-if-then-else into cond.
19757         (gnus-group-catchup): Indent.
19758         (group-name-at-point): New function.
19759         (gnus-fetch-group): Provide default from thing at point.
19760
19761 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19762
19763         * message.el (message-display-abbrev): Fix regexp.
19764
19765         * ecomplete.el (ecomplete-highlight-match-line):
19766         Reimplement choosing.
19767         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19768         dead variables.
19769
19770         * message.el (message-newline-and-indent): Remove debugging.
19771         (message-display-abbrev): Use new implementation.
19772
19773 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19774
19775         * gnus-art.el (gnus-article-mode):
19776         Set cursor-in-non-selected-windows to nil.
19777
19778         * smiley.el: Revert previous change.
19779         (smiley-data-directory): defvar it before using it in the
19780         defcustom of `smiley-style'.
19781
19782 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19783
19784         * message.el (message-newline-and-indent): New function.
19785
19786         * ecomplete.el: Implement more bits.
19787
19788         * message.el (message-put-addresses-in-ecomplete): Clean up the
19789         string.
19790
19791         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19792
19793         * gnus-sum.el (gnus-summary-save-parts):
19794         Bind gnus-summary-save-parts-counter and use it to make unique file
19795         names.
19796
19797         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19798
19799         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19800         parameter to say whether to actually parse the individual
19801         addresses.
19802
19803         * message.el (message-put-addresses-in-ecomplete): New function.
19804         (ecomplete): Require.
19805         (message-mail-alias-type): Add ecomplete as an option.
19806
19807 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19808
19809         * flow-fill.el (fill-flowed): Remove trailing space from blank
19810         quoted lines.
19811
19812 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19813
19814         * smiley.el (smiley-style): Move definition later to avoid a
19815         compilation warning.
19816
19817 2006-04-12  Kenichi Handa  <handa@m17n.org>
19818
19819         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19820         buffer and then decode the buffer text if necessary.
19821         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19822         first, and after mm-encode-body, change the buffer to unibyte.
19823         Use mm-disable-multibyte instead of set-buffer-multibyte.
19824
19825 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19826
19827         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19828         Content-Type header instead of Content-Disposition header.
19829         (gnus-mime-inline-part): Ditto.
19830         (gnus-mime-view-part-as-charset): Ignore charset that the part
19831         specifies.
19832
19833         * mm-decode.el (mm-display-part): Work with external parts and
19834         usual parts similarly.
19835
19836         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19837         instead of gnus-display-mime.
19838
19839         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19840         instead of with-temp-buffer.
19841
19842         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19843         tag to summarized topics part in order to encode non-ASCII text.
19844
19845 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19846
19847         * smiley.el (smiley-style): New variable.
19848         (smiley-directory): New function.
19849         (smiley-data-directory): Derive from `smiley-style' using
19850         `smiley-directory'.
19851         (smiley-regexp-alist): Add new entries.
19852
19853         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19854         (gnus-article-browse-delete-temp): Add :version.
19855
19856 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19857
19858         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19859         the sieve region.
19860
19861 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19862
19863         * gnus.el (gnus-version-number): Bump version.
19864
19865 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19866
19867         * gnus.el: No Gnus v0.4 is released.
19868
19869 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19870
19871         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19872         layout.
19873
19874         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19875         unknown charset.
19876
19877         * message.el (message-header-synonyms): Add Original-To to the
19878         default.
19879
19880         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19881         optional parameter.
19882
19883 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19884
19885         * gnus-fun.el (gnus): Require it for gnus-directory.
19886
19887 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19888
19889         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19890
19891 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19892
19893         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19894
19895 2006-04-05  Simon Josefsson  <jas@extundo.com>
19896
19897         * password.el (password-reset): New function.
19898
19899 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19900
19901         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19902         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19903
19904 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19905
19906         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19907         Some whitespace was matched into the url, which broke browsing hits
19908         > 100 when mm-url-use-external was nil.
19909
19910 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19911
19912         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19913         Check gnus-extra-headers for 'Newsgroups.
19914
19915         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19916         bound.
19917
19918 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19919
19920         * pgg-gpg.el: Clean up process buffers every time gpg processes
19921         complete.
19922
19923 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19924
19925         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19926         doc string.
19927
19928 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19929
19930         * pgg-gpg.el (pgg-gpg-process-filter)
19931         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19932
19933         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19934         lines, temporary fix.
19935
19936 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19937
19938         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19939
19940 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19941
19942         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19943         default-enable-multibyte-characters.  This reverts the change from
19944         revision 6.17 which is no longer necessary because the passphrase
19945         is sent separately now.  GnuPG messages are unreadable under
19946         multibyte locales with default-enable-multibyte-characters set to
19947         nil.
19948
19949 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19950
19951         * message.el (message-tool-bar-gnome): Move "spell".
19952
19953 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19954
19955         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19956         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19957         instead.
19958
19959 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19960
19961         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19962         Improve newsgroups handling for NNTP overviews which don't include
19963         Newsgroups.
19964
19965 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19966
19967         * message.el (message-resend): Bind message-generate-hashcash to nil.
19968
19969 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19970
19971         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19972         when searching for already-paid recipients.
19973
19974 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19975
19976         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19977         passphrases when it is not needed.
19978         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19979         passphrase stuff from gpg, should only be necessary when you use
19980         gpg with a smartcard.
19981
19982 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19983
19984         * mml.el (mml-insert-mime): Ignore cached contents of
19985         message/external-body part.
19986
19987         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19988         (mm-insert-part): Ditto.
19989
19990 2006-03-23  Simon Josefsson  <jas@extundo.com>
19991
19992         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19993         Reiner.
19994         (pgg-gpg-use-agent-p): Use it again.
19995
19996 2006-03-23  Simon Josefsson  <jas@extundo.com>
19997
19998         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19999         older emacsen.
20000         (pgg-gpg-use-agent-p): Don't use it.
20001
20002 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20003
20004         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20005         if we can.
20006
20007 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20008
20009         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20010         (pgg-gpg-update-agent): New function.
20011         (pgg-gpg-use-agent-p): New function.
20012         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20013         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20014         (pgg-gpg-sign-region): Use it.
20015
20016 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20017
20018         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20019         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20020
20021 2006-03-21  Simon Josefsson  <jas@extundo.com>
20022
20023         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20024         <wilde@sha-bang.de>.
20025         (pgg-gpg-use-agent): New variable.
20026         (pgg-gpg-process-region): Use it.
20027         (pgg-gpg-encrypt-region): Likewise.
20028         (pgg-gpg-encrypt-symmetric-region): Likewise.
20029         (pgg-gpg-decrypt-region): Likewise.
20030         (pgg-gpg-sign-region): Likewise.
20031         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20032
20033 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20034
20035         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20036
20037         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20038         Add comment on version.
20039
20040 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20041
20042         * smiley.el: Add missing test smiley.
20043
20044 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * mm-decode.el (mm-with-part): New macro.
20047         (mm-get-part): Use it; work with message/external-body as well.
20048         (mm-save-part): Treat name and filename equally.
20049
20050         * mm-extern.el (mm-extern-cache-contents): New function.
20051         (mm-inline-external-body): Use it; force the part to be displayed;
20052         move undisplayer added to the cached handle to the parent.
20053
20054         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20055         (gnus-mime-view-part-as-type): Work with message/external-body.
20056
20057         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20058
20059 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20060
20061         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20062         images in image-load-path.  [Sync with image.el, revision 1.60, in
20063         Emacs.]
20064
20065 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20066
20067         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20068         path rather than symbol.  Always return list of directories.
20069         Guarantee that image directory comes first.  [Sync with image.el,
20070         revision 1.59, in Emacs.]
20071
20072         * message.el (message-make-tool-bar): Adjust to new API of
20073         `gmm-image-load-path-for-library'.
20074
20075         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20076
20077         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20078
20079 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20080
20081         * gnus-art.el (gnus-article-only-boring-p):
20082         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20083         intangible text.
20084         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20085
20086 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20087
20088         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20089         Use `defun' instead of `gmm-defun-compat'.
20090
20091 2006-03-14  Simon Josefsson  <jas@extundo.com>
20092
20093         * message.el (message-unique-id): Don't use message-number-base36
20094         if (user-uid) is a float.
20095         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20096
20097 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20098
20099         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20100
20101         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20102         empty line between a part and a message part.
20103
20104 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20105
20106         * smiley.el: Add more test smileys.
20107         (smiley-data-directory, smiley-regexp-alist)
20108         (gnus-smiley-file-types): Fix doc strings.
20109         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20110         adding new elements.
20111         (smiley-mouse-map): Unused code.  Make it a comment.
20112
20113 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20114
20115         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20116         scan latest NoCeM messages instead of old ones.
20117         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20118         delimiters that are recently used.
20119         (gnus-nocem-load-cache): Add autoload cookie.
20120
20121         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20122
20123         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20124         level which is larger than gnus-use-nocem is specified.
20125
20126         * gnus-group.el (gnus-group-get-new-news): Ditto.
20127
20128 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20129
20130         * gnus-util.el (gnus-tool-bar-update): New function.
20131
20132         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20133         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20134
20135         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20136
20137         * gnus-group.el (gnus-group-redraw-when-idle)
20138         (gnus-group-redraw-check): Remove.
20139         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20140
20141 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20142
20143         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20144         if optional last element is specified in splits (FIELD VALUE...).
20145
20146 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20147
20148         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20149         to gmm-image-load-path-for-library.  Call with no-error argument.
20150         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20151
20152         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20153
20154         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20155
20156         * gmm-utils.el (gmm-image-load-path): Remove alias.
20157
20158 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20159
20160         * gmm-utils.el (gmm-image-load-path): Add alias.
20161
20162         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20163         nnml-generate-nov-databases-1.
20164         (nnml-generate-nov-databases): Use it.
20165         (nnml-generate-nov-databases-directory): Document no-active
20166         argument.
20167
20168         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20169         directory if path is t.  Add no-error.
20170
20171         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20172         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20173
20174         * gnus-art.el (gnus-article-browse-delete-temp-files):
20175         Simplify resetting gnus-article-browse-html-temp-list.
20176
20177         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20178         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20179         Add example to docstring.  Rename local variables.  Move error
20180         checks to default case in cond and simplify.
20181
20182 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20183
20184         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20185         handle is multipart when calling it recursively.
20186         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20187
20188 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20189
20190         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20191         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20192
20193 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20194
20195         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20196         is loaded.
20197
20198         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20199         loaded.
20200
20201 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20202
20203         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20204         to "Emacs 23 (unicode)" in doc string.
20205
20206         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20207         "Emacs 23 (unicode)" in comment.
20208
20209 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20210
20211         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20212
20213         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20214         characters 160 through 255 in Emacs 23.
20215
20216 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20217
20218         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20219         gnus-article-browse-html-temp.
20220         (gnus-article-browse-delete-temp): Make it customizable.
20221         Add `file'.  Adjust doc string.
20222         (gnus-article-browse-delete-temp-files): Add argument.
20223         Allow query for each file.  Adjust doc string.
20224         (gnus-article-browse-html-parts):
20225         Add `gnus-article-browse-delete-temp-files' to
20226         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20227
20228 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20229
20230         * gnus-art.el (gnus-article-browse-html-temp)
20231         (gnus-article-browse-delete-temp): New variables.
20232         (gnus-article-browse-delete-temp-files): New function.
20233         (gnus-article-browse-html-parts): Use it.
20234
20235 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20236
20237         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20238
20239         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20240         string.
20241
20242         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20243         gnus-summary-insert-new-articles when unplugged.
20244         Remove gnus-summary-search-article-forward.
20245
20246         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20247         display-visual-class instead of display-color-cells.
20248
20249 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20250
20251         * dgnushack.el: Autoload customize-group for XEmacs.
20252
20253         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20254         message/* containing non-ASCII text properly.
20255
20256 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20257
20258         * message.el: Require gmm-utils, remove autoloads.
20259         (message-tool-bar): Set default based on
20260         gmm-tool-bar-style.
20261         (message-tool-bar-gnome): Add gmm-customize-mode.
20262
20263         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20264         gmm-tool-bar-style.
20265         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20266
20267         * gnus-group.el (gnus-group-tool-bar): Set default based on
20268         gmm-tool-bar-style.
20269         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20270
20271         * gmm-utils.el (gmm-image-directory): Rename variable from
20272         gmm-image-load-path.
20273         (gmm-image-load-path): Use gmm-image-directory.
20274         (gmm-customize-mode): New function.
20275         (gmm-tool-bar-style): New variable.
20276
20277         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20278         gnus-group-redraw-line-number.
20279         (gnus-group-redraw-check): Simplify.
20280         (gnus-group-tool-bar-update): Remove redraw check.
20281         (gnus-group-make-tool-bar): Add redraw check.
20282
20283 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20284
20285         * gnus-art.el (gnus-button): Add missing parentheses.
20286
20287 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20288
20289         * lpath.el: Fbind line-number-at-pos.
20290
20291 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20292
20293         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20294
20295 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20296
20297         * gnus-art.el (gnus-button): New face.
20298         (gnus-article-button-face): Use it.
20299
20300         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20301         Add gnus-summary-next-page.  Re-order.
20302
20303         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20304         next-node are now included.
20305         (gnus-group-redraw-line-number): New internal variable.
20306         (gnus-group-redraw-check): Helper function for updating the tool
20307         bar.
20308         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20309
20310         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20311
20312         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20313         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20314         Use it to match format of Spamassassin 3.0 and later.
20315         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20316         (spam-check-bogofilter)
20317         (spam-bogofilter-register-with-bogofilter): Fix args of
20318         `gnus-error' calls.
20319
20320 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20321
20322         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20323         unnecessary interaction when sending queued mails.
20324         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20325
20326 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20327
20328         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20329         first or last are nil.
20330
20331 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20332
20333         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20334
20335 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20336
20337         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20338
20339 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20340
20341         * dns.el (query-dns): Protect more against buggy tcp output.
20342
20343 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20344
20345         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20346         nov.php.
20347
20348 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20349
20350         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20351         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20352         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20353         output on the server side.
20354         (nnweb-google-create-mapping): Update regexps and add some
20355         progress indication.
20356
20357 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20358
20359         * gnus-group.el (gnus-group-tool-bar-gnome):
20360         Fix gnus-agent-toggle-plugged.  Re-order icons.
20361         (gnus-group-tool-bar-gnome):
20362         Add gnus-group-{prev,next}-unread-group.
20363         (gnus-group-tool-bar-gnome): Re-order icons.
20364
20365         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20366         Move gnus-summary-insert-new-articles.
20367
20368         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20369         Fix comments.
20370
20371         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20372         also available in Emacs 21.3.
20373
20374         * message.el (message-fix-before-sending): Change "Emacs 22" to
20375         "Emacs 23 (unicode)" in comment.
20376
20377         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20378         "Emacs 23 (unicode)" in comment.
20379
20380         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20381         comment.
20382         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20383
20384         * mm-view.el (mm-fill-flowed): Add :version.
20385
20386 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20387
20388         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20389         and load-path.
20390
20391 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20392
20393         * message.el: Autoload gmm-image-load-path.
20394         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20395         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20396         consitency.
20397
20398         * gmm-utils.el (gmm-image-load-path): Also search in
20399         "../etc/images".  Don't set gmm-image-load-path if we don't find
20400         the image.
20401
20402 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20403
20404         * gmm-utils.el (gmm-image-load-path): Don't make
20405         `gmm-image-load-path' include subdirectories which the second arg
20406         `image' might specify.
20407
20408         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20409         subdirectory to icon file names.
20410
20411         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20412
20413 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20414
20415         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20416         gmm-image-load-path calls.
20417
20418         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20419
20420         * message.el (message-make-tool-bar): Ditto.
20421
20422         * mml.el (mml-preview): Add comment concerning tool bar icons.
20423
20424         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20425         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20426
20427         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20428         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20429
20430         * message.el (message-tool-bar-gnome): Use new icon names.
20431         (message-make-tool-bar): Use `gmm-image-load-path'.
20432
20433         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20434         New functions from MH-E.
20435         (gmm-image-load-path): New variable from MH-E.
20436         (gmm-image-load-path): New function from MH-E.  Add arguments
20437         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20438         *-image-load-path-called-flag.
20439
20440 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20441
20442         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20443
20444 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20445
20446         * nnimap.el (nnimap-request-move-article): Change folder back to
20447         source group before deleting.
20448
20449 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20450
20451         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20452
20453         * gnus-art.el (mm-url-insert-file-contents-external):
20454         Autoload mm-url.
20455
20456         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20457
20458 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20459
20460         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20461         coding system which mm-charset-to-coding-system returns for a
20462         given charset is valid.
20463
20464 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20465
20466         * html2text.el (html2text-remove-tag-list):
20467         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20468
20469 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20470
20471         * gnus-cus.el: Revert 2005-10-17 change.
20472
20473 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20474
20475         * gnus-art.el (article-strip-banner):
20476         Call article-really-strip-banner only when the regexp match is made.
20477
20478 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20479
20480         * gnus-art.el (article-strip-banner):
20481         Use gnus-extract-address-components instead of
20482         mail-header-parse-addresses to make it work with non-ASCII text;
20483         remove mail-encode-encoded-word-string.
20484
20485         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20486         values which are surrounded with \"...\"; make it never cause a
20487         Lisp error; give up parsing of parameters if it failed in
20488         extracting type.
20489
20490 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20491
20492         * smime.el (smime-cert-by-ldap-1): Fix bug where
20493         `smime-ldap-search' returns results without userCertificates.
20494
20495 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20496
20497         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20498
20499 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20500
20501         * spam.el (spam-check-spamassassin-headers): Adapt format for
20502         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20503         <ari@mbf.ocn.ne.jp>.
20504         (spam-list-of-processors): Add spam-use-gmane.
20505
20506 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20507
20508         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20509         make-temp-file; make it work with XEmacs as well.
20510
20511         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20512         mm-make-temp-file.
20513
20514         * mm-decode.el (mm-display-external): Use the 3rd arg of
20515         mm-make-temp-file.
20516         (mm-create-image-xemacs): Ditto.
20517
20518 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20519
20520         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20521         with message-narrow-to-headers.
20522         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20523         (gnus-draft-check-draft-articles): New function.
20524         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20525
20526 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20527
20528         * gnus-art.el (gnus-article-browse-html-parts):
20529         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20530         Don't use suffix argument for mm-make-temp-file for Emacs 21
20531         compatibility.  Remove useless `format'.
20532
20533 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20534
20535         * nnweb.el (nnweb-google-wash-article): Update regexps.
20536         (nnweb-group-alist): Use defvoo instead of defvar.
20537
20538 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20539
20540         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20541         re-loading nn* modules.
20542
20543 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20544
20545         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20546         for `tool-bar-mode' and don't check it's default-value.
20547
20548         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20549
20550         * message.el (message-make-tool-bar): Ditto.
20551
20552         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20553         `substring'.  Shorten tmp-file name.
20554
20555         * gnus.el: Remove bogus comment.
20556
20557 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20558
20559         * gnus-art.el (gnus-article-browse-html-parts): New function.
20560         (gnus-article-browse-html-article): New function for viewing html
20561         articles with a browser.
20562
20563 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20564
20565         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20566         in elisp.
20567         (pgg-gpg-encrypt-symmetric-region): Ditto.
20568         (pgg-gpg-sign-region): Ditto.
20569
20570         * pgg-def.el (pgg-text-mode): New variable.
20571
20572         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20573         (mml2015-pgg-encrypt): Ditto.
20574
20575         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20576         (mml1991-pgg-encrypt): Ditto.
20577
20578 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20579
20580         * nnfolder.el (nnfolder-insert-newsgroup-line):
20581         Use message-make-date instead of current-time-string.
20582
20583         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20584         to gnus-decoded which mm-uu might set.
20585
20586 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20587
20588         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20589         don't decode quoted parameters; remove misimported Emacs code.
20590         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20591         (rfc2231-decode-encoded-string): Don't use split-string which
20592         behaves differently according to Emacs version; use
20593         mm-decode-coding-region to convert charset to coding-system.
20594         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20595         (rfc2231-encode-string): Remove misimported Emacs code.
20596
20597 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20598
20599         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20600         when calling mail-header-parse-content-type.
20601         (article-de-quoted-unreadable): Ditto.
20602         (article-de-base64-unreadable): Ditto.
20603         (article-wash-html): Ditto.
20604
20605         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20606         calling mail-header-parse-content-type and
20607         mail-header-parse-content-disposition.
20608         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20609         mail-header-parse-content-type.
20610
20611         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20612         insert charset and format parameters; encode description after
20613         inserting it to buffer.
20614         (mml-insert-parameter): Fold lines properly even if a parameter is
20615         segmented into two or more lines; change the max column to 76.
20616
20617         * rfc1843.el (rfc1843-decode-article-body): Don't use
20618         ignore-errors when calling mail-header-parse-content-type.
20619
20620         * rfc2231.el (rfc2231-parse-string): Return at least type if
20621         possible; don't cause an error even if it fails in parsing of
20622         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20623         (rfc2231-encode-string): Don't break lines at the beginning, leave
20624         it to mml-insert-parameter.
20625
20626         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20627         calling mail-header-parse-content-type.
20628
20629 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20630
20631         * spam-report.el (spam-report-gmane-use-article-number):
20632         Improve doc string.
20633         (spam-report-gmane-internal): Check if a suitable header was found
20634         in the article.
20635
20636 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20637
20638         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20639         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20640
20641 2006-02-05  Romain Francoise  <romain@orebokech.com>
20642
20643         Update copyright notices of all files in the gnus directory.
20644
20645 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20646
20647         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20648
20649 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20650
20651         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20652         segmented lines of parameter value to cope with Thunderbird 1.5
20653         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20654         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20655         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20656
20657 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20658
20659         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20660         parts.
20661
20662 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20663
20664         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20665         there's only one active file for all servers.
20666         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20667         solid groups.  Gnus might have used a FAST request to select the group.
20668         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20669         and nnweb-search redundantly in the active file.
20670         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20671         (nnweb-request-create-group): Don't use ARGS.
20672         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20673         initializations.  Let nnoo do the work.
20674
20675 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20676
20677         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20678         Say the part has been decoded.
20679
20680         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20681
20682 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20683
20684         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20685         mailcap-viewer-test-cache when there's no 'test clause, since that
20686         will invert the meaning of a "nil" test previously determined by
20687         mailcap-mailcap-entry-passes-test.
20688
20689 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20690
20691         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20692         compiling.
20693
20694         * gnus-sum.el: Ditto.
20695
20696         * message.el: Don't bind tool-bar-map when compiling.
20697
20698 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20699
20700         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20701
20702 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20703
20704         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20705         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20706         current Google Groups.
20707
20708 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20709
20710         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20711         and tool-bar-mode.
20712
20713         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20714         and tool-bar-mode.
20715
20716         * message.el (message-tool-bar-update): Simplify.
20717         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20718
20719         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20720         gnus-summary-buffer.
20721         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20722         gnus-summary-reply.
20723
20724         * gmm-utils.el (gmm): Add :version.
20725
20726 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20727
20728         * Makefile.in (clean): New rule.
20729         (distclean): Use it.
20730
20731 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20732
20733         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20734         Don't autoload.
20735
20736 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20737
20738         * gmm-utils.el (gmm-verbose): Add :group.
20739
20740 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20741
20742         * message.el: Change some comments WRT tool-bars.
20743
20744         * gnus-sum.el (gnus-summary-tool-bar)
20745         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20746         (gnus-summary-tool-bar-zap-list): New variables.
20747         (gnus-summary-make-tool-bar): Complete rewrite using
20748         `gmm-tool-bar-from-list'.
20749
20750         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20751         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20752         New variables.
20753         (gnus-group-make-tool-bar): Complete rewrite using
20754         `gmm-tool-bar-from-list'.
20755         (gnus-group-tool-bar-update): New function.
20756
20757         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20758
20759 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20760
20761         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20762         is dissected into a single part of which the type is the same as
20763         the given one; decode charset.
20764
20765 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20766
20767         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20768         into alists as symbol not string, since that's what
20769         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20770         look for.
20771
20772 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20773
20774         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20775         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20776
20777         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20778
20779 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20780
20781         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20782         (gnus-xmas-mime-security-button-menu): New function.
20783
20784         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20785         (gnus-mime-security-button-menu): New definition.
20786         (gnus-mime-security-button-map): Use them.
20787         (gnus-mime-security-button-menu): New function.
20788         (gnus-insert-mime-security-button): Addition to help echo.
20789         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20790         (gnus-mime-security-pipe-part): New functions.
20791
20792         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20793         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20794
20795         * mm-decode.el (mm-handle-set-disposition): Remove.
20796         (mm-handle-set-description): Remove.
20797
20798 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20799
20800         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20801         (mm-w3m-standalone-supports-m17n-p): New function.
20802         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20803         w3m usage.
20804
20805         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20806         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20807
20808 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20809
20810         * message.el (message-tool-bar-zap-list):
20811         Use gmm-tool-bar-zap-list as custom type.
20812         (message-tool-bar-update): New function.
20813         (message-tool-bar, message-tool-bar-gnome)
20814         (message-tool-bar-retro): Add message-tool-bar-update.
20815         (message-tool-bar-gnome): Add flyspell-buffer.
20816
20817         * gnus-util.el (gnus-error): Describe `args'.
20818
20819         * gmm-utils.el (gmm-error): Describe `args'.
20820         (gmm-tool-bar-zap-list): New widget.
20821         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20822
20823 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20824
20825         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20826         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20827         the number of recursive calls.
20828
20829         * mm-decode.el (mm-handle-set-disposition): New macro.
20830         (mm-handle-set-description): New macro.
20831
20832 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20833
20834         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20835         encoding.
20836
20837 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20838
20839         * message.el (message-tool-bar-zap-list, message-tool-bar)
20840         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20841         (message-tool-bar-local-item-from-menu): Remove.
20842         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20843         (message-make-tool-bar): New function.
20844         (message-mode): Use `message-make-tool-bar'.
20845
20846         * gmm-utils.el: New file.
20847         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20848         (gmm-lazy): New widget copied from `nnmail.el'.
20849         (gmm-tool-bar-from-list): New function for creating customizable
20850         tool bars.
20851         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20852         output.
20853         (gmm): Add :prefix to defgroup.
20854
20855 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20856
20857         * gmm-utils.el (gmm-widget-p): New function.
20858
20859 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20860
20861         * mml.el (mml-attach-file): Describe `description' in doc string.
20862         (mml-menu): Add Emacs MIME manual and PGG manual.
20863
20864 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20865
20866         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20867
20868 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20869
20870         * nntp.el (nntp-end-of-line): Doc fix.
20871
20872 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20873
20874         * imap.el (imap-open): Handle case where buffer is a buffer
20875         object.
20876
20877 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20878
20879         * gnus-delay.el (gnus-delay): Don't autoload.
20880         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20881         to be re-loaded when customizing the `gnus-delay' group.
20882
20883 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20884
20885         * message.el (message-insert-citation-line): Use newlines.
20886
20887 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20888
20889         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20890         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20891         these routines, so the passphrase can be managed externally and
20892         passed in to the system.
20893         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20894         pgg-add-passphrase-to-cache function.
20895
20896         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20897         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20898         these routines, so the passphrase can be managed externally and
20899         passed in to the system.
20900         (pgg-pgp5-sign-region): Use new name of
20901         pgg-add-passphrase-to-cache function.
20902
20903 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20904
20905         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20906         part of the decoded armor to find the key-identifier.
20907         (pgg-gpg-lookup-key-owner): New function to return the
20908         human-readable identifier of a key owner.
20909         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20910         itself.
20911         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20912         the key value) if we have a key and can match it against a secret
20913         key.  Also, added a note pointing out fact that the prompt only
20914         indicates the first matching key.
20915
20916         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20917         pgg-decrypt-region.
20918         (pgg-add-passphrase-to-cache): Rename from
20919         `pgg-add-passphrase-cache' to reduce confusion (all callers
20920         changed).
20921         (pgg-remove-passphrase-from-cache): Rename from
20922         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20923         changed).
20924         (pgg-read-passphrase, pgg-add-passphrase-cache)
20925         (pgg-remove-passphrase-cache): Add informative docstrings.
20926         (pgg-decrypt): Convey provided passphrase in subordinate call to
20927         pgg-decrypt-region.
20928
20929 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20930
20931         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20932         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20933         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20934         'passphrase' argument, so the passphrase can be managed externally
20935         and then passed in to the system.
20936
20937         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20938         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20939         so the passphrase cache can be used reliably with identifiers
20940         besides a pgp packet's key id.
20941
20942         * pgg-gpg.el (pgg-gpg-encrypt-region)
20943         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20944         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20945         these routines, so the passphrase can be managed externally and
20946         passed in to the system.
20947
20948         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20949         'notruncate' argument, so the passphrase cache can be used
20950         reliably with identifiers besides a pgp packet's key id.
20951
20952 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20953
20954         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20955         symmetric encryption.
20956         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20957         encrypted session key.
20958         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20959         message ask for the passphrase in a proper way.
20960
20961         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20962         New user commands for symmetric encryption.
20963
20964 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20965
20966         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20967
20968         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20969
20970 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20971
20972         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20973
20974 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20975
20976         * mm-decode.el (mm-inlined-types): Add application/pgp.
20977         (mm-automatic-display): Ditto.
20978
20979         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20980         part as text.
20981
20982 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20983
20984         * nnrss.el: Update copyright.
20985         (nnrss-opml-import): Query whether to subscribe to each entry.
20986
20987         * gnus-art.el:
20988         * gnus-sum.el:
20989         * gnus-xmas.el:
20990         * messagexmas.el:
20991         * mm-uu.el:
20992         * mm-view.el: Update copyright.
20993
20994 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20995
20996         * message.el (message-info): New function.
20997         (message-mode-menu): Add it.
20998         Update copyright.
20999
21000         * ChangeLog: Fix and update copyright.
21001
21002 2006-01-13  Romain Francoise  <romain@orebokech.com>
21003
21004         * message.el (message-forward-subject-name-subject): Prefer the
21005         address to 'nowhere' if the sender has no name.
21006         Fix typo.  Update copyright year.
21007
21008 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21009
21010         * gnus-art.el (article-wash-html):
21011         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21012         (gnus-article-wash-html-with-w3m-standalone): New function.
21013
21014         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21015         mm-inline-text-html-render-with-w3m-standalone.
21016         (mm-text-html-washer-alist): Map w3m-standalone to
21017         gnus-article-wash-html-with-w3m-standalone.
21018         (mm-inline-text-html-render-with-w3m-standalone): New function.
21019
21020 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21021
21022         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21023         Improve LaTeX.
21024
21025 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21026
21027         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21028         (nnrss-request-article): Render text/plain parts as HTML.
21029
21030         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21031         the buffer.
21032
21033 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21034
21035         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21036         custom definition of `gnus-posting-styles'.
21037
21038         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21039         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21040
21041 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21042
21043         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21044         Use nntp for bug archive.
21045
21046 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21047
21048         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21049         parts.
21050         (nnrss-normalize-date): New function converts ISO 8601 date into
21051         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21052         (nnrss-check-group): Use it.
21053
21054 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21055
21056         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21057
21058         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21059         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21060         (nnrss-insert-w3): Ditto.
21061
21062 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21063
21064         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21065         the articles to be forwarded including the case where neither a
21066         number of articles nor a region is specified.
21067
21068 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21069
21070         * nnrss.el (nnrss-request-article): Fix last change; fill
21071         text/plain parts.
21072
21073 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21074
21075         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21076         in text/plain part.
21077         (nnrss-check-group): Don't add excessive newline to dc:subject.
21078
21079 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21080
21081         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21082         article.
21083
21084 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21085
21086         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21087         (nnml-use-compressed-files, nnml-save-mail): Support other
21088         comression programs such as bzip2.
21089
21090 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21091
21092         * dns.el (query-dns): Make sure we check the buffer size before
21093         removing tcp headers.
21094
21095 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21096
21097         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21098         remove MIME buttons associated with multipart/alternative parts.
21099         (gnus-mime-display-alternative): Tag buttons using `article-type'
21100         text property.
21101
21102         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21103         associated with multipart/alternative parts.
21104
21105         * gnus-art.el (gnus-signature-separator): Fix custom type.
21106
21107         * mm-decode.el (mm-inlined-types): Fix custom type.
21108         (mm-keep-viewer-alive-types): Ditto.
21109         (mm-automatic-display): Ditto.
21110         (mm-attachment-override-types): Ditto.
21111         (mm-inline-override-types): Ditto.
21112         (mm-automatic-external-display): Ditto.
21113
21114 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21115
21116         * spam-report.el (spam-report-user-mail-address)
21117         (spam-report-user-agent): New variables.
21118         (spam-report-url-ping-plain): Use spam-report-user-agent.
21119
21120 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21121
21122         * gnus-art.el (gnus-button-handle-custom): Do not just use
21123         `customize-apropos' for any "M-x customize-*" button but the
21124         function called for.  Accept both the function name and its
21125         argument in order to achieve this.
21126         (gnus-button-alist): Remove support for "custom:" URL's.
21127         Pass function name to `gnus-button-handle-custom' in case of "M-x
21128         customize-*" buttons.
21129
21130 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21131
21132         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21133         multipart/alternative and add xref to mm-discouraged-alternatives
21134         in doc string.
21135
21136         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21137         gnus-buttonized-mime-types in doc string.
21138
21139 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21140
21141         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21142         Suggest image/.* in the doc string.
21143
21144 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21145
21146         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21147         message-marks (Debian bug#342521).
21148
21149 2005-12-12  Simon Josefsson  <jas@extundo.com>
21150
21151         * password.el (password-read-from-cache): Add.
21152         (password-read): Use it.
21153
21154 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21155
21156         * rfc2047.el (rfc2047-charset-to-coding-system):
21157         Recognize us-ascii as a MIME charset.
21158
21159         * mm-bodies.el (mm-decode-content-transfer-encoding):
21160         Protect against the case where the 2nd arg TYPE is nil.
21161
21162 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21163
21164         * pop3.el (pop3-stream-type): Fix custom version.
21165
21166         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21167
21168 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21169
21170         * mm-decode.el (mm-display-external): Add missing cdr.
21171
21172 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21173
21174         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21175         RFC1524) if it is in mailcap or add a suffix according to
21176         mailcap-mime-extensions when generating a temp filename; postpone
21177         deleting a temp file for 2 seconds for some wrappers, shell
21178         scripts, and so on, which might exit right after having started a
21179         viewer command as a background job.
21180
21181 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21182
21183         * nntp.el (nntp-marks-directory): Fix custom group.
21184
21185         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21186         steps when < 10.
21187
21188         * gnus-start.el (gnus-no-server-1):
21189         Mention `gnus-level-default-subscribed' in doc string.
21190
21191 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21192
21193         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21194         parens.
21195
21196 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21197
21198         * gnus-xmas.el (gnus-use-toolbar): Revert.
21199         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21200         gnus-use-toolbar is default.
21201
21202         * messagexmas.el (message-use-toolbar): Revert.
21203         (message-setup-toolbar): Use global default-toolbar if
21204         message-use-toolbar is default.
21205
21206 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21207
21208         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21209         according to default-toolbar-visible-p.
21210
21211         * messagexmas.el (message-use-toolbar): Ditto.
21212
21213 2005-11-26  Dave Love  <fx@gnu.org>
21214
21215         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21216         (tls-program, tls-success): Provide openssl alternative.
21217
21218         * starttls.el: Doc fixes.
21219         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21220         SERVICE to PORT.
21221
21222         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21223         port null or service name.
21224         (starttls-negotiate): Autoload.
21225
21226 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21227
21228         * message.el (message-kill-to-signature): Fix interactive spec.
21229
21230 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21231
21232         * pop3.el (pop3-open-server): Recognize a string as a service name.
21233
21234 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21235
21236         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21237
21238 2005-11-23  Dave Love  <fx@gnu.org>
21239
21240         Add pop3s, pop3/starttls.
21241
21242         * pop3.el (pop3-authentication-scheme): Clarify doc.
21243         (open-tls-stream, starttls-open-stream): Autoload.
21244         (pop3-stream-type): New.
21245         (pop3-open-server): Use it.
21246
21247         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21248         for POP.
21249         (mail-source-keyword-map): Add :stream for POP.
21250         (mail-source-fetch-pop): Use pop3-stream-type.
21251
21252 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21253
21254         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21255         of current-time-string.
21256
21257 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21258
21259         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21260         date header.
21261
21262 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21263
21264         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21265         it can seriously impact performance as it bypasses the agent's
21266         local caches.
21267
21268 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21269
21270         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21271         must be explicitly online rather than "not explicitly offline" for
21272         its flags to be synchronized.
21273
21274         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21275         that gnus-uu-unmark-thread will function correctly.
21276
21277         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21278         1024K is instead displayed as 1M.
21279
21280 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21281
21282         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21283
21284 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21285
21286         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21287
21288 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21289
21290         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21291         error message to display actual error condition.
21292         (gnus-agent-save-local): Avoid saving symbols that are bound to
21293         nil as they simply result in a warning message in
21294         gnus-agent-read-local.
21295
21296 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21297
21298         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21299         rather than make-variable-buffer-local for file-precious-flag.
21300
21301 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21302
21303         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21304         for duplicates which are removed.  The invalid sort check then
21305         triggers a rescan after the sort as sorting may have moved
21306         duplicate entries such that they can be cheaply detected.
21307
21308 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21309
21310         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21311
21312 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21313
21314         * gnus-agent.el (gnus-agent-article-alist-save-format):
21315         Change internal variable to a custom variable.  Change default value
21316         from compressed(2) to uncompressed(1).
21317         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21318         support for uncompressed agentview files.  Taken together, reading
21319         the agentview file should now be 6-7 times faster.
21320
21321 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21322
21323         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21324         as a buffer-local variable.  This avoids creating truncated
21325         dribble files as a result of a hang up, eg.
21326
21327 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21328
21329         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21330         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21331         XEmacs.
21332
21333 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21334
21335         * gnus-start.el (gnus-start-draft-setup):
21336         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21337
21338         * gnus.el (gnus-splash): Change custom group.
21339         (gnus-group-get-parameter, gnus-group-parameter-value):
21340         Describe allow-list argument.
21341
21342         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21343         string.
21344
21345 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21346
21347         * gnus-art.el (gnus-default-article-saver): Add user-defined
21348         `function' to custom type.
21349
21350 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21351
21352         * imap.el (imap-open): Handle case where buffer is a buffer
21353         object.
21354
21355 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21356
21357         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21358         long lines.
21359         (gnus-cache-delete-group): Wrap doc strings.
21360
21361         * gnus-agent.el (gnus-agent-rename-group)
21362         (gnus-agent-delete-group): Wrap doc strings.
21363
21364 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21365
21366         * messagexmas.el (message-use-toolbar): Change the valid values
21367         into default, top, bottom, left, and right.
21368         (message-toolbar-thickness): New variable.
21369         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21370         well.
21371         (message-setup-toolbar): Make it work.
21372
21373         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21374         (gnus-use-toolbar): Change the valid values into default, top,
21375         bottom, left, and right.
21376         (gnus-toolbar-thickness): New variable.
21377         (gnus-xmas-setup-toolbar): New function.
21378         (gnus-xmas-setup-group-toolbar): Use it.
21379         (gnus-xmas-setup-summary-toolbar): Use it.
21380
21381 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21382
21383         * gnus-start.el (gnus-1): Add "native" to
21384         gnus-predefined-server-alist.
21385
21386         * gnus.el (gnus-method-to-server): Don't add "native" to the
21387         lists here, because that leads to problems when
21388         gnus-select-method is bound.
21389
21390 2005-11-09  Simon Josefsson  <jas@extundo.com>
21391
21392         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21393         use (not sort-by-date) instead.
21394
21395 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21396
21397         * gnus-delay.el (gnus-delay-group): Don't autoload.
21398         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21399         to be re-loaded when customizing the `gnus-delay' group.
21400
21401 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21402
21403         * message.el: Revert last changes.
21404         (message-insert-citation-line): Use newlines.
21405
21406 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21407
21408         * message.el (message-courtesy-message)
21409         (message-mark-insert-begin, message-mark-insert-end)
21410         (message-elide-ellipsis, message-cancel-message)
21411         (message-add-header, message-change-subject)
21412         (message-cross-post-followup-to-header)
21413         (message-cross-post-insert-note, message-reduce-to-to-cc)
21414         (message-widen-reply, message-delete-not-region)
21415         (message-kill-to-signature, message-insert-signature)
21416         (message-insert-importance-high, message-insert-importance-low)
21417         (message-insert-or-toggle-importance)
21418         (message-insert-disposition-notification-to)
21419         (message-indent-citation, message-yank-original)
21420         (message-cite-original-without-signature, message-cite-original)
21421         (message-insert-citation-line, message-position-on-field)
21422         (message-fix-before-sending, message-send-mail-partially)
21423         (message-send-mail, message-send-mail-with-sendmail)
21424         (message-send-mail-with-qmail, message-send-news)
21425         (message-check-news-header-syntax, message-generate-headers)
21426         (message-insert-courtesy-copy, message-fill-address)
21427         (message-fill-header, message-shorten-references)
21428         (message-setup-1, message-cancel-news)
21429         (message-forward-make-body-plain, message-forward-make-body-mime)
21430         (message-forward-make-body-mml, message-encode-message-body)
21431         (message-forward-make-body-digest-plain)
21432         (message-forward-make-body-digest-mime)
21433         (message-use-alternative-email-as-from): Insert `hard-newline'
21434         instead of ordinary newlines.
21435
21436 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21437
21438         * message.el (message-generate-headers): Downcase the argument
21439         given to message-check-element.
21440
21441 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21442
21443         * nntp.el (nntp-authinfo-rejected): New error condition.
21444         (nntp-wait-for): Use new error condition to signal authentication
21445         error.
21446         (nntp-retrieve-data): Rethrow new error condition to break out of
21447         recursive call to nntp-send-authinfo.
21448
21449 2005-11-08  Romain Francoise  <romain@orebokech.com>
21450
21451         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21452         (gnus-summary-exit-map): Bind to `Z p'.
21453         (gnus-summary-make-menu-bar): Add menu item.
21454
21455 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21456
21457         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21458         (gnus-treat-*): Add `first' in all doc strings.
21459
21460         * gnus-group.el (gnus-group-compact-group): Fix typo.
21461
21462 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21463
21464         * gnus.el (gnus-parameters-case-fold-search): New variable.
21465         (gnus-parameters-get-parameter): Use it.
21466
21467         * gnus-score.el (gnus-home-score-file): Doc fix.
21468
21469 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21470
21471         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21472
21473 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21474
21475         * mm-util.el (mm-special-display-p): New function.
21476
21477         * mml.el (mml-preview): Use it; doc fix.
21478
21479 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21480
21481         * imap.el (imap-open): Handle case where buffer is a buffer object.
21482
21483 2005-10-29  Romain Francoise  <romain@orebokech.com>
21484
21485         * message.el (message-fix-before-sending): Fix comment.
21486
21487 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21488
21489         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21490
21491 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21492
21493         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21494         Used in gnus-score.el.
21495
21496 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21497
21498         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21499
21500 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21501
21502         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21503         whitespace removed in revision 7.8.  Use concatenated string to
21504         protect trailing whitespace.
21505
21506 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21507
21508         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21509         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21510         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21511         Courier IMAP ("some version from 2004").  Mostly based on similar
21512         code in the same function.
21513
21514 2005-10-26  Didier Verna  <didier@xemacs.org>
21515
21516         * gnus-group.el (gnus-group-compact-group): Invalidate original
21517         article buffer.
21518         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21519         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21520         NOV database and in article itself.
21521         Invalidate article backlog.
21522
21523 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21524
21525         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21526
21527 2005-10-26  Simon Josefsson  <jas@extundo.com>
21528
21529         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21530         part of 2004-07-25 change.
21531
21532 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21533
21534         * message.el (message-display-completion-list): New function.
21535         (message-expand-group): Use it; make sure the Completions buffer
21536         is modifiable.
21537 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21538
21539         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21540         user-mail-name is an empty string.
21541
21542 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21543
21544         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21545         depending on gnus-score-decay-constant.
21546
21547         * encrypt.el (encrypt-insert-file-contents)
21548         (encrypt-write-file-contents): Don't use `gnus-message'.
21549
21550         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21551         arguments.
21552         (mm-uu-type-alist): Add message-marks and insert-marks.
21553         Pass arguments to mm-uu-verbatim-marks-extract.
21554         (mm-uu-hide-markers): New variable.
21555         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21556
21557         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21558         (gnus-convert-image-to-face-command): Use "convert" by default to
21559         allow other input image formats.
21560         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21561         accordingly.
21562
21563 2005-10-23  Simon Josefsson  <jas@extundo.com>
21564
21565         * imap.el (imap-gssapi-program): Align command line parameters
21566         with latest GNU SASL.
21567         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21568
21569 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21570
21571         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21572         HTML.
21573         (nnslashdot-request-article): Ditto.
21574
21575         * lpath.el (featurep): Add nobreak-char-display.
21576
21577 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21578
21579         * mail-source.el (mail-source-fetch-pop): Require pop3.
21580         (mail-source-check-pop): Ditto.
21581
21582 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21583
21584         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21585         errors.
21586
21587 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21588
21589         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21590         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21591
21592         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21593
21594         * mm-bodies.el (mm-decode-string):
21595         Call `mm-charset-to-coding-system' with allow-override argument.
21596
21597 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21598
21599         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21600         (rfc2047-charset-to-coding-system): New function.
21601         (rfc2047-decode-encoded-words): New function.
21602         (rfc2047-decode-region): Use them.
21603         (rfc2047-decode-cte): Remove.
21604         (rfc2047-parse-and-decode): Remove.
21605         (rfc2047-decode): Remove.
21606
21607 2005-10-15  Kenichi Handa  <handa@m17n.org>
21608
21609         * rfc2047.el (rfc2047-decode-cte): New function.
21610         (rfc2047-decode-region): Change the way to decode successive
21611         encoded-words: decode B- or Q-encoding in each encoded-word,
21612         concatenate them, and decode it as charset.
21613
21614 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21615
21616         * lpath.el: Fbind codepage-setup for XEmacs.
21617
21618 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21619
21620         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21621         widget-move-and-invoke.
21622         (gnus-custom-mode): Use gnus-custom-map.
21623
21624 2005-10-15  Bill Wohler  <wohler@newt.com>
21625
21626         * message.el (message-tool-bar-map): Rename image file from
21627         mail_send to mail/send.
21628
21629 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21630
21631         * message.el (message-expand-group): Pass the common
21632         prefix substring of completion to `display-completion-list'.
21633
21634 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21635
21636         * mml-sec.el (mml-secure-method): New internal variable.
21637         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21638         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21639         New functions using mml-secure-method.
21640
21641         * mml.el (mml-mode-map): Add key bindings for those functions.
21642         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21643         Harder <harder@myrealbox.com>.
21644         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21645         Goto end of message if point is the headers of the message.
21646
21647         * message.el (message-in-body-p): New function.
21648
21649         * assistant.el: Autoload gnus-util and netrc.
21650
21651         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21652         Use `mm-charset-override-alist' only when decoding.
21653
21654         * mm-bodies.el (mm-decode-body):
21655         Call `mm-charset-to-coding-system' with allow-override argument.
21656
21657         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21658         `filename' from Content-Disposition if Content-Type doesn't
21659         provide `name'.
21660         (gnus-mime-view-part-as-type): Set default instead of
21661         initial-input.
21662
21663 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21664
21665         * format-spec.el (format-spec): Propagate text properties of % spec.
21666
21667 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21668
21669         * gnus-art.el (gnus-treat-predicate): Add `first'.
21670
21671 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21672
21673         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21674         (mm-charset-override-alist): New variable.
21675         (mm-charset-to-coding-system): Use it.
21676         (mm-codepage-setup): New helper function.
21677         (mm-charset-eval-alist): New variable.
21678         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21679         Warn about unknown charsets.
21680
21681         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21682
21683 2005-10-04  David Hansen  <david.hansen@gmx.net>
21684
21685         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21686         (nnrss-check-group): Ditto.
21687
21688 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21689
21690         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21691         Rename x-gnus-verbatim to x-verbatim.
21692         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21693
21694         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21695         x-verbatim.
21696
21697         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21698
21699         * gnus-util.el (gnus-remove-duplicates): Remove.
21700
21701         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21702         instead of gnus-remove-duplicates.
21703
21704         * message.el (message-remove-duplicates): Remove.
21705         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21706         message-remove-duplicates.
21707
21708         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21709         available, else use implementation from `delete-dups'.
21710
21711         * message.el (message-insert-expires): New function.
21712         (message-mode-map): Add key binding.
21713         (message-mode-field-menu): Add menu entry.
21714         (message-mode): Document it.
21715         (message-make-expires-date): Use `message-make-date'.
21716
21717 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21718
21719         * message.el (message-make-expires-date): New function.
21720
21721 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21722
21723         * Makefile.in (list-installed-shadows): New entry.
21724         (install): Use it.
21725         (remove-installed-shadows): New entry.
21726
21727         * dgnushack.el (dgnushack-default-load-path): New variable.
21728         (dgnushack-find-lisp-shadows): New function.
21729         (dgnushack-remove-lisp-shadows): New function.
21730
21731 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21732
21733         * Makefile.in (install-el-elc): New entry.
21734         (install): Use it so that .el files are necessarily installed.
21735
21736 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21737
21738         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21739
21740 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21741
21742         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21743         function rather than the diff-mode.el package.
21744         (mm-display-external): Use with-current-buffer.
21745         (mm-viewer-completion-map, mm-viewer-completion-map):
21746         Move initialization inside declaration.
21747
21748 2005-09-29  Simon Josefsson  <jas@extundo.com>
21749
21750         * spam.el: Load hashcash when compiling, to avoid warnings.
21751         Don't autoload mail-check-payment.
21752         (spam-check-hashcash): Define unconditionally, since hashcash.el
21753         is part of Gnus now.  Ignore errors from payment checking.
21754
21755 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21756
21757         * message.el (message-bold-region, message-unbold-region):
21758         Rename from `bold-region' and `unbold-region'.
21759
21760         * message.el: Remove useless autoloads.
21761
21762 2005-09-28  Simon Josefsson  <jas@extundo.com>
21763
21764         * message.el (message-use-idna): Default to t.
21765         (message-use-idna): Test whether encoding works too.  Doc fix.
21766
21767 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21768
21769         * nntp.el (nntp-warn-about-losing-connection): Remove.
21770
21771 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21772
21773         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21774         customizable.  Change default value.
21775         (mm-uu-diff-groups-regexp): Change default value.
21776         (mm-uu-type-alist): Add doc string.
21777         (mm-uu-configure): Add doc string.  Make it interactive.
21778         (mm-uu-tex-groups-regexp): New variable.
21779         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21780         (mm-uu-type-alist): Add LaTeX documents.
21781         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21782         of "text/verbatim".
21783         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21784
21785         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21786         instead of "text/verbatim".
21787
21788         * message.el (message-mark-inserted-region)
21789         (message-mark-insert-file): Use slrn style marks when called with
21790         prefix argument.
21791
21792 2005-09-27  Simon Josefsson  <jas@extundo.com>
21793
21794         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21795
21796 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21797
21798         * message.el (message-remove-duplicates): New function.
21799         Implementation borrowed from `gnus-remove-duplicates'.
21800         (message-idna-to-ascii-rhs): Also encode idna addresses in
21801         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21802         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21803         only ask about the same idna domain once per header and also tell
21804         in what header to replace the idna domain.
21805
21806         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21807         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21808         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21809         a header is decoded and not just the last one.
21810
21811 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21812
21813         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21814         has been decoded.
21815
21816         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21817         (mm-insert-part): Don't modify text if it has been decoded.
21818
21819         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21820         decoded.
21821
21822         * mm-view.el (mm-inline-text): Don't strip text props unless
21823         decoding enriched or richtext parts.
21824
21825 2005-09-25  Romain Francoise  <romain@orebokech.com>
21826
21827         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21828         * gnus-start.el (gnus-subscribe-interactively):
21829         * gnus-uu.el (gnus-uu-grab-articles):
21830         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21831         space.
21832
21833 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21834
21835         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21836         * mm-view.el (mm-view-pkcs7-decrypt):
21837         * gnus-sum.el (gnus-summary-limit-to-extra)
21838         (gnus-summary-respool-article, gnus-read-move-group-name):
21839         * gnus-score.el (gnus-summary-increase-score):
21840         * gnus-util.el (gnus-completing-read-with-default):
21841         * gnus-art.el (gnus-read-save-file-name)
21842         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21843         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21844         * message.el (message-check-news-header-syntax):
21845         Follow convention for reading with the minibuffer.
21846
21847 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21848
21849         * spam-report.el (spam-report-url-ping-plain):
21850         Use gnus-extended-version as User-Agent.
21851
21852         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21853         default value is nil.
21854
21855         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21856         (mm-uu-verbatim-marks-extract): New function.
21857         (mm-uu-extract): New face.
21858         (mm-uu-copy-to-buffer): Use it.
21859
21860         * spam-report.el (spam-report-gmane-ham): Rename from
21861         `spam-report-gmane-unspam'.
21862         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21863         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21864
21865         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21866         Autoload.
21867         (spam-report-gmane-unregister-routine):
21868         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21869
21870 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21871
21872         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21873         (spam-report-gmane-unregister-routine): Add support for gmane
21874         unregistration.
21875
21876         * spam-report.el (spam-report-gmane-unspam)
21877         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21878         (spam-report-gmane): Change to take a single article and do unspam
21879         registration.
21880
21881 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21882
21883         * mm-url.el (mm-url-decode-entities): Fix regexp.
21884
21885 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21886
21887         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21888         default to nil, to be able to use Gnus at all.  If the default
21889         switches to something else, then the function should be fixed not
21890         be exceedingly slow.
21891
21892 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21893
21894         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21895         fail hard.
21896
21897         * spam-report.el: Add better Keywords line.
21898
21899         * spam.el: Add Maintainer and better Keywords line.
21900
21901 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21902
21903         * gnus-art.el (gnus-article-replace-part)
21904         (gnus-mime-replace-part): New functions.
21905         (gnus-mime-action-alist, gnus-mime-button-commands)
21906         (gnus-mime-save-part-and-strip): Add file argument.
21907         (gnus-article-part-wrapper): Add interactive argument.
21908
21909         * gnus-sum.el (gnus-summary-mime-map):
21910         Add `gnus-article-replace-part'.
21911
21912 2005-09-19  Didier Verna  <didier@xemacs.org>
21913
21914         The nnml compaction feature:
21915         * nnml.el (nnml-request-compact-group): New function.
21916         * nnml.el (nnml-request-compact): New function.
21917         * gnus-int.el (gnus-request-compact-group): New function.
21918         * gnus-int.el (gnus-request-compact): New function.
21919         * gnus-group.el (gnus-group-compact-group): New function.
21920         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21921         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21922         * gnus-srvr.el (gnus-server-compact-server): New function.
21923         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21924         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21925
21926 2005-09-18  Deepak Goel  <deego@gnufans.org>
21927
21928         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21929         format spec.
21930
21931 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21932
21933         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21934
21935 2005-09-15  Romain Francoise  <romain@orebokech.com>
21936
21937         * message.el (message-fill-paragraph): Clarify docstring.
21938
21939 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21940
21941         * gnus-art.el (gnus-mime-display-part): Protect against broken
21942         MIME messages.
21943
21944 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21945
21946         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21947         before parsing header.
21948
21949 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21950
21951         * html2text.el (html2text-replace-list): Add new entities.
21952
21953 2005-09-11  Romain Francoise  <romain@orebokech.com>
21954
21955         * message.el (message-alternative-emails): Improve docstring.
21956         (message-setup-1): Call `message-use-alternative-email-as-from'
21957         after `message-setup-hook' to give it precedence over posting
21958         styles, etc.
21959         (message-use-alternative-email-as-from): Add docstring.
21960         Remove the original From header if present.
21961
21962         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21963         (nnml-save-mail): Use it.
21964
21965         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21966         articles.  Add new argument `silent'.
21967         (gnus-uu-mark-all): Report the total number of marked articles.
21968
21969 2005-09-10  Romain Francoise  <romain@orebokech.com>
21970
21971         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21972         (gnus-uu-mark-series): Likewise.
21973
21974 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21975
21976         * spam-report.el (spam-report-gmane): Fix generation of spam
21977         report URL.
21978
21979 2005-09-10  Simon Josefsson  <jas@extundo.com>
21980
21981         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21982         t, based on discussion on the ding list with Robert Epprecht
21983         <epprecht@solnet.ch>.
21984
21985 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21986
21987         * spam-report.el (spam-report-gmane): Make it work without
21988         X-Report-Spam header.  Gmane now only provides Archived-At.
21989         This is only used if `spam-report-gmane-use-article-number' is nil.
21990         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21991
21992         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21993         make `gnus-summary-sort-by-recipient' work with threading.
21994
21995         * nnweb.el (nnweb-google-wash-article): Print a message if article
21996         is not available.
21997
21998 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21999
22000         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22001         change.  Decode text/* parts content before displaying.
22002
22003 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22004
22005         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22006
22007 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22008
22009         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22010
22011         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22012         url-package-name, url-package-version,
22013         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22014         w3m-display-inline-images, and w3m-minor-mode-map.
22015
22016 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22017
22018         * message.el (message-tab-body-function): Fix mismatched custom type.
22019
22020         * gnus.el (gnus-group-change-level-function): Ditto.
22021
22022         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22023
22024         * gnus-art.el (gnus-signature-limit)
22025         (gnus-article-mime-part-function): Ditto.
22026
22027 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22028
22029         * mml.el (mml-mode): Silence the byte compiler.
22030
22031         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22032         using `(sit-for 0)' before moving the point to the specified part;
22033         skip unbuttonized parts.
22034         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22035         return to the summary window if gnus-auto-select-part is non-nil.
22036
22037 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22038
22039         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22040         New variables.
22041         (mml-dnd-attach-file, mml-mode): Use them.
22042
22043         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22044         Make fetching article by MID work again for Google Groups.
22045         Add FIXME concerning gnus-group-make-web-group.
22046
22047         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22048         Don't depend on Gnus by using mail-extract-address-components if
22049         gnus-extract-address-components is not bound.
22050
22051 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22052
22053         * gnus-art.el (gnus-mime-display-security): Don't display the
22054         signature, but only the signed part.
22055
22056 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22057
22058         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22059
22060         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22061         list, not listp.
22062
22063 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22064
22065         * mm-encode.el (mm-encode-content-transfer-encoding):
22066         Likewise when encoding.
22067
22068         * mm-bodies.el (mm-decode-content-transfer-encoding):
22069         De-canonicalize CRLF for all text content types, not just
22070         text/plain.
22071
22072 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22073
22074         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22075         valid article; point arrow and cursor at the MIME button.
22076
22077 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22078
22079         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22080         Suggested by Dan Christensen <jdc@uwo.ca>.
22081
22082         * mm-decode.el (mm-save-part): Enable change of prompt.
22083
22084 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22085
22086         * gnus-msg.el (gnus-inews-add-send-actions):
22087         Make `message-post-method' lambda parameter ARG `&optional'.
22088
22089 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22090
22091         * gnus-sum.el (gnus-summary-mime-map):
22092         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22093         gnus-article-jump-to-part.
22094
22095         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22096         (gnus-article-edit-part): Use it.
22097         (gnus-article-part-wrapper): Add no-handle argument.
22098         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22099         New functions.
22100
22101 2005-08-29  Romain Francoise  <romain@orebokech.com>
22102
22103         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22104         docstring.
22105         (gnus-face-from-file): Likewise.
22106
22107 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22108
22109         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22110         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22111         non-nil.
22112         (gnus-auto-select-part): New variable.
22113         (gnus-article-jump-to-part): New function.
22114         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22115         (gnus-mime-delete-part): Allow selecting specified part after
22116         deleting or stripping parts.
22117         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22118         part if argument is bogus.
22119
22120 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22121
22122         * gnus-art.el (w3m-minor-mode-map):
22123         * gnus-spec.el (gnus-newsrc-file-version):
22124         * gnus-util.el (nnmail-active-file-coding-system)
22125         (gnus-original-article-buffer, gnus-user-agent):
22126         * gnus.el (gnus-ham-process-destinations)
22127         (gnus-parameter-ham-marks-alist)
22128         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22129         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22130         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22131         * mm-decode.el (gnus-current-window-configuration):
22132         * mm-extern.el (gnus-article-mime-handles):
22133         * mm-url.el (url-current-object, url-package-name)
22134         (url-package-version):
22135         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22136         (smime-keys, w3m-cid-retrieve-function-alist)
22137         (w3m-current-buffer, w3m-display-inline-images)
22138         (w3m-minor-mode-map):
22139         * mml-smime.el (gnus-extract-address-components):
22140         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22141         (gnus-newsrc-hashtb, message-default-charset)
22142         (message-deletable-headers, message-options)
22143         (message-posting-charset, message-required-mail-headers)
22144         (message-required-news-headers):
22145         * mml1991.el (mc-pgp-always-sign):
22146         * mml2015.el (mc-pgp-always-sign):
22147         * nnheader.el (nnmail-extra-headers):
22148         * rfc1843.el (gnus-decode-encoded-word-function)
22149         (gnus-decode-header-function, gnus-newsgroup-name):
22150         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22151
22152 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22153
22154         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22155         the end of the date treatments.
22156
22157 2005-08-15  Simon Josefsson  <jas@extundo.com>
22158
22159         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22160         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22161         Capello and Romain Francoise.
22162         (pgg-fetch-key-function): Remove, not used?
22163         (pgg-insert-url-with-w3): Require url, to get
22164         url-insert-file-contents regardless of where it is defined.
22165
22166 2005-08-13  Romain Francoise  <romain@orebokech.com>
22167
22168         * message.el (message-cite-original-1): New function.
22169         (message-cite-original): Use it.
22170         (message-cite-original-without-signature): Ditto.
22171
22172 2005-08-08  Romain Francoise  <romain@orebokech.com>
22173
22174         * message.el (message-yank-empty-prefix): New variable.
22175         (message-indent-citation): Use it.
22176         (message-cite-original-without-signature): Respect X-No-Archive.
22177
22178 2005-08-08  Simon Josefsson  <jas@extundo.com>
22179
22180         * pgg.el: Autoload url-insert-file-contents instead of loading
22181         w3/url.
22182         (pgg-insert-url-with-w3): Don't load url here.
22183
22184 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22185
22186         * message.el (message-kill-to-signature): Don't insert newline at
22187         bol.
22188         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22189
22190 2005-08-06  Romain Francoise  <romain@orebokech.com>
22191
22192         * message.el (message-user-fqdn): Fix typo in docstring.
22193
22194 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22195
22196         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22197
22198         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22199
22200 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22201
22202         * mm-bodies.el (mm-encode-body): Use coding system rather than
22203         charset to encode text.
22204
22205         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22206         number of charsets if utf-8 is available (XEmacs).
22207
22208 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22209
22210         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22211         taken from `gnus-button-mid-or-mail-regexp'.
22212         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22213         (gnus-button-alist): Improve regexp for domain part of the MIDs
22214         for news:localpart@domain buttons.
22215         (gnus-button-ctan-directory-regexp): Update.
22216
22217 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22218
22219         * sieve-manage.el (sieve-manage-interactive-login):
22220         Use make-local-variable rather than make-variable-buffer-local.
22221         (sieve-manage-open): Ditto.
22222         (sieve-manage-authenticate): Ditto.
22223
22224         * mml.el (mml-generate-mime-1): Make the content type default to
22225         text/plain if the filename is not specified.
22226
22227 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22228
22229         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22230         instead of insert-buffer.
22231
22232         * message.el (message-yank-original): Ditto; set the mark at the
22233         end of the yanked message.
22234
22235 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22236
22237         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22238         lines to scroll rather than to stop it.
22239
22240         * mml.el (mml-generate-default-type): Add doc string.
22241         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22242         default to application/octet-stream when determining the content
22243         type if it is not specified for the part or the mml contents; add
22244         a comment about mml-generate-default-type.
22245
22246 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22247
22248         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22249         make it default to application/octet-stream when determining the
22250         content type if it is not specified for the external contents.
22251
22252 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22253
22254         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22255         segmented parameter but also other parameters might be there.
22256
22257 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22258
22259         * mm-decode.el (mm-display-external): Delete temp file, directory
22260         and buffer immediately if the external process is exited.
22261
22262 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22263
22264         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22265         fewer lines than that of scroll-margin.
22266         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22267
22268 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22269
22270         * gnus-art.el (gnus-article-next-page): Revert.
22271         (gnus-article-beginning-of-window): New macro.
22272         (gnus-article-next-page-1): Use it.
22273         (gnus-article-prev-page): Ditto.
22274         (gnus-article-edit-part): Use insert-buffer-substring instead of
22275         insert-buffer.
22276         (gnus-article-edit-exit): Ditto.
22277
22278         * gnus-util.el (gnus-beginning-of-window): Remove.
22279         (gnus-end-of-window): Remove.
22280
22281         * lpath.el: Don't bind header-line-format and scroll-margin.
22282
22283 2005-07-25  Simon Josefsson  <jas@extundo.com>
22284
22285         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22286         to have the url package without w3.  Reported by Daiki Ueno
22287         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22288
22289 2005-07-20  Didier Verna  <didier@xemacs.org>
22290
22291         * gnus-diary.el: Remove the description comment (nndiary is now
22292         properly documented in the Gnus manual).
22293         Fix the spelling of "Back End".
22294         * nndiary.el: Ditto.
22295         Fix the copyright notice.
22296
22297 2005-07-18  Romain Francoise  <romain@orebokech.com>
22298
22299         * gnus-sum.el (gnus-summary-to-prefix)
22300         (gnus-summary-newsgroup-prefix): New variables.
22301         (gnus-summary-from-or-to-or-newsgroups): Use them.
22302
22303 2005-07-17  Romain Francoise  <romain@orebokech.com>
22304
22305         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22306         space as it's generally not especially interesting to the user.
22307
22308 2005-07-16  Romain Francoise  <romain@orebokech.com>
22309
22310         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22311         nil to avoid prompting and file modification if one of the
22312         messages at the top of the nnfolder file contains a copyright
22313         notice.
22314         Update copyright notice.
22315
22316         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22317         instead of `current-time-string' as the latter creates a time
22318         string that is not RFC 2822 compliant (it lacks the zone).
22319         Update copyright notice.
22320
22321 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22322
22323         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22324         for text/rtf.  Display default in prompt.  Pass default for M-n.
22325
22326         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22327
22328 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22329
22330         * gnus-msg.el (gnus-button-mailto):
22331         Remove save-selected-window-window hackery because it relies on
22332         save-selected-window internals.
22333
22334 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22335
22336         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22337         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22338         (gnus-article-prev-page): Ditto.
22339
22340         * gnus-util.el (gnus-beginning-of-window): New function.
22341         (gnus-end-of-window): New function.
22342
22343         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22344
22345 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22346
22347         * gnus-score.el (gnus-score-edit-all-score):
22348         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22349         gnus-message.
22350
22351 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22352
22353         * gnus-msg.el (gnus-button-mailto):
22354         Remove save-selected-window-window hackery because it relies on
22355         save-selected-window internals.
22356
22357 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22358
22359         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22360         add-minor-mode.
22361         (gnus-binary-mode): Ditto.
22362
22363         * gnus-topic.el (gnus-topic-mode): Ditto.
22364
22365 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22366
22367         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22368         (gnus-article-prev-page): Take scroll-margin into consideration.
22369
22370 2005-07-04  Lute Kamstra  <lute@gnu.org>
22371
22372         Update FSF's address in GPL notices.
22373
22374 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22375
22376         * gnus.el (gnus-exit):
22377         * gnus-group.el (gnus-group-icons):
22378         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22379
22380         * gnus-nocem.el (gnus-nocem):
22381         * message.el (message-various, message-buffers, message-sending)
22382         (message-interface, message-forwarding, message-insertion)
22383         (message-headers, message-news, message-mail):
22384         * pgg-gpg.el (pgg-gpg):
22385         * pgg-parse.el (pgg-parse):
22386         * pgg-pgp.el (pgg-pgp):
22387         * pgg-pgp5.el (pgg-pgp5):
22388         * pop3.el (pop3): Finish `defgroup' description with period.
22389
22390 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22391
22392         * gnus-art.el (article-display-face): Improve the efficiency.
22393         (article-display-x-face): Ditto; remove gray x-face stuff.
22394
22395 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22396
22397         * gnus-art.el (article-display-face): Correct the position in
22398         which Faces are inserted.
22399
22400 2005-06-29  Didier Verna  <didier@xemacs.org>
22401
22402         * gnus-art.el (article-display-face): Display faces in correct
22403         order.
22404
22405 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22406
22407         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22408         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22409         (gnus-nocem-check-article): Fetch the Type header.
22410         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22411         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22412         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22413         make sure gnus-nocem-hashtb is initialized.
22414         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22415         (gnus-nocem-unwanted-article-p): Ditto.
22416
22417         * pgg.el (pgg-verify): Return the verification result.
22418
22419 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22420
22421         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22422         is ascii.
22423
22424 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22425
22426         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22427         `show-nonbreak-escape'.
22428
22429 2005-06-23  Lute Kamstra  <lute@gnu.org>
22430
22431         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22432
22433         * dig.el (dig-mode):
22434         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22435
22436 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22437
22438         * nnimap.el (nnimap-split-download-body): Fix spellings.
22439
22440 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22441
22442         * gnus-art.el (gnus-article-encrypt-body):
22443         * gnus-cus.el (gnus-score-customize):
22444         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22445         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22446
22447 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22448
22449         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22450         header by looking for magic "MII" at the beginning.
22451
22452 2005-06-16  Miles Bader  <miles@gnu.org>
22453
22454         * gnus-xmas.el (gnus-xmas-group-startup-message):
22455         Use renamed gnus-splash face.
22456
22457         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22458         (assistant-field-face): New backward-compatibility alias for renamed
22459         face.
22460         (assistant-render-text): Use renamed assistant-field face.
22461
22462         * spam.el (spam): Remove "-face" suffix from face name.
22463         (spam-face): New backward-compatibility alias for renamed face.
22464         (spam-face, spam-initialize): Use renamed spam face.
22465
22466         * message.el (message-header-to, message-header-cc)
22467         (message-header-subject, message-header-newsgroups)
22468         (message-header-other, message-header-name)
22469         (message-header-xheader, message-separator, message-cited-text)
22470         (message-mml): Remove "-face" suffix from face names.
22471         (message-header-to-face, message-header-cc-face)
22472         (message-header-subject-face, message-header-newsgroups-face)
22473         (message-header-other-face, message-header-name-face)
22474         (message-header-xheader-face, message-separator-face)
22475         (message-cited-text-face, message-mml-face):
22476         New backward-compatibility aliases for renamed faces.
22477         (message-font-lock-keywords): Use renamed message faces.
22478
22479         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22480         (sieve-test-commands, sieve-tagged-arguments):
22481         Remove "-face" suffix from face names.
22482         (sieve-control-commands-face, sieve-action-commands-face)
22483         (sieve-test-commands-face, sieve-tagged-arguments-face):
22484         New backward-compatibility aliases for renamed faces.
22485         (sieve-control-commands-face, sieve-action-commands-face)
22486         (sieve-test-commands-face, sieve-tagged-arguments-face):
22487         Use renamed sieve faces.
22488
22489         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22490         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22491         (gnus-group-news-3-empty, gnus-group-news-4)
22492         (gnus-group-news-4-empty, gnus-group-news-5)
22493         (gnus-group-news-5-empty, gnus-group-news-6)
22494         (gnus-group-news-6-empty, gnus-group-news-low)
22495         (gnus-group-news-low-empty, gnus-group-mail-1)
22496         (gnus-group-mail-1-empty, gnus-group-mail-2)
22497         (gnus-group-mail-2-empty, gnus-group-mail-3)
22498         (gnus-group-mail-3-empty, gnus-group-mail-low)
22499         (gnus-group-mail-low-empty, gnus-summary-selected)
22500         (gnus-summary-cancelled, gnus-summary-high-ticked)
22501         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22502         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22503         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22504         (gnus-summary-low-undownloaded)
22505         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22506         (gnus-summary-low-unread, gnus-summary-normal-unread)
22507         (gnus-summary-high-read, gnus-summary-low-read)
22508         (gnus-summary-normal-read, gnus-splash):
22509         Remove "-face" suffix from face names.
22510         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22511         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22512         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22513         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22514         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22515         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22516         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22517         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22518         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22519         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22520         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22521         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22522         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22523         (gnus-summary-normal-ticked-face)
22524         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22525         (gnus-summary-normal-ancient-face)
22526         (gnus-summary-high-undownloaded-face)
22527         (gnus-summary-low-undownloaded-face)
22528         (gnus-summary-normal-undownloaded-face)
22529         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22530         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22531         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22532         (gnus-splash-face):
22533         New backward-compatibility aliases for renamed faces.
22534         (gnus-group-startup-message): Use renamed gnus faces.
22535
22536         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22537         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22538         (gnus-server-agent): Remove "-face" suffix from face names.
22539         (gnus-server-agent-face, gnus-server-opened-face)
22540         (gnus-server-closed-face, gnus-server-denied-face)
22541         (gnus-server-offline-face):
22542         New backward-compatibility aliases for renamed faces.
22543         (gnus-server-agent-face, gnus-server-opened-face)
22544         (gnus-server-closed-face, gnus-server-denied-face)
22545         (gnus-server-offline-face): Use renamed gnus faces.
22546
22547         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22548         Remove "-face" suffix from face names.
22549         (gnus-picon-xbm-face, gnus-picon-face):
22550         New backward-compatibility aliases for renamed faces.
22551
22552         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22553         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22554         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22555         (gnus-cite-11): Remove "-face" suffix from face names.
22556         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22557         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22558         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22559         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22560         New backward-compatibility aliases for renamed faces.
22561         (gnus-cite-attribution-face, gnus-cite-face-list)
22562         (gnus-article-boring-faces): Use renamed gnus faces.
22563
22564         * gnus-art.el (gnus-signature, gnus-header-from)
22565         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22566         (gnus-header-content): Remove "-face" suffix from face names.
22567         (gnus-signature-face, gnus-header-from-face)
22568         (gnus-header-subject-face, gnus-header-newsgroups-face)
22569         (gnus-header-name-face, gnus-header-content-face):
22570         New backward-compatibility aliases for renamed faces.
22571         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22572
22573         * gnus-sum.el (gnus-summary-selected-face)
22574         (gnus-summary-highlight): Use renamed gnus faces.
22575         * gnus-group.el (gnus-group-highlight): Likewise.
22576
22577 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22578
22579         * gnus-sieve.el (gnus-sieve-article-add-rule):
22580         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22581         * spam-stat.el (spam-stat-buffer-change-to-spam)
22582         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22583
22584         * message.el (message-is-yours-p):
22585         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22586
22587 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22588
22589         * mm-view.el (mm-inline-text): Withdraw the last change.
22590
22591 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22592
22593         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22594         executing enriched-decode.
22595
22596 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22597
22598         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22599         charset of tar files.
22600
22601 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22602
22603         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22604
22605 2005-06-04  Lute Kamstra  <lute@gnu.org>
22606
22607         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22608         information is never recorded.
22609
22610 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22611
22612         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22613
22614 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22615
22616         * pop3.el (pop3-apop): Run md5 in the binary mode.
22617
22618         * starttls.el (starttls-set-process-query-on-exit-flag):
22619         Use eval-and-compile.
22620
22621 2005-05-31  Simon Josefsson  <jas@extundo.com>
22622
22623         * smime.el (smime-replace-in-string): Define.
22624         (smime-cert-by-ldap-1): Use it.
22625
22626 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22627
22628         * gnus-art.el (article-display-x-face): Replace
22629         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22630
22631         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22632         set-process-query-on-exit-flag or process-kill-without-query.
22633
22634         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22635         loop instead of replace-regexp.
22636
22637         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22638         instead of process-kill-without-query if it is available.
22639
22640         * lpath.el: Fbind ldap-search-entries.
22641
22642         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22643         instead of find-file-hooks if it is available.
22644
22645         * mml1991.el: Bind pgg-default-user-id when compiling.
22646
22647         * mml2015.el: Bind pgg-default-user-id when compiling.
22648
22649         * nndraft.el (nndraft-request-associate-buffer):
22650         Use write-contents-functions instead of write-contents-hooks if it is
22651         available.
22652
22653         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22654         instead of find-file-hooks if it is available.
22655
22656         * nntp.el (nntp-open-connection): Replace
22657         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22658         (nntp-open-ssl-stream): Ditto.
22659         (nntp-open-tls-stream): Ditto.
22660
22661         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22662         set-process-query-on-exit-flag or process-kill-without-query.
22663         (starttls-open-stream-gnutls): Use it instead of
22664         process-kill-without-query.
22665         (starttls-open-stream): Ditto.
22666
22667 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22668
22669         * smime.el (smime-cert-by-ldap-1): Don't use
22670         replace-regexp-in-string.
22671
22672 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22673
22674         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22675
22676         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22677         in PEM format.  Adjust to the XEmacs compatibility.
22678
22679 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22680
22681         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22682         by `string-to-number'.
22683         * gnus-agent.el (gnus-agent-regenerate-group)
22684         (gnus-agent-fetch-articles): Ditto.
22685         * gnus-art.el (gnus-button-fetch-group): Ditto.
22686         * gnus-cache.el (gnus-cache-generate-active)
22687         (gnus-cache-articles-in-group): Ditto.
22688         * gnus-group.el (gnus-group-set-current-level)
22689         (gnus-group-insert-group-line): Ditto.
22690         * gnus-score.el (gnus-score-set-expunge-below)
22691         (gnus-score-set-mark-below, gnus-summary-score-effect)
22692         (gnus-summary-score-entry): Ditto.
22693         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22694         (gnus-soup-pack): Ditto.
22695         * gnus-spec.el (gnus-xmas-format): Ditto.
22696         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22697         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22698         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22699         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22700         * nndb.el (nndb-get-remote-expire-response): Ditto.
22701         * nndiary.el (nndiary-parse-schedule-value)
22702         (nndiary-string-to-number, nndiary-request-replace-article)
22703         (nndiary-request-article): Ditto.
22704         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22705         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22706         * nneething.el (nneething-make-head): Ditto.
22707         * nnfolder.el (nnfolder-request-article)
22708         (nnfolder-retrieve-headers): Ditto.
22709         * nnheader.el (nnheader-file-to-number): Ditto.
22710         * nnkiboze.el (nnkiboze-request-article): Ditto.
22711         * nnmail.el (nnmail-process-unix-mail-format)
22712         (nnmail-process-babyl-mail-format): Ditto.
22713         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22714         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22715         (nnmh-request-create-group, nnmh-request-list-1)
22716         (nnmh-request-group, nnmh-request-article): Ditto.
22717         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22718         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22719         * nnsoup.el (nnsoup-make-active): Ditto.
22720         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22721         * nntp.el (nntp-find-group-and-number)
22722         (nntp-retrieve-headers-with-xover): Ditto.
22723         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22724         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22725         (pgg-format-key-identifier): Ditto.
22726         * pop3.el (pop3-last, pop3-stat): Ditto.
22727         * qp.el (quoted-printable-decode-region): Ditto.
22728
22729         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22730         of concat.
22731
22732 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22733
22734         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22735
22736         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22737
22738         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22739
22740         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22741
22742         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22743
22744         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22745
22746         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22747         (gnus-carpal-mode): Ditto.
22748
22749         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22750         (gnus-browse-mode): Ditto.
22751
22752         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22753
22754         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22755
22756 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22757
22758         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22759
22760 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22761
22762         * gnus-util.el (gnus-run-mode-hooks): New function.
22763
22764         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22765
22766         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22767         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22768
22769 2005-05-27  Lute Kamstra  <lute@gnu.org>
22770
22771         * dns-mode.el (dns-mode): Specify customization group.
22772
22773 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22774
22775         * gnus-agent.el (gnus-agent-make-mode-line-string):
22776         Use mode-line-highlight as mouse-face.
22777
22778 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22779
22780         * canlock.el (canlock): Change the parent group to news.
22781
22782         * deuglify.el (gnus-outlook-deuglify): Add :group.
22783
22784         * dig.el (dig): Add :group.
22785
22786         * dns-mode.el (dns-mode): Add :group.
22787
22788         * encrypt.el (encrypt): Add :group.
22789
22790         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22791         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22792         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22793         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22794         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22795
22796         * gnus-diary.el (gnus-diary): Add :group.
22797
22798         * gnus.el (gnus-group-news-1-face): Add :group.
22799         (gnus-group-news-1-empty-face): Ditto.
22800         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22801         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22802         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22803         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22804         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22805         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22806         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22807         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22808         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22809         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22810         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22811         (gnus-summary-high-ticked-face): Ditto.
22812         (gnus-summary-low-ticked-face): Ditto.
22813         (gnus-summary-normal-ticked-face): Ditto.
22814         (gnus-summary-high-ancient-face): Ditto.
22815         (gnus-summary-low-ancient-face): Ditto.
22816         (gnus-summary-normal-ancient-face): Ditto.
22817         (gnus-summary-high-undownloaded-face): Ditto.
22818         (gnus-summary-low-undownloaded-face): Ditto.
22819         (gnus-summary-normal-undownloaded-face): Ditto.
22820         (gnus-summary-high-unread-face): Ditto.
22821         (gnus-summary-low-unread-face): Ditto.
22822         (gnus-summary-normal-unread-face): Ditto.
22823         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22824         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22825
22826         * hashcash.el (hashcash): New custom group.
22827         (hashcash-default-payment): Add :group.
22828         (hashcash-payment-alist): Ditto.
22829         (hashcash-default-accept-payment): Ditto.
22830         (hashcash-accept-resources): Ditto.
22831         (hashcash-path): Ditto.
22832         (hashcash-extra-generate-parameters): Ditto.
22833         (hashcash-double-spend-database): Ditto.
22834         (hashcash-in-news): Ditto.
22835
22836         * message.el (message-minibuffer-local-map): Add :group.
22837
22838         * netrc.el (netrc): Add :group.
22839
22840         * sieve-manage.el (sieve-manage-log): Add :group.
22841         (sieve-manage-default-user): Diito.
22842         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22843         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22844         (sieve-manage-authenticators): Ditto.
22845         (sieve-manage-authenticator-alist): Ditto.
22846         (sieve-manage-default-port): Ditto.
22847
22848         * sieve-mode.el (sieve-control-commands-face): Add :group.
22849         (sieve-action-commands-face): Ditto.
22850         (sieve-test-commands-face): Ditto.
22851         (sieve-tagged-arguments-face): Ditto.
22852
22853         * smime.el (smime): Add :group.
22854
22855         * spam-report.el (spam-report): Add :group.
22856
22857         * spam.el (spam, spam-face): Add :group.
22858
22859 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22860
22861         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22862         return \n.\n.\n at the end of articles.  Protect against that.
22863         (nntp-with-open-group): Allow debugging.
22864
22865         * nnheader.el (mail-header-set-extra): Make into a function
22866         because I just could't understand how to quote the list properly.
22867
22868         * dns.el (query-dns-cached): New function.
22869
22870 2005-05-26  Lute Kamstra  <lute@gnu.org>
22871
22872         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22873
22874 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22875
22876         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22877
22878         * gnus-art.el: Don't autoload mail-extract-address-components.
22879
22880         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22881         eval-and-compile to evaluate it.
22882
22883         * hashcash.el: Don't autoload executable-find.
22884
22885         * nndb.el: Don't declare the nndb back end two or more times; don't
22886         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22887
22888         * nntp.el: Autoload format-spec instead of format; use
22889         eval-and-compile to evaluate autoload forms.
22890
22891 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22892
22893         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22894
22895 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22896
22897         * gnus.el (gnus-version-number): Bump version.
22898
22899 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22900
22901         * gnus.el: No Gnus v0.3 is released.
22902
22903 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22904
22905         * lpath.el (featurep): Bind show-nonbreak-escape.
22906
22907 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22908
22909         * gnus-art.el (gnus-article-edit-part): Disable undo.
22910
22911 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22912
22913         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22914         gnus-article-date-lapsed-new-header is t if date timer is active;
22915         skip headers in which the original date value is empty.
22916         (gnus-article-save-original-date): Redefine it as a macro.
22917         (gnus-display-mime): Use it.
22918
22919 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22920
22921         * gnus-art.el (article-date-ut): Support converting date in
22922         forwarded parts as well.
22923         (gnus-article-save-original-date): New function.
22924         (gnus-display-mime): Use it.
22925
22926 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22927
22928         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22929         enclosure element of <item>.
22930
22931 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22932
22933         * message.el (message-kill-buffer-query): Rename from
22934         `message-kill-buffer-query-if-modified'.  Add :version.
22935
22936 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22937
22938         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22939         window layout.
22940
22941 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22942
22943         * mml.el: Autoload dnd when compiling.
22944
22945 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22946
22947         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22948         x-dnd-*.
22949
22950 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22951
22952         * qp.el (quoted-printable-encode-region): Save excursion.
22953
22954 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22955
22956         * message.el (message-kill-buffer-query-if-modified): Add new variable
22957         so the user can kill a modified message buffer quickly.
22958         (message-kill-buffer): Use it.
22959
22960 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22961
22962         * lpath.el: Fbind display-time-event-handler; don't fbind
22963         string-to-multibyte.
22964
22965         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22966
22967 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22968
22969         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22970         contained in text because xml.el decodes entities) with LFs.
22971
22972 2005-04-11  Lute Kamstra  <lute@gnu.org>
22973
22974         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22975         differently.
22976
22977 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22978
22979         * mm-util.el (mm-detect-coding-region): Typo.
22980
22981 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22982
22983         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22984
22985 2005-04-06  Deepak Goel  <deego@gnufans.org>
22986
22987         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22988         user-function allow user modifications of the scores.
22989         (spam-stat-score-buffer-user): New function, to allow
22990         user-computed modifications to the score.
22991         (spam-stat-score-buffer-user-functions): List of additional
22992         scoring functions.
22993         (spam-stat-error-holder): Global temporary error holder.
22994         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22995         variable.
22996
22997 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22998
22999         * gnus-registry.el (gnus-registry-clean-empty-function)
23000         (gnus-registry-trim, gnus-registry-fetch-groups)
23001         (gnus-registry-delete-group): Groups that match
23002         `gnus-registry-ignored-groups' are removed from the registry
23003         entries, not just ignored for splitting.  This helps clean up the
23004         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23005         to get all the groups a message ID is in.
23006
23007         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23008         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23009         (spam-stat-score-buffer-user-functions): Add :number custom type.
23010
23011 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23012
23013         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23014         argument in XEmacs.
23015
23016         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23017         (nnrss-request-group): Decode group name first.
23018         (nnrss-request-article): Make a text/plain article if mml-to-mime
23019         failed.
23020         (nnrss-get-encoding): Return a compatible encoding according to
23021         nnrss-compatible-encoding-alist.
23022         (nnrss-find-el): Use consp instead of listp.
23023         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23024
23025 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23026
23027         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23028         which Emacs 20 doesn't support.
23029         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23030
23031 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23032
23033         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23034         silence the byte compiler inside the defun.
23035
23036         * gnus-demon.el (parse-time-string): Add autoload.
23037
23038         * gnus-delay.el (parse-time-string): Add autoload.
23039
23040         * gnus-art.el (parse-time-string): Add autoload.
23041
23042         * nnultimate.el (parse-time): Require for `parse-time-string'.
23043
23044 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23045
23046         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23047
23048         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23049
23050         * smime.el (smime-ldap-host-list): Add :version.
23051
23052 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23053
23054         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23055         pass it to `gnus-browse-read-group'.
23056         (gnus-browse-read-group): Add NUMBER argument and pass it to
23057         `gnus-group-read-ephemeral-group'.
23058
23059         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23060         argument and pass it to `gnus-group-read-group'.
23061
23062 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23063
23064         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23065         mm-xemacs-find-mime-charset-1 if we have the mule feature
23066         available at runtime.
23067
23068 2005-03-25  Werner Lemberg  <wl@gnu.org>
23069
23070         * nnmaildir.el: Replace `illegal' with `invalid'.
23071
23072 2005-03-23  Lute Kamstra  <lute@gnu.org>
23073
23074         * time-date.el: Add comment on time value formats.
23075         Don't require parse-time.
23076         (with-decoded-time-value): New macro.
23077         (encode-time-value): New function.
23078         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23079         (days-to-time): Return a valid time value when arg is huge.
23080         (time-since): Use time-subtract.
23081         (time-to-number-of-days): Use time-to-seconds.
23082
23083 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23084
23085         * gnus-start.el (gnus-display-time-event-handler):
23086         Check display-time-timer at runtime rather than only at load time
23087         in case display-time-mode is turned off in the mean time.
23088
23089 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23090
23091         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23092         used.
23093
23094         * nneething.el (nneething-map-file-directory): Derive from
23095         `gnus-directory'.
23096
23097         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23098         the To/Cc button.
23099
23100 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23101
23102         * nnmaildir.el (nnmaildir-request-accept-article):
23103         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23104
23105 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23106
23107         * gnus-async.el: Require timer-funcs at compile time when in
23108         XEmacs for `run-with-idle-timer'.
23109
23110 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23111
23112         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23113         autoloaded function.
23114
23115 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23116
23117         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23118
23119 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23120
23121         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23122
23123 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23124
23125         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23126         Add gnus-expert-user to default.
23127
23128 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23129
23130         * nnimap.el (nnimap-open-server): Ditto.
23131
23132         * imap.el (imap-authenticate): Fix typo.
23133
23134 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23135
23136         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23137         buffer (since IMAP server might return FETCH response out of
23138         order, and the nntp buffer must be sorted).
23139
23140 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23141
23142         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23143         comparison on string.
23144
23145         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23146         (gnus-agent-score): Rename category keywords to match gnus-cus.
23147         (gnus-agent-summary-fetch-series): Modify to protect against
23148         gnus-agent-summary-fetch-group clearing processable flags.
23149         (gnus-agent-synchronize-group-flags): Update live group buffer as
23150         synchronization may occur due to the user toggle the plugged
23151         status.
23152         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23153         successfully downloaded.
23154         (gnus-agent-expire-group-1): Avoid using markers when the overview
23155         is in ascending order; greatly improves performance.
23156         (gnus-agent-regenerate-group):
23157         Use gnus-agent-synchronize-group-flags to reset read status in both
23158         gnus and server.
23159         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23160
23161 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23162
23163         * message.el: Don't autoload former message-utils variables.
23164         (message-strip-subject-trailing-was): Change doc string.
23165
23166         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23167         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23168         (nnweb-google-search): Add "hl=en" here.
23169         (nnweb-google-parse-1, nnweb-google-create-mapping):
23170         Don't hardcode URL.
23171
23172 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23173
23174         * message.el (message-get-reply-headers, message-followup):
23175         Mention related variables `message-use-followup-to' and
23176         `message-use-mail-followup-to', in the information buffer.
23177
23178         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23179         of broken groups(-beta).google.com.
23180
23181 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23182
23183         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23184         parameter to invoked gnus-request-move-article; remove the
23185         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23186         all at once instead of once per article.
23187         (gnus-summary-remove-process-mark): Accept a list of articles as
23188         well as a single article for processing.
23189
23190         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23191         parameter.
23192
23193         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23194
23195         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23196
23197         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23198         parameter.
23199
23200         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23201         parameter.
23202
23203         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23204         parameter and remove the gnus-sum-hint-move-is-internal variable.
23205
23206         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23207         parameter.
23208
23209         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23210         parameter.
23211
23212         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23213         parameter.
23214
23215         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23216
23217         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23218         parameter.
23219
23220         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23221         parameter.
23222
23223 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23224
23225         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23226         a more conservative way.
23227
23228 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23229
23230         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23231         buffer, so it moves the window's cursor.
23232
23233 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23234
23235         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23236         `mm-dissect-multipart' and receive the from field as an (optional)
23237         argument from `mm-dissect-multipart'.
23238         (mm-dissect-multipart): Receive the from field as an argument and
23239         pass it on when we call `mm-dissect-buffer' on MIME parts.
23240         Fixes verification/decryption of signed/encrypted MIME parts.
23241
23242 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23243
23244         * gnus-sum.el (gnus-summary-move-article):
23245         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23246         whatever it calls (right now, only nnimap-request-move article
23247         respects it).
23248
23249         * nnimap.el (nnimap-request-move-article):
23250         When gnus-sum-hint-move-is-internal is set, don't do the extra
23251         nnimap-request-article.
23252
23253 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23254
23255         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23256
23257         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23258         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23259
23260         * gnus-sum.el (gnus-summary-caesar-message):
23261         Apply `gnus-treat-article' after rotation.
23262
23263         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23264         doc string.
23265
23266 2005-02-22  Simon Josefsson  <jas@extundo.com>
23267
23268         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23269         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23270         <arne@arnested.dk>.
23271         (encrypt): Add password-cache and password-cache-expiry as group
23272         members.
23273
23274 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23275
23276         * smime.el (smime-ldap-host-list): Doc fix.
23277         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23278         cache) password.
23279         (smime-sign-region): Use it.
23280         (smime-decrypt-region): Use it.
23281         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23282         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23283         fails.
23284         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23285         certificate from DER to PEM format rather than calling openssl.
23286
23287         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23288
23289         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23290         for signing/encryption.
23291
23292         * mml.el (mml-parse-1): Use them.
23293
23294 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23295
23296         * nnrss.el (nnrss-verbose): Remove.
23297         (nnrss-request-group): Use `nnheader-message' instead.
23298
23299 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23300
23301         * nnrss.el (nnrss-verbose): New variable.
23302         (nnrss-request-group): Make it say nnrss is requesting a group.
23303
23304 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23305
23306         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23307         Handle news URL with given port correctly.
23308
23309 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23310
23311         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23312         containing special characters.
23313
23314         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23315
23316         * mml.el (mime-to-mml): Ditto.
23317
23318         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23319         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23320         (rfc2047-decode-region): Quote decoded words containing special
23321         characters when rfc2047-quote-decoded-words-containing-tspecials
23322         is non-nil.
23323
23324 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23325
23326         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23327
23328         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23329
23330 2005-02-15  Simon Josefsson  <jas@extundo.com>
23331
23332         * nnimap.el (nnimap-debug): Doc fix.
23333
23334         * imap.el (imap-debug): Doc fix.
23335
23336 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23337
23338         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23339
23340 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23341
23342         * gnus.el (spam-contents): Improve docs for spam-contents
23343         parameter in its variable incarnation.
23344
23345 2005-02-14  Simon Josefsson  <jas@extundo.com>
23346
23347         * smime-ldap.el: Use require instead of load-library for ldap.
23348         (smime-ldap-search): Indent.
23349         (smime-ldap-search-internal): Shorten line.
23350
23351         * smime.el (smime-cert-by-dns): Add doc-string.
23352         (smime-cert-by-ldap-1): Indent.
23353
23354         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23355         mml-smime-get-dns-ldap.
23356         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23357
23358 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23359
23360         * smime.el: Require smime-ldap.
23361         (smime-ldap-host-list): New variable.
23362         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23363
23364         * mml-smime.el (mml-smime-encrypt-query): New function.
23365         (mml-smime-encrypt-query): Use it.
23366
23367         * smime-ldap.el: New file.
23368
23369 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23370
23371         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23372
23373 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23374
23375         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23376         argument in doc string.  Make query for type more clear.
23377
23378 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23379
23380         * gnus.el (gnus-group-startup-message): Search for gnus images in
23381         etc/images/gnus.
23382         * mm-util.el (mm-image-load-path): Likewise.
23383         * smiley.el (smiley-data-directory): Search for smilies in
23384         etc/images/smilies.
23385
23386 2005-02-09  Kim F. Storm  <storm@cua.dk>
23387
23388         Change Emacs release version from 21.4 to 22.1 throughout.
23389         Change Emacs development version from 21.3.50 to 22.0.50.
23390
23391 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23392
23393         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23394
23395         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23396         non-Mule XEmacs as well.
23397         (mm-decompress-buffer): Signal an error intentionally if it does
23398         not decompress compressed data because auto-compression-mode is
23399         disabled.
23400
23401 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23402
23403         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23404         an ID in the registry even if it has no groups.
23405
23406 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23407
23408         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23409         merge it into mm-decompress-buffer.
23410         (gnus-mime-copy-part): Use the MIME part charset, the value which
23411         a user specified or gnus-newsgroup-charset for decoding, like
23412         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23413         save-buffer what was used.  Suggested by Kevin Ryde
23414         <user42@zip.com.au>.
23415         (gnus-mime-inline-part): Allow the name parameter as well as the
23416         filename parameter; force decompressing of compressed data; always
23417         display contents being not decoded as unibyte.
23418
23419         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23420         as well as the filename parameter.
23421
23422         * mm-util.el (mm-decompress-buffer):
23423         Merge gnus-mime-jka-compr-maybe-uncompress.
23424         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23425         of compressed data.
23426
23427 2005-02-08  Simon Josefsson  <jas@extundo.com>
23428
23429         * imap.el (imap-log): Doc fix.
23430
23431 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23432
23433         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23434         the coding cookies; decompress compressed parts.
23435
23436         * mml.el (mml-generate-mime-1): Add the charset parameter according
23437         to the value which a user specified manually or the coding cookie.
23438
23439         * mm-util.el (mm-string-to-multibyte): New function.
23440         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23441         (mm-coding-system-to-mime-charset): New function.
23442         (mm-decompress-buffer): New function.
23443         (mm-find-buffer-file-coding-system): New function.
23444
23445         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23446         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23447         parts.
23448
23449 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23450
23451         * mm-view.el (mm-display-inline-fontify): Decode a part according
23452         to the charset parameter.
23453
23454 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23455
23456         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23457         prefix arg is neither nil nor a number, as info specifies.
23458
23459 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23460
23461         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23462         timestamps.
23463
23464 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23465
23466         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23467         groups error checking and notify user.
23468
23469 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23470
23471         * message.el (message-send-mail-function): Check existence of
23472         sendmail-program first before using default value
23473         `message-send-mail-with-sendmail'.  Otherwise use more generic
23474         `smtpmail-send-it'.
23475
23476 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23477
23478         * nntp.el (nntp-request-update-info): Always return nil.
23479
23480 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23481
23482         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23483
23484 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23485
23486         * message.el (message-beginning-of-line): Change the behavior when
23487         invoked between BOL and : so that it first moves backward.
23488
23489 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23490
23491         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23492         article buffer when editing of the article is discarded.
23493         (gnus-article-prepare): Revert.
23494
23495 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23496
23497         * gnus-art.el (gnus-article-prepare):
23498         Remove message-strip-forbidden-properties from the local hook.
23499
23500 2005-01-27  Simon Josefsson  <jas@extundo.com>
23501
23502         * password.el (password-cache-add): Only start one timer per key.
23503         Reported by Derek Atkins <warlord@MIT.EDU>.
23504
23505 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23506
23507         * run-at-time.el: Remove.  It is no longer needed as
23508         timer-funcs.el in the xemacs-base package has a working version of
23509         `run-at-time'.
23510
23511         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23512
23513         * password.el: Require timer-funcs instead of run-at-time in
23514         XEmacs.
23515         Remove `password-run-at-time' macro.
23516         (password-cache-add): Use `run-at-time' instead of
23517         `password-run-at-time'.
23518
23519         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23520         Remove `nnheader-cancel-function-timers' alias,
23521         `cancel-function-timers' exists in XEmacs in timer-funcs.
23522
23523         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23524         for `run-with-idle-timer'.
23525
23526         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23527         for `run-at-time'.
23528
23529         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23530         for `with-timeout'.
23531
23532         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23533         the same as for XEmacs 21.4.
23534         No need to ignore `run-with-idle-timer', this function exists in
23535         XEmacs now in timer-funcs.el in the xemacs-base package.
23536         (dgnushack-compile): No need to delete
23537         run-at-time.el from the list of files to compile because it
23538         doesn't exist anymore.
23539
23540 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23541
23542         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23543         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23544
23545 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23546
23547         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23548         sensitively.
23549
23550 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23551
23552         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23553
23554 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23555
23556         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23557         which will be inserted according to the multibyteness of a buffer
23558         rather than the type of contents.  Suggested by ARISAWA Akihiro
23559         <ari@mbf.ocn.ne.jp>.
23560
23561         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23562         of string which old xml.el may return rather than a string.
23563
23564 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23565
23566         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23567
23568 2005-01-16  Simon Josefsson  <jas@extundo.com>
23569
23570         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23571         idn/idna.el isn't available.
23572         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23573         <michael@waxrat.com>.
23574
23575         * hashcash.el: Remove non-FSF copyright header.
23576
23577         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23578         (hashcash-generate-payment): Use it.
23579         (hashcash-generate-payment-async): Use it.
23580
23581 2005-01-15  Simon Josefsson  <jas@extundo.com>
23582
23583         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23584         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23585
23586         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23587         gnus-summary-idna-message.
23588         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23589         (gnus-summary-idna-message): New function.
23590
23591 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23592
23593         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23594         gnus-novice-user.
23595
23596 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23597
23598         * nnrss.el (nnrss-request-delete-group): Delete entries in
23599         nnrss-group-alist as well.
23600         (nnrss-save-server-data): Insert newline.
23601
23602 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23603
23604         * gnus.el (gnus-user-agent): Use list of symbols instead of
23605         symbols.  Display full version number for (S)XEmacs.
23606         Optionally display (S)XEmacs codename.
23607
23608         * gnus-util.el (gnus-emacs-version): Update for new
23609         `gnus-user-agent'.
23610
23611         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23612         Gnus version.
23613
23614 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23615
23616         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23617         which is unreadable in some setups.
23618
23619 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23620
23621         * gnus-spec.el (gnus-update-format-specifications): Flush the
23622         group format spec cache if it doesn't support decoded group names.
23623
23624 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23625
23626         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23627         Allow to apply decay on score files matching a regexp.
23628
23629 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23630
23631         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23632         compatibility in %g and %c.
23633
23634 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23635
23636         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23637         name for only %g and %c.
23638         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23639         of gnus-tmp-group to decoded group name.
23640         (gnus-group-make-rss-group): Exclude `/'s from group names.
23641
23642 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23643
23644         * nnrss.el (nnrss-get-encoding): Fix regexp.
23645
23646 2004-12-27  Simon Josefsson  <jas@extundo.com>
23647
23648         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23649         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23650         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23651
23652 2004-12-17  Kim F. Storm  <storm@cua.dk>
23653
23654         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23655
23656         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23657
23658 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23659
23660         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23661
23662 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23663
23664         * nnrss.el: Require rfc2047 and mml.
23665         (nnrss-file-coding-system): New variable.
23666         (nnrss-format-string): Redefine it as an inline function.
23667         (nnrss-decode-group-name): New function.
23668         (nnrss-string-as-multibyte): Remove.
23669         (nnrss-retrieve-headers): Decode group name; don't use
23670         nnrss-format-string.
23671         (nnrss-request-group): Decode group name.
23672         (nnrss-request-article): Decode group name; allow a Message-ID as
23673         well as an article number; don't use nnrss-format-string; encode a
23674         Message-ID string which may contain non-ASCII characters; use
23675         mml-to-mime to compose a MIME article.
23676         (nnrss-request-expire-articles): Decode group name.
23677         (nnrss-request-delete-group): Decode group name.
23678         (nnrss-fetch): Clarify error message.
23679         (nnrss-read-server-data): Use insert-file-contents instead of load;
23680         bind file-name-coding-system; use multibyte buffer.
23681         (nnrss-save-server-data): Bind coding-system-for-write to the
23682         value of nnrss-file-coding-system; bind file-name-coding-system;
23683         add coding cookie.
23684         (nnrss-read-group-data): Use insert-file-contents instead of load;
23685         bind file-name-coding-system; use multibyte buffer.
23686         (nnrss-save-group-data): Bind coding-system-for-write to the
23687         value of nnrss-file-coding-system; bind file-name-coding-system.
23688         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23689         make it work with non-ASCII text.
23690         (nnrss-find-el): Make it work with old xml.el as well.
23691
23692 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23693
23694         * nnrss.el (nnrss-get-encoding): New function.
23695         (nnrss-fetch): Use unibyte buffer initially; bind
23696         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23697         decode contents according to the encoding attribute.
23698         (nnrss-save-group-data): Add coding cookie.
23699         (nnrss-mime-encode-string): New function.
23700         (nnrss-check-group): Use it to encode subject and author.
23701
23702 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23703
23704         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23705         imaginary variable.
23706
23707 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23708
23709         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23710         correctly even if there are wide characters.
23711
23712 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23713
23714         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23715         downcased symbol names; make a new cache instead of reusing
23716         bbdb-hashtable.
23717
23718 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23719
23720         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23721         concatenating segments rather than before concatenating them.
23722         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23723
23724         * message.el (message-get-reply-headers): Bind `extra'.
23725
23726 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23727
23728         * message.el (message-extra-wide-headers): New variable.
23729         (message-get-reply-headers): Use it.
23730
23731 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23732
23733         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23734         (gnus-agent-group-pathname): Ditto.
23735
23736         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23737
23738         * gnus-group.el (gnus-group-make-group): Decode group name.
23739         (gnus-group-make-rss-group): Register the group data after opening
23740         the nnrss group.
23741
23742 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23743
23744         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23745         by expiry now get marked as read.
23746
23747 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23748
23749         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23750
23751 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23752
23753         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23754         unify Latin characters in XEmacs.
23755         (mm-find-mime-charset-region): Use it.
23756
23757 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23758
23759         * gnus-util.el (gnus-delete-directory): New function.
23760
23761         * gnus-agent.el (gnus-agent-delete-group): Use it.
23762
23763         * gnus-cache.el (gnus-cache-delete-group): Use it.
23764
23765 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23766
23767         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23768         names.
23769
23770 2004-12-16  Simon Josefsson  <jas@extundo.com>
23771
23772         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23773
23774 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23775
23776         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23777
23778         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23779         (gnus-group-set-current-level): Decode group name.
23780
23781 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23782
23783         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23784         failed.
23785
23786 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23787
23788         * gnus-group.el (gnus-group-delete-group): Decode group name.
23789         (gnus-group-make-rss-group): Encode group name.
23790         (gnus-group-catchup-current): Decode group name.
23791         (gnus-group-kill-group): Decode group name.
23792
23793 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23794
23795         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23796
23797 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23798
23799         * gnus-group.el (gnus-group-make-rss-group):
23800         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23801
23802         * gnus-start.el (gnus-setup-news): Honor user's setting to
23803         gnus-message-archive-method.  Suggested by Lute Kamstra
23804         <lute@gnu.org>.
23805
23806 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23807
23808         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23809         global counterparts of the buffer-local variables.
23810
23811 2004-11-16  Romain Francoise  <romain@orebokech.com>
23812
23813         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23814         counterparts of the buffer-local variables.
23815
23816 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23817
23818         * message.el (message-forbidden-properties): Fix typo in doc
23819         string.
23820
23821 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23822
23823         * gnus-util.el (gnus-replace-in-string): Add doc string.
23824
23825         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23826         to avoid problems when splitting mails with many recipients.
23827
23828 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23829
23830         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23831         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23832
23833 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23834
23835         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23836         if there is no hashtable in memory or file modification time is
23837         newer than cached timestamp.
23838
23839 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23840
23841         * gnus-sum.el (gnus-summary-limit-to-recipient):
23842         Implement not-matching option.
23843
23844 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23845
23846         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23847         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23848         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23849         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23850         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23851         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23852
23853 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23854
23855         * message.el (message-forward-make-body-mml): Remove headers
23856         according to message-forward-ignored-headers if a message is decoded.
23857
23858 2004-12-02  Romain Francoise  <romain@orebokech.com>
23859
23860         * message.el (message-forward-make-body-plain): Always remove
23861         headers according to message-forward-ignored-headers.
23862
23863 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23864
23865         * spam.el (spam-summary-prepare-exit): Remove the
23866         gnus-summary-limit pop for now, it has problems with ham marks for
23867         me.
23868
23869 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23870
23871         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23872         correctly.
23873
23874 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23875
23876         * format-spec.el (format-spec): Message the char.
23877
23878 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23879
23880         * gnus-art.el (gnus-split-methods): Reformat comments.
23881
23882         * spam.el (spam-summary-prepare-exit): Remove article limits
23883         before exiting the summary buffer.
23884
23885 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23886
23887         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23888         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23889
23890         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23891         order to silence the byte compiler.
23892
23893         * spam.el: Fix the way to silence the byte compiler, which
23894         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23895         bbdb-search-simple, spam-BBDB-register-routine,
23896         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23897         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23898         spam-stat-buffer-is-spam, spam-stat-load,
23899         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23900         spam-stat-save and spam-stat-split-fancy.
23901
23902 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23903
23904         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23905         which may confuse users.
23906         (canlock-password-for-verify): Ditto.
23907
23908         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23909
23910         * gnus-art.el (gnus-emphasis-alist): Ditto.
23911
23912         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23913
23914         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23915
23916         * gnus-start.el (gnus-save-killed-list): Ditto.
23917
23918         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23919         (gnus-sum-thread-tree-root): Ditto.
23920         (gnus-sum-thread-tree-false-root): Ditto.
23921         (gnus-sum-thread-tree-single-indent): Ditto.
23922
23923         * message.el (message-courtesy-message): Ditto.
23924         (message-archive-note): Ditto.
23925         (message-subscribed-address-file): Ditto.
23926         (message-user-fqdn): Ditto.
23927
23928         * spam-report.el (spam-report-gmane-regex): Ditto.
23929
23930         * spam.el (spam-blackhole-good-server-regex): Ditto.
23931
23932 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23933
23934         * mml.el (mml-preview): Widen the message buffer before copying
23935         the contents to the preview buffer; sort headers before previewing.
23936
23937         * message.el (message-hidden-headers): Fix the way to avoid a bug
23938         in the `repeat' widget in Emacs 21.3 or earlier.
23939
23940 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23941
23942         * message.el (message-hidden-headers): Default to "^References:".
23943         Improve customization type.  Suggested by Reiner Steib
23944         <Reiner.Steib@gmx.de>.
23945
23946 2004-11-25  Romain Francoise  <romain@orebokech.com>
23947
23948         * message.el (message-strip-forbidden-properties): Remove check for
23949         obsolete `message-hidden' text property, hidden headers are not
23950         accessible in the buffer anymore.
23951
23952 2004-11-22  Romain Francoise  <romain@orebokech.com>
23953
23954         * message.el (message-header-format-alist): Add `From' in list
23955         so that it can be sorted.
23956         (message-fix-before-sending): Widen and sort headers before
23957         sending.
23958         (message-hide-headers): Use narrowing to hide headers by moving
23959         them to the top of the buffer and narrowing to the region
23960         underneath.
23961
23962 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23963
23964         * message.el (message-strip-forbidden-properties):
23965         Bind buffer-read-only (etc) to nil.
23966
23967 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23968
23969         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23970         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23971
23972 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23973
23974         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23975
23976 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23977
23978         * dns.el (query-dns): Use sit-for to time instead of
23979         accept-process-output, since that doesn't seem to work on udp
23980         sockets.
23981
23982 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23983
23984         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23985
23986 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23987
23988         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23989         doc string.  Improve doc string.
23990
23991 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23992
23993         * nntp.el (nntp-request-update-info): Return nil if
23994         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23995         may not call gnus-activate-group which uselessly issues the GROUP
23996         commands for all nntp groups and wastes time.  Reported by Romain
23997         Francoise <romain@orebokech.com>.
23998
23999         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24000
24001 2004-11-15  Simon Josefsson  <jas@extundo.com>
24002
24003         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24004         headers separately.
24005         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24006         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24007
24008 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24009
24010         * gnus-start.el (gnus-convert-old-newsrc):
24011         Assign legacy-gnus-agent to 5.10.7.
24012
24013 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24014
24015         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24016         start of the lines.
24017
24018 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24019
24020         * hashcash.el (hashcash-default-payment): Change default to 20.
24021         (hashcash-default-accept-payment): Change default to 20.
24022         (hashcash-process-alist): New variable.
24023         (hashcash-generate-payment-async): Add.
24024         (hashcash-already-paid-p): Add.
24025         (hashcash-insert-payment): Don't generate payments twice.
24026         (hashcash-insert-payment-async): Add.
24027         (hashcash-insert-payment-async-2): Add.
24028         (hashcash-cancel-async): Add.
24029         (hashcash-wait-async): Add.
24030         (hashcash-processes-running-p): Add.
24031         (hashcash-wait-or-cancel): Add.
24032         (mail-add-payment): New optional argument.  Conditionally start
24033         asynchronous calculation.
24034         (mail-add-payment-async): Add.
24035
24036         * message.el (message-send-mail): Wait for asynchronous hashcash
24037         results.  Don't clobber existing X-Hashcash headers.
24038         (message-setup-1): Call mail-add-payment-async when
24039         message-generate-hashcash is non-nil.
24040
24041 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24042
24043         * message.el (message-use-alternative-email-as-from): Examine the
24044         From header as well; use message-make-from in order to include a
24045         user's full name.
24046
24047 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24048
24049         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24050         default; improve customization type.
24051         (gnus-emphasis-custom-with-format): New macro.
24052         (gnus-emphasis-custom-value-to-external): New function.
24053         (gnus-emphasis-custom-value-to-internal): New function.
24054
24055 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24056
24057         * dns.el (query-dns): Resolve reverse addresses.
24058
24059 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24060
24061         * gnus-group.el (gnus-group-get-new-news): Use it.
24062
24063         * gnus-start.el (gnus-check-reasonable-setup): New function.
24064
24065 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24066
24067         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24068         "Args out of range" error.  Reported by Arnaud Giersch
24069         <arnaud.giersch@free.fr>.
24070
24071 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24072
24073         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24074
24075 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24076
24077         * spam.el (spam group): Add :version.
24078
24079         * pgg-def.el (pgg group): Add :version.
24080
24081 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24082
24083         * gnus-art.el (gnus-article-edit-article): Don't associate the
24084         article buffer with a draft file.  This is a temporary measure
24085         against the 2004-08-22 change to gnus-article-edit-mode.
24086
24087 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24088
24089         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24090         (html2text-format-tags): Remove unused variable `attr'.
24091
24092 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24093
24094         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24095
24096         * tls.el (tls-process-connection-type, tls-success)
24097         (tls-certtool-program): Add :version.
24098
24099         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24100         (starttls-extra-arguments, starttls-process-connection-type)
24101         (starttls-connect, starttls-failure, starttls-success): Add :version.
24102
24103         * spam-stat.el (spam-stat): Add :version.
24104
24105         * sieve.el (sieve): Add :version.
24106
24107         * sha1.el (sha1): Add :version.
24108         (sha1-use-external): Remove redundant version.
24109
24110         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24111         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24112         (nnmail-split-fancy-match-partial-words)
24113         (nnmail-split-lowercase-expanded): Add :version.
24114
24115         * nndiary.el (nndiary): Add :version.
24116
24117         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24118
24119         * mml-sec.el (mml-default-sign-method)
24120         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24121         Add :version.
24122
24123         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24124
24125         * mm-url.el (mm-url-use-external, mm-url-program)
24126         (mm-url-arguments): Add :version.
24127
24128         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24129         (mm-attachment-file-modes, mm-decrypt-option)
24130         (mm-w3m-safe-url-regexp): Add :version.
24131
24132         * message.el (message-cite-prefix-regexp)
24133         (message-sendmail-envelope-from, message-minibuffer-local-map)
24134         (message-user-fqdn, message-completion-alist): Add :version.
24135
24136         * gnus-win.el (gnus-configure-windows-hook)
24137         (gnus-use-frames-on-any-display): Add :version.
24138
24139         * gnus-art.el (gnus-article-address-banner-alist)
24140         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24141         (gnus-treat-from-picon, gnus-treat-mail-picon)
24142         (gnus-treat-x-pgp-sig): Add :version.
24143
24144         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24145         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24146         (gnus-summary-article-delete-hook)
24147         (gnus-summary-display-while-building): Add :version.
24148
24149         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24150         (gnus-get-top-new-news-hook): Add :version.
24151
24152         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24153         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24154
24155         * gnus-registry.el (gnus-registry): Add :version.
24156
24157         * gnus-spec.el (gnus-use-correct-string-widths)
24158         (gnus-make-format-preserve-properties): Add :version.
24159
24160         * gnus.el (gnus-group-charter-alist)
24161         (gnus-group-fetch-control-use-browse-url)
24162         (gnus-install-group-spam-parameters): Add :version.
24163
24164         * gnus-diary.el (gnus-diary): Add :version.
24165
24166         * gnus-delay.el (gnus-delay): Add :version.
24167
24168         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24169         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24170         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24171         Add :version.
24172
24173         * gnus-agent.el (gnus-agent-max-fetch-size)
24174         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24175         (gnus-agent-prompt-send-queue): Add :version.
24176
24177         * deuglify.el (gnus-outlook-deuglify): Add :version.
24178
24179         * html2text.el: Beautify code.  Improve doc strings.
24180         Some checkdoc cleanup.
24181         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24182
24183 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24184
24185         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24186
24187 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24188
24189         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24190         when package is loaded.
24191
24192         * spam.el (spam-summary-score-preferred-header): Add global preference
24193         for people who want to override the default SpamAssassin over
24194         Bogofilter preference (when both are set).
24195         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24196         (spam-user-format-function-S):
24197         Check spam-summary-score-preferred-header.
24198         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24199         (spam-user-format-function-S): Format the score correctly.
24200
24201 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24202
24203         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24204         signature file.  Suggested by Manoj Srivastava
24205         <srivasta@golden-gryphon.com>.
24206
24207         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24208         iso-2022-jp even in the Japanese language environment.
24209         Suggested by Jason Rumney <jasonr@gnu.org>.
24210
24211 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24212
24213         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24214         use the same characters as the dummy marks; make it free from
24215         getting affected by the language environment.
24216         (gnus-summary-read-group-1): Update mark positions only when the
24217         format spec is updated.
24218
24219         * gnus-spec.el (gnus-update-format-specifications): Return a list
24220         of updated types.
24221
24222 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24223
24224         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24225         of boundp to check if display-warning is available.
24226
24227 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24228
24229         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24230
24231 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24232
24233         * nnspool.el (nnspool-spool-directory): Use news-path if the
24234         news-directory variable is not bound.
24235
24236         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24237         function instead of display-warning if it is not available.
24238
24239 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24240
24241         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24242         v5-10: Use `point-at-bol'.
24243
24244 2004-10-26  Simon Josefsson  <jas@extundo.com>
24245
24246         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24247         <chenggao@gmail.com>.
24248
24249 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24250
24251         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24252         instead.
24253
24254 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24255
24256         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24257         to remove a server from the nnimap-server-buffer-alist.
24258         (nnimap-open-connection, nnimap-close-server): Use it.
24259
24260         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24261
24262 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24263
24264         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24265         running the major-mode function.
24266
24267 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24268
24269         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24270         dummy marks in the right way.
24271
24272 2004-10-18  David Edmondson  <dme@dme.org>
24273
24274         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24275         excessively.
24276
24277 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24278
24279         * gnus-util.el (gnus-split-references): Accept a nil references
24280         string and go on blissfully.
24281
24282         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24283         cases where the references string is non-nil but has no references.
24284
24285         * encrypt.el: Add autoload tags.
24286
24287         * spam.el (spam-resolve-registrations-routine): Remove article
24288         from unregistration list too.  Reported by David Hanak
24289         <dhanak@isis.vanderbilt.edu>
24290
24291 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24292
24293         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24294         nil.  Change custom type.
24295
24296 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24297
24298         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24299
24300         * gnus-sum.el (gnus-summary-move-article): Use it.
24301
24302 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24303
24304         * encrypt.el: Add autoload cookies.
24305
24306         * spam.el (spam-backend-article-list-property)
24307         (spam-backend-get-article-todo-list)
24308         (spam-backend-put-article-todo-list)
24309         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24310         Resolve registrations separately.
24311         (spam-register-routine): Format comments.
24312         (spam-unregister-routine, spam-register-routine): Always call with
24313         specific-articles, no default list.
24314         (spam-summary-prepare-exit): Use the spam-classifications function.
24315
24316         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24317         gnus-encrypt.el.
24318
24319         * encrypt.el: Copied from gnus-encrypt.el.
24320
24321         * gnus-encrypt.el: Commented that it's obsolete.
24322
24323 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24324
24325         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24326         (gnus-score-save): Use it.
24327
24328         * message.el (message-bury): Use `window-dedicated-p'.
24329
24330 2004-10-15  Simon Josefsson  <jas@extundo.com>
24331
24332         * pop3.el (top-level): Don't require nnheader.
24333         (pop3-read-timeout): Add.
24334         (pop3-accept-process-output): Add.
24335         (pop3-read-response, pop3-retr): Use it.
24336
24337 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24338
24339         * spam.el (spam-register-routine): Move comment.
24340         (spam-verify-bogofilter): Use 'unknown for the initial
24341         spam-bogofilter-valid state, not 'never.
24342
24343         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24344         for netrc-machine.
24345
24346         * nnimap.el (nnimap-open-connection):
24347         Use netrc-machine-user-or-password.
24348
24349 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24350
24351         * gnus-registry.el (gnus-registry-unload-hook):
24352         Set as a variable with add-hook.
24353
24354         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24355         of news-path.
24356
24357         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24358
24359         * spam.el: Delete duplicate `provide'.
24360         (spam-unload-hook): Set as a variable with add-hook.
24361
24362 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24363
24364         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24365         in the doc string.
24366
24367         * message.el (message-ignored-news-headers)
24368         (message-ignored-supersedes-headers)
24369         (message-ignored-resent-headers)
24370         (message-forward-ignored-headers): Improve custom type.
24371
24372 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24373
24374         * message.el (message-tokenize-header): Fix 2004-09-06 change
24375         which used point-min in the wrong place.
24376
24377 2004-10-12  Simon Josefsson  <jas@extundo.com>
24378
24379         * tls.el (tls-certtool-program): New variable.
24380         (tls-certificate-information): New function, based on
24381         ssl-certificate-information.
24382
24383 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24384
24385         * compface.el: Move the version of ELisp-based uncompface program
24386         to the contrib directory because of the copyright problem.
24387
24388 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24389
24390         * message.el (message-kill-buffer): Raise the current frame.
24391
24392 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24393
24394         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24395
24396         * gnus.el (message-y-or-n-p): Autoload.
24397
24398         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24399         (pop3-password-required, pop3-authentication-scheme)
24400         (pop3-leave-mail-on-server): Make customizable.
24401         (pop3): New custom group.
24402         (pop3-retr): Remove `sleep-for' statements.
24403         Suggested by Dave Love <fx@gnu.org>.
24404
24405         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24406         Windows/DOS.
24407
24408         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24409         (imap-parse-body): Fix incorrect use of `assert'.
24410         Suggested by Dave Love <fx@gnu.org>.
24411
24412         * mml.el (mml-minibuffer-read-disposition): Require match.
24413         Suggested by Dave Love <fx@gnu.org>.
24414
24415 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24416
24417         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24418         doc string.
24419
24420 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24421
24422         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24423
24424 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24425
24426         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24427         instead of calling `mm-insert-inline', to decode text/* parts
24428         before displaying them.
24429
24430 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24431
24432         * mm-uu.el (mm-uu-text-plain-type): New variable.
24433         (mm-uu-pgp-signed-extract-1): Use it.
24434         (mm-uu-pgp-encrypted-extract-1): Use it.
24435         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24436         bind mm-uu-text-plain-type with that value.
24437         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24438         mm-uu-dissect.
24439
24440 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24441
24442         * gnus-group.el (gnus-update-group-mark-positions):
24443         * gnus-sum.el (gnus-update-summary-mark-positions):
24444         * message.el (message-check-news-body-syntax):
24445         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24446         of string-as-multibyte.
24447
24448 2004-10-05  Juri Linkov  <juri@jurta.org>
24449
24450         * gnus-group.el (gnus-update-group-mark-positions):
24451         * gnus-sum.el (gnus-update-summary-mark-positions):
24452         * message.el (message-check-news-body-syntax):
24453         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24454         8-bit unibyte values to a multibyte string for search functions.
24455
24456 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24457
24458         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24459         (mm-uu-dissect-text-parts): New function.
24460
24461         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24462         dissect text parts.
24463
24464         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24465         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24466
24467         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24468
24469         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24470         Use gnus-current-topics instead of gnus-current-topic.
24471
24472 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24473
24474         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24475
24476 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24477
24478         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24479         where appropriate.
24480
24481         * nnml.el (nnml-generate-active-info): do.
24482
24483         * nndiary.el (nndiary-generate-active-info): do.
24484
24485         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24486         (gnus-topic-move): do.
24487
24488         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24489         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24490
24491         * gnus-srvr.el (gnus-server-prepare)
24492         (gnus-server-open-all-servers): do.
24493
24494         * gnus-msg.el (gnus-summary-cancel-article)
24495         (gnus-summary-resend-message)
24496         (gnus-summary-mail-crosspost-complaint): do.
24497
24498         * gnus-move.el (gnus-change-server): do.
24499
24500         * gnus-group.el (gnus-group-unmark-all-groups)
24501         (gnus-group-set-current-level): do.
24502
24503 2004-10-04  Simon Josefsson  <jas@extundo.com>
24504
24505         * message.el (message-generate-hashcash): Doc fix.
24506
24507 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24508
24509         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24510         avoid infinite recursion via gnus-get-function.
24511
24512 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24513
24514         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24515
24516         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24517
24518         * nnmail.el (nnmail-split-history): do.
24519
24520         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24521         (nnml-request-delete-group): do.
24522
24523         * nnslashdot.el (nnslashdot-read-groups): do.
24524
24525         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24526         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24527
24528         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24529         (nnspool-sift-nov-with-sed): Use last.
24530         (nnspool-retrieve-headers-with-nov): Use mapc.
24531         (nnspool-request-newgroups): Use dolist.
24532         (nnspool-request-group): Use last.
24533
24534         * nntp.el (nntp-read-server-type): Use dolist.
24535
24536         * nnvirtual.el (nnvirtual-create-mapping)
24537         (nnvirtual-update-read-and-marked): Use dolist.
24538         (nnvirtual-convert-headers): Simplify.
24539
24540 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24541
24542         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24543         Add support for sync'ing tick marks.
24544
24545 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24546
24547         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24548         there's no visible header.
24549
24550 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24551
24552         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24553         When necessary, pass full group name to gnus-request-set-marks.
24554
24555 2004-10-01  Simon Josefsson  <jas@extundo.com>
24556
24557         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24558         acroread.
24559
24560 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24561
24562         * spam-report.el (spam-report-gmane): Fix interactive.
24563
24564         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24565
24566         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24567         when writing file.
24568         (gnus-agent-synchronize-flags): Don't default to being
24569         interactive.
24570
24571 2004-09-30  Simon Josefsson  <jas@extundo.com>
24572
24573         * message.el (message-generate-hashcash): Add.
24574         (message-send-mail): Use it, call mail-add-payment.
24575
24576 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24577
24578         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24579
24580 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24581
24582         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24583         gnus-requst-update-info with explicit code to sync the in-memory
24584         info read flags with the marks being sync'd to the backend.
24585
24586         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24587
24588 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24589
24590         * spam.el (spam-verify-bogofilter): Add new function.
24591         (spam-check-bogofilter)
24592         (spam-bogofilter-register-with-bogofilter): Use it.
24593         (spam-verify-bogofilter): Add small fixes.
24594
24595 2004-09-28  Simon Josefsson  <jas@extundo.com>
24596
24597         * hashcash.el (hashcash-generate-payment): Revert.
24598
24599 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24600
24601         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24602         Use gnus-extract-references instead of gnus-split-references.
24603
24604         * gnus-util.el (gnus-extract-references): Add new function, analogous
24605         to gnus-split-references but extracts only the message-ID without
24606         anything extra.
24607
24608         * hashcash.el (hashcash-generate-payment)
24609         (hashcash-check-payment): Do the right thing if hashcash-path is
24610         nil (because the hashcash program could not be found).
24611
24612         * spam.el (spam-use-hashcash): Remove comment.
24613
24614 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24615
24616         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24617         (gnus-cache-enter-article, gnus-cache-remove-article)
24618         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24619
24620         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24621
24622         * gnus-art.el (article-hide-boring-headers)
24623         (article-translate-strings, article-display-face)
24624         (gnus-article-mime-match-handle-first)
24625         (gnus-article-highlight-headers)
24626         (gnus-article-add-buttons-to-head): do.
24627
24628 2004-09-27  Simon Josefsson  <jas@extundo.com>
24629
24630         * hashcash.el: New version, from
24631         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24632         ../contrib/.
24633
24634 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24635
24636         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24637
24638 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24639
24640         * gnus-dup.el (gnus-dup-open): Use mapc.
24641         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24642
24643         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24644         Reported by Stefan Wiens <s.wi@gmx.net>.
24645
24646         * gnus.el (gnus-shutdown): Use dolist.
24647
24648         * gnus-undo.el (gnus-undo): Use mapc.
24649
24650         * nnrss.el (nnrss-generate-active): do.
24651
24652         * message.el (message-cite-original-without-signature)
24653         (message-cite-original): Use mapc.
24654         (message-do-actions, message-make-forward-subject): Use dolist.
24655
24656 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24657
24658         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24659         deletion to remove entire duplicate line.  Fixes merged article
24660         number bug.
24661
24662 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24663
24664         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24665         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24666         first ask if you want to open a server and then, even when you
24667         responded with no, asking if you want to synchronize the server's
24668         flags.
24669         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24670         multi-line expressions.
24671         (gnus-agent-synchronize-group-flags): New internal function.
24672         Updates marks in memory (in the info structure) AND in the
24673         backend.
24674
24675         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24676
24677         * nnagent.el (nnagent-request-set-mark):
24678         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24679         method, to ensure that synchronization updates marks in the
24680         backend and in the info (in memory) structure.
24681
24682 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24683
24684         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24685         convention fully; don't miss the root article of a thread; make
24686         the X-Draft-From header with correct article numbers.
24687
24688 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24689
24690         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24691         unless plugged.  Disable the agent so that an open failure causes
24692         an error.
24693
24694         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24695         Revert 2004-09-21 change.  The backend must be opened while
24696         synchronizing flags even when the backend stores the flags
24697         locally.
24698
24699 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24700
24701         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24702         in `header' match.  Reported by Svend Tollak Munkejord.
24703
24704         * message.el (message-cite-original): Fix use of
24705         `message-cite-articles-with-x-no-archive'.
24706
24707 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24708
24709         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24710         (gnus-window-to-buffer): Ditto.
24711
24712         * mml.el (mml-preview-buffer): New variable.
24713         (mml-preview): Manage window layout with gnus-buffer-configuration.
24714
24715         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24716         X-Draft-From header even if those articles aren't quoted.
24717
24718 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24719
24720         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24721         (gnus-request-set-mark, gnus-request-update-mark): Use new
24722         g-s-t-u-l-m to decide to use backend even when unplugged.
24723
24724 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24725
24726         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24727         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24728
24729 2004-09-20  Simon Josefsson  <jas@extundo.com>
24730
24731         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24732         "utf-16-le".
24733
24734 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24735
24736         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24737
24738 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24739
24740         * uudecode.el (uudecode-use-external): Add :version.
24741
24742         * smime.el (smime-CA-file, smime-encrypt-cipher)
24743         (smime-dns-server): Add :version.
24744
24745         * smiley.el (gnus-smiley-file-types): Add :version.
24746
24747         * sha1.el (sha1-use-external): Add :version.
24748
24749         * pgg-def.el (pgg-query-keyserver): Add :version.
24750
24751         * nnmail.el (nnmail-fancy-expiry-targets)
24752         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24753         Add :version.
24754
24755         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24756         (nnimap-retrieve-groups-asynchronous): Add :version.
24757         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24758
24759         * mml.el (mml-content-disposition-parameters)
24760         (mml-insert-mime-headers-always): Add :version.
24761
24762         * mm-util.el (mm-coding-system-priorities): Add :version.
24763
24764         * mm-decode.el (mm-inline-text-html-with-images)
24765         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24766         (mm-verify-option): Add :version.
24767         (mm-text-html-renderer): Change :version.
24768
24769         * message.el (message-fcc-externalize-attachments)
24770         (message-required-headers, message-draft-headers)
24771         (message-subject-trailing-was-query)
24772         (message-subject-trailing-was-ask-regexp)
24773         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24774         (message-mark-insert-end, message-archive-header)
24775         (message-archive-note, message-cross-post-default)
24776         (message-cross-post-note, message-followup-to-note)
24777         (message-cross-post-note-function, message-use-mail-followup-to)
24778         (message-subscribed-address-functions)
24779         (message-subscribed-address-file, message-subscribed-addresses)
24780         (message-subscribed-regexps, message-allow-no-recipients)
24781         (message-yank-cited-prefix, message-signature-insert-empty-line)
24782         (message-hidden-headers, message-hierarchical-addresses)
24783         (message-mail-user-agent, message-use-idna)
24784         (message-valid-fqdn-regexp)
24785         (message-strip-special-text-properties, message-header-synonyms)
24786         (message-beginning-of-line, message-tab-body-function): Add :version.
24787         (message-insert-canlock, message-wide-reply-confirm-recipients):
24788         Change :version.
24789
24790         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24791         and :version.
24792         (mail-source-delete-old-incoming-confirm)
24793         (mail-source-movemail-program): Add :version.
24794
24795         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24796         (gnus-agent-cache, gnus-agent): Change :version.
24797
24798         * gnus-util.el (gnus-use-byte-compile): Change :version.
24799
24800         * gnus-sum.el (gnus-summary-make-false-root-always)
24801         (gnus-summary-default-high-score)
24802         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24803         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24804         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24805         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24806         (gnus-sum-thread-tree-single-indent)
24807         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24808         (gnus-sum-thread-tree-leaf-with-other)
24809         (gnus-sum-thread-tree-single-leaf): Add :version.
24810         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24811         (gnus-article-loose-mime): Change :version.
24812
24813         * gnus-start.el (gnus-backup-startup-file)
24814         (gnus-save-startup-file-via-temp-buffer): Add :version.
24815
24816         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24817         (gnus-server-offline-face): Add :version.
24818
24819         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24820
24821         * gnus-msg.el (gnus-gcc-externalize-attachments)
24822         (gnus-debug-files, gnus-debug-exclude-variables)
24823         (gnus-discouraged-post-methods): Change :version.
24824         (gnus-confirm-mail-reply-to-news)
24825         (gnus-confirm-treat-mail-like-news): Add :version.
24826
24827         * gnus-int.el (gnus-server-unopen-status): Add :version.
24828
24829         * gnus-group.el (gnus-group-jump-to-group-prompt)
24830         (gnus-large-ephemeral-newsgroup)
24831         (gnus-fetch-old-ephemeral-headers): Add :version.
24832
24833         * gnus-fun.el (gnus-x-face-directory)
24834         (gnus-convert-pbm-to-x-face-command)
24835         (gnus-convert-image-to-x-face-command)
24836         (gnus-convert-image-to-face-command): Add :version.
24837
24838         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24839
24840         * gnus-cite.el (gnus-cite-blank-line-after-header)
24841         (gnus-article-boring-faces): Add :version.
24842
24843         * gnus-art.el (gnus-buttonized-mime-types)
24844         (gnus-inhibit-mime-unbuttonizing)
24845         (gnus-treat-display-face)
24846         (gnus-treat-body-boundary): Change :version.
24847         (gnus-body-boundary-delimiter, gnus-picon-databases)
24848         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24849         (gnus-treat-date-english, gnus-treat-fold-headers)
24850         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24851         (gnus-treat-mail-picon, gnus-treat-wash-html)
24852         (gnus-article-encrypt-protocol)
24853         (gnus-use-idna, gnus-article-over-scroll)
24854         (gnus-mime-display-multipart-alternative-as-mixed)
24855         (gnus-mime-display-multipart-related-as-mixed)
24856         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24857         (gnus-ctan-url, gnus-button-ctan-handler)
24858         (gnus-button-handle-ctan-bogus-regexp)
24859         (gnus-button-ctan-directory-regexp)
24860         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24861         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24862         (gnus-button-man-level, gnus-button-emacs-level)
24863         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24864
24865         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24866         (gnus-agent-go-online): Change :version.
24867         (gnus-agent-expire-unagentized-dirs)
24868         (gnus-agent-auto-agentize-methods): Add :version.
24869
24870         * flow-fill.el (fill-flowed-display-column)
24871         (fill-flowed-encode-column): Add :version.
24872
24873         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24874         (gnus-outlook-deuglify-unwrap-max)
24875         (gnus-outlook-deuglify-cite-marks)
24876         (gnus-outlook-deuglify-unwrap-stop-chars)
24877         (gnus-outlook-deuglify-no-wrap-chars)
24878         (gnus-outlook-deuglify-attrib-cut-regexp)
24879         (gnus-outlook-deuglify-attrib-verb-regexp)
24880         (gnus-outlook-deuglify-attrib-end-regexp)
24881         (gnus-outlook-display-hook): Add :version.
24882
24883         * binhex.el (binhex-use-external): Add :version.
24884
24885 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24886
24887         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24888         and `invisible'.
24889
24890 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24891
24892         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24893         in gnus-registry-trim.
24894
24895 2004-09-13  Simon Josefsson  <jas@extundo.com>
24896
24897         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24898
24899         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24900
24901         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24902         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24903         <yamaoka@jpl.org>.
24904         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24905         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24906         <yamaoka@jpl.org>.
24907
24908         * sieve.el (sieve-manage-mode): Ditto.
24909
24910 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24911
24912         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24913
24914 2004-09-11  Simon Josefsson  <jas@extundo.com>
24915
24916         * dns-mode.el: Add.
24917
24918         * mm-view.el (mm-display-dns-inline): Add.
24919
24920         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24921         (mm-automatic-display): Ditto.
24922
24923         * mailcap.el (mailcap-mime-data): Add text/dns.
24924         (mailcap-mime-extensions): Map .soa to text/dns.
24925
24926 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24927
24928         * gnus-art.el (article-decode-mime-words, article-babel)
24929         (gnus-article-highlight-signature, gnus-article-add-buttons)
24930         (gnus-signature-toggle): Remove unnecessary bindings of
24931         `inhibit-read-only' inherited from v5.10 merge.
24932
24933 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24934
24935         * nntp.el (nntp): New customization group.
24936         (nntp-authinfo-file): Add customization group.
24937
24938         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24939
24940         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24941
24942         * gnus.el (to-address, to-list, subscribed)
24943         (large-newsgroup-initial): Ditto.
24944
24945         * flow-fill.el (fill-flowed-display-column)
24946         (fill-flowed-encode-column): Ditto.
24947
24948 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24949
24950         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24951         Use point-min rather than 1.
24952         (message-send-mail): Use buffer-size rather than point-max.
24953
24954         * gnus-sum.el (gnus-summary-search-article-forward):
24955         Signal a specific `search-failed' rather than a generic `error'.
24956
24957         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24958         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24959         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24960
24961 2004-09-10  Simon Josefsson  <jas@extundo.com>
24962
24963         * nndb.el (require): Remove tcp and duplicate cl.
24964
24965 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24966
24967         * gnus-agent.el (directory-files-and-attributes): Move forward.
24968
24969 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24970
24971         * gnus-agent.el (directory-files-and-attributes):
24972         Optionally defined to support XEmacs.
24973
24974 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24975
24976         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24977         to avoid run-time CL dependencies.
24978         (gnus-agent-unfetch-articles): New function.
24979         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24980         article numbers even when local .overview file is missing.
24981         (gnus-agent-read-article-number): New function.  Only accepts
24982         27-bit article numbers.
24983         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24984         Use gnus-agent-read-article-number.
24985         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24986         from backend while recognizing that article numbers in .overview
24987         must be valid.
24988         (gnus-agent-update-files-total-fetched-for):
24989         Use directory-files-and-attributes to improve performance.
24990         * gnus-int.el (gnus-request-move-article):
24991         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24992         improve performance.
24993
24994         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24995         some users confused by references to .newsrc when they only have a
24996         .newsrc.eld file.
24997         (gnus-convert-mark-converter-prompt)
24998         (gnus-convert-converter-needs-prompt): Fix use of property list.
24999         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25000         New function.  Used internally to only display 'gnus converting
25001         files' message when actually necessary.
25002
25003         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25004         methods now autoloaded.
25005
25006 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25007
25008         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25009         identifiers.
25010
25011 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25012
25013         * gnus-picon.el: Fix indentation and closing parenthesis.
25014
25015 2004-09-01  Simon Josefsson  <jas@extundo.com>
25016
25017         * message.el (message-canlock-generate): Require sha1, not
25018         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25019         to require within a function.  Sadly, if sha1.el isn't loaded, the
25020         let binding in m-c-g will hide the defcustom definition, which is
25021         bad.)
25022
25023         * canlock.el: Require sha1, not sha1-el.
25024
25025         * message.el: Don't autoload sha1 (there is a autoload cookie in
25026         sha1.el).
25027
25028         * sha1-el.el: Rename to sha1.el.
25029
25030 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25031
25032         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25033
25034 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25035
25036         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25037
25038 2004-08-30  Kim F. Storm  <storm@cua.dk>
25039
25040         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25041
25042         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25043         Add :group 'nnimap.
25044
25045 2004-08-30  Andreas Schwab  <schwab@suse.de>
25046
25047         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25048         ?* and ?\;.
25049
25050         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25051         and ?\' to symbol instead of whitespace.
25052
25053 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25054
25055         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25056
25057         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25058         instead of re-search-forward.
25059
25060         * gnus-uu.el (gnus-uu-save-article): Ditto.
25061         (gnus-uu-post-encode-uuencode): Ditto.
25062
25063         * html2text.el (html2text-clean-list-items): Ditto.
25064         (html2text-clean-dtdd): Ditto.
25065         (html2text-format-tags): Ditto.
25066
25067         * message.el (message-send-mail-with-sendmail): Fix regexp.
25068         (message-fill-field-general): Use search-forward instead of
25069         re-search-forward.
25070         (unbold-region): Ditto.
25071
25072         * nnrss.el (nnrss-request-article): Ditto.
25073
25074         * nnslashdot.el (nnslashdot-request-article): Ditto.
25075
25076         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25077
25078         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25079         "Unrecognized menu descriptor" error in XEmacs.
25080
25081 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25082
25083         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25084         parent article of a sparse article in the thread hashtb.
25085
25086 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25087
25088         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25089         (nnmail-expand-newtext): Lowercase expanded entries if
25090         nnmail-split-lowercase-expanded is non-nil.
25091
25092 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25093
25094         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25095
25096         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25097         of gnus-tmp-news-method into string under XEmacs.  It will be
25098         passed to gnus-correct-length which takes only a string argument.
25099
25100 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25101
25102         * gnus-util.el (gnus-bind-print-variables): New macro.
25103         (gnus-prin1): Use it.
25104         (gnus-prin1-to-string): Use it.
25105         (gnus-pp): New function.
25106         (gnus-pp-to-string): New function.
25107
25108         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25109         Replace pp-to-string with gnus-pp-to-string.
25110         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25111         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25112         * gnus-msg.el (gnus-debug): Ditto.
25113         * gnus-score.el (gnus-score-save): Ditto.
25114         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25115         gnus-pp-to-string.
25116         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25117         with gnus-pp.
25118         * score-mode.el (gnus-score-pretty-print): Ditto.
25119         * webmail.el (webmail-debug): Ditto.
25120
25121 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25122
25123         * gnus-art.el (article-display-face, article-display-x-face):
25124         Use buffer-read-only.
25125
25126 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25127
25128         * gnus-art.el (article-hide-list-identifiers):
25129         Bind inhibit-read-only as t.
25130
25131 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25132
25133         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25134
25135 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25136
25137         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25138         (gnus-narrow-to-page): Don't assume point-min == 1.
25139         (gnus-article-edit-mode): Derive from message-mode.
25140
25141         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25142         point-min == 1.
25143
25144         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25145         Disable incorrect use of `assert'.
25146
25147         * message.el (message-mode): Set comment-start-skip.
25148
25149
25150 2004-08-22  Sam Steingold  <sds@gnu.org>
25151
25152         * pop3.el (pop3-leave-mail-on-server): New user variable.
25153         (pop3-movemail): Delete mail only when it is nil.
25154
25155 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25156
25157         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25158
25159         * mml.el (mml-preview): Use `pop-to-buffer'.
25160
25161         * message.el (message-goto-mail-followup-to): Insert after "To".
25162         (message-carefully-insert-headers): Add comment.
25163
25164         * gnus.el: Remove unused variable `gnus-article-check-size'.
25165
25166         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25167
25168         * gnus-art.el (gnus-button-alist):
25169         Improve `gnus-button-handle-library' entry.
25170
25171 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25172
25173         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25174         Use downcase, since XEmacs capitalizes error messages differently.
25175
25176 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25177
25178         * nntp.el: Add (require 'gnus) due to reference to
25179         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25180
25181 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25182
25183         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25184         Bind `mm-fill-flowed'.
25185
25186         * mm-decode.el (mm-dissect-singlepart): Check it.
25187
25188 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25189
25190         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25191         'imap' for netrc parsing.
25192
25193 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25194
25195         * mailcap.el (mailcap-mime-data): Mark as risky.
25196
25197 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25198
25199         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25200         may be included in the encoded word.
25201         (rfc2047-encode): Don't append a space if the encoded word
25202         includes close parenthesis.
25203
25204 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25205
25206         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25207         of text within parentheses.
25208
25209 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25210
25211         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25212         (gnus-encrypt-write-file-contents): Make the password key the file
25213         name PLUS the cipher, not just the cipher.  Also remove failed
25214         passwords from the cache.
25215
25216 2004-08-06  Simon Josefsson  <jas@extundo.com>
25217
25218         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25219         Doc fix.
25220
25221 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25222
25223         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25224         LWSP.
25225
25226 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25227
25228         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25229         Try to append in-reply-to: data to the references: header.
25230
25231         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25232         (netrc-parse): Use gnus-encrypt.el functions.
25233
25234         * gnus-encrypt.el: Add new file for encryption support; currently
25235         does only a few GPG ciphers and an internal XOR cipher.
25236
25237         * password.el: Add comments on using password-read-and-add.
25238         (password-read-and-add): Add function to read and add the
25239         password to the cache at once.
25240
25241 2004-07-28  Simon Josefsson  <jas@extundo.com>
25242
25243         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25244         parameter (but don't use it, for now).
25245
25246         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25247         instead of hard coding to nil.
25248
25249 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25250
25251         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25252         as mm-inline-image-xemacs does.
25253
25254 2004-07-26  Simon Josefsson  <jas@extundo.com>
25255
25256         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25257         Revert part of 2004-07-17 change below.
25258
25259 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25260
25261         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25262         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25263
25264 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25265
25266         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25267         quotes that actually start with ">" at the beginning of the
25268         lines.
25269
25270 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25271
25272         * rfc2047.el (rfc2047-encode-region): Fix last change.
25273         (rfc2047-encode-parameter): Remove useless concat.
25274
25275 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25276
25277         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25278         encode special characters; fix some kind of misconfigured headers;
25279         signal a real error if debug-on-quit or debug-on-error is non-nil.
25280         (rfc2047-encode-max-chars): New variable.
25281         (rfc2047-encode-1): Use it.
25282         (rfc2047-encode-parameter): New function.
25283
25284         * mml.el (mml-insert-parameter): Remove an excessive space.
25285
25286 2004-07-17  Simon Josefsson  <jas@extundo.com>
25287
25288         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25289         Kai Grossjohann <kai@emptydomain.de>.
25290         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25291         (gnus-group-make-menu-bar): Ditto.
25292
25293         * gnus-util.el (gnus-group-server): Add.
25294
25295 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25296
25297         * message.el (message-clone-locals): Clone sendmail and smtp
25298         variables.
25299
25300 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25301
25302         * rfc2047.el (rfc2047-encode-region): Fix last change.
25303
25304 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25305
25306         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25307         characters as non-special.
25308
25309 2004-07-09  Simon Josefsson  <jas@extundo.com>
25310
25311         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25312         Users will lose all flag changes made while unplugged with
25313         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25314         good default.  See numerous reports on ding mailing list.
25315
25316 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25317
25318         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25319         add generate-head-function and generate-article-function to the
25320         rfc822-forward entry.
25321         (nndoc-rfc822-forward-generate-article): New function.
25322         (nndoc-rfc822-forward-generate-head): New function.
25323
25324         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25325
25326 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25327
25328         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25329         respect display group parameter and gnus-summary-expunge-below.
25330         (gnus-articles-to-read): Remove unused reference to display group
25331         parameter.
25332
25333 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25334
25335         * nnheader.el (nnheader-uniquify-message-id): New experimental
25336         variable.
25337         (nnheader-nov-read-message-id): Use it.
25338
25339         * spam-report.el (spam-report-gmane): Add interactive.
25340
25341 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25342
25343         * mm-encode.el (mm-content-transfer-encoding-defaults):
25344         Use qp-or-base64 for the application/* types.
25345
25346 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25347
25348         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25349
25350 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25351
25352         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25353         trim value.
25354
25355 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25356
25357         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25358         New macro and function.
25359         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25360
25361 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25362
25363         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25364         after-load-alist.
25365
25366 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25367
25368         * gnus-group.el (gnus-group-get-new-news-this-group):
25369         Don't update info that isn't there.
25370
25371 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25372
25373         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25374         entry.
25375
25376 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25377
25378         * mm-view.el (mm-inline-render-with-function): Use multibyte
25379         buffer; decode html source by charset.
25380
25381         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25382
25383         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25384         Mule-UCS is loaded under XEmacs.
25385         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25386
25387 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25388
25389         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25390
25391 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25392
25393         * mm-util.el (mm-coding-system-p): Return a coding-system.
25394         (mm-mime-mule-charset-alist): Use shift_jis instead of
25395         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25396         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25397         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25398         instead of japanese-shift-jis and iso-latin-1 respectively in
25399         order to share the default value with both Emacs and XEmacs-mule.
25400         (mm-mule-charset-to-mime-charset):
25401         Make mm-coding-system-priorities effective.
25402         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25403         while predicating of candidates upon the priorities.
25404
25405 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25406
25407         * gnus-sum.el (gnus-summary-make-menu-bar):
25408         Add gnus-uu-invert-processable.
25409
25410         * gnus.el: Autoload gnus-uu-invert-processable.
25411
25412 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25413
25414         * mm-util.el (mm-with-multibyte-buffer): New macro.
25415
25416         * rfc2047.el (rfc2047-encode-string): Use it.
25417         (rfc2047-encode-region): Move point to the end of the region after
25418         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25419
25420 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25421
25422         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25423         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25424
25425 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25426
25427         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25428         (gnus-cite-parse): Ignore quoted envelope From_.
25429         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25430
25431 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25432
25433         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25434         invalid addresses.
25435
25436 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25437
25438         * spam.el: Change section markers, revise TODO list.
25439         (spam-backends): Make new master list of all installed backends.
25440         (spam-summary-exit-behavior): Add new variable to determine how
25441         messages moves are done at summary exit.
25442         (spam-move-spam-nonspam-groups-only)
25443         (spam-process-ham-in-nonham-groups)
25444         (spam-process-ham-in-spam-groups): Remove variables, the
25445         spam-summary-exit-behavior variable should be used to manage this
25446         behavior.
25447         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25448         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25449         and spam-old-spam-articles.
25450         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25451         Add empty variables, placeholders for the backends they represent.
25452         (spam-set-difference): Move, unchanged.
25453         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25454         unless the user has a processor variable.
25455         (spam-classifications, spam-classification-valid-p)
25456         (spam-backend-properties, spam-backend-property-valid-p)
25457         (spam-backend-function-type-valid-p)
25458         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25459         (spam-report-articles-gmane, spam-report-articles-resend):
25460         Remove functions, they are not needed.
25461         (spam-install-backend-super, spam-backend-list)
25462         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25463         (spam-backend-function, spam-backend-ham-registration-function)
25464         (spam-backend-spam-registration-function)
25465         (spam-backend-ham-unregistration-function)
25466         (spam-backend-spam-unregistration-function)
25467         (spam-backend-statistical-p, spam-backend-mover-p)
25468         (spam-install-backend-alias, spam-install-checkonly-backend)
25469         (spam-install-mover-backend, spam-install-nocheck-backend)
25470         (spam-install-backend, spam-install-statistical-backend)
25471         (spam-install-statistical-checkonly-backend): Add backend installation
25472         support.
25473         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25474         (spam-group-processor-p): Use the new backend code and respect the
25475         summary exit behavior.
25476         (spam-mark-spam-as-expired-and-move-routine): Remove.
25477         (spam-summary-prepare): Change to use the new spam-old-articles
25478         variable.
25479         (spam-copy-or-move-routine, spam-copy-spam-routine)
25480         (spam-move-spam-routine, spam-copy-ham-routine)
25481         (spam-move-ham-routine): Add code to copy/move ham or spam.
25482         (spam-fetch-field-fast): Improve doc and code, plus allow the
25483         'number request.
25484         (spam-list-of-checks, spam-list-of-statistical-checks):
25485         Remove variables.
25486         (spam-split, spam-find-spam): Use the new backend code.
25487         (spam-registration-functions): Remove variable.
25488         (spam-unregister-routine): Add convenience wrapper.
25489         (spam-log-undo-registration, spam-register-routine)
25490         (spam-log-processing-to-registry)
25491         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25492         where possible.
25493         (spam-check-gmane-xref, spam-check-regex-headers)
25494         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25495         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25496         (spam-check-bogofilter-headers, spam-check-spamoracle)
25497         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25498         (spam-check-crm114-headers): Use the spam-split-group that
25499         spam-split prepares, no need to determine it every time.
25500
25501         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25502         to the nnheader-parse-naked-head call.
25503
25504         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25505
25506         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25507         the nnheader-nov-read-message-id call.
25508
25509 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25510
25511         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25512         gnus-activate-group twice.  Suggested by Markus Peter
25513         <warp@spin.de>.
25514
25515 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25516
25517         * gnus-art.el (gnus-article-time-format): Exchange the order of
25518         day and month in the default value; fix customization type.
25519         (article-date-ut): Use add-text-properties.
25520         (article-make-date-line): Use message-make-date instead of
25521         current-time-string.
25522
25523         * message.el (message-fetch-field): Don't use set-text-properties.
25524         (message-make-date): Simplify.
25525
25526         * messagexmas.el (message-xmas-make-date): New function.
25527         (message-xmas-redefine): Defalias message-make-date to it.
25528
25529 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25530
25531         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25532         (rfc2047-encode-region): Treat text within parentheses as special;
25533         show the original text when error has occurred.
25534
25535         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25536         already-computed method to gnus-activate-group.
25537
25538         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25539         same select-methods identical Lisp objects.
25540
25541         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25542         object when modifying the info.
25543
25544 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25545
25546         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25547         gnus-opened-servers since it has never been opened with the new
25548         configuration yet.
25549
25550 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25551
25552         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25553         arg to nnheader-generate-fake-message-id.
25554
25555 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25556
25557         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25558         number and build a fake message ID localized to a group and
25559         article number (so it's repeatable from that point on).
25560         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25561         ID format.
25562
25563         * gnus-sum.el (gnus-get-newsgroup-headers):
25564         Call nnheader-generate-fake-message-id with the article number.
25565
25566 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25567
25568         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25569         end-of-buffer.
25570
25571 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25572
25573         * message.el (message-ignored-supersedes-headers): Add Approved.
25574
25575 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25576
25577         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25578         goto-char.
25579         (rfc2047-encode): Fold the line before encoding.
25580
25581 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25582
25583         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25584         folding -- not all headers can be folded, and this should be done
25585         by the message composition mode.  Probably.  I think.
25586
25587 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25588
25589         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25590         fast.
25591
25592         * gnus-ems.el (gnus-remove-image): Don't use
25593         message-text-with-property; remove only the image found first.
25594
25595         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25596         found first.
25597
25598 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25599
25600         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25601
25602 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25603
25604         * message.el (message-text-with-property): Make it fast and accept
25605         optional arguments.
25606         (message-strip-forbidden-properties): Use it.
25607         (message-fix-before-sending): Follow the m-t-w-p change.
25608
25609         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25610
25611 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25612
25613         * gnus-art.el (article-hide-headers): Don't change the buffer
25614         mistakenly when performing mml-preview even if
25615         gnus-single-article-buffer is nil.
25616
25617 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25618
25619         * message.el (message-expand-name-databases): New user option.
25620         (message-expand-name): Use it.
25621
25622 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25623
25624         * spam.el (spam-report-articles-resend)
25625         (spam-report-resend-register-routine): Allow ham reporting.
25626         (spam-report-resend-register-ham-routine): Add wrapper.
25627         (spam-registration-functions): Add ham resending functions.
25628         (spam-list-of-processors): Add ham resend processor.
25629
25630         * gnus.el (ham-resend-to): Add new group parameter.
25631         (spam-process): Add ham resend option.
25632
25633         * spam-report.el (spam-report-resend): Allow reporting ham.
25634         (spam-report-resend-ham): Add wrapper.
25635
25636 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25637
25638         * message.el (message-cite-articles-with-x-no-archive):
25639         New variable.
25640         (message-cite-original): Use it.
25641
25642 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25643
25644         * message.el (message-cite-original): Respect X-No-Archive.
25645
25646 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25647
25648         * gnus-art.el (article-hide-headers): Refer to the values for
25649         gnus-ignored-headers and gnus-visible-headers in the summary
25650         buffer since a user may have set them as group parameters.
25651
25652 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25653
25654         * assistant.el (assistant-node-name): Add convenience function.
25655         (assistant-render-text, assistant-render-node): Add error handling,
25656         plus handle multiple next nodes.
25657         (assistant-find-next-node): Comment out for now.
25658         (assistant-find-next-nodes): Add function, returns list of next
25659         nodes.
25660
25661 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25662
25663         * mail-source.el (mail-source-directory): Fix doc-string.
25664
25665 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25666
25667         * assistant.el (assistant-render-text, assistant-eval): Add :set
25668         widget type, which is different because it takes and returns a
25669         list.  Much hilarity ensues.
25670
25671 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25672
25673         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25674
25675         * gnus-group.el (gnus-group-get-new-news-this-group):
25676         Add doc-string.
25677
25678         * gnus-start.el (gnus-activate-group): Add doc-string.
25679
25680 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25681
25682         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25683
25684 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25685
25686         * assistant.el (assistant-render-text): Try to add a :set
25687         widget, more to come.
25688
25689         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25690         strings.
25691         (spam-report-articles-resend)
25692         (spam-register-routine): Do registration iff any articles warrant
25693         it.
25694         (spam-summary-prepare-exit): Change log message for nil group
25695         destinations.
25696
25697 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25698
25699         * spam.el (spam-report-resend-register-routine):
25700         Allow spam-report-resend-to to be a group parameter or a global value.
25701
25702 2004-05-26  Simon Josefsson  <jas@extundo.com>
25703
25704         * starttls.el: Merge with my GNUTLS based starttls.el.
25705         (starttls-gnutls-program, starttls-use-gnutls)
25706         (starttls-extra-arguments, starttls-process-connection-type)
25707         (starttls-connect, starttls-failure, starttls-success):
25708         New variables.
25709         (starttls-program, starttls-extra-args): Doc fix.
25710         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25711         New functions.
25712         (starttls-negotiate, starttls-open-stream):
25713         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25714         function if it is set.
25715
25716 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25717
25718         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25719         structured fields.
25720
25721 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25722
25723         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25724
25725 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25726
25727         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25728         Add variable.
25729         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25730         assigning the spam-mark to new messages.
25731
25732 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25733
25734         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25735
25736 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25737
25738         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25739
25740         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25741         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25742         default.
25743
25744 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25745
25746         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25747         correct data.
25748
25749 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25750
25751         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25752         (spam-group-processor-p): Fix function.
25753         (spam-group-processor-multiple-p)
25754         (spam-group-spam-processor-report-gmane-p)
25755         (spam-group-spam-processor-report-resend-p)
25756         (spam-group-spam-processor-bogofilter-p)
25757         (spam-group-spam-processor-blacklist-p)
25758         (spam-group-spam-processor-ifile-p)
25759         (spam-group-ham-processor-ifile-p)
25760         (spam-group-spam-processor-spamoracle-p)
25761         (spam-group-spam-processor-crm114-p)
25762         (spam-group-ham-processor-bogofilter-p)
25763         (spam-group-spam-processor-stat-p)
25764         (spam-group-ham-processor-stat-p)
25765         (spam-group-ham-processor-whitelist-p)
25766         (spam-group-ham-processor-BBDB-p)
25767         (spam-group-ham-processor-spamoracle-p)
25768         (spam-group-ham-processor-copy-p): Remove functions with some
25769         prejudice against unneeded code.
25770         (spam-report-articles-resend)
25771         (spam-report-resend-register-routine): Allow the group/topic
25772         spam-resend-to value to override spam-report-resend-to.
25773         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25774         properly now.
25775
25776         * gnus.el (spam-resend-to): Add group/topic parameter.
25777         (spam-process): Move the OBSOLETE processors to the end of the
25778         choices.
25779
25780 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25781
25782         * spam-report.el (spam-report-resend-to, spam-report-resend):
25783         Start with resend-to set to nil, and then ask the user if necessary.
25784         (spam-report-resend): spam-report-resend takes a list of articles, not
25785         separate article numbers.
25786
25787 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25788
25789         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25790         addition to emacs-w3m.
25791
25792 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25793
25794         * assistant.el (assistant-authinfo-data): New function.
25795         (assistant-eval): Eval for entire assistant.
25796
25797         * netrc.el (netrc-services-file): New variable.
25798         (netrc-parse-services): New function.
25799         (netrc-find-service-name): New function.
25800         (netrc-find-service-number): New function.
25801         (netrc-port-equal): New function.
25802         (netrc-machine): Use it.
25803
25804         * nnimap.el (nnimap-open-connection): Use netrc.
25805
25806         * gnus-util.el (gnus-netrc-get): Remove aliases.
25807
25808         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25809
25810         * assistant.el (wid-edit): Fix compilation.
25811
25812         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25813
25814 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25815
25816         * gnus-util.el (gnus-set-file-modes): New function.  (small
25817         patch).
25818
25819 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25820
25821         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25822
25823         * assistant.el (assistant-render-node): Fix up rendering and
25824         read-only text.
25825         (assistant-render-node): Reset.
25826         (assistant-make-read-only): Not sticky.
25827
25828 2004-05-20  Danny Siu  <dsiu@adobe.com>
25829
25830         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25831         centered even when gnus-auto-center-summary is t.
25832
25833 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25834
25835         * dns.el (dns-get-txt-answer): New function.
25836         (dns-read-txt): Ditto.
25837         (query-dns): Use it.
25838
25839 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25840
25841         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25842         active for foreign groups even if the group level is higher than
25843         the specified value.
25844
25845 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25846
25847         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25848         non-active groups.
25849
25850         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25851
25852 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25853
25854         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25855
25856 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25857
25858         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25859         (spam-crm114-header, spam-crm114-spam-switch)
25860         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25861         (spam-crm114-positive-spam-header)
25862         (spam-crm114-database-directory, spam-list-of-processors)
25863         (spam-group-spam-processor-crm114-p)
25864         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25865         (spam-generic-score, spam-list-of-checks)
25866         (spam-list-of-statistical-checks, spam-registration-functions)
25867         (spam-check-crm114-headers, spam-crm114-score)
25868         (spam-check-crm114, spam-crm114-register-with-crm114)
25869         (spam-crm114-register-spam-routine)
25870         (spam-crm114-unregister-spam-routine)
25871         (spam-crm114-register-ham-routine)
25872         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25873
25874 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25875
25876         * gnus.el: Add spam-use-crm114.
25877
25878         * spam.el (spam-list-of-processors, spam-registration-functions):
25879         Add spam-use-resend.
25880         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25881         (spam-report-articles-gmane): Add doc fix.
25882         (spam-report-articles-resend, spam-report-resend-register-routine):
25883         Add wrappers around spam-report-resend-to.
25884
25885         * spam-report.el (spam-report-resend-to, spam-report-resend):
25886         Add support for resending spam.
25887         (spam-report-gmane): Fix line length >80.
25888
25889         * gnus.el (spam-process): Add spam-use-resend.
25890
25891 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25892
25893         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25894         number of processed spam messages.
25895         (spam-ham-copy-or-move-routine): Return the number of processed
25896         ham messages.
25897         (spam-summary-prepare-exit): Use the above values to decide
25898         whether status messages should be displayed.
25899
25900 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25901
25902         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25903         `rfc2047-encoding-function-alist' in order to avoid conflicting
25904         with the old version.
25905         (rfc2047-encode-region): Concatenate words containing non-ASCII
25906         characters in structured fields; don't encode space-delimited
25907         ASCII words even in unstructured fields; don't break words at
25908         char-category boundaries.
25909         (rfc2047-encode-1): New function.
25910         (rfc2047-encode): Use it; encode text so that it occupies the
25911         maximum width within 76-column; work correctly on Q encoding for
25912         iso-2022-* charsets.
25913         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25914         sure not to break a line just after the header name.
25915         (rfc2047-b-encode-region): Remove.
25916         (rfc2047-b-encode-string): New function.
25917         (rfc2047-q-encode-region): Remove.
25918         (rfc2047-q-encode-string): New function.
25919
25920         * mm-util.el (mm-replace-in-string): New function.
25921
25922 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25923
25924         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25925         Really get it right.
25926         (gnus-inews-make-draft): Really.
25927
25928 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25929
25930         * nnmh.el (nnmh-request-list-1): Don't check the link count
25931         before descending.  (small patch)
25932
25933 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25934
25935         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25936         stuff.
25937
25938         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25939         Match on real group name.
25940
25941         * gnus-art.el (gnus-signature-limit): Doc fix.
25942
25943         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25944
25945         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25946
25947 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25948
25949         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25950         isn't a string.
25951
25952 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25953
25954         * gnus-draft.el (gnus-draft-send):
25955         Bind rfc2047-encode-encoded-words.
25956
25957         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25958         (rfc2047-encodable-p): Say that =? needs encoding.
25959         (rfc2047-encode-encoded-words): New variable.
25960
25961         * gnus-group.el (gnus-group-select-group): Doc fix.
25962
25963         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25964
25965         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25966         to nil.
25967
25968         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25969
25970         * nnheader.el (nnheader-get-lines-and-char): New function.
25971
25972 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25973
25974         * gnus-msg.el (gnus-summary-followup-with-original):
25975         Document yanking of region when active.
25976
25977 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25978
25979         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25980         groups if the group level is higher than the specified value.
25981
25982 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25983
25984         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25985         (gnus-group-jump-to-group): Add prefix argument using
25986         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25987         non-active group.
25988
25989         * compface.el (uncompface): Be verbose when changing
25990         `uncompface-use-external'.
25991
25992         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25993         handle manual section.
25994
25995 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25996
25997         * gnus-art.el (gnus-button-alist): Revert previous change.
25998
25999 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26000
26001         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26002
26003 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26004
26005         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26006         whether backend can accept message.
26007
26008         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26009
26010 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26011
26012         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26013         Avoid creating directory when nntp-marks-is-evil is true.
26014         Reported by Reiner Steib.
26015
26016 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26017
26018         * gnus-picon.el (gnus-picon-insert-glyph):
26019         Add optional `nostring' argument.
26020
26021 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26022
26023         * gnus-picon.el (gnus-picon-style): New variable.
26024         (gnus-picon-transform-address): Support `gnus-picon-style'.
26025
26026 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26027
26028         * message.el (message-fill-field): Return point.
26029         (message-generate-headers): Go to end of field.
26030
26031         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26032         stuff for non-living groups.
26033
26034 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26035
26036         * gnus-art.el (gnus-article-followup-with-original)
26037         (gnus-article-reply-with-original): gnus-mark-active-p ->
26038         gnus-region-active-p.
26039
26040 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26041
26042         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26043         only when there is spam or ham to be processed.
26044
26045 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26046
26047         * mail-source.el (mail-source-delete-crash-box): Refactor.
26048         (mail-source-fetch): Use it.
26049         (mail-source-fetch-file): Ditto.
26050         (mail-source-fetch-directory): Run postscript in loop.
26051         (mail-source-fetch-pop): Delete.
26052         (mail-source-fetch-maildir): Ditto.
26053         (mail-source-fetch-imap): Ditto.
26054
26055         * imap.el (imap-authenticators): Comment out sasl.
26056
26057         * message.el (message-skip-to-next-address): New function.
26058         (message-fill-header-address): Refactor.
26059         (message-fill-address): Use it.
26060         (message-delete-address): Use it.
26061         (message-fill-header-general): Refactor.
26062         (message-fill-field-address): Rename.
26063         (message-narrow-to-field): Find the start of the header.
26064         (message-header-format-alist): Don't pre-fill.
26065         (message-fill-header): Remove.
26066         (message-insert-header): New function.
26067         (message-shorten-references): Use it.
26068
26069         * rfc2047.el (rfc2047-field-value): Strip props.
26070
26071         * mail-parse.el (mail-header-make-address): New alias.
26072
26073         * ietf-drums.el (ietf-drums-make-address): New function.
26074
26075         * imap.el: Add compiler directives.
26076
26077         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26078
26079         * gnus-art.el (article-decode-idna-rhs): Don't use
26080         message-idna-inside-rhs-p.
26081
26082 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26083
26084         * message.el (message-idna-inside-rhs-p): Remove.
26085         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26086
26087         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26088         false positives.
26089
26090 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26091
26092         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26093
26094 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26095
26096         * nneething.el (nneething-file-name): Don't create spurious
26097         files.
26098
26099         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26100         (gnus-inews-do-gcc): Remove sleep.
26101
26102         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26103         part under point.
26104
26105         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26106         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26107
26108 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26109
26110         * spam.el (spam-summary-prepare-exit): Fix (length).
26111
26112 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26113
26114         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26115         as expired without moving it" message when there are spam
26116         messages left.
26117
26118 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26119
26120         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26121         header is not nil.
26122
26123 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26124
26125         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26126         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26127         (nntp-marks-changed-p): New arg SERVER.
26128         (nntp-request-update-info): Adjust caller.
26129
26130 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26131
26132         * nntp.el (nntp-save-marks): Pass missing arg.
26133
26134 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26135
26136         * nntp.el: Support marks.
26137         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26138         (nntp-marks-modtime, nntp-marks-directory): New variables.
26139         (nntp-request-set-mark, nntp-request-update-info)
26140         (nntp-possibly-create-directory, nntp-marks-changed-p)
26141         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26142         New functions.
26143
26144 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26145
26146         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26147         (gnus-xmas-redefine): Rename.
26148
26149         * gnus-score.el (gnus-score-insert-help):
26150         Use gnus-select-lowest-window.
26151
26152         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26153         appt-select-lowest-window and rename to gnus-select-lowest-window.
26154
26155         * gnus.el: do.
26156
26157 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26158
26159         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26160         encodings of MIME-encoded words, in order to improve
26161         interoperability with several broken MUAs.
26162
26163 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26164
26165         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26166         tags, only when charsets are not specified in headers.
26167         (mm-inline-text-html-render-with-w3m): Ditto.
26168
26169         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26170         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26171
26172 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26173
26174         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26175         instead of MIME-decoded from fields when checking
26176         `gnus-article-address-banner-alist'.
26177
26178 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26179
26180         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26181         description rather than subject.
26182
26183 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26184
26185         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26186
26187 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26188
26189         * gnus.el (gnus-version-number): Bump.
26190
26191 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26192
26193         * gnus.el: No Gnus v0.2 is released.
26194
26195 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26196
26197         * gnus-agent.el (gnus-agent-read-agentview):
26198         Inline gnus-uncompress-range.
26199
26200 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26201
26202         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26203         `exec-installed-p'.
26204
26205 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26206
26207         * gnus.el (spam-process, spam-autodetect-methods):
26208         Add bsfilter and bsfilter-headers.
26209
26210         * spam.el (spam-bsfilter): New customize group.
26211         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26212         (spam-bsfilter-header, spam-bsfilter-probability-header)
26213         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26214         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26215         (spam-bsfilter-database-directory): New options.
26216         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26217         (spam-list-of-statistical-checks, spam-registration-functions):
26218         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26219         (spam-bsfilter-score): New command.
26220         (spam-check-bsfilter-headers, spam-check-bsfilter)
26221         (spam-bsfilter-register-with-bsfilter)
26222         (spam-bsfilter-register-spam-routine)
26223         (spam-bsfilter-unregister-spam-routine)
26224         (spam-bsfilter-register-ham-routine)
26225         (spam-bsfilter-unregister-ham-routine): New functions.
26226         (spam-generic-score): Support bsfilter; Accept an optional argument
26227         to recalcurate spam score even if scoring header has already been
26228         added.
26229         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26230         optional argument to recalcurate spam score even if scoring header
26231         has already been added.
26232
26233 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26234
26235         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26236         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26237         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26238         link is missing.
26239
26240 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26241
26242         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26243         (html2text-get-attr): Rewrite.
26244
26245         * message.el (message-setup-1): Remove redundant put-text-property
26246         on mail-header-separator.
26247
26248 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26249
26250         * gnus-registry.el (gnus-registry-cache-whitespace)
26251         (gnus-registry-action, gnus-registry-spool-action)
26252         (gnus-registry-split-fancy-with-parent): Change message levels
26253         from 5 to 3 or 7, as needed.
26254
26255         * spam.el (spam-summary-prepare-exit)
26256         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26257         (spam-split, spam-find-spam, spam-log-undo-registration)
26258         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26259         level from 5 to 6.
26260
26261 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26262
26263         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26264         2004-03-04 change).
26265
26266 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26267
26268         * sieve-manage.el (sieve-manage-open):
26269         * nnweb.el (nnweb-insert-html):
26270         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26271         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26272         * nnspool.el (nnspool-request-group):
26273         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26274         * nnml.el (nnml-request-update-info):
26275         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26276         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26277         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26278         (nnimap-request-set-mark):
26279         * nnfolder.el (nnfolder-request-update-info):
26280         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26281         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26282         * gnus-uu.el (gnus-uu-find-articles-matching):
26283         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26284         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26285         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26286         * gnus-nocem.el (gnus-nocem-scan-groups):
26287         * gnus-int.el (gnus-start-news-server):
26288         * gnus-group.el (gnus-group-make-kiboze-group)
26289         (gnus-group-browse-foreign-server):
26290         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26291         Use mapc when appropriate.
26292
26293 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26294             Adam Sjøgren  <asjo@koldfront.dk>
26295             Wes Hardaker  <wes@hardakers.net>
26296             Michael Shields  <shields@msrl.com>
26297
26298         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26299         may need for spam sorting and scoring.
26300         (spam-user-format-function-S): Add user format function suitable for
26301         general use.
26302         (spam-article-sort-by-spam-status): Add sorting function for summary
26303         sorting.
26304         (spam-extra-header-to-number): Add function to get a score from a
26305         header.
26306         (spam-summary-score): Add function to get a numeric score from the
26307         headers.
26308         (spam-generic-score): Fix function doc, was in wrong place.
26309         (spam-initialize): Take symbols when it's run, and install the
26310         extra headers that spam-necessary-extra-headers thinks we need.
26311
26312 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26313
26314         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26315         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26316
26317 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26318
26319         * gnus-sum.el (gnus-set-global-variables)
26320         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26321         (gnus-article-get-xrefs, gnus-summary-best-group)
26322         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26323         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26324         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26325         Use with-current-buffer.
26326
26327 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26328
26329         * spam.el (spam-summary-prepare-exit): Simplify logic.
26330         (spam-fetch-article-header): Read the article header if it's not
26331         available.
26332         (spam-list-articles): Simplify logic.
26333         (spam-filelist-register-routine): Fix bug with unregister-list.
26334
26335         * gnus-registry.el: Fix comments at beginning.
26336
26337 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26338
26339         * message.el (message-cater-to-broken-inn): Remove.
26340         (message-shorten-references): Make sure the total folded length of
26341         References is shorter than 998 characters to cater to a bug in INN
26342         2.3.  Also, don't pretend that references aren't folded -- this
26343         hasn't worked for a while.
26344
26345 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26346
26347         * gnus-agent.el (gnus-agentize):
26348         gnus-agent-send-mail-real-function no longer set to current value
26349         of message-send-mail-function but rather a lambda that calls
26350         message-send-mail-function.  The change makes the agent real-time
26351         responsive to user changes to message-send-mail-function.
26352
26353 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26354
26355         * legacy-gnus-agent.el
26356         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26357         help from Florian Weimer <fw@deneb.enyo.de>
26358
26359 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26360
26361         * nnmail.el (nnmail-cache-insert): Revert last change.
26362
26363 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26364
26365         * nnmail.el (nnmail-cache-insert): Always check whether
26366         nnmail-cache-ignore-groups matches a group name.
26367
26368 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26369
26370         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26371         (spam-find-spam, spam-log-processing-to-registry)
26372         (spam-log-registered-p, spam-log-unregistration-needed-p)
26373         (spam-log-undo-registration): Use gnus-message instead of
26374         gnus-error, none of these errors are fatal.
26375
26376         * gnus-registry.el (gnus-registry-clean-empty-function)
26377         (gnus-registry-clean-empty): Remove only empty entries without
26378         extra data.
26379
26380 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26381
26382         * spam-stat.el (spam-stat-buffer-change-to-spam)
26383         (spam-stat-buffer-change-to-non-spam): Change (error) to
26384         (gnus-message 8) invocation.
26385
26386 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26387
26388         * nntp.el (nntp-via-netcat-command): New variable.
26389         (nntp-via-netcat-switches): New variable.
26390         (nntp-open-via-rlogin-and-netcat): New function.
26391         (nntp-open-connection-function): Doc fix.
26392         (nntp-telnet-command): Doc fix.
26393         (nntp-end-of-line): Doc fix.
26394         (nntp-via-rlogin-command): Doc fix.
26395         (nntp-via-user-name): Doc fix.
26396         (nntp-via-address): Doc fix.
26397
26398 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26399
26400         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26401         error in Emacs 21.1.
26402
26403 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26404
26405         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26406
26407 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26408
26409         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26410         (gnus-agent-with-refreshed-group): New macro.
26411         (gnus-agent-rename-group): New function.
26412         (gnus-agent-delete-group): New function.
26413         (gnus-agent-save-group-info): Use gnus-command-method when
26414         `method' parameter is nil.  Don't write nil entries into the
26415         active file.
26416         (gnus-agent-get-group-info): New function.
26417         (gnus-agent-fetch-articles):
26418         Use gnus-agent-update-files-total-fetched-for to increment disk space
26419         used.
26420         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26421         Use gnus-agent-update-view-total-fetched-for to increment disk space
26422         used.
26423         (gnus-agent-get-local): Add optional parameters to avoid calling
26424         gnus-group-real-name and gnus-find-method-for-group.
26425         (gnus-agent-set-local): Delete stored entry if either min, or max,
26426         are nil.
26427         (gnus-agent-fetch-session): Reworded error/quit messages.
26428         On quit, use gnus-agent-regenerate-group to record existance of any
26429         articles fetched to disk before the quit occurred.
26430         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26431         gnus-agent-update-view-total-fetched-for, and
26432         gnus-agent-update-files-total-fetched-for to decrement disk space
26433         used.
26434         (gnus-agent-retrieve-headers):
26435         Use gnus-agent-update-view-total-fetched-for to increment disk space
26436         used.
26437         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26438         with gnus-agent-update-files-total-fetched-for to decrement disk
26439         space and fresh group buffer.
26440         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26441         (gnus-agent-need-update-total-fetched-for): New variable.
26442         (gnus-agent-update-files-total-fetched-for): New function.
26443         (gnus-agent-update-view-total-fetched-for): New function.
26444         (gnus-agent-total-fetched-for): New function.
26445
26446         * gnus-cache.el (gnus-cache-save-buffers):
26447         Use gnus-cache-update-overview-total-fetched-for to change disk space
26448         used by this group.
26449         (gnus-cache-possibly-enter-article):
26450         Use gnus-cache-update-file-total-fetched-for to increment disk space
26451         used by this group.
26452         (gnus-cache-possibly-remove-article):
26453         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26454         used by this group.
26455         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26456         (gnus-cache-rename-group): New function.
26457         (gnus-cache-delete-group): New function.
26458         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26459         (gnus-cache-need-update-total-fetched-for): New variable.
26460         (gnus-cache-with-refreshed-group): New macro.
26461         (gnus-cache-update-file-total-fetched-for): New function.
26462         (gnus-cache-update-overview-total-fetched-for): New function.
26463         (gnus-cache-rename-group-total-fetched-for): New function.
26464         (gnus-cache-delete-group-total-fetched-for): New function.
26465         (gnus-cache-total-fetched-for): New function.
26466
26467         * gnus-group.el: Require gnus-sum and autoload functions to
26468         resolve warnings when gnus-group.el compiled alone.
26469         (gnus-group-line-format): Document new %F.
26470         (size of Fetched data) group line format; identifies disk space
26471         used by agent and cache.
26472         (gnus-group-line-format-alist): Define new F format.
26473         (gnus-total-fetched-for): New function.
26474         (gnus-group-delete-group): No longer update
26475         gnus-cache-active-altered as gnus-request-delete-group now keeps
26476         the cache in sync.
26477         (gnus-group-list-active): Let the agent store a server's active
26478         list if currently plugged.
26479
26480         * gnus-int.el (gnus-request-delete-group):
26481         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26482         local disk in sync with the server.
26483         (gnus-request-rename-group):
26484         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26485         local disk in sync with the server.
26486
26487         * gnus-start.el (gnus-get-unread-articles):
26488         Cosmetic simplification to logic.
26489
26490         * gnus-util.el (gnus-rename-file): New function.
26491
26492 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26493
26494         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26495
26496 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26497
26498         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26499         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26500
26501 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26502
26503         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26504         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26505
26506 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26507
26508         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26509
26510 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26511
26512         * spam.el (spam-set-difference): Add function to replace
26513         gnus-set-difference in spam.el.
26514         (spam-summary-prepare-exit): Use spam-set-difference.
26515
26516 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26517
26518         * gnus-registry.el (gnus-registry-cache-file): Update to use
26519         gnus-dribble-directory OR gnus-home-directory OR ~.
26520         (gnus-registry-split-fancy-with-parent): Fix doc.
26521
26522 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26523
26524         * message.el (message-exchange-point-and-mark):
26525         Use message-mark-active-p.  Suggested by Jesper Harder
26526         <harder@ifa.au.dk>.
26527
26528 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26529
26530         * message.el (message-exchange-point-and-mark): Don't activate
26531         region if it was inactive.  Suggested by Hiroshi Fujishima
26532         <pooh@nature.tsukuba.ac.jp>.
26533
26534 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26535
26536         * gnus-art.el (article-display-face): Display Faces in the same
26537         order as X-Faces.
26538
26539 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26540
26541         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26542
26543 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26544
26545         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26546         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26547         (gnus-article-mime-hierarchy): Remove.
26548         (gnus-article-mime-hierarchy-next): Remove.
26549         (gnus-article-mode): Revert 2004-03-19 change.
26550         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26551         (gnus-insert-mime-button): Revert 2004-03-19 change.
26552         (gnus-mime-accumulate-hierarchy): Remove.
26553         (gnus-mime-enter-multipart): Remove.
26554         (gnus-mime-leave-multipart): Remove.
26555         (gnus-mime-display-part): Revert 2004-03-19 change.
26556         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26557
26558         * mml.el (mml-preview): Revert 2004-03-19 change.
26559
26560 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26561
26562         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26563
26564 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26565
26566         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26567         t while entering a file name using the mm-with-multibyte macro.
26568         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26569
26570         * mm-util.el (mm-with-multibyte): New macro.
26571
26572 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26573
26574         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26575         New user option.
26576         (gnus-mime-multipart-functions): Doc and customization fix.
26577         (gnus-article-mime-hierarchy): New variable.
26578         (gnus-article-mime-hierarchy-next): New variable.
26579         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26580         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26581         gnus-article-mime-hierarchy-next to nil.
26582         (gnus-insert-mime-button): Show hierarchy numbers.
26583         (gnus-mime-accumulate-hierarchy): New function.
26584         (gnus-mime-enter-multipart): New function.
26585         (gnus-mime-leave-multipart): New function.
26586         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26587         (gnus-mime-display-alternative): Show hierarchy numbers.
26588
26589         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26590         gnus-article-mime-hierarchy-next to nil.
26591
26592 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26593
26594         * dns.el: Don't require gnus-xmas.
26595
26596 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26597
26598         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26599         inline PGP.
26600         (mml-menu): Disable mml-quote-region if mark is inactive.
26601
26602 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26603
26604         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26605         when the group's active is not available.
26606
26607 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26608
26609         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26610         error.
26611
26612 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26613
26614         * imap.el (imap-store-password): New variable.
26615         (imap-interactive-login): Use it.
26616         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26617
26618 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26619
26620         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26621         window-start and hscroll to summary window.
26622
26623 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26624
26625         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26626         conversion message to newsrc-dribble when an actual conversion is
26627         performed.
26628
26629 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26630
26631         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26632
26633 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26634
26635         * mm-decode.el (mm-complicated-handles): New function reviving
26636         former definition of mm-multiple-handles.
26637
26638         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26639         (gnus-mime-delete-part): Use it.
26640
26641 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26642
26643         * gnus-agent.el (gnus-agent-read-local):
26644         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26645         avoid the implicit assumption that they will always be equal.
26646         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26647         coding-system-for-write, as the with-temp-file macro first prints
26648         to a buffer then saves the buffer.
26649
26650 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26651
26652         * gnus-art.el (gnus-article-edit-part): New function.
26653         (gnus-mime-save-part-and-strip): Use it; do query instead of
26654         signaling an error; don't use mm-multiple-handles.
26655         (gnus-mime-delete-part): Ditto.
26656
26657 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26658
26659         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26660         old file versions.
26661         (gnus-group-prepare-hook): Remove function that converted list
26662         form of gnus-agent-expire-days to group properties.
26663
26664         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26665         (gnus-request-accept-article): Re-indented.
26666
26667         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26668         converters to handle old agent file formats.  Add logic for a
26669         "backup before upgrading warning".
26670         (gnus-convert-mark-converter-prompt): Developers can mark
26671         functions as needing (default), or not needing,
26672         gnus-convert-old-newsrc's "backup before upgrading warning".
26673         (gnus-convert-converter-needs-prompt): Tests whether the user
26674         should be protected from potentially irreversable changes by the
26675         function.
26676
26677         * legacy-gnus-agent.el: New.  Provides converters that are only
26678         loaded when gnus-convert-old-newsrc needs to call them.
26679
26680 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26681
26682         * mail-source.el (mail-source-touch-pop): Doc fix.
26683
26684         * message.el (message-smtpmail-send-it): Doc fix.
26685
26686 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26687
26688         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26689
26690         * nnmail.el (nnmail-split-fancy): do.
26691
26692         * gnus-kill.el (gnus-kill, gnus-execute): do.
26693
26694 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26695
26696         * gnus-sum.el (gnus-widget-reversible-match)
26697         (gnus-widget-reversible-to-internal)
26698         (gnus-widget-reversible-to-external): New functions.
26699         (gnus-widget-reversible): New widget.
26700         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26701
26702 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26703
26704         * gnus-sum.el (gnus-thread-sort-functions)
26705         (gnus-article-sort-functions): Document `(not F)' items.
26706
26707 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26708
26709         * spam.el (spam-use-gmane-xref): Add new backend.
26710         (spam-gmane-xref-spam-group): Add variable to control the name of the
26711         Gmane spam group.
26712         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26713         (spam-regex-headers-spam, spam-regex-headers-ham)
26714         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26715         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26716         backends and checks.
26717         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26718
26719         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26720         an autodetect method.
26721
26722 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26723
26724         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26725         articles are being added to a group.
26726         (gnus-request-replace-article): Inform the agent that articles
26727         need to be uncached as the cached contents are no longer valid.
26728
26729 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26730
26731         * binhex.el: Don't autoload executable-find.
26732
26733         * canlock.el: Don't autoload mail-fetch-field.
26734
26735         * dgnushack.el: Autoload c-mode for XEmacs.
26736
26737         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26738
26739         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26740         rmail-dont-reply-to and rmail-output.
26741
26742         * gnus-score.el: Don't autoload ffap-string-at-point.
26743
26744         * gnus-setup.el: Don't autoload sc-cite-original.
26745
26746         * imap.el: Don't autoload base64-decode-string,
26747         base64-encode-string and md5.
26748
26749         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26750         and rmail-msg-restore-non-pruned-header.
26751
26752         * mm-decode.el: Don't autoload executable-find.
26753
26754         * mm-url.el: Don't autoload executable-find.
26755
26756         * mm-view.el: Don't autoload diff-mode.
26757
26758         * nndb.el: Don't autoload news-reply-mode, news-setup,
26759         cancel-timer and telnet.
26760
26761         * password.el: Don't autoload run-at-time for Emacs.
26762
26763         * sha1-el.el: Don't autoload executable-find.
26764
26765         * sieve-mode.el: Don't autoload c-mode.
26766
26767         * uudecode.el: Don't autoload executable-find.
26768
26769 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26770
26771         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26772         (gnus-agent-possibly-alter-active): Avoid null in numeric
26773         comparison.
26774         (gnus-agent-set-local): Refuse to save null in local object table.
26775         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26776         list of articles that will be marked as unread.
26777
26778 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26779
26780         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26781
26782 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26783
26784         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26785         language tags.
26786
26787 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26788
26789         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26790         Don't bind "obarray".
26791
26792         * gnus-sum.el (gnus-thread-sort-functions):
26793         Add `gnus-thread-sort-by-most-recent-number' and
26794         `gnus-thread-sort-by-most-recent-date'.
26795         Reported by Kai Grossjohann <kai@emptydomain.de>.
26796
26797 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26798
26799         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26800
26801 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26802
26803         * gnus-cus.el (gnus-agent-customize-category):
26804         Remove ignore-errors macro reference that required cl to be loaded at
26805         run-time.
26806
26807         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26808         single-interval range of the form (min . max).  Previously the
26809         range had to look like ((min . max)).  Likewise, return
26810         (min . max) rather than ((min . max)).
26811         (gnus-range-map): Use gnus-range-normalize to accept
26812         single-interval range.
26813
26814         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26815         the cache, but not the agent, now appear with their usual face.
26816
26817         * dgnushack.el (loaddir): New variable that is bound to the
26818         directory containing the dgnushack.el file.  Use loaddir, rather
26819         than srcdir, to update load-path.  Change lets dgnushack compile
26820         code in directories other than GNUS/lisp.
26821
26822 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26823
26824         * lpath.el: Don't bind w3m-safe-url-regexp.
26825
26826         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26827         w3m-safe-url-regexp variable buffer-local.
26828
26829         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26830
26831 2004-02-27  Simon Josefsson  <jas@extundo.com>
26832
26833         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26834         gnus-group-real-prefix.
26835         (gnus-summary-move-article): Use it, instead of
26836         gnus-group-real-prefix.
26837
26838 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26839
26840         * lpath.el: Bind w3m-safe-url-regexp.
26841
26842         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26843         w3m-safe-url-regexp variable buffer-local and set it as the value
26844         of mm-w3m-safe-url-regexp.
26845
26846         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26847
26848         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26849         parsing gnus-posting-styles when the message is not for replying.
26850
26851         * dgnushack.el: Autoload sgml-mode for XEmacs.
26852
26853         * nnrss.el (nnrss-opml-export):
26854         Use mm-set-buffer-file-coding-system instead of
26855         set-buffer-file-coding-system.
26856
26857 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26858
26859         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26860         of checkdoc.el).
26861         * nnrss.el: do.
26862         * gnus-mlspl.el: do.
26863         * gnus-ml.el: do.
26864         * gnus-srvr.el: do.
26865
26866         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26867
26868 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26869
26870         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26871         Corrections to custom-manual links.
26872
26873         * gnus-art.el (gnus-article): Ditto.
26874
26875         * mm-decode.el (mime-display, mime-security): Ditto.
26876
26877 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26878
26879         * flow-fill.el: Typo.
26880
26881 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26882
26883         * spam-wash.el: New file.
26884
26885 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26886
26887         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26888
26889 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26890
26891         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26892         to be run with new-articles as LIST1, not LIST2.
26893         (spam-registration-functions): Add spam-use-ham-copy as a nil
26894         registration backend.
26895
26896 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26897
26898         * spam-stat.el (spam-stat-washing-hook): New option.
26899         (spam-stat-buffer-words): Use it.
26900         (spam-stat-process-directory, spam-stat-test-directory):
26901         Use insert-file-contents-literally.
26902         (spam-stat-coding-system): New variable.
26903         (spam-stat-load, spam-stat-save): Use it.
26904
26905 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26906
26907         * spam-report.el (spam-report-plug-agent):
26908         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26909
26910 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26911
26912         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26913         Allow / in mailto URLs.
26914
26915 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26916
26917         * spam-report.el (spam-report-process-queue): Fix interactive use.
26918         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26919         (spam-report-unplug-agent): Doc fixes.
26920         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26921         (spam-report-agentize, spam-report-deagentize): Autoload.
26922
26923 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26924
26925         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26926
26927         * message.el (message-setup-fill-variables): Add mml tags to
26928         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26929         <ajk@iu.edu>.
26930         (message-mode): Don't modify paragraph-separate there.
26931
26932 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26933
26934         * compface.el (uncompface-use-external): Default to undecided.
26935         (uncompface-use-external-threshold): New variable.
26936         (uncompface-float-time): New macro.
26937         (uncompface): Determine whether to use the external decoder if
26938         uncompface-use-external is undecided.
26939
26940 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26941
26942         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26943         after images.
26944
26945         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26946
26947 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26948
26949         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26950
26951         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26952
26953         * gnus-sum.el (gnus-summary-limit-to-age)
26954         (gnus-summary-limit-children): do.
26955
26956         * gnus-int.el (gnus-request-scan): do.
26957
26958         * gnus-group.el (gnus-group-suspend): do.
26959
26960         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26961
26962         * gnus-cite.el (gnus-cite-parse-attributions): do.
26963
26964         * gnus-agent.el (gnus-summary-set-agent-mark)
26965         (gnus-agent-regenerate-group): do.
26966
26967         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26968
26969         * binhex.el (binhex-decode-region-internal): do.
26970
26971 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26972
26973         * gnus-fun.el (gnus-face-properties-alist): New user option.
26974         (gnus-display-x-face-in-from): Use it.
26975
26976         * gnus-art.el (article-display-face): Ditto.
26977
26978         * compface.el (uncompface-use-external): Default to nil.
26979
26980 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26981
26982         * nntp.el (nntp-erase-buffer): New function.
26983         (nntp-retrieve-data, nntp-send-command)
26984         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26985         (nntp-possibly-change-group): Use it.
26986
26987         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26988         Use with-current-buffer.
26989
26990 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26991
26992         * compface.el: Merge the ELisp-based uncompface program.
26993         (compface): New customization group.
26994         (uncompface-use-external): New user option.
26995         (uncompface): Call uncompface-internal if uncompface-use-external
26996         is nil.
26997         (uncompface-internal): New function.  Note that there are also
26998         some other functions and variables added for this function.
26999
27000 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27001
27002         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27003         if necessary.
27004
27005 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27006
27007         * spam-report.el (spam-report-unplug-agent)
27008         (spam-report-plug-agent, spam-report-deagentize)
27009         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27010         Add support for the Agent in spam-report: when unplugged, report to a
27011         file; when plugged, submit all the requests.
27012
27013         * spam.el (spam-register-routine): Fix message about
27014         registration.
27015
27016 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27017
27018         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27019         dependencies.
27020         (rfc2047-encode): Use it.
27021
27022         * gnus-art.el (gnus-button-marker-list): Move before first
27023         reference.
27024
27025         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27026         (imap-parse-body): Fix format string mismatch.
27027
27028         * gnus-score.el (gnus-summary-increase-score): do.
27029
27030         * nnrss.el (nnrss-close): New function.
27031
27032 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27033
27034         * nnrss.el (nnrss-make-filename): New function.
27035         (nnrss-request-delete-group, nnrss-read-server-data)
27036         (nnrss-save-server-data, nnrss-read-group-data)
27037         (nnrss-save-group-data): Use it.
27038         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27039         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27040         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27041
27042 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27043
27044         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27045
27046 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27047
27048         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27049         files.
27050
27051         * message.el (message-generate-headers-first): Don't quote nil
27052         and t in docstrings.
27053
27054         * imap.el (imap-id): do.
27055
27056         * gnus-agent.el (gnus-agent-consider-all-articles)
27057         (gnus-agent-queue-mail): do.
27058
27059 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27060
27061         * spam-report.el (spam-report-process-queue): New function.
27062         Process requests from `spam-report-requests-file'.
27063         (spam-report-process-queue): Doc fix.
27064
27065 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27066
27067         * spam.el (spam-register-routine)
27068         (spam-log-processing-to-registry, spam-log-registered-p)
27069         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27070         Change "check" to "spam-check" for semi-clarity.
27071
27072 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27073
27074         * pop3.el: Require nnheader.
27075
27076         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27077
27078         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27079
27080         * gnus-picon.el: Require cl.
27081
27082         * gnus-fun.el: Require gnus-ems and gnus-util.
27083
27084         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27085
27086         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27087
27088         * gnus-art.el (gnus-article-edit-mode): Define before first
27089         reference.
27090
27091 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27092
27093         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27094         (gnus-uu-post-encoded): Use point-at-bol.
27095
27096         * gnus-topic.el (gnus-group-active-topic-p): do.
27097
27098         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27099
27100         * gnus-group.el (gnus-group-kill-region): do.
27101
27102         * gnus-art.el (article-date-ut): do.
27103
27104         * message.el (message-fetch-field): Remove redundant
27105         case-fold-search binding.
27106         (message-narrow-to-field): Simplify.
27107
27108 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27109
27110         * spam.el (spam-directory): Derive from `gnus-directory'.
27111
27112         * spam-report.el (spam-report-url-to-file)
27113         (spam-report-requests-file): New function and variable for offline
27114         reporting.
27115         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27116         and user defined function.
27117         (spam-report-url-ping-mm-url): Remove doubled slash.
27118
27119 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27120
27121         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27122
27123 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27124
27125         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27126         Fix format string mismatch.
27127
27128         * sieve.el (sieve-deactivate-all): do.
27129
27130         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27131
27132         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27133
27134         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27135
27136         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27137
27138 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27139
27140         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27141         the list of checks.
27142
27143 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27144
27145         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27146         padding.
27147
27148 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27149
27150         * mm-view.el (mm-fill-flowed): New variable.
27151         (mm-inline-text): Use it.
27152
27153 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27154
27155         * spam.el (spam-spamassassin-register-ham-routine)
27156         (spam-spamassassin-register-spam-routine): Fix function names.
27157
27158 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27159
27160         * gnus.el (gnus-tmp-grouplens): Remove.
27161         (gnus-summary-line-format): Remove grouplens.
27162
27163         * gnus-group.el (gnus-group-line-format): Ditto.
27164
27165         * gnus-spec.el (gnus-format-specs): Ditto.
27166         (gnus-update-format-specifications): Flush the group format spec
27167         cache if there's the grouplens stuff.
27168         (gnus-parse-simple-format): Replace %l with the empty string.
27169
27170 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27171
27172         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27173         omission.
27174
27175 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27176
27177         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27178         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27179
27180 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27181
27182         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27183         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27184         New macros and functions.
27185         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27186         Handle > NLINK_MAX messages.
27187         * nnmaildir.el (nnmaildir-request-set-mark):
27188         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27189
27190 2004-01-25  Alex Schroeder  <alex@gnu.org>
27191
27192         * spam-stat.el (spam-stat-process-directory-age): New option.
27193         (spam-stat-process-directory): Use it.
27194
27195 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27196
27197         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27198         (spam-stat-save): Accept prefix argument.
27199
27200 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27201
27202         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27203         links" error.
27204
27205 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27206
27207         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27208         the rest of the and/or forms.
27209
27210 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27211
27212         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27213         compatibility with old .newsrc.eld files.
27214
27215         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27216
27217         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27218
27219         * gnus-start.el (gnus-1): do.
27220
27221         * gnus-group.el (gnus-group-line-format-alist): do.
27222
27223         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27224
27225         * gnus-gl.el: Remove.
27226
27227 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27228
27229         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27230         marks consisting of a single range {for example, (3 . 5)} rather
27231         than a list of a single range { ((3 . 5)) }.
27232
27233 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27234
27235         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27236         Use with-current-buffer.
27237         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27238         avoid consing a string.
27239
27240         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27241         Remove obsolete entries for big5 and gb2312.
27242
27243 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27244
27245         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27246         uncompressed list.
27247
27248 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27249
27250         * spam-stat.el (spam-stat-strip-xref): New function.
27251         (spam-stat-process-directory): Use it.
27252
27253         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27254         here -- it's done in message-fetch-field.
27255
27256 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27257
27258         * gnus-agent.el (gnus-agent-queue-mail)
27259         (gnus-agent-prompt-send-queue): New variables.
27260         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27261         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27262         "nndraft:queue" along to gnus-draft-send.
27263         Use gnus-agent-prompt-send-queue.
27264         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27265         is "nndraft:queue".  Suggested by Gaute Strokkenes
27266         <gs234@srcf.ucam.org>
27267
27268         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27269         (agent-enable-undownloaded-faces): Add.
27270         (gnus-agent-cat-groups): Use eval-and-compile, not
27271         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27272         method of gnus-agent-cat-groups even when the buffer has been
27273         evaled.
27274         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27275         delete gnus-agent-save-active-1.
27276         (gnus-agent-save-groups): Delete.  Identical to
27277         gnus-agent-save-active.
27278         (gnus-agent-write-active): No longer adjust agent's copy of active
27279         file as agent's adjustments are now stored in their own
27280         file.  Remove optional parameter.
27281         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27282         servers.  Add use of min/max range limits from server's local
27283         file.
27284         (gnus-agent-save-alist): Remove unused optional argument.
27285         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27286         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27287         (gnus-agent-set-local): A per-server file that keeps min/max range
27288         limits for articles known to the agent.  Provides a fast mechanism
27289         for altering many active ranges.
27290         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27291         active file (local makes it unnecessary).
27292         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27293
27294         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27295         (agent-enable-undownloaded-faces): Add.
27296
27297         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27298         disable it when sending to "nndraft:queue".
27299         (gnus-group-send-queue): Add safety check to avoid sending queue
27300         when unplugged.
27301
27302         * gnus-group.el (gnus-group-catchup): Use new
27303         gnus-sequence-of-unread-articles, not
27304         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27305         numbers of articles.  Use gnus-range-map to avoid having to
27306         uncompress the unread list.
27307         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27308         Fix invalid ange-ftp reference.
27309
27310         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27311         (gnus-sorted-range-intersection): Intersection of two ranges
27312         without requiring that they first be uncompressed.
27313
27314         * gnus-start.el (gnus-activate-group): Unless blocked by the
27315         caller, possibly expand the active range to include both cached
27316         and agentized articles.
27317         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27318         multiple version-dependent converters.
27319         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27320         gnus-agent-save-active.
27321         (gnus-save-newsrc-file): Save dirty agent range limits.
27322
27323         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27324         gnus-agent-possibly-alter-active.
27325         (gnus-adjust-marked-articles): Faster handling of simple lists.
27326
27327 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27328
27329         * spam-stat.el (spam-stat-test-directory): New optional argument
27330         displays a list of files detected.  Suggested by Andrew Cohen
27331         <cohen@andy.bu.edu>.
27332         (spam-stat-buffer-words-with-scores): Don't narrow and change
27333         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27334
27335 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27336
27337         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27338         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27339         (spam-spamassassin-arguments)
27340         (spam-spamassassin-spam-flag-header)
27341         (spam-spamassassin-positive-spam-flag-header)
27342         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27343         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27344         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27345         (spam-list-of-processors, spam-list-of-checks)
27346         (spam-list-of-statistical-checks, spam-registration-functions)
27347         (spam-check-spamassassin-headers, spam-check-spamassassin)
27348         (spam-spamassassin-score)
27349         (spam-spamassassin-register-with-sa-learn)
27350         (spam-spamassassin-register-spam-routine)
27351         (spam-spamassassin-register-ham-routine)
27352         (spam-assassin-register-spam-routine)
27353         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27354         (spam-bogofilter-score): Fix to show article before scoring.
27355
27356 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27357
27358         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27359         default scoring function.
27360         (spam-generic-score): Call spam-spamassassin-score if
27361         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27362         spam-bogofilter-score otherwise.
27363
27364         * gnus.el (spam-process, spam-autodetect-methods):
27365         Add spamassassin and spamassassin-headers.
27366
27367 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27368
27369         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27370         Suppress unnecessary messages.
27371
27372 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27373
27374         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27375         make-hash-table.
27376
27377 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27378
27379         * canlock.el (base64-encode-string): Don't autoload it.
27380
27381 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27382
27383         * run-at-time.el: Remove useless (require 'itimer),
27384         eval-and-compile and (featurep 'xemacs).
27385
27386 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27387
27388         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27389         GROUP is a virtual group.
27390
27391 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27392
27393         * gnus.el: Autoload `message-y-or-n-p'.
27394
27395 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27396
27397         * pgg-parse.el: Remove unnecessary (require 'custom).
27398
27399         * pgg-def.el: do.
27400
27401         * nnmail.el: do.
27402
27403         * gnus-undo.el: do.
27404
27405         * gnus-picon.el: do.
27406
27407         * gnus-util.el: do.
27408
27409 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27410
27411         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27412
27413 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27414
27415         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27416         handle, as well as a list.
27417
27418         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27419         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27420         (mm-w3m-cid-retrieve): Simplify.
27421
27422 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27423
27424         * message.el (message-kill-to-signature): Allow prefix arg to
27425         specify number of lines to keep before signature.
27426
27427 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27428
27429         * message.el (message-kill-to-signature): Change docstring.
27430
27431 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27432
27433         * canlock.el: Always require sha1-el.
27434         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27435
27436         * message.el: Autoload sha1 only when compiling.
27437
27438         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27439         eudc-expand-inline for XEmacs.
27440
27441 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27442
27443         * message.el (message-canlock-generate): Require sha1-el.
27444
27445 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27446
27447         * message.el (message-expand-name): Silence the byte compiler.
27448
27449         * lpath.el: Add detect-coding-system.
27450
27451         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27452         cus-edit.
27453
27454 2004-01-13  Simon Josefsson  <jas@extundo.com>
27455
27456         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27457         Invoke gnus-score-mode.
27458         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27459
27460         * gnus-range.el (gnus-compress-sequence): Doc fix.
27461         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27462
27463 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27464
27465         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27466
27467 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27468
27469         * spam.el (spam-get-article-as-string): Update to use
27470         gnus-request-article-this-buffer, much simpler.
27471         (spam-get-article-as-buffer): Remove.
27472
27473 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27474
27475         * message.el (message-expand-name): Use EUDC if the user uses that.
27476
27477 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27478
27479         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27480         character for the encoding to avoid consing a string.
27481
27482         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27483         unnecessarily.
27484
27485         * mm-util.el (mm-replace-chars-in-string): Remove.
27486
27487         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27488         of mm-replace-chars-in-string.
27489
27490 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27491
27492         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27493
27494         * mm-util.el (mm-subst-char-in-string): Support inplace.
27495
27496         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27497         a new string in every iteration.  Use shy groups.
27498
27499 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27500
27501         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27502         * gnus-soup.el (gnus-soup-group-brew):
27503         * gnus-msg.el (gnus-put-message):
27504         * gnus-move.el (gnus-group-move-group-to-server):
27505         * gnus-kill.el (gnus-batch-score):
27506         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27507         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27508         (gnus-group-update-group, gnus-group-read-group)
27509         (gnus-group-make-group, gnus-group-make-help-group)
27510         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27511         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27512         (gnus-group-sort-by-unread, gnus-group-catchup)
27513         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27514         (gnus-group-yank-group, gnus-group-set-info)
27515         (gnus-group-list-groups):
27516         * gnus.el (gnus-generate-new-group-name):
27517         * gnus-delay.el (gnus-delay-send-queue):
27518         * nnvirtual.el (nnvirtual-catchup-group):
27519         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27520         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27521         (gnus-group-prepare-topics, gnus-topic-check-topology):
27522         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27523         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27524         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27525         (gnus-group-make-articles-read):
27526         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27527         (gnus-group-change-level, gnus-kill-newsgroup)
27528         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27529         (gnus-get-unread-articles, gnus-make-articles-unread)
27530         (gnus-make-ascending-articles-unread): Use accessor
27531         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27532         to get group information for improved readability.
27533
27534
27535 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27536
27537         * gnus-art.el (article-decode-mime-words, article-babel)
27538         (gnus-article-highlight-signature, gnus-article-add-buttons)
27539         (gnus-signature-toggle): Use gnus-with-article-buffer.
27540
27541         * gnus-art.el (gnus-article-highlight-headers)
27542         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27543
27544         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27545         (gnus-article-set-globals, gnus-request-article-this-buffer)
27546         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27547         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27548         (gnus-mime-display-alternative): Use with-current-buffer.
27549
27550 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27551
27552         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27553         also under 80 char limit, and call gnus-error if needed.
27554         (spam-fetch-article-header): Fix - it was a
27555         buffer-local variable (gnus-newsgroup-data).
27556         (spam-find-spam): Use spam-generate-fake-headers, forget about
27557         spam-insert-fake-headers.
27558         (spam-insert-fake-headers): Remove.
27559
27560 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27561
27562         * deuglify.el (gnus-article-outlook-unwrap-lines)
27563         (gnus-outlook-rearrange-article)
27564         (gnus-outlook-repair-attribution-outlook)
27565         (gnus-outlook-repair-attribution-block)
27566         (gnus-outlook-repair-attribution-other): Remove redundant
27567         save-excursion.
27568
27569 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27570
27571         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27572         (spam-fetch-field-subject-fast)
27573         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27574         (spam-fetch-article-header): Add functions to deal with Gnus
27575         internals for fast retrieval of article header data.
27576         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27577
27578 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27579
27580         * pop3.el (pop3-md5): Remove.
27581         (pop3-apop): Replace pop3-md5 with md5.
27582
27583         * mm-bodies.el: base64 is always built-in.
27584
27585         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27586         Use with-current-buffer.
27587
27588 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27589
27590         * canlock.el (canlock-insert-header): Remove excessive grouping in
27591         regexp.
27592
27593         * gnus-sum.el (gnus-summary-read-document): Ditto.
27594
27595         * gnus-uu.el (gnus-uu-part-number): Ditto.
27596
27597         * html2text.el (html2text-remove-tags): Ditto.
27598         (html2text-format-tags): Ditto.
27599         (html2text-format-single-elements): Ditto.
27600
27601         * mml.el (mml-parse-1): Ditto.
27602
27603 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27604
27605         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27606
27607         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27608
27609         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27610
27611         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27612
27613 2003-11-15  Simon Josefsson  <jas@extundo.com>
27614
27615         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27616         (pgg-gpg-lookup-key): Use regexp match instead of
27617         split-string (split-string is different between emacs 21.2 and
27618         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27619
27620 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27621
27622         * gnus-art.el (gnus-mime-view-all-parts)
27623         (gnus-article-part-wrapper, gnus-article-view-part):
27624         Use with-current-buffer.
27625
27626 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27627
27628         * spam.el (spam-disable-spam-split-during-ham-respool)
27629         (spam-spamoracle-database, spam-cache-lookups)
27630         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27631         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27632         (spam-group-ham-marks, spam-group-spam-marks)
27633         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27634         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27635         also add spam-use-blackholes to the statistical checks.
27636         (spam-fetch-field-fast): Add interface to fetching fields, may
27637         become a macro.
27638         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27639         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27640         (spam-insert-fake-headers): Fake an article when needed.
27641         (spam-find-spam): Fake article when possible.
27642         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27643         (spam-check-bogofilter-headers): Use message-fetch-field instead
27644         of nnmail-fetch-field.
27645
27646 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27647
27648         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27649
27650 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27651
27652         * spam.el (spam-split): Do not require spam-use-CHECK to be
27653         enabled if that check is passed to spam-split explicitly; also
27654         fix so 'spam doesn't get converted to spam-split-group when
27655         spam-split-symbolic-return is t.
27656         (spam-find-spam): Find registrations of the article and use those
27657         instead of re-running spam-split to find the spam/ham
27658         classification of the article.
27659         (spam-log-processing-to-registry, spam-log-registered-p)
27660         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27661         Use gnus-error instead of gnus-message.
27662         (spam-log-registration-type): Add function to determine the
27663         classification of a message based on registry entries; will
27664         return nil if both 'spam and 'ham are found.
27665         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27666         a reasonably fast local cache without the loading errors.
27667         (spam-cache-lookups): Set to t by default.
27668         (spam-find-spam): Don't try to guess spam-cache-lookups.
27669         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27670         spam-caches entry.
27671         (spam-filelist-build-cache, spam-filelist-check-cache):
27672         Fix caching of whitelist/blacklist entries.
27673         (spam-check-whitelist, spam-check-blacklist):
27674         Invoke spam-from-listed-p with a type, not a cache variable.
27675         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27676
27677 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27678
27679         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27680
27681         * nnmail.el (nnmail-split-fancy): do.
27682
27683         * mml.el (mml-parse): do.
27684
27685         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27686         (gnus-score-adaptive): do.
27687
27688 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27689
27690         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27691         (gnus-mime-button-map): Don't set keymap parent.
27692         (gnus-button-ctan-directory-regexp): Use shy grouping.
27693         (gnus-prev-page-map): Don't set keymap parent.
27694         (gnus-prev-page-map): Remove duplicated one.
27695         (gnus-next-page-map): Don't set keymap parent.
27696         (gnus-mime-security-button-map): Ditto.
27697
27698         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27699         version number.
27700
27701         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27702
27703 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27704
27705         * canlock.el (canlock-sha1-function): Remove.
27706         (canlock-sha1-function-for-verify): Remove.
27707         (canlock-openssl-program): Remove.
27708         (canlock-openssl-args): Remove.
27709         (canlock-ignore-errors): Remove.
27710         (canlock-sha1-with-openssl): Remove.
27711         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27712         (canlock-verify): Don't use canlock-ignore-errors.
27713
27714         * sha1-el.el (sha1-string-external): Make it can return a string
27715         in binary form.
27716         (sha1-region-external): Ditto.
27717         (sha1-string-internal): Ditto.
27718         (sha1-region-internal): Ditto.
27719         (sha1-region): Ditto.
27720         (sha1-string): Ditto.
27721         (sha1): Ditto.
27722
27723 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27724
27725         * spam.el (spam-report-articles-gmane): New command.
27726
27727 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27728
27729         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27730
27731         * run-at-time.el (run-at-time-saved): Remove.
27732         (run-at-time): Doc fix.
27733
27734 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27735
27736         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27737         (gnus-summary-limit-map): Add it.
27738         (gnus-summary-make-menu-bar): do.
27739
27740 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27741
27742         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27743         Make attempt at some caching support (done for BBDB only now).
27744         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27745         addresses to be checked.
27746         (spam-clear-cache-BBDB): Add function, to be invoked by
27747         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27748         (spam-check-BBDB): Check and use the caches, if
27749         spam-cache-lookups is on, remove superfluous (provide).
27750
27751 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27752
27753         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27754
27755 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27756
27757         * run-at-time.el (run-at-time-saved): Move to after the definition
27758         of `run-at-time'.
27759
27760         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27761
27762 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27763
27764         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27765         mm-w3m-local-map-property.
27766
27767         * mm-view.el (mm-w3m-mode-map): Remove.
27768         (mm-w3m-local-map-property): Remove.
27769         (mm-inline-text-html-render-with-w3m): Don't use
27770         mm-w3m-local-map-property.
27771
27772 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27773
27774         * run-at-time.el: New file.
27775
27776         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27777         under Emacs.
27778
27779         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27780         of gnus-set-text-properties.
27781
27782         * gnus-uu.el (gnus-uu-save-article): Ditto.
27783
27784         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27785
27786         * gnus-cite.el (gnus-cite-parse): Ditto.
27787
27788         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27789         of gnus-.
27790
27791         * gnus-xmas.el (run-at-time): Require run-at-time.
27792
27793         * gnus.el: Change calls to nnheader-run-at-time and
27794         password-run-at-time throughout to use run-at-time directly.
27795
27796         * password.el: Remove definition of run-at-time.
27797
27798         * nnheaderxm.el: Remove definition of run-at-time.
27799
27800 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27801
27802         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27803         in prompt.
27804
27805 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27806
27807         * messagexmas.el (message-xmas-redefine): Alias
27808         `message-make-caesar-translation-table' to
27809         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27810         version.
27811
27812         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27813         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27814         `gnus-xmas-set-text-properties'.
27815         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27816         `gnus-xmas-completing-read'.
27817         (gnus-xmas-completing-read): Removed.
27818         (gnus-xmas-open-network-stream): Removed.
27819
27820         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27821         XEmacs version.
27822
27823         * dns.el (dns-make-network-process): Use `open-network-stream'
27824         instead of `gnus-xmas-open-network-stream'.
27825
27826         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27827
27828         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27829
27830 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27831
27832         * gnus-art.el (gnus-mime-display-alternative)
27833         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27834         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27835         Don't use gnus-local-map-property.
27836
27837         * gnus-util.el (gnus-local-map-property): Remove.
27838
27839         * mm-view.el (mm-view-pkcs7-decrypt):
27840         Replace gnus-completing-read-maybe-default with completing-read.
27841
27842         * gnus-util.el (gnus-completing-read): do.
27843         (gnus-completing-read-maybe-default): Remove.
27844
27845 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27846
27847         * password.el: Only autoload `run-at-time' if not XEmacs.
27848         Only autoload the itimer functions if XEmacs.
27849
27850 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27851
27852         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27853         XEmacsen.
27854
27855         * dgnushack.el: Autoload executable-find for XEmacs.
27856
27857 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27858
27859         * gnus-art.el (gnus-read-string): Remove.
27860         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27861         read-string.
27862
27863 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27864
27865         * netrc.el: Autoload password-read.
27866         (netrc): Add configuration group.
27867         (netrc-encoding-method, netrc-openssl-path):
27868         Add variables for encoding and decoding of files with symmetric
27869         ciphers.
27870         (netrc-encode): Add assistant function to encode a file with
27871         netrc-encoding-method.
27872         (netrc-parse): Add interactive parameter, added optional
27873         decoding if netrc-encoding-method is non-nil but otherwise
27874         behavior is standard.
27875         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27876         Do s/encode/encrypt/ everywhere.
27877
27878         * spam.el: Remove executable-find autoload.
27879
27880 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27881
27882         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27883
27884         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27885
27886 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27887
27888         * gnus-art.el (gnus-treat-ansi-sequences)
27889         (article-treat-ansi-sequences): New variable and function.
27890         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27891
27892         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27893         Use it.
27894
27895 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27896
27897         * mm-util.el (mm-quote-arg): Remove.
27898
27899         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27900         shell-quote-argument.
27901
27902         * gnus-uu.el (gnus-uu-command): do.
27903
27904         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27905
27906         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27907         with make-char.
27908
27909         * mm-util.el (mm-make-char): Remove.
27910
27911         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27912         add-minor-mode.
27913
27914         * gnus-undo.el (gnus-undo-mode): do.
27915
27916         * gnus-topic.el (gnus-topic-mode): do.
27917
27918         * gnus-sum.el (gnus-dead-summary-mode): do.
27919
27920         * gnus-start.el (gnus-slave-mode): do.
27921
27922         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27923
27924         * gnus-ml.el (gnus-mailing-list-mode): do.
27925
27926         * gnus-gl.el (gnus-grouplens-mode): do.
27927
27928         * gnus-draft.el (gnus-draft-mode): do.
27929
27930         * gnus-dired.el (gnus-dired-mode): do.
27931
27932         * gnus-ems.el (gnus-add-minor-mode): Remove.
27933
27934         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27935         Replace gnus-char-width with char-width.
27936
27937         * gnus-ems.el (gnus-char-width): Remove.
27938
27939         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27940         Replace gnus-char-width with char-width.
27941
27942         * gnus-ems.el (gnus-char-width): Remove.
27943
27944         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27945         definition.
27946         Remove Emacs 20 hash table compatibility code.
27947
27948         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27949         20 compatibility code.
27950
27951         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27952
27953         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27954
27955         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27956         Replace with point-at-{eol,bol}.
27957
27958         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27959
27960         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27961
27962         * flow-fill.el (fill-flowed-point-at-bol)
27963         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27964
27965         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27966         Replace with point-at-{eol,bol} throughout all files.
27967
27968 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27969
27970         * ntlm.el (ntlm-string-as-unibyte): New macro.
27971         (ntlm-build-auth-response): Use it.
27972
27973         Remove Emacs 20 stuff:
27974         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27975         (butlast, mapc, remove): Remove the compiler macros.
27976         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27977         of delq and copy-sequence.
27978         * gnus-art.el (popup-menu): Remove the compiler macro.
27979         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27980         Emacs 20.
27981
27982 2004-01-05  Simon Josefsson  <jas@extundo.com>
27983
27984         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27985         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27986         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27987         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27988         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27989         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27990         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27991         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27992         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27993         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27994         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27995         string-xor into ntlm-string-xor.
27996         Suggested by Jesper Harder <harder@myrealbox.com>.
27997
27998         * ntlm.el: Don't include poem.
27999
28000         * md4.el (print-int32, print-string-hexa): Remove.
28001         Suggested by Jesper Harder <harder@myrealbox.com>.
28002
28003         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28004
28005         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28006         probably breaks emacs with DL patch, but do we care? Is anyone
28007         still using the DL stuff?)
28008
28009         * sieve-manage.el: Use the password package.
28010         (sieve-manage-read-passwd): Remove.
28011         (sieve-manage-interactive-login): Use password.  Re-add
28012         condition-case around loop.
28013
28014         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28015         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28016         Use the password package.
28017
28018 2003-02-19  Simon Josefsson  <jas@extundo.com>
28019
28020         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28021         token.
28022
28023 2002-08-07  Simon Josefsson  <jas@extundo.com>
28024
28025         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28026         (sieve-manage-authenticators)
28027         (sieve-manage-authenticator-alist): Add some SASL mechs.
28028         (sieve-sasl-auth): New function.
28029         (sieve-manage-cram-md5-auth)
28030         (sieve-manage-plain-auth): Rewrite using SASL library.
28031         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28032         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28033         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28034         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28035
28036 2004-01-05  Simon Josefsson  <jas@extundo.com>
28037
28038         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28039         New files.
28040
28041 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28042
28043         * gnus-group.el (gnus-no-groups-message): Update.
28044
28045         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28046
28047 2003-11-09  Simon Josefsson  <jas@extundo.com>
28048
28049         * imap.el: Support for ID IMAP extension (RFC 2971).
28050         (imap-local-variables): Add imap-id.
28051         (imap-id): New variable.
28052         (imap-id): New function.
28053         (imap-parse-response): Parse untagged ID response.
28054         * nnimap.el (nnimap-id): New variable.
28055         (nnimap-open-connection): Use it.
28056
28057 2003-12-28  Simon Josefsson  <jas@extundo.com>
28058
28059         * gnus-score.el (gnus-score-edit-all-score): New.
28060         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28061
28062 2004-01-04  Simon Josefsson  <jas@extundo.com>
28063
28064         * password.el: Add.
28065
28066 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28067
28068         * dns.el (dns-query-types): Fix typo.
28069         (dns-query-types): New function.
28070         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28071         PTR and SOA replies, see RFC 1035.
28072
28073 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28074
28075         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28076
28077         * Move to Changelog.2.
28078
28079 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28080
28081         * gnus.el (gnus-version-number): Bump version.
28082
28083 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28084
28085         * gnus.el: No Gnus v0.1 is released.
28086
28087 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28088
28089         * gnus.el: No Gnus v0.0 is released.
28090
28091 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28092
28093         * gnus.el (gnus-version-number): Bump.
28094         (gnus-version): No.
28095
28096 See ChangeLog.2 for earlier changes.
28097
28098   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28099
28100   This file is part of GNU Emacs.
28101
28102   GNU Emacs is free software: you can redistribute it and/or modify
28103   it under the terms of the GNU General Public License as published by
28104   the Free Software Foundation, either version 3 of the License, or
28105   (at your option) any later version.
28106
28107   GNU Emacs is distributed in the hope that it will be useful,
28108   but WITHOUT ANY WARRANTY; without even the implied warranty of
28109   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28110   GNU General Public License for more details.
28111
28112   You should have received a copy of the GNU General Public License
28113   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28114
28115 ;; Local Variables:
28116 ;; coding: utf-8
28117 ;; fill-column: 79
28118 ;; add-log-time-zone-rule: t
28119 ;; End: