a90d79beda07679b7d4da8c4cf10fa9dce6713bb
[gnus] / lisp / ChangeLog
1 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
4         that nnimap works for non-activated backends.
5
6 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7
8         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
9         message, since we already get an obsolescence message.  Use `declare'.
10
11 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
12
13         * nnir.el: Revert "Enable non-ASCII IMAP searches".
14
15 2015-01-30  Glenn Morris  <rgm@gnu.org>
16
17         * gnus-registry.el (gnus-registry-max-pruned-entries)
18         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
19         Fix :version.
20         (gnus-registry-default-sort-function): Improve :type.
21
22 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
23
24         * nnimap.el (nnimap-request-group): Allow running this function on
25         groups that don't exist in Gnus yet.
26         (nnimap-request-group): Revert previous patch since that made it
27         impossible to enter nnimap groups.
28
29         * message.el (message-smtpmail-send-it): Remove the mail header
30         separator before sending.
31
32 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
33
34         * nnimap.el (nnimap-find-expired-articles): Fix handling of
35         (expiry-wait . never).
36
37 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
38
39         * nnimap.el (nnimap-request-group): Clear the buffer before returning
40         the data.
41
42 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * gnus-compat.el (string-bytes): Work for XEmacs.
45
46 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
47
48         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
49
50         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
51         IMAP.
52
53 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
54
55         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
56
57         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
58
59         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
60         be added to the backlog.
61
62 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
63
64         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
65         target with a recursive make call.
66
67 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
68
69         * nnimap.el (nnimap-header-parameters): Refactor and request
70         X-GM-LABELS if it's been announced.
71         (nnimap-transform-headers): Gather and output GM-LABELS.
72
73 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
74
75         * mm-decode.el (mm-display-part): Make non-string methods work.
76         Non-string methods are funcalled and work just fine, the test was
77         bogus.
78         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
79         whole frame.
80
81 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
82
83         * nnimap.el (nnimap-request-accept-article): Allow respooling using
84         nnimap.
85
86         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
87         request rescans when being run interactively.
88
89         * nnimap.el (nnimap-request-group): Don't rescan the group here,
90         because that can be very slow in large groups.
91
92         * gnus-int.el (gnus-request-group-scan): New backend function.
93
94         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
95
96 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
97
98         * gnus-group.el (gnus-group-suspend): Close all backends.
99
100 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
101
102         * dgnushack.el (dgnushack-compile-file): New function.
103         (dgnushack-compile): Use it (bug#19514).
104
105 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
108
109 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
110
111         * registry.el: Don't use <class> as a variable.
112
113 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
114
115         system-name's returned value can vary
116         Also, the system-name variable is now obsolete.
117         Fixes Bug#19438.
118         * message.el (message-make-fqdn):
119         * nnvirtual.el (nnvirtual-retrieve-headers)
120         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
121         and avoid naming locals 'system-name'.
122
123 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
124
125         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
126         lines don't get overlong when responding.
127
128 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * registry.el (cl-remf, cl-loop, cl-subseq):
131         Alias to remf, loop, and subseq respectively for old Emacsen.
132
133 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
134
135         * gnus-group.el (gnus-read-ephemeral-bug-group):
136         Bind coding-system-for-read and coding-system-for-write only around
137         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
138
139 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
140
141         * registry.el (registry-db): Set default slot later.
142         This is because its value is not a literal integer.
143
144 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
145
146         * registry.el (registry-db): Fix default registry-db max-size.
147
148 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
149
150         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
151         add warning.
152
153         * gnus-art.el: Fix up compiler warnings.
154         (article-display-face, article-display-x-face): Remove unused `face'.
155         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
156         (article-date-ut): Remove unused var `first'.
157         (gnus-article-prepare): Remove unused var `gnus-article'.
158         (gnus-mime-save-part-and-strip): Remove unused var `param'.
159         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
160         `coding-system' along with corresponding dead code.
161         (gnus-mime-view-part-externally): Remove unused var
162         `mm-user-display-methods'.
163         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
164         (gnus-display-mime): Remove unused var `handle'.
165         (gnus-mime-display-alternative): Remove unused var `props'.
166         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
167         (gnus-article-edit-done): Remove unused var `p'.
168         (gnus-url-mailto): Remove unused var `to'.
169         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
170         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
171
172 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
173
174         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
175         slots into a :max-size slot.
176         (registry-db-version): Add new variable for database version number.
177         (registry-prune): Use :max-size slot. Accept and use a sort-function
178         argument.
179         (registry-collect-prune-candidates): Add new function for finding
180         non-precious pruning candidates.
181         (registry-prune-hard-candidates, registry-prune-soft-candidates):
182         Remove obsolete functions.
183         (initialize-instance): Upgrade registry version when starting.
184
185         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
186         (gnus-registry-max-pruned-entries): Remove obsolete variable.
187         (gnus-registry-cache-file): Change default
188         filename extension to "eieio".
189         (gnus-registry-read): Add new function, split out from
190         `gnus-registry-load', that does the actual object reading.
191         (gnus-registry-load): Use it. Add condition case handler to check for
192         old filename extension and rename to the new one.
193         (gnus-registry-default-sort-function): New variable to specify a sort
194         function to use when pruning.
195         (gnus-registry-save, gnus-registry-insert): Use it.
196         (gnus-registry-sort-by-creation-time): Define a default sort function.
197
198         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
199         Adjust test for new object signature.
200         (gnustest-registry-pruning-test): Add new pruning test.
201         (gnustest-registry-sort-function): Default sort function for testing.
202         (gnustest-registry-pruning-sort-test): New test for sorting.
203
204 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
207         function for reuse.
208         (gnus-mime-buttonize-attachments-in-header): Adjust.
209
210 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * message.el (message-change-subject): Really check whether the subject
213         changed.
214
215 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
218         PDFs.
219         (mailcap-view-mime): New function.
220
221 2014-12-01  Glenn Morris  <rgm@gnu.org>
222
223         * gnus-cloud.el (gnus-cloud): Add :version tag.
224
225 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * gnus-art.el (gnus-use-idna):
228         * gnus-sum.el (gnus-summary-idna-message):
229         * message.el (message-use-idna):
230         Protect against nil value for idna-program.
231
232         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
233
234 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
235
236         * auth-source.el (auth-source-macos-keychain-search-items): Return
237         result of `auth-source-macos-keychain-result-append' (bug#19074).
238
239 2014-11-25  Glenn Morris  <rgm@gnu.org>
240
241         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
242         Add :version tag.
243
244 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * pop3.el (pop3-open-server): Warn unless encrypted.
247
248         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
249
250 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
251
252         Port new time stamp handling to Emacs 23.2.
253         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
254         * time-date.el (time-add, time-subtract, time-less-p):
255         Use eval-and-compile, not eval-when-compile.
256
257 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
258
259         * message.el (message-valid-fqdn-regexp): Add non-internaional new
260         TLDs.
261
262 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
263
264         Port new time stamp handling to old Emacs and to XEmacs.
265         This is needed for Gnus, which copies time-date.el and which
266         runs on older Emacs implementations.
267         * time-date.el (with-decoded-time-value):
268         Handle 'nil' and floating-point arg more compatibly with new Emacs.
269         (encode-time-value, with-decoded-time-value):
270         Obsolete only if new Emacs.
271         (time-add, time-subtract, time-less-p): Define if not new Emacs.
272
273         Improve time stamp handling, and be more consistent about it.
274         This implements a suggestion made in:
275         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
276         Among other things, this means timer.el no longer needs to
277         autoload the time-date module.
278         * time-date.el (seconds-to-time, days-to-time, time-since)
279         (with-decoded-time-value):
280         Treat 'nil' as current time.  This is mostly for XEmacs.
281         (encode-time-value, with-decoded-time-value): Obsolete.
282         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
283         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
284
285 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
288         discarding changes in ephemeral groups.
289
290         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
291         things the user isn't interested in.
292
293 2014-11-13  Julien Danjou  <jd@abydos>
294
295         * gnus-notifications.el (gnus-notifications-notify): Provide both
296         app-icon and image-path.
297
298 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
299
300         * mm-url.el (mm-url-encode-multipart-form-data):
301         Restore to handle "multipart/form-data" by eww.
302
303 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
304
305         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
306         Landscheidt.
307
308 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
309
310         Simplify use of current-time and friends.
311         * gnus-delay.el (gnus-delay-article):
312         * gnus-sum.el (gnus-summary-read-document):
313         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
314         * message.el (message-make-expires-date):
315         Omit unnecessary call to current-time.
316         * gnus-util.el (gnus-float-time): Simplify to an alias because
317         time-to-seconds now behaves like float-time with respect to nil arg.
318         (gnus-seconds-year): Don't call current-time twice to get the current
319         time stamp, as this can lead to inconsistent results.
320         * time-date.el (time-to-seconds) [!float-time]:
321         Use current time if arg is nil, to be compatible with float-time.
322         (time-date--day-in-year): New function, with most of the guts of
323         the old time-to-day-in-year.
324         (time-to-day-in-year): Use it.
325         (time-to-days): Use it, to avoid decoding the same time stamp twice.
326
327 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * gnus.el (gnus-mode-line-buffer-identification):
330         Don't add image data for a non-graphic display (bug#18813).
331
332 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
335         load-path, it blocks autoloading of find-image (bug#18813).
336
337 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
338
339         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
340         to keep connection open (bug#18728).
341
342 2014-10-20  Glenn Morris  <rgm@gnu.org>
343
344         * Merge in all changes up to 24.4 release.
345
346 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
347
348         * message.el (message-insert-signature): Use `newline' instead of
349         inserting explicit "\n".
350
351 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
352
353         * gnus-icalendar.el: Support vcal format timezones.
354         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
355         compute dates with associated timezone.
356         (gnus-icalendar-event-from-ical): Compute all timezones.
357
358 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
359
360         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
361         check the newsrc.eld file's timestamp before saving it.
362         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
363         timestamp has changed to be newer.
364
365 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
366
367         * gnus-icalendar.el (gnus-icalendar-identities):
368         Include message-alternative-emails.
369
370 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
373         New compatibility functions.
374         (ntlm-build-auth-response): Use them.
375
376 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
377
378         * ntlm.el (ntlm-build-auth-request):
379         Add NTLM2 Session support.  (Bug#15603)
380
381 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
382
383         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
384         expired messages only when it was built in reverse order.
385
386 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
387
388         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
389         last so it can be used in `message-send-hook'.
390
391 2014-09-29  Daiki Ueno  <ueno@gnu.org>
392
393         * mml.el (mml-parse-1): Error out if unknown mode is specified in
394         <#secure> tag (bug#18513).
395
396 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * parse-time.el: Require cl when compiling.
399
400 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         Use cl-lib as much as possible following the 2014-09-26 change
403         in the Emacs trunk.
404         * parse-time.el: Try requiring cl-lib.
405         (parse-time-incf): Alias to cl-incf or incf.
406         (digit-char-p): Remove.
407         (parse-time-integer): Alias to cl-parse-integer or the one defined.
408         (parse-integer): Rename to parse-time-integer.
409         (parse-time-tokenize, parse-time-rules, parse-time-string)
410         Use parse-time-incf and parse-time-integer.
411
412 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
413
414         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
415         of ":delete".
416
417 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * gnus-art.el (gnus-article-browse-html-save-cid-content)
420         (gnus-article-browse-html-parts):
421         Revert last change that breaks links other than cid contents.
422
423 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-art.el (gnus-article-browse-html-save-cid-content)
426         (gnus-article-browse-html-parts): Make cid file names relative.
427
428 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * mm-view.el (mm-display-inline-fontify): Make the working buffer
431         temporarily displayed when running a mode function (at least org-mode
432         requires it).
433
434 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
435
436         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
437         the gnus-summary-article-expire-hook should be told where the function
438         is going. In particular, the Gnus registry might want to know.
439
440 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
441
442         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
443
444 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-sum.el (gnus-summary-expire-articles): Revert.
447
448 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
449
450         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
451         the gnus-summary-article-expire-hook should be told where the function
452         is going. In particular, the Gnus registry might want to know.
453
454 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
455
456         Don't mishandle year-9999 dates (Bug#18176).
457         * parse-time.el (parse-time-rules):
458         Allow years up to most-positive-fixnum.
459         * time-date.el (date-to-time):
460         Pass "Specified time is not representable" errors through.
461
462 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
463
464         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
465         groups and t.
466
467 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * gnus-utils.el (gnus-recursive-directory-files):
470         Unify hard or symbolic links (bug#18063).
471
472 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
473
474         * gnus-msg.el (gnus-configure-posting-style):
475         Allow string replacements in values when matching against a header.
476
477 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
480         the dribble buffer even when it is shrunk a lot.
481         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
482
483 2014-06-26  Glenn Morris  <rgm@gnu.org>
484
485         * mm-util.el (help-function-arglist): Remove outdated declaration.
486
487 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
488
489         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
490         attribute values.  (Bug#17834)
491
492 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
493
494         * gnus-sum.el (gnus-summary-edit-article-done):
495         Prefer point-marker to copy-marker of point.
496
497 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * Makefile.in (install-el, install-el-elc): Compress .el files.
500         (uninstall): Remove compressed .el files.
501
502 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
505         (gnus-article-read-summary-keys):
506         Don't bug out when there is no article in the summary buffer.
507         (gnus-mime-buttonize-attachments-in-header):
508         Improve criterion that finds parts to display.
509
510         * gnus-art.el (gnus-mm-display-part):
511         * mm-decode.el (mm-shr):
512         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
513         (mm-insert-inline): Revert last changes.
514
515 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * gnus-art.el (gnus-mm-display-part):
518         * mm-decode.el (mm-shr):
519         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
520         (mm-insert-inline): Set insertion type of end-marker, not only
521         start-marker, of undisplayer so as to stay after inserted text.
522
523 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
524
525         * html2text.el (html2text-get-attr): Fix typo when splitting value from
526         attribute. (Bug#17613)
527
528 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
529
530         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
531         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
532
533 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
536         Don't delete next part button; keep spacing between buttons.
537
538 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
541         Work for the last MIME part in an article.
542         (gnus-mime-display-single): Suppress excessive newlines between parts.
543
544         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
545         by leading or trailing newline.
546
547 2014-05-12  Sam Steingold  <sds@gnu.org>
548
549         * time-date.el (seconds-to-string): New function to pretty print time
550         delay in seconds.
551
552 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
555         while prompting a user for a file name, etc.
556         (gnus-mime-display-single): Display part with a common appearance no
557         matter whether MIME button is omitted or not; don't add duplicate entry
558         to gnus-article-mime-handle-alist.
559         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
560
561 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
562
563         * mml2015.el (mml2015-display-key-image): New variable.
564
565 2014-05-08  Glenn Morris  <rgm@gnu.org>
566
567         * gnus-fun.el (gnus-grab-cam-face):
568         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
569         This is CVE-2014-3421.
570
571 2014-05-04  Glenn Morris  <rgm@gnu.org>
572
573         * gnus-registry.el (gnus-registry-install-p): Doc fix.
574
575 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
578         the displaying state of a part.
579         (gnus-mm-display-part): Don't insert a newline in the beginning of
580         a part like gnus-mime-inline-part doesn't; work for XEmacs.
581
582         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
583         (mm-shr): Make undisplayer unbreakable.
584
585         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
586         Don't insert excessive newline.
587         (mm-inline-text-html-render-with-w3m, mm-inline-text)
588         (mm-insert-inline): Make undisplayer unbreakable.
589
590 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
591
592         * gnus.el: Ma Gnus v0.11 is released.
593
594 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * gnus-art.el (gnus-mm-display-part):
597         Highlight header attachment buttons.
598
599 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
602         a part; redisplay a button (enbugged in 2014-02-05).
603
604 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
605
606         * auth-source.el (auth-source-search, auth-source-search-backends):
607         Treat :max 0 as an indicator that a boolean return is wanted, as
608         documented. Reported by Joe Bloggs.
609
610 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * gnus-icalendar.el: Require gnus-art.
613
614 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
615
616         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
617         (gnus-icalendar--update-org-event): put event timestamp in
618         the org entry body instead of the drawer.
619         (gnus-icalendar-event--get-attendee-names): list of participants should
620         contain even attendees without common name attribute.
621         (gnus-icalendar--update-org-event): don't generate duplicates of empty
622         property tags in org drawers.
623
624 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * gmm-utils.el (gmm-format-time-string): New function.
627
628         * message.el (message-insert-formatted-citation-line): Use the original
629         author's time zone to express a date string.
630
631 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
632
633         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
634         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
635         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
636         Silence compiler warnings.
637         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
638
639 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * mml.el: Require url when compiling.
642
643         * gnus-cloud.el (gnus-cloud-parse-version-1):
644         Use plist-get rather than CL's getf.
645         (gnus-activate-group, gnus-subscribe-group): Declare.
646
647         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
648
649 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
652         buttons when toggling the header off.
653
654 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
655
656         * tls.el (tls-program): Reflow docstring.
657
658 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
659
660         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
661         groups work again.
662
663 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
664
665         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
666         999 correctly (i.e. "1,342").
667
668 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
671         out if the directory doesn't exist.
672
673 2014-03-07  Daiki Ueno  <ueno@gnu.org>
674
675         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
676         commands here; instead, only check if epg-config.el is available.
677
678 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
679
680         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
681         messages with embedded images.
682         (mml-generate-mime): Don't bug out if you don't have libxml.
683
684 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
685
686         * message.el (message-make-html-message-with-image-files): New command.
687
688 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-group.el (gnus-group-make-group): Clarify prompt.
691
692         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
693
694 2014-02-23  David Engster  <deng@randomsample.de>
695
696         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
697         to stay compatible with older Emacsen, so replace `cl-loop' with
698         `loop'.
699
700 2014-02-22  Daniel Colascione  <dancol@dancol.org>
701
702         * auth-source.el (auth-source-secrets-listify-pattern): New function.
703         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
704         instead, build list of patterns.
705
706 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
709         Display header attachment buttons by gnus-article-prepare-display
710         rather than gnus-article-prepare so as to view in mml-preview as well.
711
712 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
713
714         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
715         in `auth-sources' means and link to EPA docs.
716
717 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
718
719         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
720         (bug#12375).
721
722 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
725         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
726
727 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
728
729         * message.el (message-tab): Mention what happens on normal tabs
730         (bug#11297).
731
732 2014-02-08  Glenn Morris  <rgm@gnu.org>
733
734         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
735
736 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
739         buttons that are hidden in unselected alternative part as well.
740         (gnus-mime-display-alternative): Redraw attachment buttons in header.
741
742         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
743
744 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
745
746         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
747         keystroke.
748         (gnus-server-toggle-cloud-server): Only allow clouding applicable
749         types.
750
751         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
752         with an empty string.
753
754 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
755
756         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
757         buffer-local in some buffers, so bind it explicitly in the buffer we're
758         trying to cancel the article in (bug#10808).
759
760 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
763         New functions.
764
765         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
766         New user option.
767         (gnus-mime-buttonize-attachments-in-header): New function.
768         (gnus-article-prepare): Use it.
769         (gnus-mime-inline-part): Suppress extra newline.
770         (gnus-mm-display-part): Save excursion;
771         remove useless deleting and adding of buttons.
772         (gnus-insert-mime-button): Allow insertion in the middle of a line.
773
774         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
775         Add gnus-mime-buttonize-attachments-in-header.
776
777 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
778
779         * nnimap.el (nnimap-request-articles): New command to download several
780         articles at once.
781
782         * gnus.el (gnus-variable-list): Save Cloud variables.
783
784         * gnus-int.el (gnus-request-accept-article): Doc fix.
785
786 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
787
788         * parse-time.el (parse-time-iso8601-regexp)
789         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
790         it more generally.
791
792 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
793
794         * gnus-cloud.el: New file to provide the Emacs Cloud.
795
796         * dgnushack.el: Silence XEmacs w3 warning.
797
798         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
799         `url-retrieve-synchronously', apparently.
800
801         * dgnushack.el: Silence XEmacs dns.el warning.
802
803         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
804         instead of in all files.
805
806         * dns.el (network-interface-list): Define for XEmacs.
807
808         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
809         XEmacs.
810
811         * nnrss.el (libxml-parse-html-region): Silence compilation error.
812
813 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
814
815         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
816         `gnus-group-split-fancy'.
817
818 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
819
820         * message.el (message-remove-header): Doc fix.
821         (message-forward-included-headers): New variable.
822         (message-remove-ignored-headers): Use it.
823
824 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
825
826         * nnir.el (nnir-request-update-mark): Don't try to update the source
827         group if we can't find it (bug#16611).
828
829 2014-01-31  Dave Abrahams  <dave@boostpro.com>
830
831         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
832
833 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
834
835         * dns.el (dns-servers-up-to-date-p): New function to see whether the
836         network interfaces changed.
837         (dns-query): Use it to flush the data.
838
839 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
840
841         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
842         from random face commands.
843         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
844         Face.
845         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
846         (gnus--random-face-with-type): Generic function returning a face-type
847         as a string.
848         (gnus--insert-random-face-with-type): Generic function inserting a face
849         in a message buffer header.
850         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
851         (gnus-insert-random-x-face-header): Rewritten to use
852         `gnus--insert-random-face-with-type`.
853         (gnus-random-face): Return random (png) Face as string.
854         (nus-insert-random-face-header): Insert random (png) Face in a message
855         buffer.
856
857 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
858
859         * mm-url.el: Remove all usage of w3.
860
861         * nnrss.el: Ditto.
862
863         * mm-decode.el: Ditto.
864
865         * mm-view.el: Ditto.
866
867         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
868         outdated and all Emacsen have url.el built-in.
869
870         * gnus-setup.el: Remove outdated file.
871
872 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
873
874         * gnus.el: Ma Gnus v0.9 is released.
875
876 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
877
878         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
879
880 2014-01-31  Dave Abrahams  <dave@boostpro.com>
881
882         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
883         in the summary buffer (bug#13769).
884
885 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
886
887         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
888         name if we're using a single article buffer.  Otherwise, it may point
889         to a killed buffer (bug#13756).
890
891 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
892
893         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
894         the match data, just save and restore it explictly (bug#12375).
895
896         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
897         that's needed.
898
899         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
900         the code once (bug#9069).
901
902 2014-01-18  Steinar Bang  <sb@dod.no>
903
904         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
905         reading.
906
907 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
908
909         * message.el (message-bury): Call bury-buffer with no argument
910         in the message-return-action case too.
911
912 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
913
914         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
915         (nnimap-split-fancy, nnimap-split-methods): Declare.
916
917         * mm-util.el (help-function-arglist): Declare.
918
919 2013-12-28  Glenn Morris  <rgm@gnu.org>
920
921         * gnus-sieve.el (gnus-sieve-select-method):
922         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
923         (gravatar-rating, gravatar-size):
924         * message.el (message-minibuffer-local-map):
925         * sieve-manage.el (sieve-manage-authenticators)
926         (sieve-manage-authenticator-alist): Specify custom types.
927
928         * hashcash.el (hashcash-program): Rename from hashcash-path.
929         Update callers.
930
931         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
932         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
933         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
934
935         * auth-source.el (auth-sources):
936         * nnmairix.el (nnmairix-propagate-marks-upon-close):
937         Fix custom types.
938
939         * tls.el (tls-certtool-program): Fix default value.
940
941 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
944         we get proper traces there, too.
945
946 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
947
948         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
949         value of the parameters if the current article has a Reply-To or From
950         field.
951
952 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus.el (gnus-group-buffer): Remove duplicate definition.
955
956 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-sum.el (gnus-summary-exit): Stop animations.
959
960 2013-12-19  Juri Linkov  <juri@jurta.org>
961
962         * gnus.el (gnus-suppress-keymap):
963         * gnus-art.el (gnus-article-mode-map):
964         * gnus-group.el (gnus-group-mode-map):
965         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
966         Remove [backspace] key binding because it shadows DEL (bug#16035).
967
968         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
969
970 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
973         Make sure work directory exists.
974         (gnus-uu-digest-mail-forward): Store temporary files in work directory
975         rather than tmp directory.
976         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
977         not necessarily always run, with it.
978
979 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
980
981         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
982         value of gnus-icalendar-additional-identities work without restart.
983
984 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * mm-util.el (mm-make-temp-file):
987         Alias to make-temp-file for modern Emacsen.
988
989 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
992         nnir-article-number and nnir-article-group.
993
994 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
995
996         * message.el (message-send-mail-with-sendmail):
997         Don't kill error buffer if sending fails.
998
999 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1000
1001         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1002         (gnus-icalendar-event->org-entry)
1003         (gnus-icalendar--update-org-event)
1004         (gnus-icalendar-event->gnus-calendar): Distinguish between
1005         required/optional/non-participant attendee status.  Fix bug causing
1006         the first required event participant to be omitted.
1007
1008 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * gnus-art.el (article-de-quoted-unreadable)
1011         (article-de-base64-unreadable, gnus-mime-copy-part)
1012         * gnus-html.el (gnus-article-html)
1013         * mm-view.el (mm-inline-text-html-render-with-w3)
1014         (mm-inline-text-html-render-with-w3m-standalone)
1015         * rfc2231.el (rfc2231-decode-encoded-string):
1016         Allow overriding charset by mm-charset-override-alist.
1017
1018         * gnus-art.el (gnus-article-browse-html-parts):
1019         Replace LWSPs with `&nbsp;'s in header.
1020
1021         Work for broken Chinese articles.
1022
1023         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1024         Exclude broken handles that gnus-summary-enter-digest-group may create.
1025         (gnus-article-browse-html-parts):
1026         Allow overriding charset by mm-charset-override-alist.
1027
1028 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1029
1030         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1031         (gnus-icalendar-identities): Support additional-identities.
1032
1033 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1034
1035         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1036         org-timestamp for events ending at midnight.
1037
1038 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1039
1040         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1041         .log files.
1042
1043 2013-11-20  David Engster  <deng@randomsample.de>
1044
1045         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1046
1047 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1048
1049         * message.el (message-beginning-of-line):
1050         Use beginning-of-visual-line when visual-line-mode is turned on.
1051
1052 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1053
1054         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1055         (gnus-icalendar-event-from-ical)
1056         (gnus-icalendar-event->org-entry)
1057         (gnus-icalendar--update-org-event): Required/optional participation,
1058         list of attendees synced to org.
1059
1060 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1061
1062         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1063         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1064         cancellations to be synced to org if the original appt has an org
1065         outline.
1066
1067 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1068
1069         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1070         (gnus-icalendar-event->org-entry)
1071         (gnus-icalendar--update-org-event)
1072         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1073
1074 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1075
1076         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1077         Fix timezone handling in gnus-icalendar export to org.
1078
1079 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1082
1083 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1086
1087 2013-10-30  Glenn Morris  <rgm@gnu.org>
1088
1089         * gnus-group.el (gnus-group-browse-foreign-server):
1090         * gnus-int.el (gnus-start-news-server):
1091         Silence compiler obsolescence warning.
1092
1093 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1094
1095         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1096         `nnoo-current-server' first, then for the actual `nnimap-address' to
1097         allow netrc entries for the nnoo server to coexist with netrc entries
1098         for the `nnimap-address'.
1099
1100 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * mm-decode.el (mm-dissect-buffer): Revert last change.
1103         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1104         The problem that motivated those changes was attributed to a broken
1105         mail sender, and has been fixed.
1106
1107 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1110         token is missing in the Content-Type header.
1111
1112         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1113
1114 2013-09-18  Glenn Morris  <rgm@gnu.org>
1115
1116         * gnus-util.el (image-size): Declare.
1117
1118 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1121         (gnus-icalendar-event-from-ical)
1122         (gnus-icalendar-event--build-reply-event-body)
1123         (gnus-icalendar-event-reply-from-buffer)
1124         (gnus-icalendar-find-org-event-file)
1125         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1126         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1127
1128         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1129
1130 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1131
1132         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1133         Use save-current-buffer.
1134         (gnus-tree-mode-map): Initialize in the declaration.
1135         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1136         (scroll-in-place): Defvar it.
1137         (gnus-tmp-*): Defvar them.
1138         (gnus-get-tree-buffer): Use derived-mode-p.
1139         (gnus--let-eval): New macro.
1140         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1141         non-prefixed variables.
1142         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1143
1144         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1145         vars since it doesn't seem to be available.
1146         (gnus-set-global-variables, gnus-summary-read-group-1)
1147         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1148         (gnus-summary-display-article, gnus-summary-select-article)
1149         (gnus-summary-next-article, gnus-offer-save-summaries)
1150         (gnus-summary-generic-mark): Use derived-mode-p.
1151         (gnus-summary-read-group-1, gnus-summary-exit)
1152         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1153         Adjust calls to gnus-tree-close and gnus-tree-open.
1154
1155         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1156
1157         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1158         (gnus-agent-mode): Use derived-mode-p.
1159         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1160         gnus-command-method and *-command-method to nil, but bind
1161         gnus-command-method to *-command-method instead!
1162         (gnus-agent-fetch-articles): Remove unused var `id'.
1163         (gnus-agent-fetch-headers): Remove unused arg `force'.
1164         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1165         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1166         (gnus-agent-short-article, gnus-agent-long-article)
1167         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1168         first use.
1169         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1170         `score-param'.
1171         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1172         (gnus-get-predicate): Push in front of the cache, rather than end.
1173         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1174         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1175         (gnus-agent-expire-unagentized-dirs): Don't rebind
1176         gnus-agent-expire-current-dirs since the defvar silences the warning.
1177         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1178         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1179         (gnus-agent-regenerate): Simplify interactive spec and doc.
1180
1181 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * gnus-int.el (gnus-open-server): Silence compiler.
1184
1185         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1186
1187         * message.el (message-display-completion-list): Abolish.
1188         (message-completion-in-region): Use display-completion-list.
1189
1190 2013-09-17  Glenn Morris  <rgm@gnu.org>
1191
1192         * gnus-util.el (gnus-message-with-timestamp-1):
1193         Use `messages-buffer' function if available.  Ignore read-only.
1194
1195 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * message.el (message-expand-group, message-completion-in-region):
1198         Correct the order of start and end of a region.
1199
1200 2013-09-13  Glenn Morris  <rgm@gnu.org>
1201
1202         * mml2015.el (gnus-create-image): Autoload it.
1203
1204         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1205
1206         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1207         (image-size): Declare.
1208
1209 2013-09-12  Glenn Morris  <rgm@gnu.org>
1210
1211         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1212         Avoid using `find', which i) might not be defined at runtime;
1213         ii) does not work, since its default test is eql, not equal.
1214         (gnus-mime-action-alist): Declare.
1215
1216 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1217
1218         * score-mode.el (gnus-score-mode-map): Move initialization
1219         into declaration.
1220         (gnus-score-mode): Use define-derived-mode.
1221         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1222         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1223         into declaration.
1224         (gnus-kill-file-mode): Use define-derived-mode.
1225         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1226         Use derived-mode-p.
1227         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1228         (gnus-group-setup-buffer, gnus-group-name-at-point)
1229         (gnus-group-make-web-group, gnus-group-enter-directory)
1230         (gnus-group-suspend): Use derived-mode-p.
1231         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1232         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1233         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1234         (gnus-article-setup-buffer, gnus-article-prepare)
1235         (gnus-article-prepare-display, gnus-sticky-article)
1236         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1237         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1238         (gnus-article-read-summary-keys): Use derived-mode-p.
1239
1240 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1243
1244 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1247         shift_jis from the default value set for Japanese users.
1248
1249 2013-08-13  Glenn Morris  <rgm@gnu.org>
1250
1251         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1252
1253         * gnus.el (gnus-valid-select-methods): Fix type.
1254
1255         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1256
1257 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * mm-decode.el (mm-display-external): Run a timer for the temp files
1260         deletion after a viewer exits; add a deletion timer for the needsterm
1261         case, too.
1262
1263         * mm-decode.el (mm-display-external): Try to delete temporary files by
1264         using a 1-min. timer.
1265
1266 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1267
1268         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1269         New internal variables.
1270         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1271         (mm-display-external): Use it to delete temporary files instead of
1272         using timers.
1273
1274 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1277
1278 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1279
1280         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1281         with cond for backwards compatability.
1282
1283 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * mm-decode.el (mm-display-external): Bind process-connection-type to
1286         nil; don't delete a temp file immediately even if a viewer finishes,
1287         since it may be a shell script, like xdg-open, that launches a real
1288         viewer program belatedly.
1289
1290 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1291
1292         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1293         that we can create nndoc groups that excerpt other groups.
1294
1295 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-delay.el (gnus-delay-article): Fix typo.
1298
1299         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1300         articles.
1301
1302         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1303         we can get spell-checking etc.
1304
1305 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1308         a single one used for encoding the whole text in a header.
1309
1310 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1313         doesn't work properly on XEmacs.
1314
1315 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316
1317         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1318         before sending.
1319
1320         * dgnushack.el (dgnushack-compile): Add a temporary check for
1321         gnus-icalendar.
1322
1323         * mm-decode.el (mm-command-output): New face.
1324         (mm-display-external): Use it.
1325
1326 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1327
1328         * nnmbox.el (nnmbox-request-article): Don't change point.
1329
1330 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1333         Include `handle' parameter.
1334
1335 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1336
1337         * gnus-icalendar.el: New file.
1338
1339 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1342
1343         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1344         dummy roots, too.
1345
1346 2013-08-01  David Edmondson  <dme@dme.org>
1347
1348         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1349         out on ttys.
1350
1351 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1354         not empty.
1355
1356         * nnrss.el (nnrss-discover-feed): Indent.
1357
1358 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1361
1362 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1365         dirty to ensure nnimap data being saved.
1366
1367 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1368
1369         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1370         menu entry.
1371
1372         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1373         the current thread's total score instead of the current article's
1374         score.
1375
1376         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1377         (gnus-sort-threads-recursively): Delete defcustom.
1378         (gnus-sort-threads-recursive): Adapt accordingly.
1379
1380 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1381
1382         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1383         (gnus-sort-threads-recursive): Use it.
1384         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1385         again.  Now that determines how to sort subthreads.
1386
1387 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1388
1389         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1390         (gnus-sort-threads): Use it.
1391
1392 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1393
1394         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1395         punctuation characters follow parentheses (bug#14950).
1396
1397 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * gnus.el (gnus-continuum-version):
1400         * gnus-msg.el (gnus-extended-version): Simplify.
1401
1402         * gnus.el (gnus-continuum-version-1): Remove.
1403         * gnus-msg.el (gnus-bug): Revert.
1404
1405         Calculate gnus-version correctly on Cygwin.
1406
1407         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1408         (gnus-continuum-version-1): New function, return a string.
1409
1410         * gnus-msg.el (gnus-extended-version, gnus-bug):
1411         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1412
1413 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1414
1415         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1416         (bug#13384).
1417
1418 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1421         that were only relevant in a development version a long time ago.
1422
1423 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1424
1425         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1426         that the old Emacs 24s bundle.
1427
1428 2013-07-10  David Engster  <deng@randomsample.de>
1429
1430         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1431         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1432         fixes a bug in Emacs trunk where the 'unexist' marks were always
1433         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1434         Gnus v0.03".
1435
1436 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1437
1438         * gnus.el (gnus-summary-line-format): Reference
1439         `gnus-user-date-format-alist' for the &user-date; format, not
1440         `gnus-summary-user-date-format-alist'.
1441
1442 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1445         delete files (bug#13481).
1446
1447 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1448
1449         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1450
1451 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1452
1453         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1454         display images.
1455
1456         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1457
1458         * message.el (message-cancel-news): According to
1459         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1460         preferred over "cmsg cancel" in the Subject.
1461
1462         * nnir.el (nnir-engines): Note that the group specs are regexps
1463         (bug#13238).
1464
1465         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1466         gotten read-only text properties, ensure that those aren't heeded when
1467         copying stuff over (bug#13434).
1468
1469         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1470         (bug#13762).
1471
1472 2013-07-05  David Kastrup  <dak@gnu.org>
1473
1474         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1475         authinfo file again (important for blank passwords).  This had been
1476         broken with 2013-06-15 change.
1477
1478 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1481         Revert 2013-01-14 change.
1482
1483 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1484
1485         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1486         of 'create-image' for XEmacs compatibility; check errors when decoding
1487         image.  Reported by Uwe Brauer.
1488
1489 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1492         gnus-button-push revised at 2011-01-19.
1493
1494 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1497         now live in the lisp/net Emacs 24 repository.
1498
1499 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1500
1501         * eww.el (eww-update-header-line-format): Quote % characters.
1502
1503 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * eww.el (eww-process-text-input): Display passwords as asterisks.
1506
1507         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1508
1509 2013-06-19  Tom Tromey  <tromey@redhat.com>
1510
1511         * eww.el (eww-top-url): Remove.
1512         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1513         (eww-render): Set new variables.  Don't set eww-top-url.
1514         (eww-handle-link): Handle "prev", "home", and "contents".
1515         Downcase the rel text.
1516         (eww-top-url): Choose best top URL.
1517
1518 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * eww.el: Rewrite to implement form elements "by hand" instead of
1521         relying in widget.el.  Using widget.el leads to too many
1522         user interface inconsistencies.
1523         (eww-self-insert): Implement entering commands in text fields.
1524         (eww-process-text-input): New function to make text input field editing
1525         work.
1526         (eww-submit): Rewrite to use the new-style form methods.
1527         (eww-select-display): Display the correct selected item.
1528         (eww-change-select): Implement changing the select value.
1529         (eww-toggle-checkbox): Implement radio/checkboxes.
1530         (eww-update-field): Fix compilation error.
1531         (eww-tag-textarea): Implement <textarea>.
1532
1533         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1534         don't shadow mode-specific bindings.
1535
1536         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1537         nothing to push.
1538
1539         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1540
1541 2013-06-19  Glenn Morris  <rgm@gnu.org>
1542
1543         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1544
1545 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1546
1547         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1548
1549 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * shr.el (shr-make-table-1): Implement <td rowspan>.
1552         (shr-table-horizontal-line): Allow nil as a value, and change the
1553         default.
1554         (shr-insert-table-ruler): Respect the nil value.
1555
1556 2013-06-18  Tom Tromey  <tromey@barimba>
1557
1558         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1559         New defvars.
1560         (eww-open-file): New defun.
1561         (eww-render): Initialize new variables.
1562         (eww-display-html): Handle "link" and "a".
1563         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1564         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1565         (eww-back-url): Rename from eww-previous-url.
1566         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1567         defuns.
1568
1569 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * shr.el (shr-tag-table): Insert the images after the table, so that
1572         they're not covered by the table colourisation, which often looked
1573         awkward.
1574         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1575         <dd>.
1576         (shr-make-table-1): Implement <td colspan=> support.
1577         (shr-insert-document): Use one less than window width if `shr-width' is
1578         nil, since otherwise things may get one character too wide.
1579
1580 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * eww.el (eww-detect-charset): Improve regexp; move backward.
1583
1584 2013-06-18  Glenn Morris  <rgm@gnu.org>
1585
1586         * mm-decode.el (widget-convert-button): Autoload.
1587
1588         * sieve-manage.el (mm-enable-multibyte): Autoload.
1589
1590         * shr.el (libxml-parse-html-region): Declare.
1591         (shr-render-buffer): Explicit error if no libxml2 support.
1592
1593 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1594
1595         * auth-source.el (auth-source-current-line): New function.
1596         (auth-source-netrc-parse-entries): When a data token is "machine",
1597         assume we're in the wrong place and abort parsing the current line.
1598
1599 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1602         (eww-convert-widgets): Don't bug out if the first widget starts at the
1603         beginning of the buffer.
1604         (eww-convert-widgets): Fix last patch.
1605         (eww-tag-input): Support <input type=image>.
1606
1607         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1608         (shr-tag-base): Protect against base specs that are degenerate.
1609         (shr-ensure-paragraph): Don't delete empty lines that have text
1610         properties, because these may be input fields.
1611
1612         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1613         we can navigate to them.
1614
1615         * shr.el (shr-colorize-region): Put the colours over the entire region.
1616         (shr-inhibit-decoration): New variable.
1617         (shr-add-font): Use it to inhibit text property decorations while doing
1618         preliminary table renderings.  This speeds up typical Wikipedia page
1619         renderings by 15%.
1620         (shr-tag-span): Don't respect the <title>, because that overwrites the
1621         help-echo from links inside the spans.
1622         (shr-next-link): Use `help-echo' for navigation, so that we can
1623         navigate to form elements, too.
1624
1625         * eww.el (eww-button): New face.
1626         (eww-convert-widgets): Use it to make submit buttons more button-like.
1627
1628         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1629         that Gnus commands work.
1630
1631         * shr.el (shr-render-td): Support horizontal alignment.
1632
1633         * eww.el (eww-put-color): Removed.
1634         (eww-colorize-region): Use `add-face-text-property'.
1635
1636         * shr.el (shr-add-font): Append face data, so that we get the correct
1637         precedence: The innermost value (which is applied first) wins.
1638         (shr-make-overlay): Obsolete function.
1639
1640         * mm-decode.el (mm-convert-shr-links): New function to convert
1641         new-style shr URL links into widgets.
1642         (mm-shr): Use it.
1643
1644         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1645         widget commands, since we're no longer using widgets for links.
1646
1647         * shr.el (shr-next-link): New command.
1648         (shr-previous-link): New command.
1649         (shr-urlify): Don't use `widget-convert', because that's slow.
1650         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1651         because collecting the overlays and reapplying them when generating
1652         tables is slow.
1653         (shr-insert-table): Ditto.
1654
1655 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1656
1657         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1658         * shr.el (browse-url): Require `url'.
1659         * eww.el (url): Require format-spec.
1660
1661 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * eww.el (eww-display-html): Default to using the entire window width.
1664         (eww-browse-url): Don't add a User-Agent header (twice), because that
1665         makes Bing refuse connection.
1666
1667         * shr.el (shr-make-table): Cache the table rendering at the table
1668         level, and not the <td> level.  This is a bit faster.
1669
1670         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1671         #id.
1672
1673         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1674         browsers don't.
1675         (shr-expand-url): Respect #anchor links.
1676         (shr-parse-base): Chop off the anchor before using.
1677         (shr-descend): Respect display: none.
1678         (shr-descend): Allow marking elements that have certain IDs.
1679
1680         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1681
1682         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1683
1684         * eww.el (eww-tag-textarea): Support <textarea>.
1685
1686 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1687
1688         * shr.el (shr-dom-to-xml): Fixed function call.
1689
1690         * eww.el (eww): New group.
1691         (eww-header-line-format): New custom variable.
1692         (eww-current-title): New variable.
1693         (eww-display-html): Update header and handle title tag.
1694         (eww-update-header-line-format): New function.
1695         (eww-tag-title): New function.
1696
1697         * shr.el (shr-dom-to-xml): New function.
1698         (shr-tag-svg): Add support for the SVG tag.
1699         (shr-bullet): New custom variable.
1700         (shr-tag-li): Support custom bullet in unordered lists.
1701
1702 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703
1704         * shr.el (shr-expand-url): Respect // URLs.
1705
1706         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1707         put a background colour onto the entire buffer.
1708         (eww-render): When being redirected, use the redirect URL as the new
1709         base URL.
1710
1711         * shr.el (shr-parse-base): Fix parsing error.
1712
1713         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1714
1715         * shr.el (shr-parse-base): New function.
1716         (shr-expand-url): Use it to expand relative URLs reliably.
1717
1718 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1719
1720         * auth-source.el (auth-source-search-collection): Fix docstring.
1721         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1722         single-quoted strings and multiline entries.
1723         (auth-source-netrc-parse-next-interesting)
1724         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1725         functions to support parser.
1726
1727 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * eww.el (eww-submit): Get submit button logic right when hitting RET
1730         on non-submit buttons.
1731
1732         * shr.el: Remove shr-preliminary-table-render, since that can't really
1733         be used for anything in practice.
1734
1735 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1736
1737         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1738         (sieve-manage-quit).
1739
1740 2013-06-14  Glenn Morris  <rgm@gnu.org>
1741
1742         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1743
1744 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1745
1746         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1747         control the maximum size of photo ID image.
1748         (mml2015-epg-key-image-to-string): Respect it.
1749
1750 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1753         instead of the final one so that we can more easily distinguish them.
1754
1755         * eww.el (eww-submit): Compute the submission URL correctly.
1756
1757 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1758
1759         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1760         Use plist-get rather than CL's getf.
1761         (sieve-manage-parse-capability): Avoid CL's remove-if.
1762
1763 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1764
1765         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1766         (sieve-manage-quit).
1767
1768 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1771         last slash.
1772
1773         * eww.el (eww-tag-select): Use the first value as the default value.
1774
1775 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1776
1777         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1778         (eww-mode): Use `define-derived-mode'.
1779         (eww-parse-headers): Parse headers from beginning of buffer so that
1780         file:// links work.
1781
1782 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1785
1786 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1789         to handle them at all.
1790
1791 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1794         work, too.
1795         (eww-tag-select): Implement <select>.
1796
1797 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1798
1799         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1800         stream managing functions by using open-protocol-stream to do most of
1801         the work.  Has the nice benefit of enabling STARTTLS.
1802         Wait for capabilities after STARTTLS: following RFC5804, the server
1803         sends new capabilities after successfully establishing a TLS connection
1804         with the client.  The client should update the cached list of
1805         capabilities, but we just ignore the answer for now.
1806         (sieve-manage-network-p, sieve-manage-network-open)
1807         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1808         (sieve-manage-forward, sieve-manage-streams)
1809         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1810         API, nor called by any other function.
1811         Enable Multibyte for SieveManage buffers: The parser won't properly
1812         handle umlauts and line endings unless multibyte is turned on in the
1813         process buffer.
1814
1815 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816
1817         * eww.el (eww-tag-input): Support password fields.
1818         (eww-submit): Support POST.
1819
1820 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * eww.el (eww-tag-form): Protect against degenerate forms.
1823
1824         * shr.el (shr-expand-url): Expand URLs that start with a slash
1825         correctly.
1826
1827         * eww.el (eww-submit): Get submit button logic right.
1828
1829         * shr.el (shr-final-table-render): New variable to signal when we're
1830         doing the final table rendering so that we can collect more data at
1831         that point.
1832
1833         * eww.el (eww-submit): Make form submission work.
1834         (eww-tag-input): Implement submit buttons.
1835         (eww-click-radio): Implement radio and checkboxes.
1836         (eww-submit): Handle hidden elements.
1837
1838         * shr.el (shr-descend): Allow other packages to override (or provide)
1839         rendering of elements.
1840         (shr-expand-url): Strip query strings from URLs before expanding them.
1841
1842         * eww.el: Don't require cl-lib.
1843         (eww-tag-form): Start form support.
1844
1845         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1846
1847         * eww.el: Start writing a new, tiny web browser.
1848         (eww-previous-url): New command.
1849         (eww-quit): New command.
1850
1851 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1852
1853         * sieve.el: Put point at beginning of buffer when viewing a script.
1854         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1855         number in sieve-buffer's header.  Fixed code to also work with a string
1856         as port specifier.  Properly close the connection on pressing 'q'.  Make
1857         sieve-manage-quit close the connection and process buffer.  Also, remove
1858         duplicate keybinding for 'q'.
1859
1860 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1861
1862         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1863         make it easier to read.
1864         (mm-pkcs7-enveloped-magic): Ditto.
1865
1866 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1867
1868         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1869         before `image-type-available-p' to avoid loading the image libraries
1870         needlessly.
1871
1872 2013-06-05  David Engster  <deng@randomsample.de>
1873
1874         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1875         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1876         to see whether the group was synced before.
1877
1878 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1879
1880         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1881         when opening the connection.
1882         Suggested by João Távora <joaotavora@gmail.com> in
1883         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1884
1885 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1888         assume Date header begins with "Date", that may be customized into
1889         something like "X-Sent" using gnus-article-time-format.
1890         (article-transform-date): Allow multi-line Date header.
1891
1892 2013-06-02  David Engster  <deng@randomsample.de>
1893
1894         * registry.el (initialize-instance, registry-lookup)
1895         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1896         (registry-lookup-secondary-value, registry-search, registry-delete)
1897         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1898         not wrap methods in `eval-and-compile'.  This breaks due to latest
1899         changes in EIEIO (introduction of eieio-core.el).
1900
1901 2013-05-30  Glenn Morris  <rgm@gnu.org>
1902
1903         * nnmail.el (nnmail-fancy-expiry-target):
1904         Also bind mail-dont-reply-to-names.
1905
1906         * spam-stat.el (spam-stat-save):
1907         No need to tweak font-lock in temp buffers.
1908
1909         * shr.el (shr-put-image): Silence compiler.
1910
1911 2013-05-29  Glenn Morris  <rgm@gnu.org>
1912
1913         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1914
1915         * gnus-group.el (gnus-sequence-of-unread-articles)
1916         (gnus-summary-add-mark, gnus-mark-article-as-read)
1917         (gnus-group-make-articles-read): Declare.
1918
1919         * gnus-sum.el (gnus-parameter-list-identifier)
1920         (gnus-article-stop-animations, gnus-stop-downloads)
1921         (gnus-article-only-boring-p, article-goto-body)
1922         (gnus-flush-original-article-buffer, article-narrow-to-head)
1923         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1924         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1925
1926         * gnus.el: No need to eval-and-compile autoloads.
1927
1928         * gravatar.el (help-function-arglist): Autoload.
1929
1930         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1931
1932         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1933
1934         * spam.el: No need to load spam-report when compiling.
1935         No need to eval-and-compile autoloads.
1936         (spam-report-resend-to): Declare.
1937         (spam-report-resend-register-routine): Require 'spam-report.
1938
1939 2013-05-24  Julien Danjou  <julien@danjou.info>
1940
1941         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1942         setup.
1943
1944 2013-05-23  Glenn Morris  <rgm@gnu.org>
1945
1946         * gnus-util.el (rmail-swap-buffers-maybe)
1947         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1948         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1949         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1950
1951         * mm-decode.el: No need to load term when compiling.
1952         (term-mode, term-char-mode): Declare.
1953
1954         * mm-util.el: No need to load jka-compr when compiling.
1955         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1956
1957         * nnmaildir.el: Require is automatically eval-and-compile.
1958         (nnmail): Require at run-time too.
1959
1960         * registry.el (registry-size): Move definition before use.
1961
1962 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1963
1964         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1965         signed data to conform the standard.  (Bug#14232)
1966
1967 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1968
1969         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1970         double angle quotation mark.
1971
1972 2013-05-20  Glenn Morris  <rgm@gnu.org>
1973
1974         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1975
1976 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1977
1978         * message.el (message-insert-formatted-citation-line): handle finding
1979         first/lastname when more than 2 names appear.
1980
1981 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1982
1983         * shr.el (shr-tag-span): New function.
1984
1985 2013-05-18  Glenn Morris  <rgm@gnu.org>
1986
1987         * message.el (message-mode): Use message-mode-abbrev-table,
1988         with text-mode-abbrev-table as parent.  (Bug#14413)
1989
1990 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * message.el (message-expand-group): Decode group names.
1993
1994 2013-05-16  Julien Danjou  <julien@danjou.info>
1995
1996         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1997         app-icon.
1998
1999 2013-05-15  Glenn Morris  <rgm@gnu.org>
2000
2001         * shr-color.el (shr-color-visible-luminance-min)
2002         (shr-color-visible-distance-min): Use shr-color group.
2003
2004 2013-05-11  Glenn Morris  <rgm@gnu.org>
2005
2006         * gnus-vm.el: Make it loadable without VM.
2007         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2008         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2009
2010 2013-05-09  Glenn Morris  <rgm@gnu.org>
2011
2012         * mml1991.el: Make it loadable.  (Bug#13456)
2013
2014         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2015         * gnus-async.el (gnus-async-post-fetch-function):
2016         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2017         * gnus-html.el (gnus-html-image-cache-ttl):
2018         * gnus-notifications.el (gnus-notifications-timeout):
2019         * gnus-picon.el (gnus-picon-properties):
2020         * gnus-util.el (gnus-completion-styles):
2021         * gnus.el (gnus-other-frame-resume-function):
2022         * message.el (message-user-organization-file)
2023         (message-cite-reply-position):
2024         * nnir.el (nnir-summary-line-format)
2025         (nnir-retrieve-headers-override-function):
2026         * shr-color.el (shr-color-visible-luminance-min):
2027         * shr.el (shr-blocked-images):
2028         * spam-report.el (spam-report-resend-to):
2029         * spam.el (spam-summary-exit-behavior): Fix custom types.
2030
2031         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2032
2033 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2034
2035         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2036         because of let-binding help-xref-following.  (Bug#14356)
2037
2038 2013-05-06  Glenn Morris  <rgm@gnu.org>
2039
2040         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2041
2042 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2043
2044         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2045         entering into the registry.
2046
2047 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2048
2049         * gnus.el: Ma Gnus v0.7 is released.
2050
2051 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2054         (Bug#14304)
2055
2056 2013-04-27  Glenn Morris  <rgm@gnu.org>
2057
2058         * gnus.el (gnus-list-debbugs):
2059         Use require rather than autoload.  (Bug#14262)
2060
2061 2013-04-27  Julien Danjou  <julien@danjou.info>
2062
2063         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2064         port to "sieve" now that it has an official IANA port assigned.
2065
2066 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2069         Don't set the MAILHOST environment variable permanently (Bug#14271).
2070
2071 2013-04-26  Glenn Morris  <rgm@gnu.org>
2072
2073         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2074
2075 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2076
2077         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2078         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2079
2080 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2081
2082         * nnir.el (nnir-close-group): Make sure we are in the right group.
2083
2084         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2085         dependency table from all newly retrieved headers.
2086
2087 2013-04-16  David Edmondson  <dme@dme.org>
2088
2089         Support <img src="data:...">.
2090
2091         * shr.el (shr-image-from-data): New function.
2092         (shr-tag-img): Use it.
2093
2094 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2095
2096         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2097         group.
2098
2099 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2102         corresponding to any existing group (Bug#14166).
2103
2104 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2105
2106         * nnir.el (number-sequence): No longer used.
2107         (nnir-request-set-mark): New function.
2108         (nnir-request-update-info): Improve marks updating.
2109         (nnir-request-scan): Don't duplicate marks updating.
2110         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2111         Use 'assq rather than 'assoc.  Quote anonymous function.
2112         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2113         Use 'gnus-group-prefixed-p.
2114         (gnus-summary-create-nnir-group): Make sure server for method is open.
2115
2116 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2117
2118         * nnir.el (gnus-nnir-group-p): New function.
2119         (nnir-possibly-change-group): Use it.
2120
2121         * gnus-msg.el (gnus-setup-message): Use it.
2122
2123 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2126         `initial-input' for the argument name.
2127         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2128
2129 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2130
2131         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2132         (used by MH-E).
2133
2134 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2135
2136         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2137         group.
2138
2139         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2140         fix compilation.
2141
2142 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2143
2144         * nnir.el (nnir-method-default-engines): And another typo.
2145
2146 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2147
2148         * nnir.el (nnir-method-default-engines): Fix typo.
2149
2150 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2151
2152         * nnir.el: Define 'number-sequence for xemacs.
2153         (gnus-summary-create-nnir-group): New function to create an nnir group
2154         from an nnir summary buffer based on the current query.
2155         (nnir-request-create-group): Update to allow nnir group creation based
2156         on the current query.
2157
2158 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * nndraft.el (nndraft-request-expire-articles):
2161         Make expiry target always `delete'.
2162
2163 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2164
2165         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2166         buffer use the posting-style and gcc of the original article group.
2167         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2168
2169         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2170         after other deffoos.
2171
2172 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2173
2174         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2175         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2176         support for real (i.e. not ephemeral) nnir groups.
2177         (gnus-summary-make-nnir-group): New function for initiating searches
2178         from a summary buffer.
2179
2180 2013-03-18  Sam Steingold  <sds@gnu.org>
2181
2182         * message.el (message-bury): Minor cleanup.
2183
2184 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2185
2186         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2187
2188 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2191         nnml-request-list.  (Bug#13873)
2192         (nndir-request-newsgroups): Remove, unused.
2193
2194         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2195
2196 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2197
2198         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2199         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2200         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2201
2202 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2203
2204         * shr.el: Make all the overlays set the `evaporate' property so that
2205         they're removed properly.
2206
2207 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2208
2209         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2210         shell-quote-argument.
2211
2212 2013-02-22  David Engster  <deng@randomsample.de>
2213
2214         * gnus-registry.el (gnus-registry-save): Provide class name when
2215         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2216         `condition-case' to stay compatible with older EIEIO versions which
2217         only accept one argument.
2218
2219 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2220
2221         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2222         (epg-user-id-validity): Autoload.
2223         (mml2015-epg-check-user-id): New function.
2224         (mml2015-epg-check-sub-key): New function split from
2225         mml2015-epg-find-usable-key.
2226         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2227         optional name-is-key-id, to handle the case when user-id is unusable.
2228         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2229
2230 2013-02-17  Glenn Morris  <rgm@gnu.org>
2231
2232         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2233
2234 2013-02-16  Glenn Morris  <rgm@gnu.org>
2235
2236         * shr.el (shr-put-image): Only animate images that specify a delay.
2237         This is consistent with the old image-animated-p behavior.
2238
2239 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2242         for XEmacs.
2243
2244 2013-02-13  Juri Linkov  <juri@jurta.org>
2245
2246         * gnus-art.el (gnus-article-mode-map):
2247         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2248         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2249
2250 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2251
2252         * auth-source.el (auth-source-format-prompt): Don't get confused by
2253         any "\" in replacement text.  (Bug#13637)
2254
2255 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2256
2257         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2258         (gnus-backend-trace): Honour gnus-backend-trace.
2259
2260         * mml.el (mml-insert-part): Insert closing tag.
2261
2262         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2263
2264 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2267         able to find the article, which can happen in debbugs groups,
2268         apparently.
2269
2270 2013-01-16  Glenn Morris  <rgm@gnu.org>
2271
2272         * smiley.el (smiley-style): Make the file loadable in batch mode.
2273
2274 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2275
2276         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2277         imap process running.
2278
2279 2013-01-14  Julien Danjou  <julien@danjou.info>
2280
2281         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2282         Compare addresses against addresses, not against the full From field.
2283
2284 2013-01-13  Richard Stallman  <rms@gnu.org>
2285
2286         * message.el (message-forward-make-body-mime): New args BEG, END
2287         specify what part of FORWARD-BUFFER to use.  Do the work directly
2288         instead of calling `mml-insert-buffer'.
2289
2290 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2291
2292         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2293         cross-reference(s).
2294
2295         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2296         cross-reference(s).
2297
2298 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2299
2300         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2301         and point-max-marker.
2302         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2303
2304 2013-01-11  Julien Danjou  <julien@danjou.info>
2305
2306         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2307         max are almost equal.  Also return the correct value for V which is
2308         already between 0 and 1.
2309
2310 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2311
2312         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2313         to mml2015-encrypt-to-self.
2314         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2315
2316 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2317
2318         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2319         mml-smime-epg-find-usable-secret-key.
2320
2321 2013-01-08  Glenn Morris  <rgm@gnu.org>
2322
2323         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2324
2325 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2326
2327         * mml-smime.el: Support signing by sender.
2328         Requested by Uwe Brauer.
2329         (mml-smime-sign-with-sender): New user option analogous
2330         to mml2015-sign-with-sender.
2331         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2332         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2333         mml2015.el.
2334
2335 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2338         isn't running, because Gnus will probably not know how to handle the
2339         Gcc header (bug#11941).
2340
2341         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2342         articles.
2343
2344 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2347         (nnfolder-generate-active-file): Make this function work with recursive
2348         folder names.
2349
2350 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2351
2352         * nntp.el (nntp-open-connection): Use HELP as the capability command
2353         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2354         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2355
2356 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2357
2358         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2359         place holder since this gives `Invalid face reference: nil' messages.
2360         Use the `default' face instead.  It has the same effect here, even
2361         though it is not no-op.
2362
2363         * gnus-util.el
2364         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2365
2366 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2369         non-string posting styles (bug#13285).
2370
2371 2012-12-27  Glenn Morris  <rgm@gnu.org>
2372
2373         * plstore.el (plstore-passphrase-callback-function):
2374         Use plstore-get-file.
2375
2376 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2377
2378         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2379         stderr.
2380
2381 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2384
2385         * gnus-compat.el (set-buffer-multibyte): Remove.
2386
2387 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2388
2389         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2390         temporary file to get PGP key image.  Pass no-show-photos when
2391         extracting image to avoid having it pop up twice.
2392
2393 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2394
2395         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2396         eligible for treatment.
2397
2398         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2399         lines.  This makes summary commands with hidden threads work more
2400         reliably.
2401
2402         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2403         button to mark the hidden citations (bug#9395).
2404
2405 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2406
2407         * mml2015.el (mml2015-epg-signature-to-string): New function.
2408         (mml2015-epg-verify-result-to-string): New function.
2409         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2410         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2411         instead of epg-verify-result-to-string.
2412         (epg-signature-key-id, epg-signature-to-string): Autoload.
2413         (epg-verify-result-to-string): Remove autoload.
2414
2415 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2416
2417         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2418         ID image from GPG public key.
2419         (mml2015-epg-key-image-to-string): New function.
2420
2421 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2422
2423         * plstore.el (plstore-passphrase-callback-function): Fix error when
2424         error when plstore-cache-passphrase-for-symmetric-encryption is set
2425         (bug#13264).
2426
2427 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2428
2429         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2430         buffer to the article buffer here, because that clobbers multiple
2431         article buffers.
2432
2433         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2434         buffer always points to the right summary buffer.
2435
2436 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2437
2438         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2439         the password (bug#12097).
2440
2441 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2442
2443         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2444         (bug#13263).
2445
2446         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2447         buffer exists before using it (bug#12475).
2448
2449         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2450         offline groups (bug#11937).
2451
2452         * message.el (message-yank-original): When using customize to set the
2453         value of `message-cite-style', the variable it set to a symbol that's
2454         the name of the variable, which must then be dereferenced (bug#12616).
2455
2456 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2457
2458         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2459         the `face' property with a list whose car is the face specified in the
2460         format string and whose cdr is (nil).
2461         * lisp/gnus-util.el
2462         (gnus-put-text-property-excluding-characters-with-faces):
2463         Change accordingly.
2464         (gnus-get-text-property-excluding-characters-with-faces): New function.
2465         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2466         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2467         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2468
2469 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2470
2471         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2472         login methods.
2473         (nnimap-login): Respect the `nnimap-authenticator' variable.
2474
2475         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2476         mark state when moving articles.  Otherwise unticked articles will get
2477         their ticks back after moving.
2478
2479 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2480
2481         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2482
2483         * message.el (message-ignored-news-headers): Always remove
2484         X-Message-SMTP-Method to avoid information leakage if the user
2485         mistakenly inserts the header into news messages.
2486
2487         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2488
2489         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2490         right than four characters, this command would move point to
2491         `point-max'.  Don't do that.
2492
2493         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2494         to nil to allow re-selecting groups that gain articles.
2495         (gnus-bug-group-download-format-alist): Update the URL.
2496
2497 2012-12-23  Andreas Schwab  <schwab@suse.de>
2498
2499         * shr.el (shr-tag-em): Render em as italic, not bold.
2500
2501 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2502
2503         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2504         for reuse.
2505         (gnus-open-server): Use it to add more tracing.
2506         (gnus-finish-retrieve-group-infos): Add backend tracing.
2507         (gnus-backend-trace): Also note the elapsed seconds.
2508
2509 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2510
2511         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2512         Set epa-file-encrypt-to from variable to avoid querying.
2513
2514 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2515
2516         * sieve-mode.el (sieve-font-lock-keywords):
2517         Keywords should be word delimited.  (Bug#13173)
2518
2519 2012-12-13  Andreas Schwab  <schwab@suse.de>
2520
2521         * tls.el (tls-program): Update customize type.
2522
2523 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2526         instead of <pre> to align message header.
2527
2528 2012-12-12  Sam Steingold  <sds@gnu.org>
2529
2530         * gnus.el (gnus-other-frame-resume-function): Add user option.
2531         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2532
2533 2012-12-06  Sam Steingold  <sds@gnu.org>
2534
2535         * gnus-start.el (gnus-before-resume-hook): Add.
2536         (gnus-1): Run it when Gnus is alive.
2537
2538 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2541         * gnus-art.el (article-unsplit-urls)
2542         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2543         * gnus-registry.el (gnus-registry-get-article-marks)
2544         * message.el (message-goto-body): Use it.
2545         (message-called-interactively-p): Remove.
2546
2547         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2548         (spam-stat-score-buffer): Use it.
2549
2550         * spam.el: Silence the warnings against BBDB functions when compiling.
2551
2552         * gnus-score.el (gnus-score-decode-text-parts):
2553         Use append+mapcar instead of the cl function mapcan.
2554
2555 2012-12-05  Sam Steingold  <sds@gnu.org>
2556
2557         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2558         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2559         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2560
2561 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * gmm-utils.el (gmm-called-interactively-p): Revert.
2564         This seems to cause Emacs to get stuck!
2565         * gnus-art.el (article-unsplit-urls)
2566         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2567         * gnus-registry.el (gnus-registry-get-article-marks)
2568         * message.el (message-goto-body)
2569         (message-called-interactively-p): Revert.
2570
2571         * gmm-utils.el (gmm-called-interactively-p): New function.
2572         * gnus-art.el (article-unsplit-urls)
2573         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2574         * gnus-registry.el (gnus-registry-get-article-marks)
2575         * message.el (message-goto-body): Use it.
2576         (message-called-interactively-p): Remove.
2577
2578         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2579         * gnus-sync.el (gnus-sync-lesync-call)
2580         * message.el (message-read-from-minibuffer): Use it.
2581
2582 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2583
2584         * gmm-utils.el (gmm-flet): Remove.
2585         * gnus-sync.el (gnus-sync-lesync-call)
2586         * message.el (message-read-from-minibuffer): Don't use it.
2587
2588 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2591
2592 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2595
2596         * gnus-sync.el (gnus-sync-lesync-call)
2597         * message.el (message-read-from-minibuffer): Use gmm-flet.
2598
2599         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2600
2601         * gnus-util.el (gnus-macroexpand-all): Remove.
2602
2603 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2604
2605         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2606         to TAB, not [tab].
2607         (gnus-summary-article-map): Likewise.
2608
2609         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2610         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2611
2612 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2613
2614         * time-date.el: Commentary fix.
2615
2616 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2617
2618         * color.el: Don't require cl.
2619         (color-complement): `caddr' -> `nth 2'.
2620
2621         * time-date.el (time-to-seconds): De-obsolete.
2622
2623 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * message.el (message-get-reply-headers):
2626         Make sure the reply goes to the author if it is a wide reply.
2627
2628 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2629
2630         * gnus-score.el (gnus-score-body):
2631         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2632         scoring by body.
2633
2634 2012-11-16  Glenn Morris  <rgm@gnu.org>
2635
2636         * gnus-diary.el (nndiary-request-create-group-functions)
2637         (nndiary-request-update-info-functions)
2638         (gnus-subscribe-newsgroup-functions)
2639         (nndiary-request-accept-article-functions):
2640         Use new names for hooks rather than obsolete aliases.
2641
2642 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2645
2646 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2649         in meta tag with the one the part specifies in its header.
2650
2651 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2652
2653         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2654         by default.
2655
2656 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2659         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2660
2661 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2664         and a runtime function for it, of which the XEmacs version takes only
2665         two arguments.
2666
2667 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2668
2669         * nndiary.el (nndiary-request-create-group-functions)
2670         (nndiary-request-update-info-functions)
2671         (nndiary-request-accept-article-functions):
2672         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2673         "-hooks" suffix.
2674
2675 2012-10-19  Julien Danjou  <julien@danjou.info>
2676
2677         * gnus-art.el: Require gnus-util because it uses
2678         `gnus-timer--function'.
2679
2680 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2681
2682         * starttls.el (starttls-extra-arguments): Doc fix.
2683
2684 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2685
2686         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2687         it.
2688
2689 2012-10-06  Glenn Morris  <rgm@gnu.org>
2690
2691         * gnus-notifications.el (gnus-notifications):
2692         Add missing group :version tag.
2693         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2694         (gnus-gcc-post-body-encode-hook):
2695         * gnus-sync.el (gnus-sync-lesync-name)
2696         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2697
2698 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2699
2700         * color.el (color-hsl-to-rgb): Fix incorrect results for
2701         small and large hue values.  (Bug#12559)
2702
2703 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         New UIDL implementation.
2706
2707         * mail-source.el (mail-sources, mail-source-keyword-map):
2708         Add :leave as a pop3 keyword.
2709         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2710
2711         * pop3.el (pop3-leave-mail-on-server): Allow number.
2712         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2713         (pop3-movemail): Add UIDL support.
2714         (pop3-send-streaming-command): Take a list of mail numbers instead of
2715         the number of mails.
2716         (pop3-write-to-file): Add X-UIDL header.
2717         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2718         (pop3-uidl-add-xheader): New functions.
2719
2720         * message.el (message-ignored-resent-headers):
2721         Add X-Content-Length and X-UIDL headers.
2722
2723 2012-10-05  Glenn Morris  <rgm@gnu.org>
2724
2725         * color.el (color-name-to-rgb, color-rgb-to-hex)
2726         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2727         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2728         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2729         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2730
2731 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2734         a user about whether to delete temp files if once a user answered as n.
2735
2736 2012-09-25  Chong Yidong  <cyd@gnu.org>
2737
2738         * password-cache.el (password-read-and-add): Use a declare form to mark
2739         this function obsolete.
2740
2741 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * lpath.el: Bind mail-encode-mml for old Emacsen.
2744
2745 2012-09-17  Richard Stallman  <rms@gnu.org>
2746
2747         * message.el (message-in-body-p): Don't set mark or modify buffer.
2748
2749         * mml.el (mml-attach-file): Doc fix.
2750         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2751         Set mail-encode-mml when in Mail mode.
2752         Simplify code to set HEAD and move back to HEAD.
2753         (mml-insert-multipart, mml-insert-part):
2754         Set mail-encode-mml when in Mail mode.
2755
2756 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * gnus-util.el (gnus-timer--function): New function.
2759
2760         * gnus-art.el (gnus-article-stop-animations): Use it.
2761
2762 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2763
2764         Fix glitches caused by addition of psec to timers.
2765         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2766         rather than raw access to timer vector.
2767
2768 2012-09-11  Julien Danjou  <julien@danjou.info>
2769
2770         * gnus-notifications.el (gnus-notifications): Check for nil values in
2771         ignored addresses check.
2772
2773 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2774
2775         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2776
2777 2012-09-07  Chong Yidong  <cyd@gnu.org>
2778
2779         * gnus-util.el
2780         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2781
2782         * gnus-salt.el (gnus-tree-highlight-node):
2783         * gnus-sum.el (gnus-summary-highlight-line):
2784         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2785
2786 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2787
2788         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2789
2790 2012-09-06  Juri Linkov  <juri@jurta.org>
2791
2792         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2793         scheme for buffer names to be more consistent with other group and
2794         article buffer names in Gnus.
2795
2796 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2797
2798         * gnus-util.el
2799         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2800
2801         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2802         Jenkner.
2803
2804         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2805
2806         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2807
2808         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2809
2810 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2813         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2814
2815         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2816         string-prefix-p in Emacs >=23.2.
2817
2818         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2819         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2820         instead of string-match-p.
2821         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2822
2823 2012-09-06  Kenichi Handa  <handa@gnu.org>
2824
2825         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2826         lowercase a..f.
2827
2828 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2829
2830         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2831
2832 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2833
2834         * nnimap.el (nnimap-request-move-article): Decode the group name when
2835         doing internal moves to avoid charset issues.
2836
2837         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2838         TIME is set.
2839
2840 2012-09-05  Juri Linkov  <juri@jurta.org>
2841
2842         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2843         than one group at a time (bug#11961).
2844
2845 2012-09-05  Julien Danjou  <julien@danjou.info>
2846
2847         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2848         this hide the real reason with a message giving absolutely no hint.
2849
2850 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2851
2852         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2853         to the backend (bug#11804).
2854
2855         * message.el (message-insert-newsgroups): Don't insert newsgroup
2856         duplicates (bug#12275).
2857
2858 2012-09-05  John Wiegley  <johnw@newartisans.com>
2859
2860         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2861         sieve rules.
2862
2863 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2864
2865         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2866         function.
2867
2868         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2869
2870         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2871
2872 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2873
2874         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2875         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2876         This should make nnmaildir more usable with offlineimap.
2877
2878 2012-09-05  Julien Danjou  <julien@danjou.info>
2879
2880         * nnimap.el (nnimap-request-list): Revert change that made listing
2881         synchronous.
2882         (nnimap-get-responses): Restore.
2883
2884 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2885
2886         * dgnushack.el: XEmacs 21.5 compilation fix.
2887
2888         * gnus-notifications.el (gnus-notifications-notify): Use it.
2889
2890         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2891         warnings on XEmacs.
2892
2893 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2894
2895         Better seeds for (random).
2896         * gnus-sync.el (gnus-sync-lesync-setup):
2897         * message.el (message-canlock-generate, message-unique-id):
2898         Change (random t) to (random), now that the latter is more random.
2899
2900 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2901
2902         * nnimap.el (nnimap-change-group): Document result value
2903
2904         * auth-source.el (auth-sources): Fix macos keychain access.
2905
2906         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2907         allow the backend `request-head' function to determine the group
2908         name on its own.
2909         (gnus-request-expire-articles): Filter out negative article numbers
2910         during expiry (Bug#11980).
2911
2912         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2913         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2914
2915         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2916         you've found the article when you haven't.
2917
2918         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2919         that nnimap-change-group can return t.
2920
2921 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2922
2923         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2924
2925 2012-08-30  Julien Danjou  <julien@danjou.info>
2926
2927         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2928         `gnus-notifications-timeout'.
2929         (gnus-notifications-timeout): Add.
2930         (gnus-notifications-action): New function.
2931         (gnus-notifications-notify): Add :action using
2932         `gnus-notifications-action'.
2933         (gnus-notifications-id-to-msg): New variable.
2934         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2935         notifications id to messages.
2936
2937 2012-08-30  Kenichi Handa  <handa@gnu.org>
2938
2939         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2940         once.
2941
2942 2012-08-29  Julien Danjou  <julien@danjou.info>
2943
2944         * gnus-notifications.el: New file.
2945         (gnus-notifications-notify): New function.
2946         (gnus-notifications): Use `gnus-notifications-notify'.
2947
2948 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2951         transfer encoding first; bind gnus-newsgroup-charset to the charset
2952         that the article specifies (Bug#12209).
2953
2954 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2957         (gnus-group-customize-done): Encode values posting-style holds.
2958
2959         * gnus-msg.el (gnus-summary-resend-message)
2960         (gnus-configure-posting-styles): Decode values posting-style group
2961         parameter holds.
2962
2963 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2966         `name' and `address' in Resent-From header.
2967
2968 2012-08-14  Chong Yidong  <cyd@gnu.org>
2969
2970         * gnus-art.el (article-display-face): Handle failure in
2971         gnus-create-image (Bug#11802).
2972
2973 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2974
2975         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2976         Use defsetf.
2977
2978 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2979
2980         * auth-source.el (auth-source-plstore-search)
2981         (auth-source-secrets-search): Ignore :require and :type in search spec.
2982
2983 2012-08-06  Julien Danjou  <julien@danjou.info>
2984
2985         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2986         `nnimap-request-move-article'.
2987
2988         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2989         Remove autoload, already handled by gnus.el.
2990
2991         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2992
2993         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2994         supported by nnimap actually.  Reverts previous change.
2995
2996         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2997         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2998         to-buffer argument that is already supported.
2999
3000 2012-08-05  Julien Danjou  <julien@danjou.info>
3001
3002         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3003         Add autoload.
3004
3005 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * gnus.el (gnus-valid-select-methods): Fix custom type.
3008
3009 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3010
3011         * auth-source.el (auth-sources, auth-source-backend-parse)
3012         (auth-source-macos-keychain-search)
3013         (auth-source-macos-keychain-search-items)
3014         (auth-source-macos-keychain-result-append)
3015         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3016         auth-source.el through the /usr/bin/security utility.
3017         (auth-sources): Fix syntax error.
3018         (auth-source-macos-keychain-result-append): Fix variable name.
3019         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3020
3021 2012-07-27  Julien Danjou  <julien@danjou.info>
3022
3023         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3024         Emacs < 24.1
3025
3026 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * message.el (message-kill-address): Don't kill last newline.
3029         (message-skip-to-next-address): Don't move to the next header.
3030         (message-fill-field-address): Work properly.
3031
3032 2012-07-25  Julien Danjou  <julien@danjou.info>
3033
3034         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3035
3036 2012-07-24  Julien Danjou  <julien@danjou.info>
3037
3038         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3039
3040         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3041         (nntp-async-timer-handler): Remove, unused.
3042
3043         * nnimap.el (nnimap-get-responses): Remove, unused.
3044
3045         * nnheader.el (mail-header-set-extra): Remove, unused.
3046
3047         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3048         unused.
3049
3050         * mm-view.el (mm-view-sound-file): Remove, unused.
3051
3052         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3053         (mm-url-encode-multipart-form-data): Remove, unused.
3054
3055         * message.el (message-remove-signature, message-make-host-name)
3056         (message-fill-address): Remove, unused.
3057
3058         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3059         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3060         unused.
3061
3062         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3063         (gnus-xmas-call-region): Remove, unused.
3064
3065         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3066
3067         * gnus-util.el (gnus-extract-address-component-name)
3068         (gnus-extract-address-component-email, gnus-sortable-date)
3069         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3070         (gnus-process-live-p): Remove, unused.
3071
3072         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3073
3074         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3075         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3076         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3077         function.
3078
3079         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3080
3081         * gnus-score.el (gnus-summary-score-crossposting)
3082         (gnus-score-regexp-bad-p): Remove, unused.
3083
3084         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3085
3086         * gnus-range.el (gnus-sublist-p): Remove, unused.
3087
3088         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3089         unused.
3090
3091         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3092
3093         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3094         (gnus-request-associate-buffer): Remove, unused.
3095
3096         * gnus-group.el (gnus-group-set-method-info)
3097         (gnus-group-set-params-info): Remove, unused.
3098
3099         * gnus-fun.el (gnus-shell-command-to-string)
3100         (gnus-shell-command-on-region): Remove, unused.
3101
3102         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3103
3104         * gnus-art.el (gnus-article-text-type-exists-p)
3105         (article-translate-characters, gnus-article-hide-text-of-type)
3106         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3107         Remove, unused.
3108
3109 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3110
3111         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3112
3113 2012-07-21  Julien Danjou  <julien@danjou.info>
3114
3115         * message.el (message-dont-reply-to-names): Replace deprecated
3116         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3117         (message-get-reply-headers): Ditto.
3118
3119 2012-07-18  Julien Danjou  <julien@danjou.info>
3120
3121         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3122         `sieve-upload-and-kill'.
3123
3124         * sieve.el (sieve-bury-buffer): Remove function.
3125         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3126         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3127
3128 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3129
3130         * shr.el (shr-expand-url): Handle URL starting with `//'.
3131
3132 2012-07-13  Chong Yidong  <cyd@gnu.org>
3133
3134         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3135         instead of calling toggle-read-only with a (bogus) argument.
3136
3137 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3138
3139         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3140         of initial input when reading the author to restrict the summary to.
3141
3142 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * mm-decode.el (mm-shr):
3145         Allow overriding charset by mm-charset-override-alist.
3146
3147 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * gnus-art.el (gnus-article-view-part):
3150         Toggle subparts of multipart/alternative part.
3151
3152 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3153
3154         * shr.el (shr-render-buffer): New command.
3155         (shr-visit-file): Use it.
3156
3157 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3160         Set no-byte-compile and no-update-autoloads.
3161
3162 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3165
3166 2012-06-25  Julien Danjou  <julien@danjou.info>
3167
3168         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3169         `nnimap-request-move-articles-find-limit' since we do not use it only
3170         for move operations.
3171         (nnimap-request-accept-article): Use
3172         `nnimap-request-articles-find-limit' to limit search by message-id.
3173
3174 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3175
3176         Support higher-resolution time stamps (Bug#9000).
3177
3178         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3179         VARLIST.  It's optional, for backward compatibility.
3180         (encode-time-value): New optional arg PICO.  New type 3.
3181         (time-to-seconds) [!float-time]: Support the new picoseconds
3182         component if it's used.
3183         (seconds-to-time, time-subtract, time-add):
3184         Support ps-resolution time stamps as well.
3185
3186 2012-06-19  Julien Danjou  <julien@danjou.info>
3187
3188         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3189
3190         * nnimap.el (nnimap-log-buffer): Check that
3191         `window-point-insertion-type' is boundp, since it's not available in
3192         XEmacs.
3193
3194 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3195
3196         * nnimap.el (nnimap-log-buffer): Add this, setting
3197         `window-point-insertion-type' in the buffer to t.
3198         (nnimap-log-command): Use nnimap-log-buffer.
3199
3200 2012-06-19  Julien Danjou  <julien@danjou.info>
3201
3202         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3203         argument to be able to limit the search.
3204         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3205         (nnimap-request-move-articles-find-limit): Add this to limit the search
3206         by Message-Id after a message move.
3207         (nnimap): Add defgroup.
3208
3209 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3210
3211         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3212
3213 2012-06-15  Julien Danjou  <julien@danjou.info>
3214
3215         * nnimap.el (nnimap-find-article-by-message-id): Use
3216         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3217         (nnimap-possibly-change-group): Add read-only argument.
3218         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3219         issuing EXAMINE manually.
3220         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3221         with read-only argument.
3222         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3223         cannot possibly change because we need to be sure that it's either
3224         read-write or read-only.
3225
3226 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227
3228         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3229         being bound to a lambda form.
3230
3231 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3232
3233         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3234         articles when fetch-old is non-nil (bug#11370).
3235
3236 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3237
3238         * gnus-picon.el (gnus-picon-properties): New defcustom.
3239         (gnus-picon-create-glyph): Use it.
3240
3241 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242
3243         * gnus-group.el (gnus-group-get-new-news): Respect
3244         `gnus-group-use-permanent-levels', as documented (bug#11638).
3245
3246 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3247
3248         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3249         groups (bug#11641).
3250
3251 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3252
3253         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3254         is an integer to avoid later problems.
3255
3256 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3257
3258         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3259         locales.
3260
3261         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3262         on a handle.
3263
3264         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3265         address as the default.
3266         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3267
3268         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3269         makes no sense to query the user about internal files.
3270
3271         * gnus-spec.el: Remove all the byte-compilation stuff, since
3272         benchmarking shows that it doesn't help when entering large summary
3273         buffers.
3274
3275         * gnus-xmas.el (gnus-xmas-define): Remove.
3276
3277         * gnus-util.el (gnus-byte-code): Remove.
3278
3279         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3280         grouplens stuff.
3281
3282 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3285         (bug#11514).
3286
3287 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3288
3289         * message.el (message-buffers): Return all buffers derived from Message
3290         to make `gnus-dired-attach' work with mu4e.
3291
3292 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3293
3294         * nntp.el: Stop the `letf' madness.
3295         (nntp--report-1): New var.
3296         (nntp-report): Merge nntp-report-1 into it.
3297         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3298         the nntp-report function.
3299
3300         * auth-source.el: Fix comment-style to follow the convention.
3301
3302 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3303
3304         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3305         (mm-dissect-singlepart): Don't guess the MIME type of
3306         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3307         set.
3308         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3309         toplevel MIME type is multipart/encrypted.
3310
3311 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3314         a string so that Gcc works (bug#11514).
3315
3316 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3317
3318         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3319         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3320
3321 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3322
3323         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3324         jumping to *Server* from a dedicated *Group* window.
3325         (gnus-configure-frame): CSE.
3326
3327         * gnus-registry.el: Minor style cleanup.
3328         (gnus-registry--set/remove-mark): New function, extracted from
3329         gnus-registry-install-shortcuts.
3330         (gnus-registry-install-shortcuts): Use it.
3331
3332 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * nnspool.el (news-path): Use eval-and-compile.
3335
3336 2012-05-24  Glenn Morris  <rgm@gnu.org>
3337
3338         * nnspool.el (news-directory, news-path, news-inews-program):
3339         Move here from paths.el.  Don't see a need for these to be autoloaded.
3340
3341         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3342         Merge in doc from paths.el version.  Don't see any need for this to be
3343         autoloaded, or for the warning about users not setting it.
3344
3345 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3346
3347         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3348         format.  In particular, add an optional argument and a docstring.
3349
3350         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3351
3352         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3353         current before calling `gnus-groups-to-gnus-format'.
3354         Note that this was already the case for `gnus-active-to-gnus-format'.
3355
3356 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3357
3358         Fix minor Y10k bug.
3359         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3360
3361 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3362
3363         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3364         message once it's actually open.
3365
3366 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3367
3368         * gnus.el: Ma Gnus v0.5 is released.
3369
3370 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3371
3372         * auth-source.el (auth-source--aput-1, auth-source--aput)
3373         (auth-source--aget): New functions and macros.
3374         Use them instead of aput/aget.
3375
3376 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3377
3378         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3379
3380 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3381
3382         * plstore.el (plstore-called-interactively-p): New compat macro copied
3383         from message.el.
3384         (plstore-mode): Use it.
3385
3386 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3387
3388         * plstore.el: Revive the editing feature.
3389         (plstore-mode): New mode to edit plstore file.
3390         (plstore-mode-toggle-display, plstore-mode-original)
3391         (plstore-mode-decoded): New command.
3392         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3393         (plstore--insert-buffer, plstore--make): New function.
3394         (plstore-open, plstore-save): Simplify by using them.
3395
3396 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3399
3400 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3401
3402         * tls.el (open-tls-stream): Remove unused binding.
3403
3404 2012-04-16  Glenn Morris  <rgm@gnu.org>
3405
3406         * nndraft.el (nndraft-request-list): Fix declaration.
3407
3408 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * mm-decode.el (mm-dissect-buffer): Doc fix.
3411
3412         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3413         don't have a current group.
3414
3415         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3416         buffer if it doesn't exist.
3417
3418         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3419         given, mark the group as ephemeral with the current window conf.
3420
3421         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3422         buffer exists, which it doesn't if we haven't started Gnus.
3423         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3424
3425 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3428         type is.
3429
3430         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3431         `unexists' entries.
3432         (gnus-clean-old-newsrc): Fix last checkin.
3433
3434         * nnimap.el (nnimap-update-info): None of the articles below the active
3435         low-water mark exist.
3436
3437         * dgnushack.el: Get rid of XEmacs compilation warning.
3438
3439         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3440         would have gotten if we posted to the group, and use that to compare
3441         against the message we want to cancel (bug#10808).
3442
3443         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3444         on XEmacs.
3445
3446 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3447
3448         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3449         `scroll-margin'.
3450
3451 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3452
3453         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3454         citation prefix within a block of cited text should be considered part
3455         of that block *only* if it is a blank line.
3456
3457 2012-04-09  Chong Yidong  <cyd@gnu.org>
3458
3459         * binhex.el, hashcash.el, uudecode.el:
3460         Remove * characters from the front of variable docstrings.
3461
3462 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3465         before kinsoku-bol characters nor within kinsoku-eol characters.
3466
3467 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3470         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3471         (gnus-sync-read): Use mapc instead of mapcar.
3472
3473         * mm-archive.el: Require mm-decode for some macros.
3474         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3475         the byte compiler.
3476         (mm-archive-decoders): New function that returns the value of
3477         the mm-archive-decoders variable.
3478
3479         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3480         instead.
3481         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3482
3483         * nnimap.el (gnus-refer-thread-use-nnir):
3484         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3485
3486 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3489
3490 2012-03-12  Peter Münster  <pmrb@free.fr>
3491
3492         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3493         (gnus-demon-cancel): Ditto.
3494         (gnus-demon-run-callback): When function cannot be called due to low
3495         idleness, call it when idleness reaches the expected value, instead of
3496         waiting another timer period.
3497         (gnus-demon-init): Add `time' to arguments of call-back.
3498
3499 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3502
3503         * gnus.el: Register gnus-registry functions.
3504
3505         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3506         indent.
3507
3508         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3509         enabled before warping.
3510
3511 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3512
3513         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3514         registry about each article retrieved.
3515
3516         * gnus-int.el (gnus-select-group-with-message-id): New function.
3517         (gnus-try-warping-via-registry): Ditto.
3518         (gnus-warp-to-article): Fall back on the registry.
3519
3520 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3521
3522         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3523         inboxes.
3524
3525 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3528
3529 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3532         gnus-gcc-self-resent-messages may be a group parameter.
3533         (gnus-summary-resend-message): Don't encode encoded words in header
3534         when Gcc'ing resent message.
3535
3536 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * shr.el (shr-insert): Treat non-breaking space just like normal
3539         space.  This seems to produce more pleasing results.
3540         (shr-insert): Only insert a blank line if we're starting from an image.
3541         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3542         (shr-ensure-paragraph): Consider lines with white space to be blank.
3543
3544 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3545
3546         * Makefile.in: Respect DESTDIR.
3547
3548 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3549
3550         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3551         and gnus-gcc-post-body-encode-hook.
3552
3553 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3556         messages that don't exist.
3557
3558         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3559
3560 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3563         Remove.
3564
3565         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3566
3567         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3568
3569 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3572         have a group name.
3573
3574         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3575         a multibyte buffer (bug#7410).
3576         (article-wash-html): Parse the original article buffer to get the
3577         unencoded data (bug#7410).
3578
3579         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3580         .newsrc.el files.
3581
3582 2012-04-05  Bastien Guerry  <bzg@altern.org>
3583
3584         * color.el (color-lighten-name): Fix typo.
3585
3586 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3589         "#" to avoid having them interpreted as comments.
3590
3591 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * shr.el (shr-insert): Update the text state properly to avoid
3594         inserting spurious paragraph starts.
3595
3596 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * shr.el (shr-table-widths): Divide the extra width more fairly over
3599         the TDs (bug#10973).
3600         (shr-render-td): Don't delete too much padding.
3601         (shr-natural-width): Compute the natural width more correctly.
3602         (shr-insert): Allow the natural width to be computed for tables again.
3603         (shr-tag-table-1): Rework how the natural widths are computed by
3604         rendering the table a third time.
3605         (shr-natural-width): Removed.
3606         (shr-buffer-width): New function.
3607         (shr-expand-newlines): Use it.
3608
3609         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3610         using a `gnus-use-full-window' setup (bug#11013).
3611
3612 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613
3614         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3615         24.1 release.
3616
3617 2012-03-10  David Edmondson  <dme@dme.org>
3618
3619         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3620         'Forwarded Message' header and the start of the message.
3621
3622 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3623
3624         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3625         isn't running (bug#10897).
3626
3627 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3630         This is inconsistent with all the other stream functions, which leave
3631         the setting up to the higher levels (if so wanted) (bug#10931).
3632
3633 2012-02-28  Glenn Morris  <rgm@gnu.org>
3634
3635         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3636         mm-decode.el: Standardize possessive apostrophe usage.
3637
3638 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3641
3642 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3643
3644         * parse-time.el (parse-time-string): Allow extractor to return nil.
3645
3646 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3649
3650 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3651
3652         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3653
3654 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3655
3656         * mm-decode.el (mm-shr): Remove "soft hyphens".
3657
3658         * nnimap.el (nnimap-request-list): Return the group names encoded as
3659         utf8.  Otherwise non-European group names don't work.
3660         (nnimap-request-newgroups): Ditto.
3661
3662         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3663         the default in `read-string' (bug#10757).
3664
3665         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3666         topics (bug#10843).
3667
3668         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3669         buffer.  Suggested by Herbert Valerio Riedel.
3670         (nnimap-request-move-article): Delete the message from the correct IMAP
3671         server.
3672
3673 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3674
3675         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3676         Reported by Peter Münster.
3677
3678 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3679
3680         * shr.el (shr-image-fetched): Make sure we really kill the right
3681         buffer.
3682
3683 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3684
3685         * gnus-start.el (gnus-1): Avoid duplicate entries.
3686
3687 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3688
3689         * imap.el: Remove.
3690
3691         * nntp.el (nntp-coding-system-for-read): Remove.
3692         (nntp-coding-system-for-write): Ditto.
3693         (nntp-open-connection): Just use `binary' directly.
3694
3695         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3696         Gnus 0.3.
3697
3698 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3699
3700         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3701         application/octet-stream parts really is.
3702
3703         * gnus-sum.el (gnus-propagate-marks): Remove.
3704
3705 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3706
3707         * shr.el (shr-rescale-image): Undo previous change; see
3708         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3709
3710 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3711
3712         * gnus.el: Ma Gnus v0.3 is released.
3713
3714 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3715
3716         * gnus-sum.el (gnus-summary-local-variables): Make
3717         `gnus-newsgroup-unexist' into a local variable.
3718
3719 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3720
3721         * registry.el (registry-usage-test, registry-persistence-test): Move to
3722         tests/gnustest-registry.el.
3723         (registry-make-testable-db, registry-match-test)
3724         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3725
3726         * gnus-registry.el (gnus-registry-misc-test)
3727         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3728
3729         * tests/gnustest-registry.el: New file with the registry and
3730         gnus-registry ERT tests.
3731
3732 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * gnus-msg.el (gnus-summary-resend-message): Make
3735         gnus-summary-resend-message-insert-gcc be last item in
3736         message-header-setup-hook.
3737
3738 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3739
3740         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3741         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3742         Remove.
3743         (nnfolder-open-server): Don't use marks.
3744         (nnfolder-request-delete-group): Ditto.
3745         (nnfolder-request-rename-group): Ditto.
3746         (nnfolder-request-set-mark, nnfolder-request-marks)
3747         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3748         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3749
3750         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3751         (nnml-marks-modtime): Remove.
3752         (nnml-request-delete-group): Don't use marks.
3753         (nnml-request-rename-group): Ditto.
3754         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3755         (nnml-save-marks, nnml-open-marks): Remove.
3756
3757         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3758         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3759         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3760         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3761         (nntp-server-to-method-cache): Remove.
3762
3763         * shr.el (shr-rescale-image): Fix wrong merge.
3764
3765 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3766
3767         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3768         too-wide lines.
3769
3770 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3771
3772         * nnimap.el (nnimap-record-commands): New variable.
3773         (nnimap-log-command): Use it.
3774         (nnimap-make-process-buffer): Add a space to the process buffer.
3775         (nnimap-transform-headers): Don't bug out on header lines containing
3776         stuff that look like IMAP length encodings.
3777
3778         * shr.el (shr-rescale-image): Allow viewing large images.
3779
3780 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3781
3782         * nnml.el (nnml-request-compact-group): Delete the marks file after
3783         compaction (bug#10800).
3784
3785         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3786         group exit.
3787
3788         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3789         QRESYNC/FETCH output.
3790
3791 2012-02-11  Glenn Morris  <rgm@gnu.org>
3792
3793         * sieve-manage.el (sieve-manage-default-stream):
3794         * shr.el (shr):
3795         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3796         (nnir-retrieve-headers-override-function)
3797         (nnir-imap-default-search-key, nnir-notmuch-program)
3798         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3799         (nnir-method-default-engines):
3800         * message.el (message-cite-reply-position):
3801         * gssapi.el (gssapi-program):
3802         * gravatar.el (gravatar):
3803         * gnus-sum.el (gnus-refer-thread-use-nnir):
3804         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3805         (gnus-registry-max-pruned-entries):
3806         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3807         * gnus-int.el (gnus-after-set-mark-hook)
3808         (gnus-before-update-mark-hook):
3809         * gnus-async.el (gnus-async-post-fetch-function):
3810         * auth-source.el (auth-source-cache-expiry):
3811         Add missing :version tags to new defcustoms and defgroups.
3812
3813 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3814
3815         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3816         `gnus-newsgroup-unexist'.
3817
3818         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3819         marks.
3820         (gnus-article-special-mark-lists): Put the `unexist' in the special
3821         marks list instead.
3822
3823         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3824         articles in the list of articles to be selected.
3825
3826         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3827         articles.
3828         (nnimap-update-info): Keep track of unexisting articles.
3829         (nnimap-update-qresync-info): Ditto.
3830
3831 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3832
3833         * message.el (message-default-send-mail-function): Made into own
3834         function for reuse by emacsbug.el.
3835
3836 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3837
3838         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3839         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3840
3841 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3842
3843         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3844         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3845
3846         * gnus-compat.el: Define `timer-set-function'.
3847
3848         * mm-decode.el (mm-display-external): Output the text from the command
3849         in the buffer after the command finished.  This makes text-based
3850         commands behave better.
3851
3852 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3853
3854         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3855
3856 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3857
3858         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3859         23.1.
3860
3861 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3864
3865 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3866
3867         * message.el (smtpmail-smtp-user): Silence compiler warning.
3868
3869 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3870
3871         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3872         SMTP user name.
3873
3874 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * gnus-sum.el (gnus-summary-show-thread):
3877         next-single-char-property-change may return nil in XEmacs.
3878         (gnus-summary-article-map): Fix typo.
3879
3880 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3881
3882         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3883         running.
3884
3885         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3886
3887         * gnus.el (gnus-server-extend-method): Don't add an -address component
3888         if the method already has one (bug#9676).
3889
3890 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3891
3892         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3893         of an initial-input for consistency (bug#10757).
3894
3895         * dgnushack.el: Fix XEmacs compilation warning.
3896
3897         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3898
3899         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3900
3901 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3902
3903         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3904         lines that are narrower than the window width.  Otherwise background
3905         "blocks" will look less readable.
3906
3907 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3908
3909         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3910         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3911         have newlines within the strings, and where the UID comes after the
3912         BODYSTRUCTURE element (bug#10537).
3913
3914         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3915         (bug#10732).
3916
3917         * shr.el (shr-insert-document): Add doc string.
3918         (shr-visit-file): Ditto.
3919         (shr-remove-trailing-whitespace): New function.
3920         (shr-insert-document): Use it to clean up trailing whitespace as the
3921         final step (bug#10714).
3922
3923 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3924
3925         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3926         buffer if `gnus-kill-summary-on-exit' is nil.
3927
3928 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3929
3930         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3931         when just reading a single group from "without" Gnus.
3932
3933 2012-02-06  Chong Yidong  <cyd@gnu.org>
3934
3935         * gnus-sum.el (gnus-summary-show-thread):
3936         next-single-char-property-change never returns nil (Bug#8657).
3937
3938 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3939
3940         * message.el (message-multi-smtp-send-mail): New function.
3941         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3942         header to implement multi-SMTP functionality.
3943
3944         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3945         (gnus-agentize): Don't set it.
3946         (gnus-agent-send-mail): Don't use it.
3947
3948         * gnus-sum.el (gnus-summary-widget-backward): New function and
3949         keystroke.
3950
3951         * gnus-compat.el: More the compat functions more compatible.
3952
3953         * shr.el (shr-put-image): Remove underlines from sliced images.
3954         (shr-zoom-image): Compute the region to be replaced more correctly.
3955
3956 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3959         (gnus-summary-resend-message-insert-gcc): New function.
3960         (gnus-summary-resend-message): Modify message-header-setup-hook and
3961         message-sent-hook to make it work for Gcc.
3962         (gnus-inews-do-gcc): Update the number of unread articles of groups
3963         that messages are Gcc'd to.
3964
3965         * message.el (message-resend): Run message-sent-hook to do Gcc.
3966
3967 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3968
3969         * lpath.el: Fix an XEmacs compilation warning.
3970
3971         * gnus-compat.el: Require `help-fns' to fix compilation error.
3972
3973         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3974         a higher level to silence compilation.
3975
3976         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3977         parameter to allow controlling the scaling.
3978
3979         * shr.el (shr-zoom-image): New command and keystroke.
3980         (shr-put-image): Take a `size' flag to say how to scale the image.
3981
3982         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3983         deletion unless already defined.
3984
3985         * gnus.el (gnus-compat): Require it.
3986
3987         * gnus-compat.el: New file.
3988
3989         * gnus-start.el (gnus-clean-old-newsrc): New function.
3990         (gnus-read-newsrc-file): Use it.
3991
3992         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3993         Use recursive deletion.
3994         (mm-dissect-archive): Add support for zip files.
3995
3996         * gnus-util.el (gnus-recursive-directory-files): New function.
3997
3998         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3999         (mm-archive-decoders): Add tgz support.
4000
4001         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4002         Otherwise inserting text into the Gnus buffer can look odd.
4003
4004         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4005
4006         * mm-archive.el (mm-archive-decoders): Add support for tar.
4007
4008         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4009
4010         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4011
4012 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4013
4014         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4015
4016         * mm-archive.el: New file.
4017
4018         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4019
4020         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4021
4022         * message.el (message-goto-*): Make all the `message-goto-*' commands
4023         push the mark before moving point.  This makes it easier to go back to
4024         where you came from after editing whatever you jumped to.
4025
4026 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4027
4028         * gnus.el: Ma Gnus v0.1 is released.
4029
4030 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4031
4032         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4033         without reconnecting.
4034         (nnimap-possibly-change-group): Ditto.
4035         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4036         connection has died before being called.
4037
4038 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4039
4040         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4041         an initial sync unless we're really doing one.
4042
4043         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4044         address parameter if one already exists (bug#9676).
4045
4046         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4047         not the prefix, as documented (bug#10689).
4048
4049 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4052         the "server".
4053
4054         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4055         the real error message with the useless "previously known to be down".
4056         Which isn't even correct.
4057
4058         * nntp.el (nntp-open-connection): Report the error message if the nntp
4059         server can't be reached.
4060
4061         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4062         groups we do a total scan for.
4063         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4064         doing that.
4065
4066 2012-01-31  Jim Meyering  <jim@meyering.net>
4067
4068         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4069         Correct a comment (insert "not") and hide nominally-doubled "to".
4070
4071 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4072
4073         * gnus.el (gnus-version): Change name to "Ma Gnus".
4074
4075 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4076
4077         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4078         section in the manual.
4079
4080 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4081
4082         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4083         words.
4084         (rfc2047-encode-string): Ditto.
4085         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4086         understand folded filename="..." parameters, for instance.
4087
4088         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4089         the message for greater debuggability.
4090
4091 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4092
4093         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4094         instead of setting it locally, since the latter doesn't seem to have
4095         any effect (most of the time).
4096
4097 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4098
4099         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4100         function call.
4101
4102 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4103
4104         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4105         seconds, and make the repeat clause with HH:MM specs work as
4106         documented.
4107
4108 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4109
4110         * proto-stream.el (proto-stream-capability-open): Fall back on
4111         :end-of-command if :end-of-capability doesn't exist.
4112
4113 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4116         bound globally in old Emacsen and XEmacsen.
4117
4118 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4119
4120         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4121         so that previous errors don't prohibit getting new news.
4122
4123         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4124
4125         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4126
4127 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4128
4129         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4130         buffer, not of the string which is its name.
4131
4132 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4133
4134         * proto-stream.el (proto-stream-capability-open): Wait for
4135         :end-of-capability, not :end-of-command.
4136
4137         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4138         non-server-marks groups.
4139         (gnus-group-make-articles-read): Ditto.
4140
4141         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4142         methods (bug#9676).
4143
4144         * gnus.el (gnus-method-ephemeral-p): New function.
4145
4146 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4149         left-to-right.
4150
4151 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4152
4153         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4154         warning.
4155
4156 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4157
4158         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4159         macroexpand the nnir things, since they haven't been defined yet, and
4160         nnir requires gnus-sum.
4161
4162 2012-01-24  Julien Danjou  <julien@danjou.info>
4163
4164         * color.el (color-rgb-to-hsl): Fix value computing.
4165         (color-hue-to-rgb): New function.
4166         (color-hsl-to-rgb): New function.
4167         (color-clamp, color-saturate-hsl, color-saturate-name)
4168         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4169         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4170
4171 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4174
4175 2012-01-19  Julien Danjou  <julien@danjou.info>
4176
4177         * color.el (color-name-to-rgb): Use the white color to find the max
4178         color component value and return correctly computed values.
4179         (color-name-to-rgb): Add missing float conversion for max value.
4180
4181 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4182
4183         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4184         logical server name in addition to the actual machine address.
4185
4186         * auth-source.el (auth-source-user-and-password): Add convenience
4187         wrapper to search by just host and optionally user.
4188
4189 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4192         after rendering.
4193
4194 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4195
4196         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4197         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4198         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4199
4200 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4203         (bug#9693).
4204         (gnus-summary-setup-buffer): Document return value (bug#9697).
4205
4206         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4207         since ido doesn't work on symbols (bug#9632).
4208
4209         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4210         when getting a single value as when getting all the values.  This means
4211         that atoms like `gcc-self' work cumulatively, like variable settings,
4212         instead of getting the value from the last matching clause.
4213         (gnus-group-find-parameter): Protect against the group buffer not
4214         existing (bug#9585).
4215
4216 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217
4218         * gnus-start.el (gnus-activate-group): Document more parameters
4219         (bug#9694).
4220
4221         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4222         (bug#9692).
4223
4224         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4225         article was fetched, so that it can be expired later (bug#9958).
4226         (gnus-agent-summary-fetch-series): Add doc string.
4227         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4228         (bug#9517).
4229
4230         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4231         retrieval is happening.
4232
4233         * gnus.el (gnus-parameters): Doc fix.
4234
4235 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4236
4237         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4238         show the thread after expansion.
4239
4240 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4241
4242         * gnus-art.el (article-narrow-to-head): If the head is completely
4243         empty, narrow to the empty region (bug#9764).
4244
4245         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4246         read, and then mark them as unread only when the unread mark is used.
4247         This makes `C-- T k' actually work, even though it's confusing.
4248
4249         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4250         alive before we try to find its window.
4251
4252 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4253
4254         * mm-decode.el (mm-display-external): Use a longer timeout for the
4255         deletion to allow slow programs to display the file.
4256
4257 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4260         prompt to be less confusing.
4261
4262         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4263         argument to `message-reply'.  This broke `special-display-*' frame
4264         pop-uping (bug#10238).
4265
4266 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4269         systems, since these allegedly don't work there.
4270
4271 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4272
4273         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4274         live buffer.
4275
4276 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * nnir.el (nnir-retrieve-headers): Protect against the article not
4279         existing on the server (bug#10335).
4280
4281 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4282
4283         * gnus-agent.el (gnus-agent-load-local): Recompute
4284         gnus-agent-article-local on changing method.
4285
4286 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287
4288         * gnus.el (gnus-parameters): Note precedence.
4289
4290 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4291
4292         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4293         in the group buffer.
4294
4295 2012-01-04  Julien Danjou  <julien@danjou.info>
4296
4297         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4298         change.
4299
4300 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4301
4302         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4303         too.
4304
4305         * nntp.el (nntp-retrieve-group-data-early): Use it.
4306
4307 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308
4309         * nntp.el (nntp-retrieval-in-progress): New variable.
4310         (nntp-make-process-buffer): Make it buffer-local.
4311
4312         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4313         2010.
4314         (gnus-demon-init): Use it to compute the time if time is on the form
4315         "04:23".
4316
4317         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4318
4319         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4320         status in the correct buffer.
4321
4322 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4323
4324         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4325         when opening topics (bug#10407).
4326
4327 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4328
4329         * gnus-cus.el (gnus-score-customize):
4330         * gnus-sum.el (gnus-sort-gathered-threads):
4331         * message.el (message-shorten-references):
4332         * nnmairix.el (nnmairix-request-group):
4333         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4334
4335 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4336
4337         * gnus-agent.el (gnus-agent-regenerate-group):
4338         * gnus-int.el (gnus-retrieve-group-data-early):
4339         * mm-util.el (mm-codepage-ibm-list):
4340         * nndiary.el (Commentary, nndiary-get-new-mail):
4341         * nnir.el (nnir):
4342         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4343
4344 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * mm-view.el (mm-display-inline-fontify): Add comment.
4347
4348 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4349
4350         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4351         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4352
4353 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4354
4355         * gnus-art.el (gnus-split-methods):
4356         * gnus-msg.el (gnus-configure-posting-styles):
4357         * gnus-spec.el (gnus-parse-simple-format):
4358         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4359         * message.el (message-do-actions): Spelling fix.
4360
4361 2011-12-15  Juri Linkov  <juri@jurta.org>
4362
4363         * mm-decode.el (mm-inline-media-tests): Add missing
4364         `mm-handle-media-subtype'.
4365
4366 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4367
4368         * gnus-group.el (gnus-group-tool-bar):
4369         * gnus-sum.el (gnus-summary-tool-bar):
4370         * message.el (message-tool-bar):
4371         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4372
4373 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4374
4375         * plstore.el (plstore--insert-buffer): Spelling fix.
4376
4377 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4378
4379         * message.el (message-valid-fqdn-regexp): Update with newly approved
4380         top-level domain names ".tel" and ".asia".
4381
4382 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4385         unconditionally.
4386
4387 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4390         pop-to-buffer-same-window for old Emacsen.
4391
4392 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4393
4394         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4395
4396 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4397
4398         * netrc.el (netrc-credentials): Spelling fix.
4399
4400 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4401
4402         * gnus-fun.el (gnus-fun-ppm-change-string):
4403         * gnus-msg.el (gnus-inews-do-gcc):
4404         * gnus-sum.el (gnus-summary-find-for-reselect):
4405         * gnus.el (gnus-summary-cancelled):
4406         * message.el (message-cancel-hook, message-send-news):
4407         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4408         * nnir.el (nnir-run-hyrex):
4409         * nntp.el (nntp-with-open-group-function):
4410         * pgg.el (pgg-pending-timers): Spelling fix.
4411
4412 2011-12-04  Chong Yidong  <cyd@gnu.org>
4413
4414         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4415         change (Bug#10200).
4416
4417 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * compface.el (uncompface):
4420         * gnus-art.el (gnus-article-x-face-command): Update the header format
4421         of icon data for the most recent icontopbm program.
4422
4423 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * gnus-msg.el (gnus-inews-do-gcc):
4426         * message.el (message-send-mail):
4427         * mml.el (mml-generate-mime): Share the value of the buffer-local
4428         `message-options' variable between a draft buffer and temprary working
4429         buffers.
4430
4431 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4432
4433         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4434
4435 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4436
4437         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4438         for Cygwin.
4439
4440 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4441
4442         * gnus-group.el (gnus-group-prepare-flat):
4443         * mm-bodies.el (mm-encode-body):
4444         * mml.el (mml-preview):
4445         * nnml.el (nnml-request-compact-group):
4446         * pop3.el (pop3-stream-type): Spelling fix.
4447
4448 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4449
4450         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4451
4452 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4453
4454         * color.el (color-rgb-to-hsl):
4455         * gmm-utils.el (gmm-tool-bar-style):
4456         * gnus-group.el (gnus-group-prepare-flat):
4457         * gnus-topic.el (gnus-topic-prepare-topic):
4458         * mm-decode.el (mm-discouraged-alternatives):
4459         * rfc2047.el (rfc2047-encode-1):
4460         * starttls.el: Spelling fix.
4461
4462 2011-11-24  Glenn Morris  <rgm@gnu.org>
4463
4464         * binhex.el (binhex-begin-line): Give it basic doc-string.
4465
4466         * starttls.el, tls.el: Fix case of "GnuTLS".
4467
4468 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4469
4470         * gnus-group.el (gnus-group-highlight): Fix typo.
4471
4472 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4473
4474         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4475         value of `delete-file', that returns nil for a local file but returns t
4476         for a remote file using ssh.
4477
4478 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4479
4480         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4481
4482 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4485         avoid later breakage.
4486
4487 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4490         article buffers' name.
4491
4492 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493
4494         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4495         by Paul Eggert's spellfixes two days ago.
4496
4497 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4500         doesn't have it.
4501
4502         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4503         buffer-local instead of binding them to avoid warnings.  Also demote
4504         errors (bug#10063).
4505         (font-lock-mode-hook): Shut up byte compiler.
4506
4507 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4508
4509         * mm-util.el (mm-charset-after):
4510         * nnir.el (nnir-run-hyrex):
4511         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4512         (ntlm-get-password-hashes, ntlm-md4hash):
4513         * smime.el: Fix typo.
4514
4515 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4516
4517         * gnus-agent.el (gnus-agent-expire-group-1):
4518         * nndiary.el (nndiary-last-occurence):
4519         * nnimap.el (nnimap-request-set-mark):
4520         * nnmairix.el (nnmairix-only-use-registry):
4521         * gnus-group.el (gnus-group-prepare-flat):
4522         * gnus-sum.el (gnus-decode-encoded-word-methods):
4523         * message.el (message-wash-subject):
4524         * nntp.el (nntp-retrieve-headers-with-xover):
4525         * smime.el (smime-certificate-directory): Spelling fix.
4526
4527 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4528
4529         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4530
4531         * color.el:
4532         * gnus-agent.el (gnus-agent-possibly-alter-active):
4533         * gnus-dired.el (gnus-dired-print):
4534         * mail-parse.el:
4535         * nnmairix.el (nnmairix-request-group):
4536         * shr.el (shr-image-displayer):
4537         * sieve-manage.el:
4538         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4539
4540 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4541
4542         * gnus-sum.el (gnus-auto-select-subject):
4543         * spam-report.el (spam-report-resend): Spelling fix.
4544
4545 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4546
4547         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4548         * gnus-art.el (gnus-default-article-saver):
4549         * gnus-srvr.el (gnus-server-copy-server):
4550         * gnus.el (gnus-sloppily-equal-method-parameters):
4551         * html2text.el (html2text-format-tag-list):
4552         * message.el (message-narrow-to-head):
4553         * nndiary.el:
4554         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4555         * sieve.el: Spelling fix.
4556
4557 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4558
4559         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4560         * gnus-sum.el (gnus-summary-make-menu-bar):
4561         * gnus-uu.el (gnus-uu-decode-postscript)
4562         (gnus-uu-decode-postscript-and-save):
4563         * mailcap.el (mailcap-print-command):
4564         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4565         Fix typos.
4566
4567 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4568
4569         * gnus-art.el (gnus-article-part-wrapper):
4570         * html2text.el (html2text-fix-paragraphs):
4571         * mm-decode.el (mm-image-fit-p):
4572         * rfc2047.el (rfc2047-encode-message-header):
4573         * shr-color.el (shr-color-visible-distance-min)
4574         (shr-color-relative-to-absolute, set-minimum-interval)
4575         (shr-color-visible): Fix typos.
4576
4577 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4578
4579         * gmm-utils.el (gmm-tool-bar-item):
4580         * gnus-art.el (gnus-treat-body-boundary):
4581         * gnus-diary.el (gnus-user-format-function-d):
4582         * gnus-start.el (gnus-get-unread-articles):
4583         * pgg-gpg.el (pgg-gpg-update-agent):
4584         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4585
4586 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4587
4588         * gnus-topic.el (gnus-group-prepare-topics):
4589         * gnus-uu.el (gnus-extract-view):
4590         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4591
4592 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * spam.el: Move BBDB autoloads.
4595         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4596         BBDB 2 and 3.
4597         (spam-check-BBDB): Use it.
4598         (spam-enter-ham-BBDB): Use it.
4599
4600 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4601
4602         * smime.el (smime-draw-buffer): Spelling fix.
4603
4604 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4605
4606         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4607         for scanning exactly one level.
4608         * gnus-start.el (gnus-get-unread-articles): Ditto.
4609
4610 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4611
4612         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4613         slightly clearer.
4614
4615 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4616
4617         * gnus-sync.el: More commentary about setup.
4618
4619 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620
4621         * message.el (message-send-and-exit): Document `arg'.
4622
4623 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4624
4625         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4626
4627 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4628
4629         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4630
4631         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4632         we don't use `bound-and-true-p'.
4633
4634 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4635
4636         * gnus-util.el (gnus-bound-and-true-p): Remove.
4637         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4638         * nnir.el: Use it.
4639         * nnmairix.el: Use it.
4640
4641 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4642
4643         * gnus-sync.el: Improve docs about CouchDB admins.
4644
4645         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4646         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4647         for reasons unknown.
4648         * nnir.el: Use it.
4649         * nnmairix.el: Use it.
4650
4651         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4652         * nnir.el: Ditto.
4653         * nnmairix.el: Ditto.
4654
4655         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4656
4657 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4658
4659         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4660         not needed.  Provide xmlplistread list function to produce XML plist
4661         output for non-Gnus LeSync clients.
4662
4663 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4664
4665         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4666
4667         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4668         and save against it.  Group subscriptions, read marks, other marks,
4669         subscription levels, topic names, and topic offsets (the group's
4670         position within the topic) are saved.  This is an experimental backend
4671         and may change significantly.  Load json.el from the gnus-fallback-lib
4672         if it's not available otherwise.
4673         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4674
4675 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4676
4677         * message.el (message-completion-function): Make sure
4678         message-tab-body-function is not attempted if one of
4679         message-completion-alist fails to find a completion (bug#9158).
4680
4681 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4682
4683         * mml.el (mml-quote-region): Quote <#secure> tag.
4684         (mml-generate-mime-1): Unquote <#secure> tag.
4685
4686 2011-10-20  Chong Yidong  <cyd@gnu.org>
4687
4688         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4689         calling a minor mode from Lisp with nil arg enables it, so we have to
4690         make the wording a bit ambiguous here).
4691
4692 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4693
4694         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4695         * nnir.el (nnir-mode): Use it.
4696         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4697         Use it.
4698
4699         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4700         * nnmairix.el (gnus-registry-enabled): Ditto.
4701
4702 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4703
4704         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4705         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4706         only while we need to find out if it should be t or nil.
4707         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4708         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4709         the registry is installed.  Set it to nil when it's unloaded.
4710         (gnus-registry-install-p): Provide user guidance for the initial value
4711         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4712         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4713         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4714         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4715         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4716         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4717         `gnus-registry-install'.
4718
4719 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4720
4721         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4722         previous change.
4723         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4724         primary key is marked as disabled.
4725
4726 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4727
4728         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4729         primary key is marked as disabled.
4730
4731 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4732
4733         * html2text.el (html2text-clean-anchor): Check for quotes around
4734         `href' value.
4735
4736 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4737
4738         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4739         searching.  Drop `bbdb-cache'.
4740
4741 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * message.el (message-signed-or-encrypted-p): Exclude header when
4744         checking if there is signed or encrypted body in text/plain message.
4745
4746 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4747
4748         * html2text.el (html2text-get-attr): Correctly handle attribute values
4749         containing "=".
4750
4751 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4752
4753         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4754         handle bindings.
4755
4756 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * gnus-win.el (gnus-configure-windows): Protect against reading
4759         ephemeral groups outside of Gnus.
4760
4761 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * shr.el (shr-tag-img): Don't get images displayed in tables.
4764
4765 2011-10-03  Glenn Morris  <rgm@gnu.org>
4766
4767         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4768         the "maintainer" version of debbugs.gnu.org reports.
4769
4770 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771
4772         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4773         make asynchronous adjacent image insertion work better.
4774
4775 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4776
4777         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4778         documentation.
4779
4780 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4783         `gnus-asynchronous' isn't shadowed.
4784
4785 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786
4787         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4788
4789         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4790         (nnimap-insert-partial-structure): The charset parameter isn't
4791         case-sensitive.
4792
4793         * nnheader.el (nnheader-message-maybe): New function.
4794
4795         * shr.el (shr-tag-table): Render totally broken tables better.
4796
4797         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4798         computing the boundary.
4799
4800 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4801
4802         * pop3.el (pop3-number-of-responses): Remove.
4803         (pop3-wait-for-messages): Rewrite to take linear time instead of
4804         exponential time.
4805
4806 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4809         re-fetch images.
4810
4811         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4812         re-fetch images when hitting `g' in Gnus.
4813
4814 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4817         (mml-compute-boundary): Don't check collision if it is non-nil.
4818         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4819         before checking collision.
4820
4821 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4822
4823         * message.el (message-indent-citation): Really make sure there's a
4824         newline at the end.
4825
4826         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4827         Fix suggested by John Wiegley.
4828
4829         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4830
4831         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4832
4833         * message.el (message-default-send-rename-function): Break out into its
4834         own function.
4835
4836         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4837         doesn't work under XEmacs.
4838
4839         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4840         of "imaps" to word around Windows problems.
4841         (nnimap-open-connection-1): Use it.
4842
4843         * message.el (message-indent-citation): Revert last change which made
4844         `F' not work.
4845
4846 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4847
4848         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4849         terminal as well.
4850
4851 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4854         because it displays images using overlays that aren't easy to copy to
4855         the article buffer.
4856
4857 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4858
4859         * message.el (message-indent-citation): Fix empty line removal at the
4860         end of the citation.
4861
4862 2011-09-20  Julien Danjou  <julien@danjou.info>
4863
4864         * auth-source.el (auth-source-netrc-create): Use default value for
4865         password if specified.  Evaluate default.
4866         (auth-source-plstore-create): Ditto.
4867         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4868         value evaluation.
4869         (auth-source-netrc-create): Typo fix.
4870         (auth-source-plstore-create): Ditto.
4871
4872         * password-cache.el (password-cache-remove): Remove entries even if the
4873         value is nil, so that password with a nil value (negative caching) is
4874         possible to invalidate.
4875
4876         * auth-source.el (auth-source-format-cache-entry): New function.
4877
4878 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4879
4880         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4881
4882 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4883
4884         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4885
4886 2011-09-19  Julien Danjou  <julien@danjou.info>
4887
4888         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4889         which work with things that are not ASCII.
4890
4891 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892
4893         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4894
4895 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4898         message level.
4899
4900 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4903
4904 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4905
4906         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4907
4908 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4909
4910         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4911         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4912
4913 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4914
4915         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4916         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4917         articles.
4918
4919 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4920
4921         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4922         (message-mail-other-window, message-mail-other-frame)
4923         (message-news-other-window, message-news-other-frame):
4924         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4925         instead of setting buffer display varibles.
4926
4927 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4930
4931         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4932
4933 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4934
4935         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4936         duplicates" to a higher level.
4937
4938         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4939         most egregious messages.
4940
4941 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4944
4945 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4946
4947         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4948         up the file (bug#9351).
4949
4950 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4951
4952         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4953         it does with all other backends, but decode the names immediately after
4954         getting them.
4955
4956         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4957         decoding nnimap groups.
4958
4959         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4960         newsrc file.  It doesn't seem like an important optimization any more.
4961
4962 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4963
4964         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4965         overflows.
4966
4967 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4970         (gnus-interactive-exit): Extend to `quiet'.
4971
4972         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4973
4974         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4975         string.
4976
4977         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4978         renaming function arguments from `this'.
4979
4980         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4981
4982         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4983         has been renamed.
4984         (gnus-lrm-string-p): Include RLM and PDF, too.
4985
4986         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4987         (bug#9225).
4988
4989 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4990
4991         Add autoload cookies for functions used by sendmail.el.
4992         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4993
4994         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4995
4996 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-art.el (article-date-ut): Work properly even when there are
4999         things like Date header in the body; work for forwarded parts.
5000
5001 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5002
5003         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5004         original-article-buffer.
5005
5006 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5007
5008         * nnir.el (nnir-compose-result): Fix matching of server type.
5009         (nnir-run-swish++): Ditto.
5010         (nnir-run-namazu): Ditto.
5011         (nnir-run-notmuch): Ditto.
5012
5013 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5016         (bug#9405).
5017
5018         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5019         (bug#9421).
5020
5021         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5022         (bug#9425).
5023
5024         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5025         thing (bug#9426).
5026
5027 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5030         the error message.
5031
5032 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5033
5034         * message.el (message-setup-1): Return t (Bug#9392).
5035
5036 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5037
5038         * gnus-sum.el: When adding article headers to a summary buffer also
5039         update gnus-newsgroup-articles (bug#9386).
5040
5041 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * auth-source.el: Autoload help-mode.
5044
5045 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5046
5047         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5048         names.
5049
5050 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5051
5052         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5053         mm-replace-in-string for compatibility issues.
5054         * mml2015.el (mml2015-epg-verify): Ditto.
5055
5056 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5059
5060         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5061
5062 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5065         continue on and do the clean-up phase (bug#9188).
5066
5067         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5068         just ignore groups that can't be opened instead of erroring out
5069         (bug#9225).
5070
5071         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5072         nil since some many people are fuddy-duddies.
5073
5074         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5075         images.
5076
5077         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5078         instead.
5079
5080         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5081
5082         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5083
5084         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5085         processing.
5086
5087         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5088         buffer to avoid warnings.
5089
5090 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5091
5092         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5093         specified to reduce precision.
5094
5095 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5096
5097         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5098         bodystructures (bug#9314).
5099
5100 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5103         Make button keymap non-sticky after buttons.
5104
5105 2011-08-18  David Engster  <dengste@eml.cc>
5106
5107         * nnmairix.el (nnmairix-request-set-mark)
5108         (nnmairix-goto-original-article): Remove adding of article to registry,
5109         since `gnus-registry-add-group' isn't available anymore.
5110         (nnmairix-determine-original-group-from-registry):
5111         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5112         available anymore.
5113
5114 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5115
5116         * starttls.el (starttls-any-program-available): Define as obsolete
5117         function.
5118
5119 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5120
5121         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5122         versions which Gnus use when appropriate.
5123
5124         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5125         a pretty destructive command.
5126
5127         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5128
5129 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130
5131         * message.el (message-fix-before-sending): Make a different warning
5132         about NUL characters (bug#9270).
5133
5134         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5135         from custom (bug#9260).
5136
5137         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5138         things work in Emacs 22 and XEmacs, too.
5139
5140         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5141         default From.
5142
5143         * gnus-spec.el (gnus-lrm-string-p): New macro.
5144         (gnus-lrm-string): New constant.
5145         (gnus-summary-line-format-spec): LRM-ify the from.
5146         (gnus-tilde-max-form): LRM-ify string chopping.
5147
5148         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5149
5150         * message.el (message-is-yours-p): Allow disabling canlock checking
5151         (bug#9295).
5152         (message-shoot-gnksa-feet): Add `canlock-verify'.
5153         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5154         message directory isn't writable (bug#9304).
5155
5156         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5157         non-world-readable.
5158
5159 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5162         articles.
5163
5164 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5165
5166         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5167         copy-list.
5168
5169 2011-08-12  Sam Steingold  <sds@gnu.org>
5170
5171         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5172         in the reverse order to avoid modifying the cache with `nreverse'.
5173         (gnus-all-score-files): Do not modify the value returned by
5174         `gnus-score-find-alist' because it lives in a cache variable.
5175         (gnus-current-home-score-file): No need to `nreverse' the return value
5176         of `gnus-score-find-alist', it is already in the correct order.
5177
5178 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5179
5180         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5181         type MESSAGE and subtype RFC822 is slightly different from those of
5182         type TEXT.
5183
5184 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5185
5186         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5187         This allows article-referral to work from an nnir group.
5188
5189 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5190
5191         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5192
5193 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5194
5195         * mml1991.el (mml1991-epg-find-usable-key)
5196         (mml1991-epg-find-usable-secret-key): New function.
5197         (mml1991-epg-sign): Check if signing key is usable.
5198         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5199
5200 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5201
5202         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5203         server-variables only.  This should fix a bug introduced with commit
5204         e1889675b7f4adf057833c5513c9374134c4e053.
5205         (nnir-run-query): 'nnir-search-engine should not be set from the global
5206         environment.
5207
5208 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5209
5210         * nnir.el (nnir-search-thread): Position point on referring article
5211         line.
5212         (nnir-warp-to-article): Clean up summary buffers.
5213
5214         * nnimap.el (nnimap-request-thread): Whitespace fix.
5215
5216 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5217
5218         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5219
5220 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5221
5222         * starttls.el (starttls-available-p): Rename from
5223         `starttls-any-program-available' and changed return convention.
5224
5225 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5226
5227         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5228         `unix-sync' unless it's defined.
5229
5230 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5231
5232         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5233         `aref' for XEmacs compatibiltiy.
5234
5235 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236
5237         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5238
5239 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5240
5241         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5242         closures, quote the form properly (bug#9194).
5243
5244 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245
5246         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5247         (gnus-summary-insert-new-articles): Protect against servers that are
5248         down.
5249
5250 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5251
5252         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5253         in mm handle if none is specified.
5254
5255 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5256
5257         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5258
5259 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5260
5261         * nnir.el (nnir-search-thread): New function to make an nnir group
5262         based on a thread query.
5263
5264         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5265         of nnir in thread referral.
5266         (gnus-summary-refer-thread): Use it.
5267
5268         * nnimap.el (nnimap-request-thread): Use it.
5269
5270 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5271
5272         * shr.el (shr-tag-comment): Ignore HTML comments.
5273
5274 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5275
5276         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5277         argument.
5278         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5279         Use `nnir-address' to handle server info rather than passing an arg.
5280
5281         * nnimap.el (nnimap-make-thread-query): New utility function to format
5282         an imap thread search query.
5283         (nnimap-request-thread): Use it.
5284
5285         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5286         right select-method if we are not going back to the group buffer.
5287
5288 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5289
5290         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5291         enter invalid buffer configurations into the quit form (bug#9107).
5292         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5293         unplugged/plugged.
5294
5295         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5296         keep track of which ones are unread (bug#9061).
5297
5298         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5299         (bug#9055).
5300
5301         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5302         (bug#9041).
5303
5304         * gnus-html.el (mm-util): Require (bug#9073).
5305
5306         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5307         (gnus-summary-refer-thread): Use it to remove duplicates in the
5308         un-threaded view (bug#9053).
5309         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5310
5311 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5312
5313         * nnir.el (nnir-read-server-parm): Use default value from global
5314         variable.  Without this the default search engine parameters aren't
5315         used at all.
5316
5317 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5318
5319         * message.el (message-unique-id): Don't use the undocumented return
5320         value from (random t) (bug#9118).
5321
5322 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * message.el (message-auto-save-directory): If the ~/Mail directory
5325         doesn't exist, use ~ as the auto-save directory (bug#4432).
5326
5327         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5328         hasn't already been started.
5329
5330 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5333
5334         * message.el (message-reply): Work around mysterious bug where
5335         `message-mode' seems to overwrite the locally bound `subject' variable.
5336
5337 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5338
5339         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5340         correct group.
5341
5342         * gnus-int.el (gnus-request-thread): Add group argument.
5343
5344         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5345
5346 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5349
5350         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5351         renamed to `debbugs-gnu-*'.
5352
5353 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5354
5355         * plstore.el: Revert the editing feature since it is not urgent.
5356         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5357         (plstore-mode-decoded): Remove.
5358
5359 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5360
5361         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5362         isn't very interesting any more, and it leaks potentially secret data.
5363         (gnus-debug): Remove.
5364
5365         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5366         use of :custom-show.
5367
5368 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5369
5370         * plstore.el: Add documentation.
5371         (plstore-mode): New mode to edit plstore file.
5372         (plstore-mode-toggle-display, plstore-mode-original)
5373         (plstore-mode-decoded): New command.
5374         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5375         (plstore--insert-buffer, plstore--make): New function.
5376         (plstore-open, plstore-save): Simplify by using them.
5377
5378 2011-07-06  Glenn Morris  <rgm@gnu.org>
5379
5380         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5381
5382 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5383
5384         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5385         no longer is much used.
5386         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5387         Articles".
5388
5389 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5390
5391         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5392         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5393         `notmuch' backend.
5394
5395 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396
5397         * mm-decode.el (mm-text-html-renderer): Doc fix.
5398
5399         * gnus-msg.el (gnus-bug): Fix the MML tag.
5400
5401         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5402
5403 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5404
5405         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5406         secondary methods if started with `gnus-no-server'.
5407
5408 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5409
5410         * message.el (message-return-action): Fix typo in docstring.
5411
5412 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5415         bug reports at once.
5416
5417         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5418
5419 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * nndraft.el: Require gnus-group.
5422         (nndraft-request-list): Declare.
5423
5424         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5425         no unread article unless it matches gnus-permanently-visible-groups.
5426
5427         * nndraft.el (nndraft-update-unread-articles): New function.
5428         (nndraft-request-associate-buffer): Use it to update the number of
5429         unread articles for the nndraft groups in the group buffer when saving
5430         or killing a draft message.
5431
5432 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5435         systems to binary before writing and reading the mbox files.
5436
5437         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5438         instead of trying to list them all (bug#8978).
5439
5440 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5441
5442         * pop3.el (pop3-open-server): Use :end-of-capability.
5443
5444 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5447         the id is always a number.
5448
5449         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5450
5451         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5452         debbugs mode, if possible.
5453
5454 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5455
5456         * auth-source.el (auth-source-token-passphrase-callback-function):
5457         Reindent.
5458         (epg-context-operation): Remove unnecessary autoload.
5459
5460 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * gnus.el (gnus-list-debbugs): New command.
5463
5464         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5465         mboxstat instead of the maintbox, since the stat seems to be fuller.
5466
5467         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5468         summary buffers.
5469
5470         * message.el (message-get-reply-headers): Delete all duplicates,
5471         instead of the first.
5472         (message-get-reply-headers): Ensure that we have progress while
5473         deleting duplicates.
5474
5475         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5476         gnus-posting-style value from the summary buffer to make it easier to
5477         make that a per-buffer conf.
5478
5479 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5480
5481         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5482         found by setting `shortcut' in 'query.
5483         (nnir-request-article): Use `shortcut' setting when requesting article
5484         by Message-ID.
5485
5486 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5487
5488         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5489         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5490         Bring the pseudo-headers back too.
5491
5492 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5493
5494         * auth-source.el (auth-source-token-passphrase-callback-function):
5495         Simplify and remove EPA dependency.
5496
5497 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5498
5499         * nnir.el (nnir-request-article): Fix error message text.
5500
5501 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5502
5503         * auth-source.el (plstore-delete): Autoload.
5504         (auth-source-plstore-search): Support delete operation.
5505         * plstore.el (plstore-delete): New function.
5506
5507 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5510         mark actually existing articles as unread rather than the ones that
5511         active asserts.
5512
5513 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5514
5515         * nntp.el (nntp-record-command):
5516         * gnus-util.el (gnus-message-with-timestamp-1):
5517         Use format-time-string rather than decoding time stamps by hand.
5518         This is simpler and insulates the code from potential changes to
5519         current-time format.
5520
5521 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5524
5525 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5526
5527         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5528         (plstore-save): Support public key encryption.
5529         (plstore--init-from-buffer): New function.
5530         (plstore-open): Use it; fix error when opening a non-existent file.
5531         (plstore-revert): Use plstore--init-from-buffer.
5532
5533 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5534
5535         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5536
5537 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5540         for old Emacsen.
5541
5542 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5543
5544         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5545         is not fully working.
5546
5547 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548
5549         * dgnushack.el: Autoload sha1 on XEmacs.
5550
5551         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5552         quit window configuration.
5553
5554         * auth-source.el (epg-context-set-passphrase-callback):
5555         Remove duplicate autoload.
5556
5557 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5558
5559         * nnir.el (nnir-request-article): Allow requesting articles by
5560         Message-ID with nnimap.
5561
5562         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5563         current server.
5564
5565 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5566
5567         * auth-source.el: Autoload EPA/EPG functions.
5568         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5569         changed when EPA/EPG is not available.
5570         (auth-source-backend): Rename "arg" member to "data".
5571         (auth-source-backend-parse, auth-source-plstore-search)
5572         (auth-source-plstore-create): Use it.
5573
5574 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5575
5576         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5577         `gnus-refer-article-methods'.
5578
5579 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5580
5581         * auth-source.el: Require EPA and EPG.
5582         (auth-source-passphrase-alist): New variable.
5583         (auth-source-passphrase-callback-function)
5584         (auth-source-token-passphrase-callback-function): Callbacks for the
5585         netrc field encryption (GPG tokens).
5586         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5587         Symmetric encryption and decryption of the netrc GPG tokens.
5588         (auth-source-netrc-normalize): Use them, simplifying the closure.
5589
5590 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5593         is available.
5594
5595 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5598         non-nil, and `nnimap-split-methods' is nil, use the former.
5599
5600 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5601
5602         * plstore.el (plstore-revert): New function.
5603         (plstore-open): Use it; hide the buffer from user.
5604
5605 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5606
5607         * auth-source.el (auth-source-backend): New member "arg".
5608         (auth-source-backend-parse): Handle new backend 'plstore.
5609         * plstore.el: New file.
5610
5611 2011-06-30  Glenn Morris  <rgm@gnu.org>
5612
5613         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5614
5615 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5618         expiring articles to.
5619
5620         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5621         variations as ASCII (bug#5458).
5622
5623 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5626
5627 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5628
5629         * message.el (message-point-in-header-p): Tweak the function to default
5630         to saying that we're not in the headers if there is no separator at
5631         all.  This makes it possible to use the Message version of `M-q' in
5632         buffers with no headers (bug#7987).
5633         (message-point-in-header-p): Fix last checkin to work with an empty
5634         mail-header-separator, too.
5635
5636         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5637         again, save the choice via customize.
5638
5639 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5640
5641         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5642
5643         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5644         ended the connection, bail out before waiting infinitely on a new
5645         connection.
5646
5647 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5648
5649         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5650         reports.
5651
5652         * gnus.el (gnus-bug-package): Use "gnus."
5653         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5654
5655 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * dgnushack.el: Make the timer warning go away on XEmacs.
5658
5659         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5660         animations going on at article exit time.
5661
5662         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5663         since removing it breaks people upgrading.
5664
5665         * shr.el (shr-put-image): Use the new interface for animating images.
5666         (shr-put-image): Animate for 60 seconds.
5667
5668         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5669         avoid compiler warnings.
5670
5671         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5672         error with `find-file-hooks' on Emacs 22.
5673         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5674         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5675         on all architectures.
5676
5677         * spam.el (spam-stat): Require in a normal fashion without binding
5678         `spam-stat-install-hooks' to avoid compilation warnings.
5679
5680         * spam-stat.el (spam-stat-install-hooks): Remove.
5681         (spam-stat-install-hooks): Don't run automatically.
5682
5683 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5684
5685         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5686         and keystroke.
5687
5688 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * auth-source.el (auth-source-netrc-cache): Move forward.
5691
5692 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5693
5694         * proto-stream.el (proto-stream-open-starttls): Use
5695         `gnutls-available-p' to see whether we have built-in support.
5696
5697         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5698         we already know.
5699         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5700         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5701
5702 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703
5704         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5705         %S format, since that looks odd.
5706         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5707         file, especially when saving.
5708
5709 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5710
5711         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5712         article found.
5713
5714 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5715
5716         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5717         `auth-source-save-secrets' with a more sensitive alist that can be
5718         configured per file.  Experimental, so defaults to 'never.
5719         (auth-source-netrc-create): Use it.  Still experimental code.
5720         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5721         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5722
5723 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5724
5725         * auth-source.el (auth-source-save-secrets): New variable to control if
5726         secret tokens should be saved encrypted.
5727         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5728         to `auth-source-netrc-normalize'.
5729         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5730         on the EPA variables being defined.
5731         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5732         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5733         the lexical-let closure.
5734         (auth-source-netrc-create): Create "gpg:" tokens according to
5735         `auth-source-save-secrets'.
5736
5737 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * gnus-group.el (gnus-group-update-group): Add new argument
5740         `info-unchanged' that stops updating dribble buffer.
5741
5742         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5743         deletes lines matching to it in dribble buffer.
5744
5745         * gnus-agent.el (gnus-agent-fetch-group-1):
5746         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5747         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5748         * gnus-start.el (gnus-group-change-level):
5749         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5750
5751         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5752         if newsgroup info is not changed.
5753
5754         * gnus-group.el (gnus-group-get-new-news-this-group):
5755         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5756         Don't update dribble buffer.
5757
5758 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5759
5760         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5761         remove entries with groups we ignore.
5762
5763 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5764
5765         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5766         the underline comes at the bottom.
5767
5768 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5769
5770         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5771         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5772         (gnus-registry-article-marks-to-names): Rename from
5773         `gnus-registry-user-format-function-M2'.
5774
5775 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5778         ephemeral group.
5779
5780 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5781
5782         * shr.el (shr-browse-image): Copy the URL if called interactively.
5783
5784 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5787         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5788         done, then unselected articles may be marked as read.
5789
5790         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5791         since not doing this seems to lead to a race condition in pop3-logon.
5792
5793         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5794         so that the call chain it correct when we call "upwards".
5795
5796         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5797         in read-only groups.
5798
5799         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5800
5801         * message.el (message-cite-reply-position): Doc string fix.
5802
5803         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5804         avoid regexp overflow.
5805         (nnimap-transform-split-mail): Ditto.
5806
5807         * pop3.el (pop3-retr): Error out if the server closes the connection.
5808
5809 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5810
5811         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5812         mm-with-unibyte-current-buffer.  The buffer should not contain any
5813         multibyte chars anyway at this stage.
5814
5815 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5816
5817         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5818         at the end of lines.
5819
5820 2011-05-29  Julien Danjou  <julien@danjou.info>
5821
5822         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5823
5824 2011-05-27  Glenn Morris  <rgm@gnu.org>
5825
5826         * gnus-group.el (gnus-bug-group-download-format-alist):
5827         Use the "maintainer" version of debian reports as well.
5828
5829 2011-05-26  Glenn Morris  <rgm@gnu.org>
5830
5831         * gnus-group.el (gnus-bug-group-download-format-alist):
5832         Use the "maintainer" version of debbugs.gnu.org reports.
5833
5834 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5837
5838 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5839
5840         * gnus-cus.el (gnus-agent-customize-category):
5841         * gnus-delay.el (gnus-delay-send-queue):
5842         * gnus.el (gnus-other-frame):
5843         Don't quote lambda expressions with `quote'.
5844
5845 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5846
5847         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5848         the thread moves us backwards and so we loop forever.
5849
5850 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5853         whitespace in base64 data lines.
5854
5855 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5856
5857         * gnus-registry.el (gnus-registry-user-format-function-M):
5858         Use `mapconcat'.
5859         (gnus-registry-user-format-function-M2): Use to see the full text of
5860         the marks.  Make "," the mark text separator.
5861
5862         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5863         authentication with auth-source.
5864
5865 2011-05-17  Glenn Morris  <rgm@gnu.org>
5866
5867         * gnus-group.el (gnus-import-other-newsrc-file):
5868         Use insert-file-contents.
5869
5870 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5871
5872         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5873         1000 iterations.
5874
5875 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * nntp.el (nntp-open-connection): Check if process-type is available.
5878
5879 2011-05-16  Julien Danjou  <julien@danjou.info>
5880
5881         * shr.el (shr-tag-del): Add support for del tag.
5882
5883 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * gnus-html.el (gnus-html-put-image): Register a displayer.
5886
5887         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5888
5889 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5890
5891         * registry.el (prune-factor): New initialization parameter defaulting
5892         to 0.1.
5893         (registry-prune-hard): Use it.
5894
5895         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5896         0.1 expicitly.
5897
5898 2011-05-13  Glenn Morris  <rgm@gnu.org>
5899
5900         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5901         is bound, since this function requires sendmail.
5902
5903 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5904
5905         * registry.el (registry-usage-test): Disable pruning test.
5906
5907 2011-05-11  David Engster  <dengste@eml.cc>
5908
5909         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5910         Bind set-network-process-option for XEmacs.
5911
5912 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5913
5914         * registry.el (registry-prune-hard-candidates)
5915         (registry-prune-soft-candidates): Helper methods for registry pruning.
5916         (registry-prune): Use them.  Make the sort function optional.
5917
5918 2011-05-10  Jim Meyering  <meyering@redhat.com>
5919
5920         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5921
5922 2011-05-10  Julien Danjou  <julien@danjou.info>
5923
5924         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5925         symbol and not a list.
5926
5927 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-art.el (gnus-article-mode): Move binding of
5930         shr-put-image-function here from gnus-article-prepare-display.
5931
5932         * shr.el (shr-put-image-function): New variable.
5933         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5934         (shr-put-image): Return scaled image.
5935
5936         * gnus-art.el (gnus-shr-put-image): New function.
5937         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5938
5939         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5940         original ones, as deletable.
5941
5942 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5943
5944         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5945
5946 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5947
5948         * registry.el (registry-full): Add convenience method.  Fix logic.
5949         (registry-insert): Use it.  Fix logic here too.
5950
5951         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5952         `registry-prune' if `registry-full' returns t.
5953         (gnus-registry-handle-action)
5954         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5955         (gnus-registry-usage-test): Use it.
5956
5957 2011-05-07  Julien Danjou  <julien@danjou.info>
5958
5959         * shr.el (shr-link): Make shr-link inherit from link by default.
5960
5961 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5962
5963         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5964
5965 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5966
5967         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5968         error out because the face is not a list.
5969
5970 2011-05-05  Glenn Morris  <rgm@gnu.org>
5971
5972         * proto-stream.el (gnutls-negotiate): Fix declarations.
5973
5974         * gnus-start.el (gnus-propagate-marks): Declare.
5975
5976 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5977
5978         * registry.el (registry-reindex): Fix percentage message.
5979
5980         * proto-stream.el (network-stream-open-starttls): Adjust to call
5981         `gnutls-negotiate' with :process and :hostname arguments.
5982
5983 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5984
5985         * shr.el: Add shr-link face for links.
5986         (shr-urlify): Use it.
5987
5988         * registry.el (registry-insert): Make error message more helpful.
5989
5990 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5991
5992         * gnus-html.el (gnus-html-schedule-image-fetching):
5993         Use url-queue-retrieve, if it exists.
5994
5995         * shr.el (shr-tag-img): Ditto.
5996
5997         * gnus.el: Autoload more gnus-agent functions.
5998
5999         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6000         agent if we haven't already (bug#8502).
6001
6002         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6003         into the Agent, too.
6004
6005         * gnus-agent.el (gnus-agent-store-article): New function.
6006
6007         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6008         and moved from that file for reuse.
6009
6010         * pop3.el (pop3-open-server): Error messages are "-ERR".
6011
6012 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6013
6014         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6015         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6016
6017 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6018
6019         * gnus.el: No Gnus v0.17 is released.
6020
6021 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6022
6023         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6024         buffer has moved to a different frame.
6025
6026 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6027
6028         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6029         to get the conversion from unibyte to multibyte buffers to work on
6030         Emacs 22.
6031
6032         * nntp.el (nntp-request-article): Slight clean-up.
6033
6034 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6035
6036         * shr.el (shr-strike-through): New face.
6037         (shr-tag-s): Use it to provide <s> support.
6038         (shr-tag-s): Remove duplicate definition.
6039
6040 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6041
6042         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6043         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6044
6045 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6046
6047         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6048         `gnutls-negotiate'.
6049         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6050
6051 2011-04-23  Glenn Morris  <rgm@gnu.org>
6052
6053         * gnus-sum.el (gnus-extra-headers): Bump :version.
6054
6055 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056
6057         * shr.el (shr-tag-sup): New function.
6058         (shr-tag-sub): Ditto.
6059
6060 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6061
6062         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6063         for the case where `gnus-registry-ignored-groups' is a list of lists,
6064         and don't call `gnus-parameter-registry-ignore' otherwise.
6065
6066 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6067
6068         * nnimap.el (nnimap-user): New backend variable.
6069         (nnimap-open-connection-1): Use it.
6070         (nnimap-credentials): Accept user parameter so it's explicit what user
6071         name is desired.
6072
6073         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6074         default.
6075
6076         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6077         not gnus-registry.el.
6078
6079         * gnus-registry.el: Mention in comments how to modify
6080         `gnus-extra-headers' for proper recipient tracking and that it may
6081         already have To and Cc recently, which it does as of this commit.
6082         (gnus-registry-ignored-groups): Remove defcustom.
6083         Explain why in comments.
6084         (gnus-registry-action): Fix data-header reference to use the extra
6085         headers.  Explain in package commentary how to add To and Cc headers to
6086         the gnus-extra-headers.
6087         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6088         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6089         parameter list or a string list in `gnus-registry-ignored-groups'.
6090         Fix logic error.
6091
6092 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6093
6094         * shr.el (shr-expand-url): Protect against null urls.
6095
6096 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097
6098         * shr.el (shr-base): New binding.
6099         (shr-tag-base): Keep track of <base>.
6100         (shr-expand-url): New function used throughout.
6101
6102 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6103
6104         * gnus-registry.el
6105         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6106         (gnus-registry-ignored-groups): New variable.
6107         (gnus-registry-ignore-group-p): Use it.
6108         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6109         set the destination group to nil (same as delete) if it's ignored.
6110
6111 2011-04-20  David Engster  <dengste@eml.cc>
6112
6113         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6114
6115         * Makefile.in (test-nntp): New rule.
6116         (check): Add it.
6117         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6118
6119 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * gnus-registry.el (gnus-registry-action)
6122         (gnus-registry-fetch-header-fast):
6123         Don't use mail-header that looks an internal function of mailheader.el.
6124
6125 2011-04-19  Glenn Morris  <rgm@gnu.org>
6126
6127         * time-date.el (time-to-days): Remove unused local variables.
6128
6129 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * gnus-registry.el: Eliminate cl functions.
6132         (gnus-registry-sort-addresses): New function that replaces mapcan.
6133         (gnus-registry-action, gnus-registry-spool-action)
6134         (gnus-registry-split-fancy-with-parent)
6135         (gnus-registry-fetch-recipients-fast): Use it.
6136         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6137
6138         * registry.el (initialize-instance, registry-lookup)
6139         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6140         (registry-lookup-secondary-value, registry-search, registry-delete)
6141         (registry-insert, registry-reindex, registry-size, registry-prune):
6142         Use eval-and-compile.
6143
6144 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6145
6146         * registry.el (registry-reindex): New method to recreate the secondary
6147         registry indices.
6148
6149         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6150         tracked field changes.
6151         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6152         (gnus-registry-action, gnus-registry-spool-action)
6153         (gnus-registry-handle-action)
6154         (gnus-registry--split-fancy-with-parent-internal)
6155         (gnus-registry-split-fancy-with-parent)
6156         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6157         move, and delete actions, and for fancy splitting with parent.
6158         (gnus-registry-extract-addresses)
6159         (gnus-registry-fetch-recipients-fast)
6160         (gnus-registry-fetch-header-fast): Convenience functions.
6161         (gnus-registry-misc-test): ERT test of
6162         `gnus-registry-extract-addresses'.
6163
6164 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6165
6166         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6167         Track by subject first, then sender.
6168
6169 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6170
6171         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6172
6173         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6174         Lisp.
6175
6176         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6177         (gnus-draft-send): Use it to avoid popping
6178         up frames from gnus-group-send-queue.
6179
6180 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6181
6182         * gnus-registry.el: Updated gnus-registry docs.
6183
6184 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6185
6186         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6187         Fix logic bug.
6188         (gnus-registry-post-process-groups): Fix logging of no results and
6189         quote sender and subject.
6190
6191 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6194         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6195         gnutls-cli are too slow to be done opportunistically.
6196
6197         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6198         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6199         we had no early-data returned.
6200         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6201         two async commands to the same server at the same time.
6202
6203 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6204
6205         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6206
6207 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6210         "warning" level.
6211
6212         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6213         (mm-url-insert-file-contents): Don't set the package names.
6214
6215 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         * gnus-registry.el (gnus-registry-action): Remove properties and
6218         simplify subject in `gnus-registry-handle-action'.
6219         (gnus-registry-spool-action): Get subject and sender from message if
6220         they are not passed in.
6221         (gnus-registry-handle-action): Remove properties and simplify subject
6222         consistently.
6223
6224 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6225
6226         * registry.el: Require CL before using defmacro*.
6227
6228 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * gnus-art.el (article-treat-date): Assume that
6231         gnus-article-date-headers may be a group parameter.
6232
6233 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6234
6235         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6236
6237         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6238         interactively so the newsrc file can contain foreign groups too.
6239         Useful for debugging but not much for users.
6240
6241 2011-04-07  David Engster  <dengste@eml.cc>
6242
6243         * registry.el (registry-usage-test): Only do
6244         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6245         lexical binding.
6246
6247 2011-04-07  David Engster  <dengste@eml.cc>
6248
6249         * Makefile.in (check, test-registry): New rules for test-suite.
6250
6251 2011-04-06  David Engster  <dengste@eml.cc>
6252
6253         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6254         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6255
6256 2011-04-06  David Engster  <dengste@eml.cc>
6257
6258         * registry.el (initialize-instance): Change :after to :AFTER to be
6259         compatible with old EIEIO version in XEmacs.
6260
6261 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6262
6263         * gnus-registry.el (gnus-registry-post-process-groups)
6264         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6265         and provide better messaging.
6266
6267 2011-04-06  David Engster  <dengste@eml.cc>
6268
6269         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6270         errors.
6271
6272         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6273         dgnushack-compile with error-on-warn enabled, and to signal an error if
6274         clean compilation failed.
6275         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6276         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6277
6278 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6279
6280         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6281         unconditionally anyway, discarding errors.
6282         (gnus-registry-delete-entries): New convenience function.
6283         (gnus-registry-import-eld): Import from old .eld registry.
6284
6285         * registry.el: Don't use ERT if it's not available.  Load it
6286         unconditionally anyway, discarding errors.
6287
6288         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6289         version from the Claudio Bley GnuTLS patch (extra optional parameters
6290         and host name).
6291
6292 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6293
6294         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6295         fixup the parameters that can be customized by the user between
6296         save/read cycles.
6297         (gnus-registry-read): Use it.
6298         (gnus-registry-make-db): Use it.
6299         (gnus-registry-spool-action, gnus-registry-handle-action):
6300         Fix messaging.
6301         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6302         Map references to actual group names with sender and subject tracking.
6303         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6304         (gnus-registry-usage-test): Add subject lookup test.
6305
6306         * registry.el (registry-db, initialize-instance): Set up constructor
6307         instead of :initform arguments for the sake of older Emacsen.
6308         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6309         pre-lexbind merge bug.
6310         (registry-usage-test): Use it.
6311         (initialize-instance, registry-db): Move the non-function initforms
6312         back to the class definition.
6313
6314 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6315
6316         * registry.el: New library to manage gnus-registry-style data.
6317
6318         * gnus-registry.el: Use it (major rewrite).
6319
6320         * nnregistry.el: Use it.
6321
6322         * spam.el: Use it.
6323
6324 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6325
6326         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6327         marks on non-selected articles.
6328
6329 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6330
6331         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6332         parameter to open-protocol-stream.
6333
6334 2011-04-01  Julien Danjou  <julien@danjou.info>
6335
6336         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6337         fundamental-mode.
6338
6339 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6340
6341         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6342         servers.
6343
6344 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6345
6346         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6347         made marks not propagate, again.
6348
6349 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6350
6351         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6352         Make this the default type.
6353         (proto-stream-open-plain): Rename from proto-stream-open-default.
6354         (open-protocol-stream, proto-stream-open-starttls)
6355         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6356         with `plain'.
6357
6358         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6359         value.
6360
6361         * nntp.el (nntp-open-connection-function): Document the fact that some
6362         values are not functions but are instead handled specially.
6363         Recognize nntp-open-plain-stream value.
6364         (nntp-open-connection): Recognize that value.
6365
6366 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6369         where it seems to be needed.
6370
6371 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6372
6373         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6374         stuff.
6375
6376         * gnus-score.el (gnus-score-string): Fix calling convention of
6377         `gnus-simplify-buffer-fuzzy' after last patches.
6378
6379         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6380         server for articles we didn't get any headers for.  This is a sanity
6381         check.
6382
6383 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6384
6385         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6386         new CAPABILITY, use it.
6387
6388 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6389
6390         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6391         downloading anything.
6392
6393         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6394
6395 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6396
6397         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6398         colors.
6399         (gnus-splash-svg-color-symbols): New function.
6400
6401 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6402
6403         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6404         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6405         (gnus-simplify-subject-fuzzy): Use the local
6406         gnus-simplify-subject-fuzzy-regex instead of the global one.
6407         This makes using this variable in group parameters work.
6408
6409 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6410
6411         * gnus-registry.el (gnus-registry-unfollowed-groups):
6412         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6413         archive:sent-YYYY-MM-DD groups).
6414         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6415         tracking if there are more than `gnus-registry-max-track-groups'
6416         matches.
6417
6418 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6419
6420         * message.el (message--yank-original-internal): New function to do the
6421         insertion cleanly inside eval in `message-yank-original'.
6422         (message-yank-original): Use it.
6423
6424 2011-03-29  Julien Danjou  <julien@danjou.info>
6425
6426         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6427         local variables disabled rather than `normal-mode'.
6428
6429 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6430
6431         * imap.el (imap-shell-open, imap-process-connection-type):
6432         Use imap-process-connection-type for 'shell' streams as well as
6433         Kerberos, SSL, other subprocesses.
6434
6435 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6436
6437         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6438         with open-network-stream.
6439         (proto-stream-always-use-starttls): Option removed.
6440         (open-protocol-stream): Return a process object by default.  Provide a
6441         new parameter :return-list specifying a list-type return value, which
6442         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6443         :type `network' to `try-starttls', and `network-only' to `default'.
6444         Make `default' the default, for compatibility with open-network-stream.
6445         Handle the no-parameter case exactly as open-network-stream, with no
6446         additional stream processing.  Search plists using plist-get.
6447         Explicitly add :end-of-commend parameter if it is missing.
6448         (proto-stream-open-default): Rename from
6449         proto-stream-open-network-only.  Return 'default as the type.
6450         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6451         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6452         failed.  Always return a list with a (possibly dead) process as the
6453         first element, for compatibility with open-network-stream.
6454         (proto-stream-open-tls): Use plist-get.  Always return a list.
6455         (proto-stream-open-shell): Return `default' as connection type.
6456         (proto-stream-capability-open): Use plist-get.
6457         (proto-stream-eoc): Function deleted.
6458
6459         * nnimap.el (nnimap-stream, nnimap-open-connection)
6460         (nnimap-open-connection-1): Handle renaming of :type parameter for
6461         open-protocol-stream.
6462         (nnimap-open-connection-1): Pass a :return-list parameter
6463         open-protocol-stream to obtain a list return value.  Parse this list
6464         using plist-get.
6465
6466         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6467         for open-protocol-stream.  Accept open-protocol-stream return value
6468         that is a subprocess object instead of a list.  Handle the case of a
6469         dead returned process.
6470
6471 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6472
6473         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6474
6475         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6476
6477 2011-03-21  Julien Danjou  <julien@danjou.info>
6478
6479         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6480         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6481         query.
6482         (mm-inline-text): Render normal text with fontification whenever
6483         possible.
6484
6485         * gnus-sum.el (gnus-summary-save-parts-1):
6486         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6487         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6488         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6489         Use `mm-handle-filename'.
6490
6491         * mm-util.el (mm-handle-filename): New function, return the filename of
6492         an handle.
6493
6494 2011-03-18  Julien Danjou  <julien@danjou.info>
6495
6496         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6497         (gnus-buffer-live-p): Check that buffer is not nil.
6498
6499 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6500
6501         * gnus.el: No Gnus v0.15 is released.
6502
6503 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6506         avoid warning on XEmacs.
6507
6508         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6509         on XEmacs.
6510
6511         * gnus-art.el: Require mouse, which the build bot seems to say is
6512         needed.
6513
6514         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6515
6516         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6517         XEmacs, since it doesn't have url-retrieve-synchronously.
6518
6519         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6520         since assoc-string doesn't exist in XEmacs.
6521
6522 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6523
6524         * gnus-group.el (gnus-group-list-ticked): New function.
6525         (gnus-group-make-menu-bar): Provide a menu entry for it.
6526         (gnus-group-list-map): Provide a binding for it.
6527
6528 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529
6530         * shr.el (shr-visit-file): New command.
6531
6532         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6533
6534 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6535
6536         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6537         servers.
6538
6539 2011-03-16  Julien Danjou  <julien@danjou.info>
6540
6541         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6542         inline.
6543
6544         * gnus-art.el (article-hide-list-identifiers):
6545         Use gnus-group-get-list-identifiers.
6546
6547         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6548         (gnus-summary-remove-list-identifiers):
6549         Use gnus-group-get-list-identifiers to get regexp.
6550         (gnus-select-newsgroup, gnus-summary-insert-subject)
6551         (gnus-summary-insert-articles):
6552         Call gnus-summary-remove-list-identifiers unconditionally.
6553
6554 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6555
6556         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6557         we're selecting a group with unread articles.
6558
6559         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6560
6561         * gssapi.el: New file separated out from imap.el to provide a general
6562         Kerberos 5 connection facility for Emacs.
6563
6564         * message.el (message-elide-ellipsis): Document the format spec
6565         ellipsis.
6566
6567 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6568
6569         * message.el (message-elide-region): Allow the ellipsis to say how many
6570         lines were removed.
6571
6572 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6573
6574         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6575         window configurations containing buffers that are now dead.
6576
6577         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6578         parsing to avoid integer overflows.
6579         (nnimap-parse-flags): Simplify the last change.
6580         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6581         too large for 32-bit Emacsen.
6582
6583 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6584
6585         * auth-source.el (auth-source-netrc-create):
6586         * message.el (message-yank-original): Fix use of `case'.
6587
6588 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6589
6590         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6591         XEmacs, which was one character too wide.
6592
6593 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6594
6595         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6596         default number of articles to display.
6597         (gnus-articles-to-read): Use pretty names for prompt.
6598
6599 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6600
6601         * gnus-int.el (gnus-open-server): Ditto.
6602
6603         * gnus-start.el (gnus-activate-group): Give a backtrace if
6604         debug-on-quit is set and the user hits `C-g'.
6605         (gnus-read-active-file): Ditto.
6606
6607         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6608
6609 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6610
6611         * message.el (message-yank-original): Use cond instead of CL case.
6612
6613 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6614
6615         * auth-source.el (auth-source-netrc-create): Use usual format for the
6616         default in prompts.
6617
6618 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * lpath.el: Fbind read-char-choice for XEmacs.
6621
6622 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6623
6624         * auth-source.el (auth-source-netrc-create): Show the default in the
6625         prompt when prompting for token creation.
6626
6627 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6628
6629         * auth-source.el (auth-source-format-prompt): Always convert the value
6630         to a string to avoid evaluating non-string arguments.
6631         (auth-source-netrc-create): Offer default properly, not as initial
6632         content in `read-string'.
6633         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6634         of line to determine if we've been run before.  If so, don't run again,
6635         but print a trivial message to indicate the cache was hit instead.
6636
6637 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6638
6639         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6640         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6641         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6642         Gnus.
6643
6644 2011-03-11  Julien Danjou  <julien@danjou.info>
6645
6646         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6647         modified file".
6648
6649 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * auth-source.el (auth-source-read-char-choice): New function to read a
6652         character choice using `dropdown-list', `read-char-choice', or
6653         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6654         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6655         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6656         (auth-source-netrc-saver): Use it.
6657         (auth-source-pick-first-password): New convenience function.
6658
6659 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6660
6661         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6662         parameter in the credentials.
6663         (nnimap-open-connection-1): Use it after a successful login.
6664         (nnimap-credentials): Add IMAP-specific user and password prompt.
6665
6666         * auth-source.el (auth-source-search): Add :require parameter, taking a
6667         list.  Document it and the :save-function return token.  Pass :require
6668         down.  Change the CREATED message from a warning to a debug statement.
6669         (auth-source-search-backends): Pass :require down.
6670         (auth-source-netrc-search): Pass :require down.
6671         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6672         Change save prompt to indicate all modifications saved here are
6673         deletions.
6674         (auth-source-netrc-create): Take user login name as default in user
6675         prompt.  Move all the save functionality to a lexically bound function
6676         under the :save-function token in the returned list.  Set up clearer
6677         default prompts for user, host, port, and secret.
6678         (auth-source-netrc-saver): New function, intended to be wrapped for
6679         :save-function.
6680
6681 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6682
6683         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6684         lines to be spaces instead.
6685
6686 2011-03-07  Julien Danjou  <julien@danjou.info>
6687
6688         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6689         (sieve-sasl-auth): Check that auth-source-search did return something,
6690         or just return an empty string.
6691
6692 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6693
6694         * gnus.el (gnus-interactive): Use read-directory-name.
6695
6696         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6697         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6698         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6699         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6700         Likewise.
6701
6702         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6703
6704 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6705
6706         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6707         onto the list of killed groups, too.  This makes killed nnimap groups,
6708         for instance, more reliably not reappear.
6709
6710         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6711         the parent.
6712
6713         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6714
6715         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6716         really have server-side marks.
6717
6718         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6719         since most backends do not usefully have server-side marks.
6720         (gnus-update-read-articles): Propagate marks to all backends that
6721         really have server-side marks.
6722
6723 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6724
6725         * message.el (message-cite-reply-position, message-cite-style):
6726         New variables.
6727         (message-yank-original): Use the new citation styles.
6728
6729 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6730
6731         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6732         buffer-local issue); don't mark it buffer-local when running under
6733         XEmacs.
6734
6735 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6736
6737         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6738         numbers too big to be `read'.
6739
6740 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6741
6742         * password-cache.el (password-in-cache-p): Add autoload.
6743
6744         * message.el (message-options): Make buffer-local two ways to attempt
6745         to fix a XEmacs bug.
6746
6747 2011-03-02  Julien Danjou  <julien@danjou.info>
6748
6749         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6750
6751 2011-03-01  Julien Danjou  <julien@danjou.info>
6752
6753         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6754         group.
6755         (article-hide-list-identifiers): Use list-identifier group parameter.
6756
6757 2011-02-28  Julien Danjou  <julien@danjou.info>
6758
6759         * sieve.el (sieve-buffer-script-name): New local variable to store
6760         sieve script name.
6761         (sieve-edit-script): Store sieve script name.
6762         (sieve-upload): Use sieve script name when uploading.
6763         (sieve-upload): Use substitute-command-keys.
6764         (sieve-edit-script): Use substitute-command-keys.
6765         (sieve-refresh-scriptlist): Use substitute-command-keys.
6766         (sieve-manage-mode-map): Define keymap properly.
6767         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6768         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6769         Remove commented code about cvs.
6770         (sieve-manage-quit): New function.
6771         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6772
6773 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6774
6775         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6776
6777 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6778
6779         * auth-source.el (auth-source-search): Cache empty result sets.
6780
6781         * password-cache.el (password-in-cache-p): Convenience function to
6782         check if a key is in the cache, even if the value is nil.
6783
6784         * auth-source.el (auth-source-save-behavior): New variable to replace
6785         `auth-source-never-create'.
6786         (auth-source-netrc-create): Use it.
6787         (auth-source-never-save): Remove.
6788
6789 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6790
6791         * nnimap.el (nnimap-stream): Doc fix.
6792         (nnimap-open-connection-1): Reverse the order of the ports to that the
6793         prompted-for port is first.
6794
6795         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6796         retrieval by the no-group selection.
6797
6798         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6799         numerical parameters.
6800
6801 2011-02-25  Julien Danjou  <julien@danjou.info>
6802
6803         * gnus-gravatar.el: Use gnus-with-article-buffer.
6804
6805         * gnus-art.el (gnus-with-article-buffer): Check that the
6806         gnus-article-buffer is alive.
6807
6808 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6809
6810         * auth-source.el (auth-source-creation-prompts): New variable to manage
6811         creation-time prompts.
6812         (auth-source-search): Document it.
6813         (auth-source-format-prompt): Add utility function.
6814         (auth-source-netrc-create): Don't default the user name to
6815         user-login-name.  Use `auth-source-creation-prompts' and some default
6816         prompts for user, host, port, and password (the default generic prompt
6817         remains ugly).
6818         (auth-source-never-save): Add customizable option to never save info.
6819         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6820         mode excursion.
6821
6822 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6825         argument that XEmacs doesn't support.
6826
6827         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6828         compiled for Emacsen having no `libxml-parse-html-region' support.
6829
6830         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6831
6832         * lpath.el: Bind buffer-save-without-query for XEmacs.
6833
6834 2011-02-23  Julien Danjou  <julien@danjou.info>
6835
6836         * gnus-art.el (article-make-date-line): Ignore errors if time is
6837         invalid and not convertible.
6838         (article-make-date-line): Only add lapsed time if time is not nil.
6839
6840 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6841
6842         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6843         `read-char-choice' for backwards compatibility.
6844         (auth-source-netrc-element-or-first): New function to DTRT for
6845         parameter extraction.
6846         (auth-source-netrc-create): Use it and fix multiple parameter print
6847         bug.  Use the default passed from above (given-default) or the
6848         built-in (user-login-name for :user).
6849
6850 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6851
6852         * gnus-start.el (gnus-dribble-read-file):
6853         Set buffer-save-without-query, since we always want to save the dribble
6854         file, probably.
6855
6856         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6857         nnimap.
6858
6859         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6860         -summary- since it's a user-visible variable.
6861
6862         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6863         first time you use the new Gnus.
6864
6865 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6866
6867         * auth-source.el: Don't load netrc.el.
6868         (auth-sources): Search ~/.netrc as well by default.
6869         (auth-source-debug): Add 'trivia option for extra output.
6870         (auth-source-do-trivia): Use it.
6871         (auth-source-search): Simplify logic to use
6872         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6873         appropriate.  Don't keep a running count at this level.  Layer :create
6874         and :delete options appropriately on the first and second passes.
6875         Don't track the backend with the search results.
6876         (auth-source-search-backends): New function to search a list of
6877         backends for a processed spec.
6878         (auth-source-netrc-parse): Cache all netrc files, making
6879         auth-source-netrc-cache an alist keyed by the file name and using the
6880         file mtime as the caching criterion.  Keep the obfuscated data secret
6881         with a lexical bind.
6882         (auth-source-netrc-search): Don't calculate the length of the results
6883         unnecessarily.
6884         (auth-source-search-backends): Fix bug.
6885         (auth-source-netrc-create): Rework prompts.
6886
6887 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6888
6889         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6890         Lower case names of search constraints.
6891         (nnir-run-query): Cache and reuse search constraints for all imap
6892         servers.
6893
6894 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6895
6896         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6897         after exit.
6898         (gnus-setup-message): Define missing variable from last checkin.
6899
6900         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6901         value, show the raw article.
6902
6903 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6904
6905         * gnus.el: No Gnus v0.13 is released.
6906
6907 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6908
6909         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6910         auth-source now accepts numbers.
6911
6912         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6913         spec, too.
6914         (auth-source-ensure-strings): New function.
6915
6916         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6917         (gnus-article-setup-buffer): Always restart the date timer so that user
6918         changes to the frequency is respected.
6919
6920         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6921         port numbers, so make sure it gets that if nnimap-server-port is
6922         explicit.
6923
6924 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6925
6926         * nnimap.el (nnimap-inbox): Doc fix.
6927
6928 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6929
6930         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6931         Autoload.  Add optional arg FRAME, and pass it to color-values.
6932         (color-complement): Caller changed.  Doc fix.
6933         (color-gradient): Rewrite for better clarity and efficiency.
6934
6935 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6936
6937         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6938         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6939         color-lab-to-srgb.
6940
6941 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6942
6943         * color.el: First part of merge from hexrgb.el.
6944         (color-rgb-to-hex): Rename from color-rgb->hex.
6945         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6946         saturation to zero if the value is too small.
6947         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6948         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6949         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6950         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6951         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6952         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6953         (color-cie-de2000): Doc fix.
6954
6955 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6956
6957         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6958         given method as in the group name if we're using an extended method.
6959         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6960         command, if we're using that, instead of waiting for the beginning.
6961
6962         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6963         we're sure to get unique server names, and we don't output two async
6964         commands in the same buffer.  This fixes an NNTP hang for some users.
6965
6966 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6967
6968         * gnus.el: No Gnus v0.11 is released.
6969
6970 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6971
6972         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6973         summary buffer before reading going to the next buffer.  This avoids
6974         putting the point in the group buffer if you `C-g' the command.
6975
6976         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6977         cache (for now) to make ~/.authinfo.gpg files usable.
6978
6979         * nnfolder.el (copyright-update): Define for the compiler.
6980
6981         * auth-source.el (auth-source-search): Fix unbound variable.
6982
6983 2011-02-19  Glenn Morris  <rgm@gnu.org>
6984
6985         * gnus.el (gnus-meta): Doc fix.
6986
6987 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6988
6989         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6990         in case it's not yet loaded.
6991
6992 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6993
6994         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6995         line we're waiting for.
6996
6997 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6998
6999         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7000         face with line-width greater than zero will cause RET in gnus summary
7001         buffer to scroll down article page-wise because auto vscroll happens,
7002         it should be temporally disabled when doing a scroll-up.
7003
7004 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7005
7006         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7007         outputs from the server.
7008
7009 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7010
7011         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7012         later so that bbdb can hook in easier.
7013
7014 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7015
7016         * auth-source.el (auth-source-search): Don't try to create credentials
7017         if the caller doesn't want that.
7018         (auth-source-search): If we don't find a match, don't bug out on
7019         non-bound variables.
7020         (auth-source-search): Only ask a single backend to create the
7021         credentials.
7022
7023         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7024         logging.
7025         (nnimap-credentials): Protect against auth-source-search returning nil.
7026         (nnimap-request-list): Protect against not being able to open the
7027         server.
7028
7029 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7030
7031         * auth-source.el (auth-source-search): Do a two-phase search, one with
7032         no :create to get the responses from all backends.
7033
7034         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7035         when getting credentials.
7036
7037         * gnus-util.el (gnus-delete-duplicates): New function.
7038
7039 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7040
7041         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7042         a creation default, pass the whole port list down.  It will be
7043         completed.
7044
7045         * auth-source.el (auth-source-search): Updated docs to talk about
7046         multiple creation choices.
7047         (auth-source-netrc-create): Accept a list as a value (from the search
7048         parameters) and do completion on that list.  Keep a separate netrc line
7049         with the password obscured for showing the user.
7050
7051         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7052         first choice to `auth-source-search' so it will be used for entry
7053         creation instead of the server's Gnus-specific name.
7054         (nnimap-credentials): Rely on the auth-source library to select which
7055         port is actually wanted in the new netrc entry, so don't override
7056         `auth-source-creation-defaults'.
7057
7058         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7059         :protocol and accept a missing user, host, or port as a wildcard match.
7060         (auth-source-debug): Default to off.
7061
7062         (auth-source-netrc-search, auth-source-netrc-create)
7063         (auth-source-secrets-search, auth-source-secrets-create)
7064         (auth-source-user-or-password, auth-source-backend, auth-sources)
7065         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7066         instead of :protocol.
7067
7068         * nnimap.el (nnimap-credentials): Pass a port default to
7069         `auth-source-search' in case an entry needs to be created.
7070         (nnimap-open-connection-1): Use :port instead of :protocol.
7071
7072 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * auth-source.el: Bind load-path when loading EIEIO from
7075         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7076         21.4 doesn't support, to `require'.
7077         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7078         delete-dups that is not available in XEmacs 21.4.
7079
7080 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7081
7082         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7083         as EIEIO must also be loaded when auth-source.el is being
7084         byte-compiled.
7085
7086 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7087
7088         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7089
7090         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7091
7092         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7093
7094         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7095
7096         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7097
7098         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7099
7100         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7101
7102         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7103         necessary.
7104
7105 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7106
7107         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7108         nil means that nnimap doesn't get updated.
7109
7110 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7113         result when the user doesn't want to write to the file.
7114         (auth-source-netrc-search): Expect a synthetic result and proceed
7115         accordingly.
7116         (auth-source-cache-expiry): New variable to override
7117         `password-cache-expiry'.
7118         (auth-source-remember): Use it.
7119
7120         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7121         parameter.  Create entry if necessary by using :create t.
7122         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7123
7124 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7125
7126         * auth-source.el (auth-source-debug): Enable by default and don't
7127         mention the obsolete `auth-source-hide-passwords'.
7128         (auth-source-do-warn): New function to debug unconditionally.
7129         (auth-source-do-debug): Use it.
7130         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7131         and for Secrets API entries when the secrets.el library is not
7132         available.
7133
7134 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7135
7136         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7137         (gnus-summary-exit): Kill the correct article buffer on exit from a
7138         `C-d' group.
7139
7140         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7141         gnus-propagate-marks.
7142
7143         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7144         before killing the buffers so that a non-full window conf gets handled
7145         correctly.
7146         (gnus-summary-exit): Ditto.
7147         (gnus-summary-read-group-1): Ditto.
7148
7149         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7150         async code again so that we can debug it properly.
7151
7152         * message.el (message-reply): Take an optional switch-buffer parameter
7153         so that Gnus window confs are respected better.
7154
7155 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7156
7157         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7158         `plist-get' to accept non-list parameters (XEmacs issue).
7159         Fix docstring.
7160         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7161         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7162         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7163         Login collection is "Login" and not "login".
7164
7165 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7166
7167         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7168         multiple headers.
7169
7170         * nnimap.el (nnimap-inhibit-logging): New variable.
7171         (nnimap-log-command): Don't log login commands.
7172
7173         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7174         to have more parameters.
7175
7176         * nnimap.el (nnimap-send-command): Mark the command time for each
7177         command, so that we don't get NOOPs stepping on our toes.
7178
7179         * gnus-art.el (article-date-ut): Get the date from the Date header on
7180         `t'.
7181
7182 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * auth-source.el (auth-source-search): Use copy-sequence instead of
7185         the cl.el copy-list.
7186
7187 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7188
7189         * imap.el: Bring it back (revert
7190         84d800cd31de3064f0ed39617d725709a2f8f42f).
7191
7192 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7193
7194         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7195         Improve prompt.
7196
7197 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7198
7199         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7200         washing status from the default format.  It isn't very informative.
7201
7202 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7203
7204         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7205         Fix Gcc processing on imap.
7206
7207 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7208
7209         * imap.el: Remove file.  All the functionality is in nnimap.el.
7210
7211 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7212
7213         * message.el (message-bury): Don't pop up a new window when selected
7214         window is dedicated.
7215
7216 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7217
7218         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7219
7220 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7221
7222         * sieve-manage.el: Autoload `auth-source-search'.
7223         (sieve-sasl-auth): Use it.
7224
7225 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7226
7227         * nnimap.el: Autoload `auth-source-forget+'.
7228         (nnimap-open-connection-1): Use it if the connection fails.
7229
7230         * auth-source.el: Require `password-cache'.
7231         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7232         obsolete.
7233         (auth-source-magic): Marker for `password-cache' keys.
7234         (auth-source-do-cache): Update docstring.
7235         (auth-source-search): Use and check cache.
7236         (auth-source-forget-all-cached, auth-source-remember)
7237         (auth-source-recall, auth-source-forget, auth-source-forget+)
7238         (auth-source-specmatchp): Caching support functions.
7239         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7240         Remove and obsolete.
7241         (auth-source-user-or-password): Remove caching to further discourage
7242         using it.  Always hide passwords.
7243
7244         * password-cache.el (password-cache-remove): Accept secrets that are
7245         not strings.
7246
7247 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7248
7249         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7250         code for now, since it doesn't work for all users.
7251
7252 2011-02-09  Julien Danjou  <julien@danjou.info>
7253
7254         * message.el (message-options): Make message-options really buffer
7255         local.
7256
7257 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7258
7259         * mail-source.el: Autoload `auth-source-search'.
7260         (mail-source-keyword-map): Note order matters.
7261         (mail-source-set-1): Get all the mail-source source values and
7262         defaults and search auth-source on those if needed.  This can all
7263         probably be simplified.
7264
7265         * nnimap.el: Autoload `auth-source-search'.
7266         (nnimap-credentials): Use it.
7267         (nnimap-open-connection-1): Ask for the virtual server and physical
7268         address in one shot.
7269
7270         * nntp.el: Autoload `auth-source-search'.
7271         (nntp-send-authinfo): Use it.  Note TODO.
7272
7273 2011-02-08  Julien Danjou  <julien@danjou.info>
7274
7275         * shr.el (shr-tag-body): Add support for text attribute in body
7276         markups.
7277
7278         * message.el (message-options): Make message-options a local variable.
7279
7280 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7281
7282         * auth-source.el (auth-source-secrets-search)
7283         (auth-source-user-or-password): Use `append' instead of `nconc'.
7284         (auth-source-user-or-password): Build return list better and protect
7285         against nil :secret.
7286
7287 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7288
7289         * nnimap.el (nnimap-update-info): Refactor slightly.
7290         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7291         (nnimap-update-info): Clean up slightly.
7292         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7293         characters.
7294         (nnimap-process-quirk): Rename function to avoid collision.
7295         (nnimap-update-info): Fix macrology bug-out.
7296         (nnimap-update-info): Simplify split history test.
7297
7298 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7299
7300         * auth-source.el (top): Require 'eieio unconditionally.
7301         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7302         (auth-source-secrets-search): Limit search when `max' is greater than
7303         number of results.
7304
7305 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7306
7307         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7308         part not returning any data.
7309
7310         * proto-stream.el (open-protocol-stream): Document the return value.
7311
7312 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7313
7314         * auth-source.el (auth-source-secrets-search): Add examples.
7315
7316 2011-02-06  Julien Danjou  <julien@danjou.info>
7317
7318         * message.el (message-setup-1): Handle message-generate-headers-first
7319         set to t.
7320
7321 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7322
7323         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7324         API with a string "secrets:collection-name" and with 'default.
7325         (auth-source-backend-parse): Parse "secrets:collection-name" and
7326         'default.  Recurse on parses instead of repeating code.  Use the
7327         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7328         message when ignoring a source.
7329         (auth-source-search): List ignored search keys at the top level.
7330         (auth-source-netrc-create): Use `case' instead of `cond'.
7331         (auth-source-secrets-search): Created with TODOs.
7332         (auth-source-secrets-create): Created with TODOs.
7333         (auth-source-retrieve, auth-source-create, auth-source-delete)
7334         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7335         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7336         (auth-source-user-or-password-sftp)
7337         (auth-source-user-or-password-smtp): Remove.
7338         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7339         around `auth-source-search'.  Not tested thoroughly.
7340
7341 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7342
7343         * auth-source.el: Bring in assoc and eioeio libraries.
7344         (secrets-enabled): New variable to track the status of the Secrets API.
7345         (auth-source-backend): New EIOEIO class to represent a backend.
7346         (auth-source-creation-defaults): New variable to set prompt defaults
7347         during token creation (see the `auth-source-search' docstring for
7348         details).
7349         (auth-sources): Simplify to allow a simple string as a netrc backend
7350         spec.
7351         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7352         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7353         (auth-source-search): Main auth-source API entry point.
7354         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7355         (auth-source-search-collection): Helper function for searching.
7356         (auth-source-netrc-parse, auth-source-netrc-normalize)
7357         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7358         Supports search, create, and delete.
7359         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7360         backend stubs.
7361         (auth-source-user-or-password): Call `auth-source-search' but it's not
7362         ready yet.
7363
7364 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7365
7366         * message.el (message-setup-1): Remove the read-only stuff, since it
7367         doesn't work under XEmacs, for some reason.
7368
7369         * gnus-sum.el (gnus-user-date): Rename back from
7370         gnus-summary-user-date since user code refers to it.
7371
7372         * shr.el (shr-render-td): Store the actual background color used.
7373
7374         * message.el (message-setup-1): Don't bind the constant
7375         -forbidden-properties.
7376         (message-setup-1): Revert previous change, since it needs to bind the
7377         props to insert them.
7378         (message-resend): Allow removing the read-only separator line.
7379
7380 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7381
7382         * nnimap.el (nnimap-request-accept-article): Give an error message if
7383         the APPEND wasn't successful.
7384
7385 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7386
7387         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7388         that have no groups.
7389
7390 2011-02-03  Julien Danjou  <julien@danjou.info>
7391
7392         * gnus-draft.el: Remove progn around gnus-draft-setup.
7393
7394 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7395
7396         * gnus-start.el (gnus-read-active-for-groups): This function is never
7397         called with a nil `infos', so clean that up.
7398         (gnus-get-unread-articles): Request active files from primary/secondary
7399         methods that have no groups (yet).
7400
7401 2011-02-03  Julien Danjou  <julien@danjou.info>
7402
7403         * message.el (message-setup-1): Always generate References first.
7404         (message-mail): Return the return value of message-setup, not always t.
7405         (message-setup-1): Insert mail-header-separator with read-only and
7406         intangible properties set.
7407
7408         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7409         user-date in docstring.
7410
7411         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7412
7413         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7414         docstring.
7415
7416         * gnus.el (gnus-user-date-format-alist): Change default value.
7417         Use defcustom, with type and group.  Move from gnus-util.el.
7418         Rename to gnus-summary-user-date-format-alist.
7419
7420 2011-02-03  Glenn Morris  <rgm@gnu.org>
7421
7422         * nnimap.el (gnus-fetch-headers): Declare.
7423
7424         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7425
7426 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7427
7428         * message.el (message-forward-make-body-digest-plain)
7429         (message-followup, message-reply): Clean up things noted by Stefan.
7430
7431         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7432         gnus-article-update-date-headers is nil.
7433         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7434         it didn't really work with defcustom.
7435         (article-update-date-lapsed): Make sure the window start doesn't move,
7436         either.
7437
7438 2011-02-01  Julien Danjou  <julien@danjou.info>
7439
7440         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7441         format.
7442
7443         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7444         standard in Emacs nowadays.
7445
7446         * color.el (color-gradient): Add a color-gradient function.
7447
7448 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7449
7450         * message.el (message-expand-name): Don't trust the return value of
7451         bbdb-complete-name.
7452         (message-check-news-header-syntax): Remove unused var `start'.
7453         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7454         (message-inhibit-body-encoding): Move to before first use.
7455         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7456         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7457         (Organization, Message-ID, Date, mh-previous-window-config):
7458         Defvar the vars using dynamic scoping.
7459
7460 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7461
7462         * shr.el (shr-render-td): Only do colors at the final rendering.
7463         Should be slightly faster.
7464         (shr-insert-table): Fix up TD background colors when doing the
7465         vertical padding.
7466
7467         * gnus-art.el (article-date-ut): Protect against articles with no Date
7468         header.
7469         (article-update-date-lapsed): Don't use current-column to find the
7470         horizontal position.  It's fragile in the presence of \003 characters.
7471
7472         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7473
7474 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7475
7476         * gnus-art.el (article-transform-date): Rewrite to still work when
7477         there are several rfc2822 parts.
7478         (article-transform-date): Fix infinite recursion.
7479         (article-date-ut): Replace infinitely many Date headers with a single
7480         one when called interactively.
7481
7482         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7483         secure manner.
7484
7485         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7486         move around by not using save-window-excursion.  It seems to work...
7487
7488 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-art.el (article-make-date-line): Work for user-defined format.
7491
7492 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7493
7494         * nntp.el (nntp-retrieve-group-data-early)
7495         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7496         fetching functions.
7497
7498         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7499         thoroughly for all backends that have no known groups.  This should
7500         allow new nnml methods to retrieve mail.
7501
7502         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7503         that Gnus doesn't know exists again.
7504
7505         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7506         (gnus-treat-date-ut): Ditto.
7507         (gnus-article-update-date-header): Rename.
7508         (gnus-treat-date-local): Remove.
7509         (gnus-treat-date-english): Remove.
7510         (gnus-treat-date-lapsed): Remove.
7511         (gnus-treat-date-combined-lapsed): Remove.
7512         (gnus-treat-date-original): Remove.
7513         (gnus-treat-date-iso8601): Remove.
7514         (gnus-treat-date-user-defined): Remove.
7515         (gnus-article-date-headers): New variable to control all the date
7516         header options.
7517         (article-date-ut): Rewrite to allow using the new way to format date
7518         headers(s).
7519
7520 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7521
7522         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7523         method.
7524         (nnmail-article-group): A better test for fanciness.
7525
7526         * nnimap.el (nnimap-request-head): Protect against not finding the
7527         article by Message-ID.
7528
7529 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7530
7531         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7532         keep point at the "same place".
7533
7534 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7535
7536         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7537         data if the group is inactive.
7538
7539 2011-01-28  Julien Danjou  <julien@danjou.info>
7540
7541         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7542         (gnus-all-windows-visible-p): Remove old compatibility code.
7543         (gnus-window-top-edge): Add docstring.
7544
7545         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7546
7547 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7548
7549         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7550         older request-update-info.
7551
7552         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7553
7554 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7555
7556         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7557         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7558
7559 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7560
7561         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7562         groups.  This makes the nndraft:queue group pop up if it's not already
7563         there.
7564
7565         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7566         messages" logic, which was reversed.
7567
7568         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7569         the "same place" even if point is on the line being replaced.
7570         (article-update-date-lapsed): Allow updating both the combined lapsed
7571         and the lapsed headers.
7572         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7573         (article-make-date-line): Limit the number of segments dynamically to
7574         avoid too-long lines.
7575
7576 2011-01-27  Julien Danjou  <julien@danjou.info>
7577
7578         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7579         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7580
7581 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7584         Use plist-get instead of the cl function getf.
7585
7586 2011-01-27  Glenn Morris  <rgm@gnu.org>
7587
7588         * gnus-util.el (float-time): Get rid of compiler warning, again.
7589
7590 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7591
7592         * shr.el (shr-put-color): Special-case background colors: Do put them
7593         at the blank parts at the front of the lines.
7594
7595         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7596         exit hook to nix out all data on readedness on group exit.
7597
7598         * gnus-util.el (float-time): If float-time is bound, always use it on
7599         all Emacsen.  It's unclear why the subrp check was there.
7600         (time-date): Require to make some autoload issues on XEmacs go away.
7601
7602         * shr.el (shr-put-color): Don't do the box padding in tables, since
7603         they're already padded.
7604
7605 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7606
7607         * gnus-art.el (gnus-article-next-page): When the last line of the
7608         article is displayed, scroll down once more instead of going to the
7609         next article at once.
7610         (article-lapsed-string): Refactor out and allow specifying how many
7611         segments you want.
7612         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7613         (gnus-article-update-lapsed-header): New variable.
7614
7615         * shr.el: Revert change that made headings use different-sized faces.
7616         The Emacs display engine isn't advanced enough that, for instance,
7617         tables can comfortably use differently-sized faces.
7618
7619 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7620
7621         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7622         used.
7623         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7624         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7625         we're using an encrypted connection.
7626
7627         * proto-stream.el: Alter the interface functions to also return the
7628         actual stream type used: network or tls.
7629
7630 2011-01-25  Julien Danjou  <julien@danjou.info>
7631
7632         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7633         (mm-display-javascript-inline): New function.
7634
7635         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7636         viewing function.
7637
7638 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * shr.el (shr-expand-newlines): Fix variable name.
7641
7642 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7643
7644         * shr.el (shr-expand-newlines): Make nested boxes work.
7645
7646 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7647
7648         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7649         backgrounds.
7650         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7651         in a more sensible manner.
7652
7653 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7654
7655         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7656         if EPG is loaded.
7657
7658 2011-01-24  Julien Danjou  <julien@danjou.info>
7659
7660         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7661         tags.
7662
7663 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7664
7665         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7666         commands.
7667
7668         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7669         in the article buffer.
7670         (gnus-gravatar-insert): Use blank space from the current buffer to
7671         avoid breaking text properties.  This makes X-Sent updating work again.
7672
7673         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7674
7675 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7676
7677         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7678         fix the bug in url-http.el instead.
7679
7680         * shr.el (shr-image-fetched): Ditto.
7681
7682         * shr.el (shr-image-fetched): Avoid having point move in the article
7683         buffer.
7684
7685         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7686         buffer after being called.  It's apparently being killed by url.el, and
7687         killing it made point move to end-of-buffer in a random buffer.
7688
7689         * shr.el (shr-image-fetched): Ditto.
7690
7691 2011-01-23  Julien Danjou  <julien@danjou.info>
7692
7693         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7694
7695         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7696         text/x-org.
7697
7698 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7699
7700         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7701         (i.e., nnimap) returning nil as the article number.
7702
7703 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7704
7705         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7706         "DelSp" parameter in RFC3676.
7707
7708 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7709
7710         * message.el (message-check-recipients): Display the encoded version of
7711         the bogus address if they differ.
7712
7713         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7714         after sending.
7715
7716         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7717
7718         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7719
7720         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7721         group buffer after sending the queue.
7722
7723         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7724
7725 2011-01-22  Julien Danjou  <julien@danjou.info>
7726
7727         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7728
7729 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7730
7731         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7732         nested related parts.
7733
7734         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7735         unexpired articles.  This fixes the regression that led expiry marks to
7736         disappear from nnfolder groups.
7737
7738 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7739
7740         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7741         Don't confuse the "ret" of "retrograde" with RET.
7742
7743 2011-01-21  Julien Danjou  <julien@danjou.info>
7744
7745         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7746         than mm-insert-inline.
7747
7748 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7751         Widen article buffer.
7752
7753 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7754
7755         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7756         the temp buffer.
7757         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7758
7759 2011-01-20  Julien Danjou  <julien@danjou.info>
7760
7761         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7762
7763         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7764         than mm-insert-inline to insert inline part: this respect
7765         mm-inline-media-tests displayers.
7766
7767         * mm-view.el (mm-display-shell-script-inline): New function.
7768
7769         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7770
7771         * mm-uu.el (mm-uu-type-alist): Add org block.
7772         (mm-uu-org-src-code-block-extract): New function.
7773
7774         * mm-view.el (mm-display-org-inline): New function.
7775
7776         * mm-decode.el (mm-automatic-display): Add text/org.
7777
7778         * mailcap.el (mailcap-mime-extensions): Add .org.
7779
7780 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7783         gnus-article-add-buttons.
7784
7785 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7786
7787         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7788         From header with a date and "nobody" as the sender.
7789
7790 2011-01-19  Julien Danjou  <julien@danjou.info>
7791
7792         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7793         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7794         if you have the same regexp several times.
7795         (gnus-button-push): Fix matching when regexp is symbol.
7796
7797 2011-01-15  Glenn Morris  <rgm@gnu.org>
7798
7799         * message.el (message-mail): A compose-mail function should
7800         accept headers as strings.
7801
7802 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7803
7804         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7805         Add :vert-only tags.
7806         (message-mail): New arg RETURN-ACTION.
7807         (message-return-action): New var.
7808         (message-bury): Use it.
7809         (message-mode): Make it buffer-local.
7810         (message-send-and-exit): Always call message-bury.
7811
7812         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7813         message-mail.
7814
7815 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7816
7817         * nnimap.el (nnimap-convert-partial-article): Protect against
7818         zero-length body parts.
7819
7820         * mm-decode.el (mm-preferred-alternative-precedence):
7821         Discourage showing empty parts.
7822
7823         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7824         and stuff if the backend didn't return the article number.  This fixes
7825         an Exchange-related nnimap bug.
7826
7827         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7828         group window, because it does the wrong thing when a separate frame
7829         displays the group buffer.
7830
7831         * proto-stream.el (open-protocol-stream): Protect against the low-level
7832         transport functions returning nil.
7833
7834 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7835
7836         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7837         (mml2015-epg-find-usable-secret-key): New function.
7838         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7839         mml2015-epg-find-usable-key (Bug#7797).
7840         (mml2015-epg-encrypt): Ditto.
7841
7842 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * dgnushack.el (rot13-string): Fix the way to get the argument.
7845
7846 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7847
7848         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7849
7850 2011-01-03  Glenn Morris  <rgm@gnu.org>
7851
7852         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7853
7854         * sieve.el (sieve-open-server): Give a more explicit error if
7855         sieve-manage-open returns nil.  (Bug#7720)
7856
7857 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7858
7859         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7860
7861 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7862
7863         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7864         This avoids sending passwords in plain text over non-encrypted
7865         channels.
7866
7867         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7868
7869         * nnimap.el (nnimap-login): Refactored out into own function, and
7870         implement CRAM-MD5.
7871         (nnimap-wait-for-line): Refactored out.
7872
7873         * mm-view.el (mml-smime): Require.
7874
7875 2010-12-20  David Engster  <deng@eml.cc>
7876
7877         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7878         use EPG to decrypt S/MIME messages instead of openssl.
7879
7880 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7883
7884         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7885         status is the group clearly is unreachable.
7886
7887         * auth-source.el (auth-source-create): Add the optional second
7888         parameter to `local-variable-p' to be compatible with XEmacs.
7889
7890 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7891
7892         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7893         work when using a compressed nnml folder.
7894
7895 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7896
7897         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7898         backends after sanitising on entry, because this never makes sense:
7899         If the articles have gone missing, then the data no longer exists on
7900         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7901         overwrite anything anyway.
7902
7903         * shr.el (shr-insert-document): Bind shr-width dynamically to
7904         window-width if it's nil.
7905
7906 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7907
7908         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7909         with the meaning of using the full emacs window width for rendering.
7910
7911 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7912
7913         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7914         case when sender is not given.
7915
7916 2010-12-23  Julien Danjou  <julien@danjou.info>
7917
7918         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7919         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7920         the addresses, otherwise we might misplaced the gravatar.
7921
7922 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7923
7924         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7925         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7926         obsolete in Emacs.
7927
7928 2010-12-20  Julien Danjou  <julien@danjou.info>
7929
7930         * gnus-util.el (gnus-rescale-image): Revert last change.
7931
7932 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7933
7934         * binhex.el: Improve commentary (Bug#7482).
7935
7936 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7937
7938         * gnus-group.el (gnus-group-delete-articles): New command.
7939
7940 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7941
7942         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7943
7944 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7945
7946         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7947         here, since it's up to the backends to do CRLF removal if their
7948         protocol has it.
7949
7950         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7951
7952 2010-12-17  Julien Danjou  <julien@danjou.info>
7953
7954         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7955         they are from file.  Can also scale up.
7956
7957 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7958
7959         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7960         Restore gnus-use-agent.
7961         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7962
7963         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7964
7965 2010-12-17  Julien Danjou  <julien@danjou.info>
7966
7967         * gravatar.el (gravatar-retrieve-synchronously): New function.
7968         (gravatar-get-data): Make more robust.
7969
7970 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7973
7974 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975
7976         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7977         to really consider the last line.
7978
7979 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7980
7981         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7982         list of recipient keys, or use symmetric encryption if not a list.
7983         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7984         EPA override, replacing the call to `netrc-store-data'.
7985
7986 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7987
7988         * gnus-srvr.el: Avoid passing nil regexp argument to
7989         delete-matching-lines.
7990
7991 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7994         fetching stops when Gnus exits.
7995
7996         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7997         function.
7998         (nnfolder-request-expire-articles): Save all the buffers after doing
7999         expiry.
8000
8001         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8002         the last article", since that led to serious performance regressions
8003         when expiring nnml groups.
8004
8005 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8006
8007         * nnir.el: Improve customizations.
8008
8009 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8010
8011         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8012
8013         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8014         group has been killed.
8015         (gnus-group-yank-group): Ditto.
8016
8017         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8018
8019         * nnimap.el (nnimap-request-update-group-status): New function.
8020
8021         * gnus-int.el (gnus-request-update-group-status): New interface
8022         function.
8023
8024         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8025         copying read-ness to the backends.
8026
8027         * nnimap.el (nnimap-quirk): New function.
8028         (nnimap-retrieve-group-data-early): Use it.
8029         (nnimap-quirks): New alist.
8030
8031 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8034         don't delete it within indentation.
8035
8036 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8037
8038         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8039         previous line.
8040
8041 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8044         QRESYNC command by deleting a superfluous space which broke Cyrus
8045         servers.  This change will break other servers that are buggy the other
8046         way around.
8047
8048 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8049
8050         * spam.el: Reindent and fix long lines.
8051         (spam-copy-or-move-routine): Exclude invalid move destinations.
8052
8053 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8054
8055         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8056         installed the registry.
8057
8058 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8061
8062 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8063
8064         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8065         groupname doesn't contain "gmane".
8066
8067 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8068
8069         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8070         and netrc-bound-and-true-p bindings.
8071         (netrc-parse): Cache the netrc contents.
8072
8073         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8074         (gnus-1): Don't create the nndrafts group twice.
8075         (gnus-setup-news): There's no need to read the active file here, since
8076         that's done again later on a per-backend basis.
8077         (gnus-start-draft-setup): Make sure that the new group is started out
8078         empty.
8079
8080         * gnus-agent.el (gnus-agentize): Don't create the queue group
8081         automatically on startup.  It'll be created later, if needed.
8082
8083         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8084         of automatically subscribed groups.
8085         (gnus-auto-subscribed-categories): New variable.
8086         (gnus-matches-options-n): Use it.
8087         (gnus-default-subscribed-newsgroups): Remove unused variable.
8088         (gnus-start-draft-setup): Message a bit less.
8089
8090 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8091
8092         * nnir.el (nnir-run-imap): Return article list in order of increasing
8093         UID.
8094
8095 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * gnus-sum.el (gnus-summary-enter-digest-group):
8098         Mention gnus-auto-select-on-ephemeral-exit.
8099
8100         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8101         convention of the network-only option.
8102
8103 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104
8105         * proto-stream.el (proto-stream-open-network-only): New function to
8106         have a way to specify non-STARTTLS upgrade connections.
8107
8108 2010-12-10  Julien Danjou  <julien@danjou.info>
8109
8110         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8111         email address is nil.
8112
8113         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8114
8115 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8116
8117         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8118         deletion.
8119         (nnir-run-imap): Only need to parse list once.
8120
8121 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122
8123         * shr.el (shr-tag-script): Ignore <script>.
8124         (shr-tag-label): Add <label> support.
8125
8126 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8129
8130         * shr.el (shr-image-displayer): Work for images lined side by side.
8131
8132 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8133
8134         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8135         parameter, since XEmacs doesn't accept t as a parameter.
8136
8137 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8138
8139         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8140         ids.
8141         (nnir-run-gmane): Simplify groupspec formatting.
8142         (nnir-request-expire-articles): New function.
8143
8144 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145
8146         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8147         overflow, possibly.
8148
8149         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8150         (shr-render-td): Handle td style="" better.
8151         (shr-tag-table): Use the color from the style sheet.
8152         (shr-render-td): Make sure we copy over all the overlays, too.
8153
8154 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8155
8156         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8157         (nnir-request-article): Improve article retrieval.
8158
8159 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * mm-util.el (mm-extra-numeric-entities): New variable.
8162
8163         * mm-url.el (mm-url-decode-entities):
8164         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8165
8166         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8167
8168 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8169
8170         * message.el: Use completion-at-point.
8171         (message-completion-function): New fun, extracted from message-tab.
8172         (message-mode): Use it for completion-at-point-functions.
8173         (message-tab): Use it and completion-at-point.
8174
8175 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8178         character if a non-breakable character follows.
8179
8180 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8181
8182         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8183         any stream.
8184
8185         * shr.el (shr-tag-font): Colorize the region.
8186         (shr-tag-body): Ditto.
8187         (shr-tag-font): Actually let the styles be inherited instead of
8188         overwriting them.
8189         (shr-tag-font): Get the background color right.
8190         (shr-tag-style): Ignore all <style> tags for the moment.
8191
8192         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8193         a Message-ID to avoid having nnimap depend on gnus-sum.
8194
8195         * shr.el (shr-descend): Only colorize something if we have a node that
8196         sets colors.
8197
8198 2010-12-06  Julien Danjou  <julien@danjou.info>
8199
8200         * shr.el (shr-render-td): Render td content with shr-descend, so style
8201         will be applied to <td> too.
8202         (shr-colorize-region): Colorize region even if we only have a background.
8203         (shr-tag-body): Fix color and background color inheritance.
8204         Do not recolorize after shr-generic.
8205         (shr-tag-font): Let shr-generic colorize via inheritance.
8206
8207 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8210
8211 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8212
8213         * nnir.el (nnir-request-move-article): Remove obsolete code.
8214
8215 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8218
8219 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8220
8221         * gnus-sum.el (gnus-summary-respool-article): The completion function
8222         expects a list instead of an alist.
8223
8224         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8225         string as the parameter.
8226
8227         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8228
8229         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8230         styles.
8231         (shr-colorize-region): New function.
8232         (shr-insert-background-overlay): Remove.
8233         (shr-render-td): Background setting should be taken care of on a higher
8234         level.
8235         (shr-tag-body): Use post-hoc colorizations.
8236         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8237         (shr-put-color-1): Don't overwrite old colors.
8238         (shr-colorize-region): When the background color isn't explicit, use
8239         a fixed background.
8240
8241         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8242         nnmail variables.
8243
8244 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8245
8246         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8247         unless necessary.
8248
8249 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8250
8251         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8252         server.
8253
8254 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8255
8256         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8257         so that TAB works.
8258
8259         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8260         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8261
8262         * shr.el (shr-urlify): Show the URL before the title to avoid
8263         misleading URLs.
8264
8265 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8266
8267         * shr.el (shr-urlify): Display the title in <a> tags.
8268
8269 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8270
8271         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8272
8273 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8274
8275         * nnir.el: Rearrange code to allow macros to be autoloaded by
8276         gnus-sum.el.
8277         (nnir-retrieve-headers-override-function): Make this variable
8278         customizable.
8279         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8280
8281         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8282         from nnir.el.
8283
8284 2010-12-03  Julien Danjou  <julien@danjou.info>
8285
8286         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8287
8288 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8291         allow optional argument `environment'.
8292
8293 2010-12-03  Glenn Morris  <rgm@gnu.org>
8294
8295         * mm-extern.el (message-goto-body): Update declaration.
8296
8297 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-util.el (gnus-macroexpand-all): New function.
8300
8301         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8302         instead of macroexpand-all that is unavailable in XEmacs.
8303
8304 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8305
8306         * nnir.el (nnir-summary-line-format): New variable.
8307         (nnir-mode): Use it.
8308         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8309         (nnir-article-ids): Reimplement as defsubst.
8310         (nnir-retrieve-headers): Don't mangle the subject header.
8311         (nnir-run-imap): Use 100 as RSV score.
8312         (nnir-run-find-grep): Fix for full server searching.
8313         (nnir-run-gmane): Better restriction to gmane groups.
8314
8315         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8316         summary buffers.
8317
8318 2010-12-02  Julien Danjou  <julien@danjou.info>
8319
8320         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8321
8322         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8323
8324         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8325         support.
8326
8327 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8328
8329         * nnir.el: Update to handle the registry better.
8330         (autoload): Silence byte-compiler.
8331         (nnir-open-server): Add a hook for nnir groups.
8332         (nnir-request-move-article): Don't mangle the header.  Better to use
8333         formatting variables (which will be added in the future).
8334         (nnir-registry-action): Update the registry using the original article
8335         group name.
8336         (nnir-mode): Install nnir-specific hooks for updating the registry.
8337
8338         * gnus-sum.el
8339         (gnus-article-original-subject, gnus-newsgroup-original-name):
8340         Remove obsolete variables.
8341         (gnus-summary-move-article): Remove use of obsolete variables.
8342         (gnus-summary-local-variables): Make move and delete hooks local to
8343         summary buffers.
8344
8345 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * rtree.el: New file.
8348
8349 2010-12-01  Julien Danjou  <julien@danjou.info>
8350
8351         * message.el (message-user-organization): Do not use
8352         gnus-local-organization.
8353
8354         * gnus.el: Remove gnus-local-organization.
8355
8356         * gnus-msg.el: Remove nastygram thing.
8357
8358 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8359
8360         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8361         funcall.
8362
8363 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8366         names.
8367
8368         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8369         characters.
8370
8371         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8372         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8373         Suggested by Štěpán Němec <stepnem@gmail.com>.
8374         (gnus-gravatar-transform-address): Use mail-extract-address-components
8375         that supports non-ASCII names rather than mail-header-parse-addresses.
8376
8377 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8378
8379         * proto-stream.el (open-protocol-stream): All starttls connections are
8380         handled by the network handler.
8381
8382 2010-11-30  Julien Danjou  <julien@danjou.info>
8383
8384         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8385         (nnimap-open-connection-1): Fix PREAUTH.
8386
8387         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8388
8389 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8392         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8393         (shr-insert): Use them.
8394         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8395
8396 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8397
8398         * nnir.el (nnir-request-move-article): Bail out if original group
8399         doesn't support article moves.
8400         (nnir-get-active): Improve active list retrieval.
8401
8402 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8403
8404         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8405
8406 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8407
8408         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8409         seem to accept strings-with-numbers as port numbers.
8410
8411 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8412
8413         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8414         change the registry.
8415
8416 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8419         delete-dups that is not available in XEmacs 21.4.
8420
8421         * mm-util.el (mm-delete-duplicates): Add comment.
8422
8423 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8424
8425         * nnir.el (nnir-ignored-newsgroups): New variable.
8426         (nnir-get-active): Use it.
8427
8428 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8429
8430         * proto-stream.el (proto-stream-open-network): Add some comments.
8431
8432         * nntp.el (nntp-open-connection): Provide a :success condition.
8433
8434         * nnimap.el (nnimap-open-connection-1): Ditto.
8435
8436         * proto-stream.el (proto-stream-open-network): See what the response to
8437         the STARTTLS command is.
8438
8439         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8440         backwards compatibility).
8441         (nnimap-open-connection-1): Really respect nnimap-server-port.
8442
8443         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8444         TLS upgrades we don't really care about the identity of the peer.
8445         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8446         that what we've checked for.
8447         (proto-stream-always-use-starttls): Only default to t if
8448         open-gnutls-stream exists.
8449         (proto-stream-open-network): If STARTTLS failed, then just open a
8450         normal connection.
8451         (proto-stream-open-network): Wait until the greeting before doing
8452         STARTTLS.
8453
8454         * nntp.el (nntp-open-connection): Report what the connection error is.
8455
8456         * proto-stream.el (open-protocol-stream): Rename from
8457         open-proto-stream.
8458
8459 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8460
8461         * nnimap.el (nnimap-stream): Change default to `undecided'.
8462         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8463         first, and then network.
8464         (nnimap-open-connection-1): Respect nnimap-server-port.
8465         (nnimap-open-connection): Be more backwards-compatible.
8466
8467         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8468         (proto-stream-open-starttls): De-duplicate the starttls code.
8469         (proto-stream-open-starttls): Folded back into the main function.
8470         (proto-stream-open-network): Fix typo in the gnutls path.
8471         (proto-stream-command): Refactor out.
8472
8473         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8474
8475         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8476         starttls.el STARTTLS.
8477
8478         * color.el (color-lab->srgb): Fix function call name.
8479
8480         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8481         if we're using tls.el.
8482         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8483         built in, then don't try to establish a STARTTLS connection.
8484
8485         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8486         servers.
8487
8488         * proto-stream.el (open-proto-stream): Use network, not stream.
8489         (open-proto-stream): Add a way to specify what the end of a command is.
8490
8491         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8492         connections types.
8493         (nntp-open-network-stream): Remove.
8494         (nntp-open-ssl-stream): Remove.
8495         (nntp-open-tls-stream): Remove.
8496         (nntp-ssl-program): Remove.
8497
8498         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8499
8500 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8501
8502         * nnir.el: Fix typos.
8503         (nnir-retrieve-headers-override-function): Rename variable to reflect
8504         new semantics.
8505         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8506         macros.
8507         (nnir-request-article, nnir-request-move-article): Use them.
8508         (nnir-categorize): New function.
8509         (nnir-run-query): Use it.
8510         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8511         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8512         sorted.
8513         (nnir-group-full-name): Use gnus-group-full-name instead.
8514         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8515         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8516
8517 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8518
8519         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8520
8521         * proto-stream.el: New library to provide protocol-specific
8522         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8523         protocols.
8524         (open-proto-stream): Complete the documentation.
8525         (proto-stream-open-network): Fix some typos.
8526
8527         * nnimap.el (nnimap-open-connection): Use it.
8528
8529 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8530
8531         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8532         negotiation.
8533
8534 2010-11-26  Julien Danjou  <julien@danjou.info>
8535
8536         * color.el: Rename various rgb functions to srgb.
8537
8538 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8541         names.
8542
8543 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * shr.el (shr-insert): Revert last change.
8546         (shr-find-fill-point): Never leave point being at bol;
8547         relax the kinsoku limitation when rendering tables.
8548
8549 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550
8551         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8552         results from -accept-article.
8553
8554         * shr-color.el: Require cl when compiling.
8555
8556         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8557         checkin.
8558
8559         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8560
8561         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8562
8563         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8564         'add and 'delete to set backend marks.
8565
8566         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8567
8568         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8569
8570         * nntp.el (nntp-request-set-mark): Use it.
8571
8572         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8573
8574         * nnml.el (nnml-request-set-mark): Ditto.
8575
8576         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8577         introduces regressions in article selection.
8578         (nnimap-find-uid-response): New function.
8579         (nnimap-request-accept-article): Use the UID returned, if any.
8580         (nnimap-request-move-article): Use the UID returned, if any.
8581         (nnimap-get-groups): Reimplement to work with folded lines.
8582         (nnimap-find-uid-response): The UID is the last element in the list.
8583         (nnimap-request-set-mark): Extend syntax with 'set.
8584
8585         * nnml.el (nnml-request-set-mark): Ditto.
8586
8587         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8588
8589         * nntp.el (nntp-request-set-mark): Ditto.
8590
8591 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * message.el (message-called-interactively-p): A temporary macro.
8594         (message-goto-body): Use it temporarily.
8595
8596 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8599         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8600         (nnimap-last-response-string): Fix last unfolding fix.
8601
8602 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * shr.el (shr-insert): Fix the way to fold lines.
8605
8606 2010-11-25  Julien Danjou  <julien@danjou.info>
8607
8608         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8609
8610         * color.el: Rename from color-lab.el
8611         (color-rgb->hex): Add.
8612         (color-complement): Add.
8613         (color-complement-hex): Add.
8614
8615         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8616
8617 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * shr-color.el (shr-color-visible): Don't bug out if the color names
8620         don't exist.
8621
8622 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8625         assuming that article displaying or another mml-preview may be
8626         interrupted for an error or for the like.
8627
8628         * shr.el (shr-get-background): Fix argument name.
8629
8630 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8631
8632         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8633
8634         * gnus-sum.el (gnus-summary-include-articles): New function.
8635
8636         * message.el (message-goto-body): called-interactively-p needs a
8637         parameter, so use `any'.
8638
8639         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8640         clear marks before moving, since they're synced from the Gnus side
8641         first.
8642
8643         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8644         (gnus-summary-move-article): Copy over all marks before moving, so that
8645         IMAP doesn't think a new article has arrived.
8646
8647 2010-11-24  Julien Danjou  <julien@danjou.info>
8648
8649         * shr.el (shr-insert-background-overlay): Fix typo.
8650         (shr-render-td): Copy the background before rendering.
8651
8652         * shr-color.el (shr-color-visible): Fix docstring.
8653
8654         * shr.el (shr-tag-table): Add bgcolor support.
8655         (shr-render-td): Add bgcolor support.
8656         (shr-get-background): Add.
8657         (shr-insert-foreground-overlay): Use shr-get-background.
8658
8659         * message.el (message-goto-body): Use called-interactively-p.
8660         (message-in-body-p): message-goto-body returns point.
8661
8662 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8665         Fixes something or other in Emacs 23, and is backwards compatible.
8666
8667         * message.el (message-goto-body): Remove the <#secure special-casing,
8668         which is too special.
8669
8670         * shr.el (shr-parse-style): Drop !important from styles.
8671
8672 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8673
8674         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8675         this function to return incorrect results when calling it with an
8676         explicit article argument different from
8677         (gnus-summary-article-number).
8678
8679 2010-11-24  Julien Danjou  <julien@danjou.info>
8680
8681         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8682         (shr-tag-body): Add background support.
8683         (shr-descend): Add background support.
8684         (shr-tag-title): Add.
8685
8686         * shr-color.el (shr-color-visible): Really return original background
8687         if fixed.
8688
8689 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8690
8691         * shr.el (shr-color-check): Protect against non-existent color names.
8692
8693 2010-11-24  Julien Danjou  <julien@danjou.info>
8694
8695         * color-lab.el: Require 'cl when compiling.
8696
8697         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8698
8699         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8700         matched part.
8701
8702         * color-lab.el: Fix all expt calls to use float type.
8703
8704 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8707         expression to shr-color-check as is.
8708
8709         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8710
8711         * color-lab.el: Add coding cookie.
8712         (float-pi): Use eval-and-compile.
8713
8714         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8715         compiled for Emacsen having no `libxml-parse-html-region' support.
8716
8717 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8718
8719         * shr.el (shr-insert-color-overlay): Split stuff like
8720         "#444444 !important" to find the real color.
8721         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8722         parse <font color="red"> entries.
8723
8724 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8725
8726         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8727         point when parsing headers.
8728
8729         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8730         is positioned properly when parsing headers.
8731
8732 2010-11-23  Julien Danjou  <julien@danjou.info>
8733
8734         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8735
8736         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8737
8738         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8739
8740         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8741         Use shr-color-hue-to-rgb.
8742         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8743
8744 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * shr.el (shr-color->hexadecimal): Autoload.
8747         (shr-descend): Add color to all tags.
8748
8749 2010-11-22  Julien Danjou  <julien@danjou.info>
8750
8751         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8752         shr-color->hexadecimal.
8753
8754         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8755         RGB() or HSL() color representation.
8756
8757         * shr.el (shr-tag-font): Add.
8758         (shr-tag-color-check): New function to get better colors.
8759         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8760         tag-span.
8761
8762         * shr-color.el: New file.
8763
8764         * color-lab.el: New file.
8765
8766         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8767
8768 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8769
8770         * nnir.el: Fix typo in comments.
8771         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8772         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8773
8774 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8775
8776         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8777
8778         * nnimap.el (nnimap-get-capabilities): Refactor out.
8779         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8780
8781 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8782
8783         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8784         appearing when `mm-uu-hide-markers' is nil.
8785
8786 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8787
8788         * nnimap.el (nnimap-unselect-group): Make into its own function.
8789         (nnimap-request-rename-group): Unselect group before renaming.
8790         This had gotten lost somewhere.
8791         (nnimap-request-accept-article): Keep track of examined groups, and
8792         unselect the group before APPENDing to read-only groups.
8793         (nnimap-request-move-article): Clear flags before moving so that they
8794         can be re-set later.
8795
8796 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8799         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8800
8801 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-art.el (gnus-mime-display-single):
8804         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8805         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8806         parameter.
8807
8808 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809
8810         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8811         (shr-table-vertical-line): New variable.
8812         (shr-insert-table): Use it.
8813
8814 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus-html.el (gnus-html-wash-images): Don't display images if
8817         gnus-inhibit-images is non-nil; register displayer for cid images.
8818         (gnus-html-display-image): Work for cid image.
8819         (gnus-html-insert-image): Allow arguments.
8820         (gnus-html-put-image): Inhibit read-only.
8821         (gnus-html-prefetch-images): Don't prefetch images if
8822         gnus-inhibit-images is non-nil.
8823
8824 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8825
8826         * shr.el (shr-put-image): Break lines when inserting big pictures.
8827
8828 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8829
8830         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8831         sender, thanks Katsumi Yamaoka.
8832
8833 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8834
8835         * nnir.el (nnir-run-imap): Reverse the article list for each group
8836         rather than the whole list.
8837
8838 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * shr.el (shr-image-displayer): Protect function against non-existent
8841         image source.
8842
8843         * gnus-art.el (gnus-inhibit-images): New user option.
8844         (gnus-mime-display-single): Don't display image if it is non-nil.
8845
8846         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8847         gnus-inhibit-images.
8848
8849         * shr.el (shr-image-displayer): New function.
8850         (shr-tag-img): Use it.
8851
8852 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8853
8854         * mml2015.el (mml2015-epg-sign): Use From header.
8855
8856 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8857
8858         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8859
8860         * gnus-util.el (gnus-find-text-property-region): Return markers.
8861
8862         * shr.el (shr-tag-img): Put a displayer in the text property.
8863
8864         * gnus-util.el (gnus-find-text-property-region): New utility function.
8865
8866         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8867         (gnus-html-show-images): Remove.
8868
8869         * gnus-art.el (gnus-article-show-images): New, more general function.
8870
8871         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8872         image url text properties.
8873
8874         * shr.el: Ditto.
8875
8876         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8877         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8878
8879 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8882         work for two or more articles.
8883
8884 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8887         divide an image that's in an html article to two or more when washing
8888         non-ASCII characters in alt text of it.
8889
8890 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8893         smime-decrypt-region using function argument.
8894         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8895
8896         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8897
8898         * smime.el (smime-decrypt-region): Catch it.
8899
8900 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8901
8902         * smime.el (smime-mode-map): Move initialization into declaration.
8903         (gnus-run-mode-hooks): Don't autoload.
8904         (smime-mode): Use define-derived-mode.
8905
8906 2010-11-11  Glenn Morris  <rgm@gnu.org>
8907
8908         * smime.el (from): Restrict declaration to XEmacs.
8909
8910         * nnir.el (gnus-group-topic-name): Autoload.
8911
8912 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * shr.el (shr-insert): Don't break long line if it is because of
8915         kinsoku-bol characters in the line end.
8916
8917 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8918
8919         * nnir.el (nnir-request-move-article): Fix to provide original group
8920         and subject.
8921         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8922         been retrieved.
8923
8924         * gnus-sum.el (gnus-summary-move-article): Use original group and
8925         subject for virtual articles such as those in an nnir summary buffer.
8926
8927 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8930         least 21.5).
8931
8932         * smime.el (from): Declare it again for XEmacs.
8933
8934 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * message.el (message-resend): Don't disable encoding unless it's
8937         already encoded.
8938
8939         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8940         low-numbered articles.
8941
8942 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * rfc2047.el (rfc2047-syntax-table): Simplify.
8945
8946         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8947
8948         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8949         set-char-table-range for XEmacs.
8950
8951 2010-11-10  Glenn Morris  <rgm@gnu.org>
8952
8953         * time-date.el (time-to-seconds): Always an alias on Emacs,
8954         never a real function.
8955         (with-no-warnings): Remove compat stub, now unused.
8956         (time-less-p): Doc fix.
8957         (time-to-number-of-days): Simplify.
8958
8959         * smime.el (from): Remove unused declaration.
8960
8961         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8962         (gnus-float-time): On Emacs, always an alias.
8963
8964         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8965         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8966
8967 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * dgnushack.el: Don't use ignore-errors in the top level form since it
8970         is unavailable in XEmacs even if cl is loaded.
8971
8972         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8973
8974 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * shr.el (browse-url-mailto): Autoload.
8977
8978         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8979
8980         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8981         regexp doesn't need quoting.
8982
8983 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8984
8985         * message.el (message-subject-trailing-was-ask-regexp)
8986         (message-subject-trailing-was-regexp): Match was: in addition to was.
8987
8988 2010-11-09  Glenn Morris  <rgm@gnu.org>
8989
8990         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8991         (nnbabyl-check-mbox): Use point-at-bol.
8992
8993 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8996
8997         * message.el (message-mailto): New function.
8998         (message-mailto): Should accept other parameters.
8999         (message-mailto): Remove since it duplicates browse-url-mailto
9000         functionality.
9001
9002 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9003
9004         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9005         methods.
9006         (gnus-read-active-file): Ditto.
9007
9008         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9009         ": " from the prompt.
9010         (gnus-group-make-group): Ditto.
9011
9012 2010-11-07  Glenn Morris  <rgm@gnu.org>
9013
9014         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9015         (gnus-bookmark-kill-line): Use point-at-eol.
9016
9017 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9020         asterisks in From header.
9021
9022 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023
9024         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9025         string to avoid making the From headers syntactically invalid.
9026
9027         * message.el (message-send-mail): Don't insert courtesy messages if the
9028         message already has List-Post and List-ID messages.
9029
9030 2010-11-06  Glenn Morris  <rgm@gnu.org>
9031
9032         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9033         `condition', `type', `length' a prefix.
9034         (gnus-treat-predicate): Update for above name changes.
9035
9036 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9037
9038         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9039         binding.  Handled by `gnus-summary-refer-thread' instead.
9040         (nnir-warp-to-article): New backend function.
9041
9042         * nnimap.el (nnimap-request-thread): Force dependency updating.
9043
9044         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9045         (gnus-summary-refer-thread): Rework to improve thread-referral.
9046
9047         * gnus-int.el (gnus-warp-to-article): New function.
9048
9049         * gnus-sum.el (gnus-summary-article-map): Bind it.
9050
9051 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9052
9053         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9054         gnus-summary-refer-thread.
9055
9056         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9057         headers.
9058         (gnus-summary-limit-include-thread): Prevent articles in thread from
9059         being cut in gnus-cut-threads.
9060         (gnus-summary-refer-thread): Limit retrieved headers to those in
9061         thread.
9062
9063 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9064
9065         * message.el (message-send-mail): Use the value of
9066         message-courtesy-message from the message buffer.
9067
9068         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9069
9070         * shr.el (shr-browse-url): Implement mailto: URLs.
9071
9072         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9073         "raw".
9074
9075         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9076         if it's already selected.
9077
9078         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9079
9080 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9083         to measure the length and truncate alt text.
9084
9085 2010-11-03  Glenn Morris  <rgm@gnu.org>
9086
9087         * nndiary.el (nndiary-generate-nov-databases-1)
9088         (nndiary-generate-active-info): Rename dynamic variable `files' to
9089         something less generic.
9090
9091 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9092
9093         * nnir.el (nnir-request-move-article): Call the underlying backend to
9094         move articles from nnir.
9095
9096 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9097
9098         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9099
9100 2010-11-02  Julien Danjou  <julien@danjou.info>
9101
9102         * nnir.el: Remove wais support.
9103
9104 2010-11-02  Glenn Morris  <rgm@gnu.org>
9105
9106         * gnus-html.el: Reorder requirements to quieten compiler.
9107
9108 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9111         properly for XEmacs as well.
9112         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9113         (gnus-article-natural-long-line-p): Use window-width rather than
9114         frame-width.
9115
9116 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9117
9118         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9119         (nnir-read-parms): Don't modify query.
9120         (nnir-run-query): Add ability to search topic on current line.
9121         (nnir-get-active): Clean up.
9122
9123 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9124
9125         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9126         degenerate articles.
9127
9128         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9129         (gnus-print-buffer): Just print the buffer as is, without any copying
9130         to a buffer and then re-highlighting.
9131
9132         * nnimap.el (nnimap-request-group): Store the new updated info.
9133         (nnimap-request-group): Select the group when we don't know whether it
9134         exists or not.
9135
9136         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9137         groups.
9138
9139         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9140         groups.
9141
9142         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9143         groups.
9144
9145         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9146         long-lines case by only filling the long lines.
9147
9148         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9149         (bug#7311).
9150
9151 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * shr.el: No need to declare `declare-function' since shr.el is for
9154         only Emacsen that provide `libxml-parse-html-region'.
9155
9156         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9157         effective only in a file it is referred to.
9158
9159 2010-11-01  Glenn Morris  <rgm@gnu.org>
9160
9161         * mm-util.el (gnus-completing-read): Autoload.
9162         (mm-read-coding-system): Simplify Emacs definition.
9163
9164         * nnmail.el (gnus-activate-group):
9165         * nnimap.el (gnutls-negotiate):
9166         * nntp.el (netrc-parse): Fix declarations.
9167
9168 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9171         string-match-p in Emacs >=23.
9172
9173         * gnus-msg.el (gnus-configure-posting-styles):
9174         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9175
9176 2010-11-01  Glenn Morris  <rgm@gnu.org>
9177
9178         * nnir.el (declare-function): Add compat stub.
9179         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9180         (nnir-run-gmane): Require 'mm-url.
9181
9182         * mm-util.el (mm-string-to-multibyte): Simplify.
9183
9184         * shr.el (declare-function): Add compat stub.
9185         (url-cache-create-filename): Declare.
9186         (mm-disable-multibyte, widget-convert-button): Autoload.
9187
9188         * smime.el (ldap-search): Declare.
9189         (smime-cert-by-ldap-1): Require ldap on Emacs.
9190
9191         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9192         (nnimap-keepalive): Use gnus-float-time.
9193
9194         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9195         (mail-source-delete-crash-box): Use gnus-float-time.
9196
9197         * gnus-dired.el (gnus-completing-read): Autoload.
9198
9199         * mm-view.el (gnus-rescale-image): Autoload.
9200
9201         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9202
9203         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9204
9205         * sieve-manage.el: Require 'cl when compiling.
9206
9207         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9208         (gnus-iswitchb-completing-read): Require iswitchb.
9209         (gnus-select-frame-set-input-focus): Silence compiler.
9210
9211 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212
9213         * message.el (message-subject-trailing-was-query): Change default to t,
9214         since I think that's what most people want.
9215
9216         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9217         appending for easier debugging.
9218         (nnimap-wait-for-connection): Take a regexp.
9219         (nnimap-request-accept-article): Wait for the continuation line before
9220         sending anything unless we're streaming.
9221
9222         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9223         leave the header washing to take place.
9224
9225 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9226
9227         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9228         regular expression match and replace in posting styles.
9229
9230 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9231
9232         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9233         an entire server.
9234         (nnir-get-active): New function.
9235         (nnir-run-imap): Use it.
9236         (nnir-run-gmane): Who knew, gmane search returns an article score!
9237
9238         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9239         server on the current line with nnir.
9240
9241 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242
9243         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9244         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9245         left edge.
9246         (gnus-article-foldable-buffer): Skip past the prefix when determining
9247         raggedness.
9248
9249         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9250         the raw article, and change `C-u g' to show the article without doing
9251         treatments.
9252
9253         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9254         on to `gnus-treat-article'.
9255         (gnus-inhibit-article-treatments): New variable.
9256
9257         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9258
9259         * gnus-art.el (gnus-treatment-function-alist): Have
9260         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9261         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9262         sections.
9263
9264         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9265         parameter.
9266         (gnus-article-fill-cited-long-lines): New function.
9267         (gnus-article-fill-cited-article): Allow filling only long sections.
9268
9269         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9270         and non-punctuation (like after the apostrophe in "'We").
9271
9272         * gnus-sum.el (gnus-summary-select-article): Make sure
9273         gnus-original-article-buffer is alive.
9274
9275         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9276         reflect the order they're in in the digest.
9277
9278         * gnus.el (gnus-group-startup-message): Move point to the start of the
9279         buffer.
9280
9281         * nnimap.el (nnimap-capability): New function.
9282         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9283         is set.
9284
9285 2010-10-31  David Engster  <dengste@eml.cc>
9286
9287         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9288         conform with changes to gnus-completing-read.
9289
9290 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291
9292         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9293
9294 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9295
9296         * nnir.el: Move defvar, defcustom around to keep file organized
9297         and keep byte-compiler quiet.
9298         (nnir-read-parms): Accept search-engine as arg.
9299         (nnir-run-query): Pass search-engine as arg.
9300         (nnir-search-engine): Remove.
9301
9302 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9303
9304         * shr.el (shr-generic): The text nodes should be text, not :text.
9305
9306         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9307         later in the file.
9308
9309 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9310
9311         * nnir.el: General clean up.  Allow searching with multiple engines.
9312         Allow separate extra-parameters for each engine.
9313         Batch queries when possible.
9314         (nnir-imap-default-search-key, nnir-method-default-engines):
9315         Add customize interface.
9316         (nnir-run-gmane): New engine.
9317         (nnir-engines): Use it.  Qualify all prompts with engine name.
9318         (nnir-search-engine): Remove global variable.
9319         (nnir-run-hyrex): Restore for now.
9320         (nnir-extra-parms, nnir-search-history): New variables.
9321         (gnus-group-make-nnir-group): Use them.
9322         (nnir-group-server): Remove in favor of gnus-group-server.
9323         (nnir-request-group): Avoid searching twice.
9324         (nnir-sort-groups-by-server): New function.
9325
9326 2010-10-30  Julien Danjou  <julien@danjou.info>
9327
9328         * gnus-group.el: Remove gnus-group-fetch-control.
9329
9330         * gnus-start.el (gnus-find-new-newsgroups):
9331         Remove gnus-check-first-time-used.
9332
9333         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9334
9335 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9336
9337         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9338         set on groups that don't have \* permanentflags.
9339
9340 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9341
9342         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9343         control the background color.
9344         (shr-tag-img): Ignore very small web bug type images.
9345         (shr-put-image): Add help-echo alt texts to the images.
9346         (shr-tag-video): Show the video poster image.
9347
9348 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9349
9350         * shr.el (shr-table-depth): New variable.
9351         (shr-tag-table-1): Only insert the images after the top-level table.
9352
9353         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9354
9355         * gnus-util.el (gnus-list-memq-of-list): New function.
9356
9357         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9358         selected.
9359         (nnimap-unsplittable-articles): New slot.
9360         (nnimap-new-articles): Use it.
9361
9362 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9363
9364         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9365         move to the previous line on `M-g'.
9366
9367 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9370         *-request-group, which seems unnecessary.
9371
9372         * nnimap.el (nnimap-quote-specials): Function copied over from
9373         imap.el.
9374         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9375         they support that.  Suggested by Tom Regner.
9376
9377 2010-10-29  Julien Danjou  <julien@danjou.info>
9378
9379         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9380         defalias.
9381         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9382
9383         * gnus.el: Remove `gnus-nntp-service' variable.
9384         (gnus-secondary-servers): Make obsolete.
9385         (gnus-nntp-server): Make obsolete.
9386
9387         * gnus-start.el (gnus-1): Remove x-splash calls.
9388
9389         * gnus-ems.el (gnus-x-splash): Remove.
9390
9391         * gnus.el (gnus-group-startup-message): Simplify/update code.
9392
9393         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9394         definition.
9395
9396         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9397         capability before doing anything.
9398         (gnus-group-insert-group-line): Remove useless
9399         gnus-group-remove-excess-properties.
9400
9401 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9404
9405 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406
9407         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9408         config after reselecting.
9409
9410 2010-10-28  Julien Danjou  <julien@danjou.info>
9411
9412         * shr.el (shr-put-image): Use point even if only inserting text.
9413         (shr-put-image): Save excursion when inserting alt text on non-graphic
9414         display, so the behavior is the same when we are on a graphic display.
9415
9416         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9417
9418 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9421         (gnus-mime-copy-part): Check coding system, not charset.
9422         (gnus-mime-view-part-externally): Never remove part.
9423         (gnus-mime-view-part-internally): Don't remove part here.
9424         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9425         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9426         multipart/alternative.
9427
9428         * mm-decode.el (mm-display-part): Take optional arg `force'.
9429
9430 2010-10-26  Julien Danjou  <julien@danjou.info>
9431
9432         * gnus-group.el (gnus-group-default-list-level): Add this function to
9433         compute the default list level.
9434         (gnus-group-default-list-level): Add possibility to use a function.
9435
9436 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9439
9440         * gnus-group.el (gnus-group-completing-read)
9441         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9442         gnus-replace-in-string.
9443
9444 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * shr.el (shr-tag-div): Add.
9447
9448         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9449
9450 2010-10-25  Julien Danjou  <julien@danjou.info>
9451
9452         * gnus-util.el: Remove `gnus-with-local-quit'.
9453
9454         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9455
9456 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9457
9458         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9459         the original article buffer.
9460
9461 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9462
9463         * nnimap.el (nnimap-request-head): New function.
9464         (nnimap-request-move-article): Try to be slightly faster by not
9465         requesting the entire message when moving.
9466         (nnimap-transform-headers): Don't bug out on bodiless articles.
9467         (nnimap-send-command): Have no outstanding messages if the IMAP server
9468         doesn't support streaming.
9469         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9470
9471 2010-10-24  Julien Danjou  <julien@danjou.info>
9472
9473         * message.el (message-default-headers): Fix type.
9474
9475 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9476
9477         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9478         prefetching images.
9479
9480         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9481         backend for unknown groups.  This is mainly useful for nnimap groups.
9482
9483         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9484         group isn't covered by the agent.
9485
9486 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9487
9488         * nnir.el (nnir-method-default-engines): New variable.
9489         (nnir-run-query): Use it.
9490         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9491         (gnus-summary-nnir-goto-thread): Change group if needed.
9492
9493         * gnus-group.el (gnus-group-group-map): Add key binding for
9494         gnus-group-make-nnir-group.
9495
9496 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9497
9498         * shr.el (shr-tag-object): Add.
9499
9500         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9501         original article buffer live.
9502         (gnus-summary-select-article-buffer):
9503         Mention gnus-widen-article-buffer.
9504
9505 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9506
9507         * shr.el (shr-tag-strong): Add.
9508
9509 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510
9511         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9512         group names.  They mess up the group buffer badly.
9513
9514         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9515
9516         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9517         instead of the summary one.
9518
9519 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * mml.el (mml-preview): Work properly when editing article.
9522
9523         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9524         gnus-have-read-active-file if it's already been in.
9525
9526 2010-10-22  Tom Tromey  <tromey@redhat.com>
9527
9528         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9529         gnus-group-completing-read.
9530
9531 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532
9533         * message.el (message-mode-map): Don't bind M-; to comment region, to
9534         allow the global comment-dwim to work.
9535
9536 2010-10-21  Julien Danjou  <julien@danjou.info>
9537
9538         * message.el (message-setup-1): Allow message-default-headers to be a
9539         function.
9540
9541 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * shr.el (shr-tag-table): Simplify.
9544
9545 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546
9547         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9548         to avoid trying to snarf invalid stuff.
9549
9550         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9551
9552         * gnus.el (gnus-message-archive-group): Quote value.
9553         (gnus-message-archive-group): Mark as changed.
9554
9555         * shr.el (shr-add-font): Don't put the font properties on the newline
9556         or the indentation.
9557
9558         * message.el (message-fix-before-sending): Change options when sending
9559         non-printable characters.
9560
9561         * gnus.el (gnus-message-archive-method): Change the default to
9562         monthly outgoing groups.
9563
9564         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9565         that have gotten new numbers.
9566
9567         * nnimap.el (nnimap-request-replace-article): New function.
9568
9569 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9572         (nnrss-request-article): Don't use special html washing code.
9573
9574 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * shr.el (shr-tag-table): Remove useless nconc.
9577
9578 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9579
9580         * gnus-art.el (article-wash-html): Simplify and remove the charset
9581         stuff.  Use the normal html rendering code instead of the special html
9582         washing code.
9583
9584         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9585         `gnus-w3m' symbols.
9586         (mm-text-html-washer-alist): Remove.
9587
9588         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9589         (mm-inline-media-tests): Remove use.
9590         (mm-text-html-renderer): Change default to the `shr' symbol.
9591
9592         * mm-view.el (mm-inline-text-html): Remove use.
9593
9594         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9595         `gnus-blocked-images' to be a function.
9596         (gnus-article-wash-function): Remove.
9597
9598 2010-10-20  Julien Danjou  <julien@danjou.info>
9599
9600         * spam.el (spam-list-of-processors): Mark as obsolete.
9601
9602         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9603         (nnimap-insert-partial-structure): Fix boundary detection.
9604
9605 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9606
9607         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9608         run file-truename on remote files.  This can be expensive and even
9609         prevent one from editing drafts if some unrelated buffer has a stale
9610         connection.
9611
9612 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9615         kinsoku-eol regardless of shr-kinsoku-shorten.
9616         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9617         (shr-tag-table): Support caption, thead, and tfoot.
9618
9619 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9622         lines.
9623         (shr-save-contents): New command and keystroke.
9624
9625         * nndoc.el (nndoc-type-alist): Add git support.
9626         (nndoc-git-type-p): New function.
9627         (nndoc-transform-git-article): Ditto.
9628         (nndoc-transform-git-headers): Ditto.
9629         (nndoc-transform-git-headers): Generate Subject headers.
9630
9631         * shr.el (shr-parse-style): New function.
9632         (shr-tag-span): Ditto.
9633
9634         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9635         to `G G' to avoid collisions.
9636
9637 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * shr.el: Load kinsoku if necessary.
9640         (shr-kinsoku-shorten): New internal variable.
9641         (shr-find-fill-point): Make kinsoku shorten text line if
9642         shr-kinsoku-shorten is bound to non-nil.
9643         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9644         shr-indentation too when testing if table is wider than frame width.
9645         (shr-insert-table): Use `string-width' instead of `length' to measure
9646         text width.
9647         (shr-insert-table-ruler): Make sure indentation is done at bol.
9648
9649 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9650
9651         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9652         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9653         undecoded network data.
9654
9655 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9658         name in the mode line spec so that the mode line menu works
9659         (bug#2431).
9660
9661         * message.el (message-get-reply-headers): If we're fed `to-address',
9662         then always use that.
9663
9664         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9665         aren't so wide as to need to switch off the edit menu.
9666
9667         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9668         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9669
9670         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9671         `M-g'.
9672         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9673         the permanent marks.
9674
9675 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9676
9677         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9678         Splitting according to references/in-reply-to obeys the ignore-groups
9679         variable, while splitting by sender and subject do not.
9680
9681 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9682
9683         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9684         alist, so that we can look for non-Unicode chars.
9685         (article-translate-strings): Allow both character and string maps.
9686
9687 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * shr.el (shr-insert): Don't insert space behind a wide character
9690         categorized as kinsoku-bol, or between characters both categorized as
9691         nospace.
9692
9693 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9694
9695         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9696         headers to gnus-newsgroup-headers.
9697
9698 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699
9700         * shr.el (shr-tag-img): Don't align images -- since we're not
9701         rescaling, this often leads to ugly displays.
9702
9703 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9704
9705         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9706         duplicates.
9707
9708 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9709
9710         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9711         call.
9712
9713 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9714
9715         * gnus.el: Autoload gnus-html-show-images.
9716
9717         * nnimap.el: Use nnheader-message throughout.
9718
9719         * shr.el (shr-tag-img): Ignore images with no data.
9720
9721 2010-10-15  Julien Danjou  <julien@danjou.info>
9722
9723         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9724         a possibility to disable format=flow encoding when using hard newlines.
9725
9726 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * shr.el (shr-insert): Remove space inserted before or after a
9729         breakable character or at the beginning or the end of a line.
9730         (shr-find-fill-point): Do kinsoku; find the second best point or give
9731         it up if there's no breakable point.
9732
9733 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9734
9735         * nnimap.el (nnimap-open-connection): Message when opening connection
9736         for debugging purposes.
9737
9738         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9739         on every setup buffer call to allow this to change from article to
9740         article.
9741
9742         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9743         buffers where we have a wide table.
9744
9745 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9746
9747         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9748         uses *-request-thread.
9749
9750 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9751
9752         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9753         incantation, which is no longer valid.
9754
9755 2010-10-14  Julien Danjou  <julien@danjou.info>
9756
9757         * shr.el: Fix defcustom type (char -> character).
9758
9759 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9760
9761         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9762         programs.
9763
9764 2010-10-14  Julien Danjou  <julien@danjou.info>
9765
9766         * shr.el (shr-tag-a): Use url-link as widget type.
9767
9768         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9769         `gnus-group-get-icon'.
9770
9771 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9772
9773         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9774         This should make server editing work better.
9775
9776         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9777
9778         * tls.el (tls-program): Remove spurious %s from openssl.
9779
9780         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9781         (nnimap-parse-flags): Fix regexp.
9782
9783         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9784         probably work for CJVK text, too.
9785
9786         * nnimap.el (nnimap-extend-tls-programs): Remove.
9787         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9788
9789         * tls.el (tls-starttls-switches): Remove starttls hack.
9790         (open-tls-stream): Ditto.
9791         (tls-find-starttls-argument): Ditto.
9792
9793 2010-10-13  Julien Danjou  <julien@danjou.info>
9794
9795         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9796         responses.
9797
9798 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9801
9802         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9803         anything in Emacs.
9804
9805         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9806
9807 2010-10-13  Julien Danjou  <julien@danjou.info>
9808
9809         * shr.el (shr-width): Make shr-width a defcustom with default to
9810         fill-column.
9811         (shr-tag-img): Use shr-width rather than fill-column.
9812
9813 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * dgnushack.el (byte-optimize-apply):
9816         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9817
9818         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9819         position when (X-)Faces exist.
9820         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9821         avatars when called interactively.
9822
9823 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9826         gnus-article-x-face-too-ugly is bound.
9827
9828 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9829
9830         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9831
9832         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9833         mailbox that doesn't exist.
9834
9835 2010-10-12  Julien Danjou  <julien@danjou.info>
9836
9837         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9838         (shr-get-image-data): Encode URL properly when fetching from cache.
9839         (shr-tag-img): Use aligned-to spaces to align correctly images.
9840
9841         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9842         before inserting the Gravatar.
9843
9844         * shr.el (shr-tag-img): Add align attribute support for <img>.
9845
9846 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9847
9848         * gnus-gravatar.el (gnus-art): Require.
9849
9850         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9851         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9852         Remove long obsoleted functions.
9853
9854 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9857
9858         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9859
9860         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9861         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9862         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9863         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9864         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9865         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9866         * sieve-manage.el, smime.el, spam.el:
9867         Fix comment for declare-function.
9868
9869 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9870
9871         * nnimap.el (nnimap-request-rename-group): Select group read-only
9872         before renaming it.
9873
9874         * shr.el (shr-insert): Fix up the white space only regexp.
9875
9876         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9877         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9878
9879         * shr.el (shr-current-column): New function.
9880         (shr-find-fill-point): New function.
9881
9882 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9883
9884         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9885         numbers.
9886
9887 2010-10-11  Julien Danjou  <julien@danjou.info>
9888
9889         * shr.el (shr-hr-line): Add.
9890         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9891         display hr lines.
9892         (shr-max-columns): Do not change state to nil if we just inserting
9893         spaces.
9894
9895 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9896
9897         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9898         select the last group.
9899
9900 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9901
9902         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9903
9904 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9905
9906         * dig.el (dig-mode-map): Declare and define in one step.
9907
9908 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9909
9910         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9911         for Gnus.
9912         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9913         (nnimap-update-qresync-info): Mark \Seen articles as read.
9914
9915         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9916         non-variable, too.
9917
9918         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9919         available.
9920         (nnimap-update-info): Rely more on the current active than the param
9921         active to avoid marking articles as read too much.
9922
9923         * auth-source.el (auth-source-create): Use (user-login-name) for the
9924         user name default.
9925
9926         * nnimap.el (nnimap-update-info): If the server doesn't return any
9927         useful info, just use the previous info.
9928         (nnimap-update-info): Prefer old info over start-article.
9929         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9930
9931 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9932
9933         * nnir.el (autoload): Clean up autoloads.
9934         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9935         Use key rather than value.
9936         (nnir-imap-search-other): New variable.
9937         (nnir-read-parm): Use it.
9938         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9939         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9940
9941 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9942
9943         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9944         the process, too.
9945
9946 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9947
9948         * spam.el (gnus-summary-mode-map): Bind to "$".
9949         Suggested by Russ Allbery.
9950
9951         * shr.el: Rework the way things are indented by <li> slightly.
9952
9953         * gnus.el (gnus-group-set-parameter): Fix typo.
9954
9955         * nnimap.el: Start implementing QRESYNC support.
9956
9957 2010-10-09  Julien Danjou  <julien@danjou.info>
9958
9959         * nnir.el (nnir-engines): Fix too many arguments.
9960
9961 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9962
9963         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9964         group is the "last", so that the backends like nnfolder actually save
9965         their folders.
9966
9967         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9968         try to use that for the tls stream.
9969         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9970         UIDVALIDITY and find out which groups are read-only and not.
9971         (nnimap-get-flags): Use the same marks parsing code as the rest of
9972         nnimap.
9973
9974 2010-10-09  Julien Danjou  <julien@danjou.info>
9975
9976         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9977
9978         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9979         retrieving gravatars.
9980
9981         * shr.el (shr-table-corner): Add.
9982         (shr-table-line): Add.
9983         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9984
9985 2010-10-08  Julien Danjou  <julien@danjou.info>
9986
9987         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9988
9989 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9990
9991         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9992
9993         * gnus-sum.el (gnus-mark-article-as-unread)
9994         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9995         (gnus-summary-set-bookmark): Use it.
9996
9997         * gnus-msg.el (gnus-setup-message): Use it.
9998
9999         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10000
10001         * gnus.el (gnus-group-remove-parameter): Use it.
10002
10003         * gnus-group.el (gnus-group-make-web-group): Use it.
10004
10005         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10006
10007         * nnregistry.el: Update docs to mention manual.
10008
10009         * gnus-registry.el: Update docs to mention nnregistry.el.
10010         (gnus-registry-initialize): Don't install nnregistry refer method
10011         automatically.
10012         (gnus-registry-install-nnregistry): Remove it.
10013
10014 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10015
10016         * shr.el (shr-insert): Don't insert double spaces.
10017
10018 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * gnus-gravatar.el (gnus-treat-from-gravatar)
10021         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10022         called interactively.
10023
10024         * gnus-art.el (gnus-mime-view-part-externally)
10025         (gnus-mime-view-part-internally): Make predicate function passed to
10026         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10027         of a mime type.
10028
10029         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10030
10031 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * shr.el (require): Require cl when compiling.
10034         (shr-tag-hr): New function.
10035
10036         * nnimap.el (nnimap-update-info): Remove double setting of high.
10037         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10038         This makes nnimap work properly on Courier again.
10039
10040         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10041         the variable for backwards compatibility.
10042
10043         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10044         the file name before using to avoid setting mm-default-directory to
10045         nil.
10046
10047         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10048         bidning gnus-agent variables.
10049
10050         * shr.el (shr-render-td): Use a cache for the table rendering function
10051         to avoid getting an exponential rendering behavior in nested tables.
10052         (shr-insert): Rework the line-breaking algorithm.
10053         (shr-insert): Don't leave trailing spaces.
10054         (shr-insert-table): Also insert empty TDs.
10055         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10056
10057 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10058
10059         * gnus-sum.el (gnus-number): Rename from `number'.
10060         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10061         (gnus-summary-limit-children): Update uses correspondingly.
10062
10063 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10066         (gnus-gravatar-transform-address): Don't show avatars of people of
10067         which mail addresses match gnus-gravatar-too-ugly.
10068
10069 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10070
10071         * shr.el (shr-table-widths): Expand TD elements to fill available
10072         space.
10073
10074 2010-10-07  Julien Danjou  <julien@danjou.info>
10075
10076         * nnimap.el (nnimap-request-rename-group): Add this method.
10077
10078 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10081         name from XEmacs' function-arglist.
10082
10083         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10084         gravatar under XEmacs.
10085
10086 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10087
10088         * auth-source.el: Update docs with TODO items.
10089
10090         * gnus-sync.el: Update docs to explain state and plans.
10091
10092         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10093         Hooks for mark updates.
10094         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10095
10096         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10097         hooks with arguments, which is needed for mark update hooks.
10098
10099 2010-10-06  Julien Danjou  <julien@danjou.info>
10100
10101         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10102         was matched.
10103
10104         * sieve-manage.el: Update example in `Commentary'.
10105
10106         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10107
10108         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10109         not 2000.
10110         (sieve-manage-authenticate): Re-add function.
10111
10112 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10113
10114         * shr.el (shr-insert): Get 'space transition right.
10115         (shr-render-td): Only delete space at the end of the TD.
10116
10117         * nnimap.el (nnimap-open-connection): Prepare to support
10118         open-gnutls-stream.
10119
10120         * shr.el: Rearrange function order to be more logical.
10121
10122 2010-10-06  Julien Danjou  <julien@danjou.info>
10123
10124         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10125         (nnrss-discover-feed): Remove 404 URL in docstring.
10126
10127         * nnir.el: Fix Swish-E URL.
10128         Fix Namazu URL.
10129
10130         * message.el (message-change-subject): Remove 404 URL in a comment.
10131
10132 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10135         called interactively.
10136
10137         * gnus-util.el (gnus-remove-if): Allow hash table.
10138         (gnus-remove-if-not): New function.
10139
10140         * gnus-art.el (gnus-mime-view-part-as-type):
10141         * gnus-score.el (gnus-summary-score-effect):
10142         * gnus-sum.el (gnus-read-move-group-name):
10143         Replace remove-if-not with gnus-remove-if-not.
10144
10145         * gnus-group.el (gnus-group-completing-read):
10146         Regard collection as a hash table if it is not a list.
10147
10148 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10149
10150         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10151
10152         * shr.el: Document the table-rendering algorithm.
10153
10154 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10157         for Emacsen having no `libxml-parse-html-region' support.
10158
10159 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10160
10161         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10162         invalid URLs.
10163
10164         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10165         line-broken.
10166         (shr-tag-img): Ignore image fetching errors.
10167         (shr-overlays-in-region): Compute overlay positions correctly.
10168
10169         * mm-decode.el (mm-shr): Require shr.
10170
10171         * gnus-art.el (gnus-blocked-images): Move variable here.
10172
10173         * shr.el (shr-insert-table): Bind free variable.
10174
10175         * mm-decode.el (mm-shr): Bind shr-content-function.
10176
10177         * shr.el (shr-content-function): New variable.
10178
10179         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10180         added for symmetry.
10181
10182         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10183
10184         * gnus-group.el (gnus-group-make-group): Doc fix.
10185
10186         * nnimap.el (nnimap-request-newgroups): Return success.
10187
10188         * shr.el (shr-find-elements): New function.
10189         (shr-tag-table): Put all the images after the table.
10190         (shr-tag-table): Really inhibit images inside the table.
10191         (shr-collect-overlays): Copy over overlays from the TD elements to the
10192         main document.
10193
10194         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10195         gnus-blocked-images.
10196
10197 2010-10-05  Julien Danjou  <julien@danjou.info>
10198
10199         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10200
10201         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10202         (gnus-html-maximum-image-size): Add this function.
10203         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10204
10205         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10206         server-value of the capability is nil.
10207
10208 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10209
10210         * shr.el (shr-tag-em): Add <EM> tag.
10211
10212 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10213
10214         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10215         customizable.
10216
10217         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10218         handing broken links to browse-url.
10219
10220 2010-10-05  Julien Danjou  <julien@danjou.info>
10221
10222         * gnus-util.el (gnus-emacs-completing-read)
10223         (gnus-iswitchb-completing-read): Use autoload rather than require.
10224
10225 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10228         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10229         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10230         iswitchb-temp-buflist for XEmacs.
10231
10232         * gnus-util.el (gnus-completing-read-function): Exclude
10233         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10234         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10235         XEmacs.
10236
10237         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10238         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10239
10240         * gnus-html.el: Don't require help-fns under XEmacs.
10241         (gnus-html-schedule-image-fetching): Work for XEmacs.
10242
10243         * mm-decode.el (mm-shr): Decode contents by charset.
10244
10245 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10246
10247         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10248         unknown.
10249
10250         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10251         (shr-get-image-data): Ensure against the cache file missing.
10252
10253         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10254         for data.
10255
10256         * spam-report.el (spam-report-url-ping-plain): Don't query about
10257         killing the process.
10258
10259         * shr.el (shr-render-td): Protect against too-wide text.
10260
10261 2010-10-04  Julien Danjou  <julien@danjou.info>
10262
10263         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10264         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10265
10266         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10267         retrieved.
10268
10269 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270
10271         * shr.el (browse-url): Require.
10272         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10273         lines.
10274         (shr-show-alt-text, shr-browse-image): New commands.
10275         (shr-browse-url, shr-copy-url): New commands.
10276
10277         * gnus-sum.el (gnus-widen-article-window): New variable.
10278         (gnus-summary-select-article-buffer): Use it.
10279
10280         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10281         without @ signs.
10282
10283 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10284
10285         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10286
10287 2010-10-04  Julien Danjou  <julien@danjou.info>
10288
10289         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10290         for XEmacs.
10291
10292 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10293
10294         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10295
10296         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10297         (nnimap-close-server): Implement.
10298
10299         * dgnushack.el (iswitchb): Require to shut up the compiler.
10300
10301         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10302         (shr-insert): Tweak line breaking.
10303         (shr-insert): Handle <pre> better.
10304         (shr-tag-li): Get <li> indentation right.
10305         (shr-tag-li): Get <li> indentation even righter.
10306         (shr-tag-blockquote): Ensure paragraph start.
10307         (shr-make-table): Tweak table generation.
10308         (shr-make-table): Fix typo.
10309
10310         * shr.el: Implement table rendering.
10311
10312 2010-10-04  Julien Danjou  <julien@danjou.info>
10313
10314         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10315
10316 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10317
10318         * shr.el (shr-insert): Use string anchors instead of line anchors.
10319
10320 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10321
10322         * shr.el: Add headings.
10323         (shr-ensure-paragraph): Actually work.
10324         (shr-tag-li): Make <ul> prettier.
10325         (shr-insert): Get white space at the beginning/end of elements right.
10326         (shr-tag-p): Collapse subsequent <p>s.
10327         (shr-ensure-paragraph): Don't insert double line feeds after blank
10328         lines.
10329         (shr-insert): \t is also space.
10330         (shr-tag-s): Fix "s" tag name function.
10331         (shr-tag-s): Fix face prop name.
10332
10333 2010-10-03  Julien Danjou  <julien@danjou.info>
10334
10335         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10336
10337         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10338         gnus-window-inside-pixel-edges.
10339
10340         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10341         gnus-ems.
10342
10343         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10344
10345         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10346         function.
10347
10348         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10349         resize choice.
10350
10351 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10352
10353         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10354         beginning of the buffer.
10355
10356         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10357         article buffer again.
10358
10359         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10360
10361         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10362         when it's at the start of the buffer.
10363
10364         * shr.el (shr-tag-blockquote): Convert name.
10365         (shr-rescale-image): Use the right image-size variant.
10366
10367         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10368         buffer isn't shown, then select the current article first instead of
10369         bugging out.
10370         (gnus-summary-select-article-buffer): Show both the article and summary
10371         buffers again.
10372
10373         * shr.el (shr-fontize-cont): Protect against regions with no text.
10374         Rename tag functions to shr-tag-* for enhanced security.
10375         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10376
10377 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10378
10379         * shr.el (shr-insert):
10380         * pop3.el (pop3-movemail):
10381         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10382         loaded.
10383
10384 2010-10-03  Glenn Morris  <rgm@gnu.org>
10385
10386         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10387
10388         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10389
10390         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10391
10392         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10393
10394         * gnus-util.el (gnus-make-local-hook): Simplify.
10395
10396 2010-10-02  Julien Danjou  <julien@danjou.info>
10397
10398         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10399         (gnus-ido-completing-read): New function.
10400         (gnus-emacs-completing-read): New function.
10401         (gnus-completing-read): Use gnus-completing-read-function.
10402         Add gnus-completing-read-function.
10403
10404 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10405
10406         * shr.el (shr-insert-document): Autoload.
10407         (shr-img): Be silent.
10408         (shr-insert): Add a newline after every picture before text.
10409         (shr-add-font): Use overlays for combining faces.
10410         (shr-insert): Pass upwards the text start point.
10411
10412         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10413         possible.
10414         (mm-shr): New function.
10415
10416 2010-10-02  Julien Danjou  <julien@danjou.info>
10417
10418         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10419         should go backward.
10420
10421 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10422
10423         * shr.el (shr): Fix typo in provide call.
10424
10425 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10426
10427         * shr.el: New file.
10428
10429         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10430
10431         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10432         completing read.
10433
10434 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10435
10436         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10437         we're being queried about.  Suggested by Dan Jacobson.
10438
10439         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10440         Suggested by Jason Eisner.
10441
10442         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10443         table, too.  Suggested by Stefan Wiens.
10444         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10445         the table unnecessary.  Suggested by Stefan Wiens.
10446
10447         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10448         longer needed, and probably doesn't work either, as pointed out by
10449         Stefan Wiens.
10450         (gnus-summary-exit): Remove call to the clearing function.
10451         (gnus-summary-exit-no-update): Ditto.
10452
10453         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10454         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10455         Reported by Stefan Monnier.
10456         (gnus-summary-save-in-rmail): Ditto.
10457
10458         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10459         article buffer, instead of both the article buffer and the summary
10460         buffer.  Sort of suggested by Dan Jacobson.
10461
10462         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10463
10464         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10465         Suggested by Dan Jacobson.
10466
10467         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10468         documentation clearer.
10469
10470         * message.el (message-shorten-references): Comment on the number "21".
10471         Suggested by Stefan Monnier.
10472
10473         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10474         Suggested by Dan Jacobson.
10475
10476         * gnus.el (gnus-large-newsgroup):
10477         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10478
10479         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10480         externalize attachments.  Bug reported by Steve Wen.
10481
10482         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10483         really message anything to the user.
10484
10485         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10486         directly.
10487
10488         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10489         messages in empty groups.
10490
10491 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10492
10493         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10494         non-UIDNEXT group.
10495
10496 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497
10498         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10499         not the value from the collection.
10500
10501         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10502         values.  This sometimes happens on some groups that have no info.
10503         (nnimap-request-newgroups): New function.
10504
10505 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10506
10507         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10508         check into `gnus-registry-initialize'.
10509         (gnus-registry-initialize): Ditto.
10510         Fix and extend header docs.
10511
10512 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513
10514         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10515         regexp backtrace overflows.
10516
10517         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10518         for starttls that tls.el implements; i.e. openssl.
10519
10520         * tls.el (tls-starttls-switches): Give up on using starttls with
10521         gnutls-cli.
10522         (tls-program): Add --insecure to be consistent with the defaults from
10523         openssl s_client.  Now all three commands are insecure.
10524
10525 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * lpath.el: Bind completion-styles-alist for XEmacs.
10528
10529         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10530         (gravatar-create-image): New function that's an alias to
10531         gnus-xmas-create-image, gnus-create-image, or create-image.
10532         (gravatar-data->image): Use it.
10533
10534 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10535
10536         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10537         install the nnregistry refer method.
10538         (gnus-registry-install-hooks): Use it.
10539         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10540         unfollowed groups.
10541
10542 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10543
10544         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10545         expanding threads.
10546
10547 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10548
10549         * nnir.el: Use the server names without suffixes (bug#7009).
10550
10551         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10552         unencrypted to STARTTLS, if possible.
10553
10554 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10555
10556         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10557         headers before superseding.
10558
10559 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10560
10561         * nnrss.el (nnrss-use-local): Add documentation.
10562
10563         * nnimap.el (nnimap-extend-tls-programs): New function.
10564         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10565         (nnimap-wait-for-connection): Accept the greeting from the stupid
10566         output from openssl s_client -starttls, too.
10567
10568         * tls.el (tls-starttls-switches): New variable.
10569         (tls-find-starttls-argument): Use it.
10570         (open-tls-stream): Ditto.
10571
10572         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10573         (netrc-machine): Ditto.
10574
10575         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10576         article number.
10577         (nnimap-split-fancy): New variable.
10578         (nnimap-split-incoming-mail): Use it.
10579
10580         * nntp.el (nntp-server-list-active-group): Document.
10581
10582         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10583         SELECT to get the message-id.
10584
10585         * mail-source.el (mail-sources): Remove webmail support.
10586         (defvar): Ditto.
10587         (mail-source-fetcher-alist): Ditto.
10588         (mail-source-fetch-webmail): Remove.
10589
10590         * webmail.el: Remove -- doesn't seem relevant any more.
10591
10592         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10593
10594         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10595         the \r.
10596
10597 2010-09-30  Julien Danjou  <julien@danjou.info>
10598
10599         * gnus-agent.el (gnus-agent-add-group): Fix call to
10600         gnus-completing-read.
10601
10602 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10603
10604         * nndoc.el (nndoc-retrieve-groups): New function.
10605
10606         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10607         `default', use nnmail-split-methods.
10608         (nnimap-request-article): Downcase the NILs so that they are nil.
10609
10610         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10611         symbol.
10612
10613         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10614         code, since if the user has requested network, that's what they ought
10615         to get.
10616         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10617         (nnimap-split-rule): Mark as obsolete.
10618
10619         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10620         New variable.
10621
10622         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10623         correct slot, too.
10624
10625 2010-09-29  Julien Danjou  <julien@danjou.info>
10626
10627         * gnus.el (gnus-local-domain): Declare variable obsolete.
10628
10629         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10630         Fix history computing.
10631         (gnus-ido-completing-read): Require ido.
10632
10633 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10636         build Gnus.
10637
10638         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10639         when interpreting the structures.
10640         (nnimap-request-accept-article): Add \r\n to the lines to make this
10641         work with Cyrus.
10642
10643         * nndraft.el (nndraft-request-expire-articles): Use the group name
10644         instead if "nndraft".  Fix found by Nils Ackermann.
10645
10646 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10647
10648         * nnregistry.el: Add.
10649
10650 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10651
10652         * nnmail.el (group, group-art-list, group-art):
10653         Remove unneeded directives.
10654
10655 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10658         (mm-mime-charset):
10659         * rfc2047.el (rfc2047-syntax-table):
10660         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10661
10662         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10663         rather than `insert-file-contents' and `eval-region'.
10664
10665         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10666         construction.
10667
10668         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10669
10670         * time-date.el: No need to require cl for Emacs 21.
10671
10672 2010-09-29  Julien Danjou  <julien@danjou.info>
10673
10674         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10675         replacement of `gnus-gravatar-relief' to mimic
10676         `gnus-faces-properties-alist'.
10677         Add :version property.
10678
10679 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * mail-source.el (mail-source-report-new-mail):
10682         * message.el (message-default-mail-headers):
10683         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10684
10685         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10686
10687 2010-09-28  Julien Danjou  <julien@danjou.info>
10688
10689         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10690         mail-address contains the same string as real-name.
10691
10692         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10693         non-blank in header, otherwise it'll get stripped.
10694
10695         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10696         real-name, and then for mail address rather than doing : or , search.
10697
10698 2010-09-27  Julien Danjou  <julien@danjou.info>
10699
10700         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10701         right completing-read function.
10702         (gnus-use-ido): New variable
10703         (gnus-completing-read-with-default): Remove.
10704         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10705         (gnus-agent-add-group):
10706         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10707         * mm-view.el (mm-view-pkcs7-decrypt):
10708         * mm-util.el (mm-codepage-setup):
10709         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10710         * mml-smime.el (mml-smime-openssl-sign-query):
10711         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10712         (mml-insert-multipart):
10713         * gnus-msg.el (gnus-summary-yank-message):
10714         * gnus-int.el (gnus-start-news-server):
10715         * mm-decode.el (mm-interactively-view-part):
10716         * gnus-dired.el (gnus-dired-attach):
10717         * gnus.el (gnus-read-method):
10718         * gnus-bookmark.el (gnus-bookmark-jump):
10719         * gnus-art.el (gnus-mime-view-part-as-type)
10720         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10721         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10722         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10723         * nnmairix.el (nnmairix-create-server-and-default-group)
10724         (nnmairix-update-groups, nnmairix-get-server)
10725         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10726         (nnmairix-get-group-from-file-path):
10727         * nnrss.el (nnrss-find-rss-via-syndic8):
10728         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10729         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10730         (gnus-group-browse-foreign-server):
10731         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10732         (gnus-summary-execute-command, gnus-summary-respool-article)
10733         (gnus-read-move-group-name):
10734         * gnus-score.el (gnus-summary-increase-score)
10735         (gnus-summary-score-effect):
10736         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10737
10738 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10741         x-focus-frame.
10742
10743         * nnimap.el (auth-source-forget-user-or-password)
10744         (auth-source-user-or-password): Autoload.
10745
10746         * message.el (message-from-style, message-interactive)
10747         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10748         (message-yank-prefix, message-indentation-spaces, message-signature)
10749         (message-signature-file): Add comment.
10750
10751 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10752
10753         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10754         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10755         new articles.
10756
10757         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10758         parts.
10759         (nnimap-request-article): Work with the t setting, too.
10760
10761         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10762         that you don't get flashes of other buffers.
10763         (gnus-summary-show-complete-article): Intern before setting.
10764
10765 2010-09-27  David Engster  <dengste@eml.cc>
10766
10767         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10768         well as HEADERS.
10769         (nnmairix-retrieve-headers): Provide new argument for the above.
10770
10771 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10772
10773         * gnus-sum.el (gnus-summary-move-article): Don't alter
10774         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10775         group.
10776
10777         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10778
10779         * message.el (message-cite-prefix-regexp): Revert my last edit.
10780
10781         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10782         variable instead of the Gnus variable.
10783
10784         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10785
10786         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10787
10788         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10789         since some servers don't like it.
10790         (nnimap-open-connection): Forget credentials if the server says the
10791         password was wrong.
10792         (nnimap-parse-line): Protect against invalid data.
10793
10794         * gnus-sum.el (gnus-summary-move-article): Add comment.
10795         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10796         nothing alters it while scanning for new messages.
10797
10798         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10799         which may or may not help.
10800         (nnimap-open-connection): If we're doing a stream connection, and then
10801         discover we're on a STARTTLS-capable server, then open a STARTTLS
10802         connection instead.
10803
10804 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10805
10806         * nnimap.el (utf7): Require.
10807
10808         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10809         prefix.
10810
10811 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10812
10813         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10814
10815 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * nnimap.el (nnimap-request-accept-article): Message the error on
10818         error.
10819
10820 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10823
10824 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10825
10826         * nndoc.el (nndoc-request-list): Return success always.
10827
10828         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10829         `fetch-old' -- we only want to fetch the articles we've requested.
10830         The rest are in the agent, probably.
10831         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10832         disappeared server" to something low.  It's not important.
10833
10834         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10835         arrived before the FETCH data.
10836
10837         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10838         target here, because we don't know the Gnus name of the group.
10839
10840         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10841         for the correct group.
10842
10843         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10844
10845         * gnus.el (gnus): Give a final warning after startup.
10846
10847         * gnus-util.el (gnus-action-message-log): New variable.
10848         (gnus-message): Use it.
10849         (gnus-final-warning): New function.
10850
10851         * nnimap.el (nnimap-open-connection): Record the greeting.
10852         (nnimap): Add greeting.
10853
10854 2010-09-26  Julien Danjou  <julien@danjou.info>
10855
10856         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10857         arguments.
10858         (gnus-html-wash-images): Fix spec computing to include start/end.
10859
10860         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10861
10862 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10863
10864         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10865         deletion.
10866         (nnimap-retrieve-headers): Don't select the group, because that's
10867         already done by nnimap-possibly-change-group.
10868
10869         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10870         (gnus-picon-transform-address): Use it.
10871
10872         * mail-source.el (mail-source-value): Revert previous patch.
10873
10874         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10875         on failure.
10876         (nnimap-open-connection): Look up both virtual and physical server name
10877         credentials.
10878
10879         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10880
10881 2009-02-07  Dave Love  <fx@gnu.org>
10882
10883         * tls.el (open-tls-stream): Don't query killing process.
10884
10885 2009-02-08  Dave Love  <fx@gnu.org>
10886
10887         * gnus-win.el (gnus-window-to-buffer-helper)
10888         (gnus-all-windows-visible-p): Function needn't be a symbol.
10889
10890         * mail-source.el (mail-source-value): Function needn't be a symbol.
10891
10892 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10893
10894         * message.el (message-cite-prefix-regexp): Remove } from the cite
10895         prefix.
10896
10897         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10898         highlight again, so that the highlight is correct.
10899
10900         * gnus-picon.el (gnus-picon): Remove again.
10901         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10902
10903         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10904         doing the header highlightling, so that the background color of the
10905         picon is correct.
10906
10907         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10908         (gnus-picon): Ditto.
10909         (gnus-picon): Reinstate.  The background color for picons is white.
10910         (gnus-picon-insert-glyph): Make the background white.
10911
10912         * nnml.el (nnml-open-nov): Don't return dead buffers.
10913
10914         * auth-source.el (auth-source-create): Query the user for whether to
10915         store the credentials.
10916
10917         * netrc.el (netrc-store-data): New function.
10918
10919         * auth-source.el (auth-source-user-or-password): Use the existing auth
10920         sources, if any, for creation.
10921
10922         * gnus.el (gnus-group-fast-parameter): Return the last matching
10923         parameter instead of the first matching parameter.
10924
10925 2010-09-26  Julien Danjou  <julien@danjou.info>
10926
10927         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10928
10929 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10930
10931         * mml2015.el (mml2015-use): Remove gpg support.
10932
10933         * mml1991.el (mml1991-function-alist): Remove gpg function.
10934         (mml1991-gpg-sign): Remove.
10935
10936 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10937
10938         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10939         (gnus-browse-unsubscribe-current-group): Document it.
10940         (gnus-browse-unsubscribe-group): Use it.
10941
10942 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10943
10944         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10945         address to the To list for easier response.
10946
10947         * gnus.el (gnus-play-startup-jingle): Remove.
10948         (gnus-splash): Don't play jingle.
10949         (gnus): Silence gnus-load message.
10950
10951         * gnus-art.el (gnus-treat-play-sounds): Remove.
10952
10953         * gnus.el (gnus-play-jingle): Remove audio support.
10954
10955         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10956
10957         * earcon.el: Remove -- no users.
10958
10959         * gnus-audio.el: Remove -- no users of this package.
10960
10961         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10962
10963         * gnus-start.el (gnus-setup-news): Remove nocem support.
10964
10965         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10966
10967         * gnus.el (gnus-use-nocem): Remove.
10968
10969         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10970         Remove.
10971
10972         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10973         uses NoCeM any more.
10974
10975         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10976         (gnus-button-ctan-handler): Ditto.
10977         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10978         (gnus-button-ctan-directory-regexp): Ditto.
10979         (gnus-button-handle-ctan): Ditto.
10980         (gnus-button-tex-level): Ditto.
10981         (gnus-button-alist): Remove CTAN stuff.
10982
10983 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984
10985         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10986         nnimap-streaming test.
10987
10988         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10989         servers twice.
10990
10991         * nnimap.el (nnimap-open-connection): Add more error reporting when
10992         nnimap fails early.
10993
10994         * nnheader.el (nnheader-get-report-string): New function.
10995         (nnheader-get-report): Use it.
10996
10997         * gnus-int.el (gnus-check-server): Say what the error was when opening
10998         failed.
10999
11000         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11001         using streaming.
11002
11003 2010-09-25  Julien Danjou  <julien@danjou.info>
11004
11005         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11006         gnus-window-inside-pixel-edges.
11007
11008 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11009
11010         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11011
11012         * mm-decode.el (mm-save-part): Allow saving to other directories the
11013         normal Emacs way.
11014
11015         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11016         Suggested by Jay Berkenbilt.
11017
11018         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11019         there isn't a single byte.
11020
11021         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11022         just do it.  It doesn't really seem to matter what the user responds
11023         here, I think, so it's just a confusing question.
11024
11025         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11026         non-streaming case.
11027
11028         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11029         (gnus-article-encrypt-body): Use it.
11030
11031         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11032         keystroke.
11033
11034         * nnimap.el (nnimap-find-wanted-parts-1):
11035         Use gnus-fetch-partial-articles.
11036
11037         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11038
11039         * nnimap.el (nnimap-insert-partial-structure): New function.
11040         (nnimap-get-partial-article): New function.
11041         (nnimap-request-article): Use it.
11042         (nnimap-wait-for-response): Return whether the wait was successful.
11043         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11044         retrieval wasn't successful.
11045         (nnimap-retrieve-group-data-early): Allow throttling servers.
11046         (nnimap-streaming): New variable.
11047         (nnimap-fetch-partial-articles): Remove.
11048
11049         * mm-decode.el (mm-with-part): Protect against killed buffers.
11050
11051         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11052         for prettier summary display.
11053
11054 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11055
11056         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11057
11058 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11059
11060         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11061         apparently third-party libraries depend on it.
11062
11063         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11064         before starting negotiation.
11065
11066         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11067         privacy reasons.
11068         (gnus-treat-mail-gravatar): Ditto.
11069
11070         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11071         buffer when inserting images.  Inserting text into the headers, for
11072         instance, can make them invalid.
11073
11074 2010-09-25  Julien Danjou  <julien@danjou.info>
11075
11076         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11077         variables.
11078
11079         * nnheader.el: Remove useless variables news-reply-yank-from and
11080         news-reply-yank-message-id.
11081
11082         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11083         variables.
11084
11085         * mml1991.el: Remove useless mml1991-verbose.
11086
11087         * gnus.el: Remove useless variable gnus-use-generic-from.
11088         Remove obsolete variable gnus-topic-indentation.
11089
11090         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11091
11092         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11093
11094         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11095
11096         * gnus-group.el: Remove useless gnus-group-icon-cache.
11097         Remove useless gnus-ephemeral-group-server.
11098
11099         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11100
11101         * mml2015.el: Remove useless mml2015-verbose.
11102
11103         * mml-smime.el: Remove useless mml-smime-verbose.
11104
11105         * gnus.el: Remove useless gnus-local-domain.
11106
11107         * gnus-gravatar.el (gnus-gravatar-transform-address):
11108         Use gnus-gravatar-size.
11109
11110         * gnus-art.el: Remove useless gnus-treat-translate.
11111
11112 2010-09-24  Julien Danjou  <julien@danjou.info>
11113
11114         * gnus-sum.el: Add support for Gravatars.
11115
11116         * gnus-art.el: Add support for Gravatars.
11117
11118         * gnus-gravatar.el: Add this file.
11119
11120         * gravatar.el: Add this file.
11121
11122 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11123
11124         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11125
11126         * gnus-group.el (gnus-group-fetch-faq): Remove.
11127
11128         * gnus.el (gnus-group-faq-directory): Remove.
11129
11130         * gnus-group.el (gnus-group-fetch-charter): Remove.
11131
11132         * gnus.el (gnus-group-charter-alist): Remove.
11133
11134         * gnus-group.el (gnus-group-archive-directory): Remove.
11135         (gnus-group-recent-archive-directory): Ditto.
11136         (gnus-group-make-archive-group): Remove.
11137
11138         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11139
11140         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11141         use the same article number for all the cached articles.
11142
11143         * nnimap.el (nnimap-command): Register the last command time so
11144         that we can use it for idling NOOPs.
11145         (nnimap-open-connection): Start the keeplive timer.
11146         (nnimap-make-process-buffer): Store all the process buffers.
11147         (nnimap-keepalive): New function.
11148
11149         * starttls.el (starttls-open-stream): Add autoload cookie.
11150
11151 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11152
11153         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11154         handling.
11155
11156 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11157
11158         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11159         its data structures.
11160
11161         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11162         instead of the cl.el copy-list.
11163         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11164         equalp.
11165
11166 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11169         and tool-bar-local-item-from-menu.
11170
11171         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11172         mode-line-highlight face for Emacs.
11173
11174         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11175         loading gnus-sum.elc; fix comment for canlock-verify.
11176         (gnus-article-jump-to-part): Use read-number.
11177         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11178         Remove Emacs pre-21 compatible code for help-echo.
11179         (gnus-article-next-page-1): No need to adjust the number of lines.
11180         (gnus-article-describe-bindings): Always use help-buffer.
11181
11182         * gnus-audio.el (gnus-audio-inline-sound):
11183         * gnus-cus.el (gnus-custom-mode):
11184         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11185
11186         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11187
11188         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11189         compatible code.
11190
11191 2010-09-24  Glenn Morris  <rgm@gnu.org>
11192
11193         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11194         visiting the fcc file in rmail-mode.
11195
11196         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11197
11198 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * nnir.el: Silence the byte compiler.
11201
11202         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11203         alias to browse-url-url-encode-chars if any.
11204         (gnus-html-encode-url): Use it.
11205
11206 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11207
11208         * gnus-start.el (gnus-use-backend-marks): New variable.
11209         (gnus-get-unread-articles-in-group): Use it.
11210
11211         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11212         makeover.
11213
11214 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11215
11216         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11217
11218 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11219
11220         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11221         Remove.
11222         (gnus-setup-news-hook):
11223         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11224
11225         * gnus-int.el (gnus-request-update-info): Protect against backends not
11226         having the function.
11227
11228         * nnimap.el (nnimap-stream): Mention starttls.
11229         (nnimap-open-connection): Add starttls support.
11230
11231 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11232
11233         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11234
11235 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11236
11237         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11238         BODYSTRUCTUREs.
11239         (nnimap-transform-headers): Unfold quoted {42} headers.
11240
11241         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11242         the info.
11243         (gnus-get-unread-articles): Only call updatep on backends that support
11244         it.
11245
11246         * nnweb.el (nnweb-request-update-info): NOOP.
11247
11248         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11249
11250         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11251         since it only deals with marks.
11252
11253         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11254         gnus-request-marks, and make a new gnus-request-update-info.
11255
11256         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11257         the active instead of the high number, which is usually too low.
11258
11259 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11260
11261         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11262         * encrypt.el: Remove.
11263
11264 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11265
11266         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11267         server in symbolic form.
11268
11269         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11270
11271 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11272
11273         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11274         (nnimap-update-info): Fix up code slightly.
11275
11276         * gnus-int.el (gnus-open-server): Add tracing for performance
11277         debugging.
11278
11279         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11280         (gnus-group-insert-group-line): Pass the real group name so that it
11281         gets the right data.
11282
11283         * gnus-start.el (gnus-get-unread-articles): Don't have
11284         `gnus-get-unread-articles-in-group' update info, since that can be
11285         really slow and doesn't seem to be needed?
11286
11287 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11288
11289         * time-date.el (date-to-time): Try using parse-time-string first before
11290         using the slower timezone-make-date-arpa-standard.
11291
11292 2010-09-22  Julien Danjou  <julien@danjou.info>
11293
11294         * gnus-group.el (gnus-group-insert-group-line):
11295         Call gnus-group-highlight-line.
11296         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11297         default hook list.
11298         (gnus-group-update-eval-form): Add new function.
11299         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11300         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11301
11302 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11303
11304         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11305         immediate, then expire all articles.
11306         (nnimap-update-info): Fix off-by-one errors.
11307         (nnimap-flags-to-marks): Would return no marks lists for group with no
11308         flags.  Instead return the other data.
11309
11310 2010-09-22  Julien Danjou  <julien@danjou.info>
11311
11312         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11313         Only return an icon.
11314         (gnus-group-insert-group-line): Compute icon to return.
11315
11316         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11317         (gnus-html-image-fetched): Only cache if
11318         gnus-html-image-automatic-caching is set.
11319         (gnus-html-image-fetched): Check for errors.
11320
11321 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11322
11323         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11324         once per method on `g'.  This ensures that backends like nnfolder don't
11325         open all their folders.
11326
11327         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11328         (nnimap-request-list): Nix out group in the correct buffer.
11329         (nnimap-parse-flags): Implement by using `read' instead of
11330         hand-parsing.
11331         (nnimap-flags-to-marks): Pass on permanent-flags.
11332         (nnimap-make-process-buffer): Record the server name.
11333         (nnimap-parse-flags): Fix typo.
11334         (nnimap-request-scan): Run split on the server in general, not just a
11335         single group.
11336
11337         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11338         parameter, and propagate this downwards.
11339
11340         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11341         since EXAMINE changes it on the server.
11342
11343         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11344         this command might take a while.
11345
11346 2010-09-22  Julien Danjou  <julien@danjou.info>
11347
11348         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11349         harmful if you have 2 images side-by-side, they can't be properly
11350         update on text deletion.  Using text-property is safer here.
11351         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11352         data.
11353
11354 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11355
11356         * nnimap.el (nnimap-expunge-inbox): Remove.
11357         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11358         (nnimap-expunge): Flip default to t.
11359
11360         * gnus.el (gnus-method-to-server): Don't push things to the cache
11361         unless it's unique.
11362         (gnus-server-to-method): Ditto.
11363
11364 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11365
11366         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11367
11368 2010-09-22  Julien Danjou  <julien@danjou.info>
11369
11370         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11371         get the start of data.
11372         (gnus-html-encode-url): Add this function to encode special chars in
11373         URL.
11374         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11375         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11376
11377         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11378         default.
11379         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11380
11381         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11382         images alt-text.
11383         (gnus-html-put-image): Put alt-text as help-echo.
11384
11385 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11388         * mm-util.el (mm-decompress-buffer):
11389         * nnir.el (nnir-run-find-grep):
11390         * pop3.el (pop3-list): Use 3rd arg of split-string.
11391
11392         * time-date.el (format-seconds): Comment fix.
11393
11394         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11395         and byte-optimize-form-code-walker.
11396         (dgnushack-make-auto-load): Don't advise make-autoload.
11397
11398         * lpath.el: Remove Emacs 21 stuff.
11399
11400 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11401
11402         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11403         outside the active range.  Suggested by Dan Christensen.
11404
11405         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11406         slightly later to avoid double-getting it.
11407
11408         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11409         previous patch.
11410
11411         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11412
11413 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11414
11415         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11416
11417 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11418
11419         * gnus-int.el (gnus-open-server): Give a better error message in the
11420         "go offline" case.
11421
11422         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11423         marks for nnimap, which is seldom the right thing to do.
11424
11425         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11426         (gnus-same-method-different-name): New function.
11427
11428         * nnimap.el (parse-time): Require.
11429
11430         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11431         method in the presence of many similar methods.
11432
11433         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11434
11435         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11436         nnml-inhibit-expiry.
11437
11438         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11439         find out whether methods are equal.
11440
11441         * nnimap.el (nnimap-find-expired-articles): New function.
11442         (nnimap-process-expiry-targets): New function.
11443         (nnimap-request-move-article): Request the article before looking at
11444         what the Message-ID is.  Fix found by Andrew Cohen.
11445         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11446
11447         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11448         for oldness in addition to being a predicate.
11449
11450         * nnimap.el (nnimap-request-group): When we have zero articles, return
11451         the right data to Gnus.
11452         (nnimap-request-expire-articles): Only delete articles immediately if
11453         the target is 'delete.
11454
11455         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11456         method, this would bug out.
11457
11458         * gnus-group.el (gnus-group-expunge-group): Rename from
11459         gnus-group-nnimap-expunge, and implemented as a normal interface
11460         function.
11461
11462         * gnus-int.el (gnus-request-expunge-group): New function.
11463
11464         * nnimap.el (nnimap-request-create-group): Implement.
11465         (nnimap-request-expunge-group): New function.
11466
11467 2010-09-21  Julien Danjou  <julien@danjou.info>
11468
11469         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11470         (gnus-html-cache-expired): Add new function.
11471         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11472         wethever we should display image for fetch it.
11473         Compute alt-text earlier to pass it to the fetching function too.
11474         (gnus-html-schedule-image-fetching): Change function argument to only
11475         get one image at a time, not a list.
11476         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11477         cache.
11478         (gnus-html-get-image-data): New function to retrieve image data from
11479         cache.
11480         (gnus-html-put-image): Change buffer argument to use image data rather
11481         than file, and place image above region rather than inserting a new
11482         one.  Do not take alt-text as argument, since it's useless now: we place
11483         the image above alt-text.
11484         (gnus-html-prune-cache): Remove.
11485         (gnus-html-show-images): Start to fetch image when we find one, do not
11486         push into a temporary list.
11487         (gnus-html-prefetch-images): Only fetch image if they have expired.
11488         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11489         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11490
11491 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11494
11495 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11496
11497         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11498         spec inser "*" if the group isn't active instead of 0.
11499
11500         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11501         opening the server.
11502         (nnimap-request-delete-group): Implement group deletion.
11503         (nnimap-transform-headers): Return the size of the entire message in
11504         the Bytes header, not just the size of the first part.
11505         (nnimap-request-move-article): When moving an article from nnimap,
11506         request the article first so the accepting form has an article to
11507         accept.  Reported by Dan Christensen.
11508         (nnimap-command): Make sure that the error message doesn't error out.
11509
11510 2010-09-20  David Edmondson  <dme@dme.org>
11511
11512         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11513         we haven't requested anything.
11514
11515 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11516
11517         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11518         "".  Fix found by Andrew Cohen.
11519
11520         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11521         instead of -encode-string.
11522
11523 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11526
11527         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11528         by mm-subst-char-in-string.
11529
11530 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11531
11532         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11533         waiting for the connection string.
11534
11535         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11536         arriving.
11537
11538         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11539         bogus characters.  This allows selecting certain Gmail groups.
11540
11541         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11542         (nnimap-fetch-partial-articles): New variable.
11543         (nnimap-open-connection): When looking for credentials, also use the
11544         nnimap-server-port.
11545         (nnimap-request-article): Return the group/article number, so that Gnus
11546         `^' works as expected.
11547         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11548
11549         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11550         comments.
11551         (gnus-methods-sloppily-equal): New function.
11552         (gnus): When using the development version of Gnus, load the gnus-load
11553         file.
11554
11555         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11556         `gnus-open-server' on each method before trying to scan them etc.
11557         This ensures that all the backend parameters are set correctly.
11558
11559         * nnimap.el (nnimap-authenticator): New variable.
11560         (nnimap-open-connection): Allow anonymous login.
11561         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11562         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11563
11564         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11565         patch, found by Knut Anders Hatlen.
11566
11567 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11568
11569         * gnus-agent.el (gnus-agent-batch-confirmation)
11570         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11571         to gnus-message.
11572         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11573         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11574         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11575         * gnus-int.el (gnus-open-server): Likewise.
11576         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11577         (gnus-score-check-syntax): Likewise.
11578         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11579         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11580         Likewise.
11581         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11582
11583 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11584
11585         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11586         calling conventions so that prefetch doesn't bug out.
11587
11588 2010-09-19  Julien Danjou  <julien@danjou.info>
11589
11590         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11591         rather than `subst-char-in-region' in order to be able to replace ASCII
11592         char by UTF-8 ones.
11593
11594         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11595         than curl.
11596         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11597         the right URL and ALT text on images.
11598         (gnus-html-wash-tags): Fix tag case.
11599         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11600         (gnus-article-html): Add -o display_ins_del=2 option.
11601         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11602
11603 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11604
11605         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11606         the extra mail headers, which sometimes seem to happen for unknown
11607         reasons.
11608
11609         * mail-parse.el (mail-header-encode-parameter): Define as
11610         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11611         (or most, perhaps?) mail readers don't understand the latter, but do
11612         understand the former.
11613
11614         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11615         to nil, so that no methods are automatically agentized.  I think this
11616         is probably what most users want.
11617
11618         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11619         from url-retrieve, for instance about invalid URLs.
11620
11621         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11622         groups that have no articles.
11623         (nnimap-request-article): Check that we really got an article when we
11624         requested one.
11625
11626         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11627         doesn't exist.
11628
11629         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11630         nntp buffer so the agent can save it.
11631         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11632         that CRLF doesn't get translated to \n.
11633         (nnimap-open-connection): Don't make 'shell commands only send \n.
11634
11635 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11636
11637         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11638         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11639         Update var name.
11640         (nnml-generate-nov-file): Use dolist.
11641         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11642         Use with-current-buffer.
11643
11644 2010-09-18  Julien Danjou  <julien@danjou.info>
11645
11646         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11647         parallel.
11648
11649 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11650
11651         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11652         the range update right.
11653         (nnimap-request-group): Don't make `M-g' bug out on group with no
11654         marks.
11655         (nnoo): Require, so that other packages can require nnimap.
11656         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11657         command we're looking for.  This helps when the server sends more
11658         responses after we've gotten everything we expected.
11659         (nnimap): Add a `newlinep' field to keep track of end-of-line
11660         conventions.
11661         Don't send CRLF to things that don't want it.
11662         (nnimap-request-accept-article): Ditto.
11663
11664 2010-09-18  Julien Danjou  <julien@danjou.info>
11665
11666         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11667         than curl to retrieve images.
11668
11669 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11670
11671         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11672         the marks.
11673         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11674         (nnimap-wait-for-connection): New function.
11675         (nnimap-open-connection): If we have PREAUTH, don't query for login
11676         credentials.
11677         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11678         when doing a partial update.
11679
11680 2010-09-18  Julien Danjou  <julien@danjou.info>
11681
11682         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11683         tags.
11684
11685 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11686
11687         * nnimap.el (nnimap-credentials): New function.
11688         (nnimap-open-connection): Use the new function to look for credentials
11689         also on the numeric equivalents of "imap" and "imaps".
11690
11691         * gnus-start.el (gnus-activate-group): Send the info to
11692         gnus-request-group.
11693
11694         * nnimap.el (nnimap-request-group): Have the "check" version of the
11695         function parse flags and update the info, so that a `M-g' get a total
11696         resync of all flags from the group.
11697
11698         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11699         to allow backends to alter the info on group selection.  Also alter all
11700         the backend -request-group functions to take the parameter.
11701
11702         * nnimap.el (nnimap-store-info): New function.
11703         (nnimap-update-info): Store the info for later usage.
11704         (nnimap-request-group): Use the stored info for the dont-check case, so
11705         that we don't retrieve all marks when we enter a group.
11706
11707         * nnimap.el: Use deffoo instead of defun for interface functions.
11708
11709         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11710         update the group info.  This makes the nndraft groups, for instance, go
11711         back to their old behavior.
11712
11713         * gnus-sum.el (gnus-select-newsgroup): Indent.
11714
11715         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11716         in.
11717         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11718         nothing.
11719
11720         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11721         from methods that are denied.
11722
11723         * gnus-int.el (gnus-method-denied-p): New function.
11724
11725         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11726         store the password instead of netrc.
11727         (nnimap-open-connection): Don't error out when we can't make a
11728         connections.
11729
11730         * auth-source.el (auth-source-create): In the password prompt, say what
11731         we're querying for.  Also prompt for user name if that hasn't been
11732         given.
11733
11734         * nnimap.el (nnimap-with-process-buffer): Remove.
11735
11736 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11737
11738         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11739         method when we're reading from the agent.
11740
11741         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11742
11743         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11744         that's probably most useful for users.
11745
11746         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11747         "failed" all the time.
11748
11749         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11750         ...)) with (with-current-buffer ... ).
11751
11752         * nntp.el (nntp-open-server): Return whether the open was successful or
11753         not.
11754
11755         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11756         select an unread unseen article first.
11757
11758         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11759         /etc/services, supply some sensible port defaults.
11760
11761         * dgnushack.el: Define netrc-credentials.
11762
11763 2010-09-17  Julien Danjou  <julien@danjou.info>
11764
11765         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11766
11767 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11768
11769         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11770         doesn't have any parameters.
11771
11772 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11773
11774         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11775         only upcased checks.
11776
11777         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11778
11779         * nnimap.el (nnimap-open-shell-stream): New function.
11780         (nnimap-open-connection): Use it.
11781         (nnimap-transform-headers): Get the number of lines in each message.
11782         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11783         number of lines.
11784         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11785         problem.
11786
11787         * utf7.el (utf7-encode): Autoload.
11788
11789         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11790         to allow the mail splitting to not return a default group.  This is
11791         useful for nnimap, which will leave unmatched mail in the inbox.
11792
11793         * nnimap.el: Rewritten.
11794
11795         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11796         nnimap usage.
11797
11798         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11799         if the move is internal, so that nnimap can do fast internal moves.
11800
11801         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11802         data.
11803         (gnus-read-active-for-groups): Support finishing the early retrieval of
11804         data.
11805
11806         * gnus-range.el (gnus-range-nconcat): New function.
11807
11808         * gnus-int.el (gnus-finish-retrieve-group-infos)
11809         (gnus-retrieve-group-data-early): New functions.
11810
11811 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11812
11813         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11814         (nnrss-retrieve-groups):
11815         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11816         (pop3-quit): Use with-current-buffer.
11817
11818 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11821         instead of nnheader-accept-process-output.
11822
11823         * dgnushack.el (dgnushack-compile): Add comment.
11824
11825         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11826
11827         * gnus-html.el (gnus-html-schedule-image-fetching)
11828         (gnus-html-prefetch-images): Replace process-kill-without-query by
11829         gnus-set-process-query-on-exit-flag.
11830
11831 2010-09-16  Romain Francoise  <romain@orebokech.com>
11832
11833         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11834
11835 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11836
11837         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11838         parameter to unintern is mandatory-ish in Emacs 24.
11839
11840         * gnus-html.el (gnus-html-schedule-image-fetching)
11841         (gnus-html-prefetch-images): Check for curl before using it.
11842
11843         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11844         depend on curl, which isn't essential.
11845
11846         * imap.el: Revert back to version
11847         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11848         seem problematic.
11849
11850 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11851
11852         * gnus-registry.el (gnus-registry-install-shortcuts):
11853         Explicitly pass `obarray' to `unintern' to avoid a warning.
11854
11855 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11856
11857         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11858         change.
11859
11860         * nnrss.el (nnrss-request-list): Remove this function and related
11861         functions, including the moreover stuff.
11862
11863 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11864
11865         * nnrss.el (nnrss-retrieve-groups): New function.
11866
11867 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11868
11869         * .dir-locals.el: Add no-byte-compile cookie.
11870
11871 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * time-date.el (format-seconds): Comment fix.
11874
11875         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11876         for back end that doesn't support request-scan.
11877
11878 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11879
11880         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11881         then do request scans from the backends.
11882
11883         * netrc.el (netrc-credentials): New conveniency function.
11884
11885         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11886         avoid running a hook per line, since this takes a lot of time,
11887         profiling shows.
11888         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11889         directly if gnus-visual-p is true.
11890
11891 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11894         groups; replace mapcar with dolist which is a bit faster; pass groups
11895         info to gnus-read-active-file-1.
11896         (gnus-read-active-file-1): Scan only specified groups if the new
11897         optional arg `infos' is given.
11898
11899 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11900
11901         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11902
11903         * pop3.el (pop3-movemail): Remove.
11904         (pop3-streaming-movemail): Rename to pop3-movemail.
11905
11906         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11907         don't restrict end-tag searches to the end of the line.
11908
11909 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11912         articles of every unchecked group to t, which means unknown since the
11913         server has never been opened.
11914
11915 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11916
11917         * gnus-html.el (gnus-html-show-alt-text): New command.
11918         (gnus-html-browse-image): Ditto.
11919         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11920         to browse the image directly.
11921         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11922         better.
11923
11924         * gnus-async.el (gnus-async-article-callback):
11925         Call `gnus-html-prefetch-images' unconditionally.
11926
11927         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11928         before feeding URLs to curl.
11929
11930 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11933         internal images as deletable by `W D D'.
11934
11935         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11936         (gnus-async-article-callback): Fix typo.
11937
11938 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11939
11940         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11941         current line to work around bugs in the output from w3m.
11942
11943         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11944         for groups that want that.
11945
11946         * nntp.el (nntp-wait-for-string): Supply a timeout for
11947         accept-process-output to ensure progress.
11948
11949         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11950         level to get unread articles from, then use that for foreign groups,
11951         too.
11952
11953         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11954         confuses the rest of the function.
11955
11956         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11957         for the methods that support -retrieve-groups, too.
11958
11959         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11960
11961 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11964         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11965
11966         * pop3.el: Require cl when compiling.
11967         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11968
11969 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11970
11971         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11972         that aren't going to be activated.
11973         (gnus-get-unread-articles): Fix up the last commit.
11974
11975         * gnus-html.el (gnus-article-html): Allow calling without specifying
11976         the handle.  In that case, dissect the buffer first.
11977
11978         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11979
11980         * nnimap.el (nnimap-open-connection): Revert the change that would look
11981         into authinfo for imaps instead of imap.
11982
11983         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11984         say that you don't want to call gnus-request-group with don-check, but
11985         do check the reponse.  This is for virtual groups only.
11986         (gnus-get-unread-articles): Count the archive groups as secondary, so
11987         that they're activated the same way as before.
11988
11989         * imap.el (imap-message-map): Removed optional buffer parameter, since
11990         no callers use it.
11991         (imap-message-get): Ditto.
11992         (imap-message-put): Ditto.
11993         (imap-mailbox-map): Ditto.
11994         (imap-mailbox-put): Ditto.
11995         (imap-mailbox-get): Ditto.
11996         (imap-mailbox-get): Revert last change for this function.
11997
11998         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11999         case-insensitively.
12000         (nnimap-debug): Remove.
12001
12002         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12003         callers to use `imap-fetch' instead.  According to the comments, this
12004         should be safe, since all other IMAP clients use the 1:* syntax.
12005         (imap-enable-exchange-bug-workaround): Remove.
12006         (imap-debug): Remove -- doesn't seem very useful.
12007
12008         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12009         mail from a file, and the file doesn't exist.
12010
12011         * imap.el (imap-log): New convenience function used throughout instead
12012         of repeating the same code all over the place.
12013
12014         * pop3.el (pop3-streaming-movemail): Return t for success.
12015
12016         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12017         .authinfo if we're using ssl connection.
12018
12019         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12020         already have if we're in a main Gnus `g' run.
12021
12022         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12023
12024 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12027
12028         * nnmh.el (nnmh-request-list-1): Bind `file'.
12029
12030         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12031         alias to set-process-query-on-exit-flag or process-kill-without-query.
12032         (pop3-open-server): Use it.
12033
12034 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12035
12036         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12037         box to the Incoming file.  Fixes mistake in previous checkin.
12038
12039         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12040         request loop (for debugging purposes) removed.
12041
12042         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12043         culprit is more visible.
12044         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12045         (nnml-add-incremental-nov): New functions to do "incremental" nov
12046         updates, where we just append to the end of the existing nov files
12047         without reading/writing them in full.
12048
12049         * mail-source.el (mail-source-delete-crash-box): Really only check the
12050         incoming files once in a while.
12051
12052         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12053
12054         * mail-source.el (mail-source-delete-crash-box): Only check the
12055         incoming files for deletion once per day to save a lot of file
12056         accesses.
12057
12058         * pop3.el (pop3-logon): Fix up unbound variable typo.
12059
12060         * mail-source.el (pop3-streaming-movemail): Autoload.
12061
12062         * pop3.el (pop3-streaming-movemail):
12063         Respect pop3-leave-mail-on-server.
12064
12065         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12066         retrieval.
12067
12068         * pop3.el (pop3-process-filter): Remove unused function.
12069         (pop3-streaming-movemail, pop3-send-streaming-command)
12070         (pop3-wait-for-messages, pop3-write-to-file)
12071         (pop3-number-of-responses): New functions for streaming pop3
12072         retrieval.
12073
12074         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12075         come from no known methods.
12076         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12077         list.
12078
12079         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12080         message sizes.
12081         (pop3-movemail): Use erase-buffer instead of looping and deleting
12082         regions, which seems rather odd.
12083
12084         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12085         file once per `g' run.
12086
12087         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12088         directories.  This makes the draft queue directory work.
12089
12090         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12091         data from the backends, so that we only request the list of groups from
12092         each method once.  This should speed things up considerably.
12093
12094         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12095         detect that it's not implemented.
12096
12097         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12098         we actually do recurse down into the tree, but don't stat all leaf
12099         nodes.
12100
12101         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12102         then say so instead of bugging out.
12103
12104         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12105         files exist before trying to read them.
12106
12107         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12108         around <pre_int>.
12109
12110         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12111
12112         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12113
12114 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12115
12116         * mm-util.el (mm-image-load-path): Just return the image directories,
12117         not all directories in the path in addition to the image directories.
12118         (mm-image-load-path): Maintain a cache of the image directories so that
12119         the `g' command in Gnus doesn't have to stat dozens of directories each
12120         time.
12121
12122         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12123         (gnus-html-wash-tags): Add a new `i' command to insert images.
12124         (gnus-html-insert-image): New command and keystroke.
12125         (gnus-html-redisplay-with-images): New command and keystroke.
12126         (gnus-html-show-images): Rename command.
12127         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12128         spacers.
12129         (gnus-html-wash-tags): Decode entities at the end, so that entities
12130         inside the tags don't mess up the rest of the "parsing".
12131
12132         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12133         so that nnimap methods aren't agentized by default.  There's apparently
12134         many problems related to agent/imap behavior.
12135
12136         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12137
12138         * gnus-html.el: Doc fix.
12139
12140 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12143         specifier-spec-list for Emacs 21.
12144
12145         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12146         glyph-width and glyph-height instead of display-graphic-p and
12147         image-size; make avoidance of displaying small images work for XEmacs.
12148
12149         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12150         for XEmacs.
12151
12152         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12153         of symbol that holds plist data.
12154         (gnus-process-plist): Remove plist of process after getting it.
12155
12156 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12157
12158         * message.el (message-generate-hashcash): Change default to
12159         'opportunistic if hashcash is installed.
12160
12161         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12162         (gnus-html-put-image): Only call image-size once, since it's somewhat
12163         time-consuming on remote X servers.
12164
12165 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12168         type on data, not a file name.
12169
12170         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12171         window-pixel-edges for Emacs 21.
12172
12173         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12174         decoded contents.
12175         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12176
12177 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12178
12179         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12180         group line format, since it isn't very interesting.
12181
12182         * gnus-agent.el (gnus-agent-short-article),
12183         (gnus-agent-long-article): Increase values for these two variables,
12184         since most people are likely to have more network connection and
12185         storage than before.
12186
12187         * gnus.el (gnus-refer-article-method): Change default to 'current.
12188         When referring an article, the common behavior is to refer it from the
12189         current select method, not the native select method.  The chances of
12190         the native select method having the message in question is rather slim
12191         these days.
12192
12193         * gnus-sum.el (gnus-auto-select-subject): Change default to
12194         `unseen-or-unread'.  I think it's likely that most people want to
12195         select an unseen article over a previously seen, but unread one.
12196
12197         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12198         means that in the article buffer none of the minor mode elements will
12199         be shown, usually, and this is not desirable in most cases.
12200
12201         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12202         that commands like `d' (and the like) go to the next line in the
12203         buffer, instead of the next unread article.  I think this is the
12204         behavior that is most natural for most users.
12205         (gnus-single-article-buffer): Change default to nil, so that people can
12206         have as many article buffers open as they have summary buffer.  I think
12207         this is the most natural way for the groups to behave.
12208
12209         * message.el (message-generate-new-buffers): Change default to
12210         `unsent', so that all new message buffers start their names with the
12211         string "*unsent", and it's easier to find the buffers if you move from
12212         them.
12213
12214 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12215
12216         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12217         small.  They're probably tracking images.
12218         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12219         (gnus-html-rescale-image): Yet another try at getting the image sizing
12220         right.
12221
12222         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12223         nntp-marks-file-name is nil.
12224
12225 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12226
12227         * gnus-html.el (gnus-html-wash-tags)
12228         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12229         Better logging.
12230
12231 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12232
12233         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12234
12235         * gnus-html.el (gnus-html-wash-tags): Check the value of
12236         gnus-blocked-images in the summary buffer.
12237
12238 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12239
12240         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12241
12242 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12243
12244         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12245         like "a", it seems like.
12246         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12247         since it needs to be picked from the correct buffer.
12248
12249         * nnwfm.el: Remove.
12250
12251         * nnlistserv.el: Remove.
12252
12253 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12254
12255         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12256         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12257
12258 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12259
12260         * nnkiboze.el: Remove.
12261
12262         * nndb.el: Remove.
12263
12264         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12265         alt text.
12266         (gnus-html-rescale-image): Try to get the rescaling logic right for
12267         images that are just wide and not tall.
12268
12269         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12270         overshadow variable bindings.
12271
12272 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12273
12274         * gnus-html.el (gnus-html-wash-tags)
12275         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12276         Add extra logging.
12277
12278 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12279
12280         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12281         (gnus-max-image-proportion): New variable.
12282         (gnus-html-rescale-image): New function.
12283         (gnus-html-put-image): Rescale images.
12284
12285 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12286
12287         Fix up some byte-compiler warnings.
12288         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12289         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12290         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12291         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12292         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12293         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12294         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12295
12296 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-html.el (gnus-article-html): Decode contents by charset.
12299
12300 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12303         (gnus-html-frame-width, gnus-blocked-images):
12304         * message.el (message-prune-recipient-rules): Add custom version.
12305         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12306
12307         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12308         functions.
12309
12310         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12311         gnus-process-get.
12312
12313 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12314
12315         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12316         instead of lsub directly.
12317
12318 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12319
12320         * nnwarchive.el: Remove.
12321
12322         * gnus-soup.el: Remove.
12323
12324         * nnsoup.el: Remove.
12325
12326         * nnultimate.el: Remove.
12327
12328         * gnus-html.el (gnus-blocked-images): New variable.
12329
12330         * message.el (message-prune-recipients): New function.
12331         (message-prune-recipient-rules): New variable.
12332
12333         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12334         guess whether a long line is natural text or not.
12335
12336         * gnus-html.el (gnus-html-schedule-image-fetching):
12337         Use gnus-process-plist and friends for compatibility.
12338
12339 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12340
12341         * gnus-html.el: Require packages that define macros used in this file.
12342         (gnus-article-mouse-face): Declare to silence byte-compiler.
12343         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12344         process-get.
12345         (gnus-html-put-image): Use plist-get to avoid getf.
12346         (gnus-html-prefetch-images): Use with-current-buffer.
12347
12348 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * gnus-ems.el: Provide compatibility functions for
12351         gnus-set-process-plist.
12352
12353         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12354         header-line-format for XEmacs 21.4.
12355
12356         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12357         * gnus.el (gnus-valid-select-methods):
12358         * message.el (message-send-mail-partially-limit):
12359         * mm-decode.el (mm-text-html-renderer):
12360         * mml.el (mml-insert-mime-headers-always):
12361         * smiley.el (smiley-regexp-alist): Bump custom version.
12362
12363 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12364
12365         * gnus-html.el: Require mm-url.
12366         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12367         with the url to `url'.
12368         (gnus-html-wash-tags): Support cid: URLs/images.
12369
12370 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12371
12372         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12373         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12374         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12375
12376         * gnus-move.el: Remove file, since it doesn't really work.
12377
12378         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12379         UTF-8.  This seems to fix problems with some German web feeds.
12380
12381         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12382         at the top so that the proper colors are applied.
12383
12384         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12385         don't have dots in their names.
12386
12387         * gnus-art.el (gnus-article-view-part): Doc fix.
12388
12389         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12390         XEmacs-compatible.
12391         (gnus-html-put-image): Don't do images on non-graphic displays.
12392
12393         * nnslashdot.el: Remove this unused backend.
12394
12395         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12396         actions.
12397         (gnus-undo-register-1): Revert last change.
12398
12399         * gnus-group.el (gnus-group-completing-read): Protect against not
12400         having completion-styles bound.
12401
12402         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12403         make broken recipients happier.
12404
12405         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12406
12407         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12408         point parameter.
12409
12410         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12411
12412         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12413         completion-styles for group selection.
12414
12415 2009-02-04  Andreas Schwab  <schwab@suse.de>
12416
12417         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12418         headers and regexp-quote the match if necessary.
12419
12420 2009-03-24  Miles Bader  <miles@gnu.org>
12421
12422         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12423         the blinking smiley.
12424
12425 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12426
12427         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12428         blink smiley.
12429
12430 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12431
12432         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12433         where the dribbel file lives exists.
12434
12435         * message.el (message-send-mail-partially-limit): Change the default to
12436         nil, since most people don't want this.
12437
12438         * mm-url.el (mm-url-decode-entities): Also decode entities like
12439         &#x3212.
12440
12441 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12442
12443         * gnus-sum.el (gnus-summary-idna-message):
12444         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12445         Hyperlink urls in docstrings with URL `...'.
12446
12447 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12448
12449         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12450         functions.
12451
12452 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12453
12454         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12455         say what the mouseover text should be.
12456
12457         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12458         version of the mm-w3m-safe-url-regexp variable to only download images
12459         in the groups where we want that to happen.
12460
12461         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12462
12463         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12464         easier debugging.
12465         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12466         big pictures in the article buffer.
12467
12468         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12469         gnus-article-html.
12470         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12471         w3m.
12472
12473         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12474
12475 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12476
12477         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12478         which doesn't exist.
12479
12480         * message.el (message-inhibit-ecomplete): New variable to allow some
12481         function to inhibit ecomplete address storage.
12482         (message-resend): Disable ecomplete message storage when resending
12483         messages.
12484
12485         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12486
12487 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12490         Save excursion while copying, moving, and deleting articles in order to
12491         prevent the cursor from jumping to unforeseen place.
12492
12493 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * lpath.el: No need to bind bookmark-current-buffer,
12496         bookmark-yank-point and bookmark-make-record-function.
12497
12498 2010-08-17  Glenn Morris  <rgm@gnu.org>
12499
12500         * gnus-sync.el: Require gnus components whose functions are used.
12501
12502         * gnus-art.el (bookmark-make-record-function):
12503         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12504         Declare for compiler.
12505
12506         * mm-url.el (mml-compute-boundary): Autoload.
12507
12508 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12511
12512 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12513
12514         Typo fix "hoo4a" -> "hook".
12515
12516         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12517
12518 2010-08-14  Glenn Morris  <rgm@gnu.org>
12519
12520         * gnus-sync.el (gnus-sync): Fix defgroup version.
12521
12522 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12523
12524         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12525
12526         * gnus-sync.el: Fix docs.
12527         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12528         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12529
12530 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12531
12532         Optimizations for gnus-sync.el.
12533
12534         * gnus-sync.el: Add docs about gnus-sync-backend
12535         possibilities.
12536         (gnus-sync-save): Remove unnecessary message.
12537         (gnus-sync-read): Optimize and show what groups were skipped.
12538
12539 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12540
12541         Minor bug fixes for gnus-sync.el.
12542
12543         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12544         Don't read the sync on get-new-news.
12545
12546         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12547         quiet.
12548
12549         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12550         (fix typo).
12551
12552 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12553
12554         Make saving and restoring of hidden threads work with overlays.
12555         Patch applied by Ted Zlatanov.
12556
12557         * gnus-sum.el (gnus-hidden-threads-configuration)
12558         (gnus-restore-hidden-threads-configuration): Update to deal with text
12559         properties, rather than searching for a magic character.
12560
12561 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12562
12563         New gnus-sync.el library for synchronization of marks.
12564
12565         * gnus-sync.el: New library for synchronization of marks.
12566
12567         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12568         renamed from `gnus-registry-grep-in-list'.
12569
12570         * gnus-registry.el (gnus-registry-follow-group-p):
12571         Use `gnus-grep-in-list'.
12572
12573         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12574
12575 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12578         determining charset of text fails.
12579
12580 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * nnmail.el (nnmail-get-new-mail-1): Revert.
12583
12584         * nnml.el (nnml-active-number): Make sure names of newly created groups
12585         in nnml-group-alist are encoded.
12586
12587 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12590         containing non-ASCII characters in active file for nnml back end.
12591
12592 2010-07-24  David Engster  <dengste@eml.cc>
12593
12594         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12595         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12596
12597 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12598
12599         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12600         tag (Bug#6654).
12601
12602 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12605         the article buffer, not the summary buffer.
12606
12607 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12610         Emacs 23 as well.
12611
12612 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12615         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12616
12617 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12618
12619         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12620         Patch applied by Karl Fogel.
12621
12622         * gnus-sum.el (gnus-summary-bookmark-make-record):
12623         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12624
12625 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12626
12627         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12628         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12629         C-w still not working correctly from Article buffers; Thierry's
12630         patch to fix that will be applied after this.
12631
12632         * gnus-art.el (bookmark-make-record-function): New local variable.
12633
12634         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12635         article buffer.
12636         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12637
12638 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12639
12640         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12641         on changes in bookmark.el.
12642
12643 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12646         `no-log' instead of message not to log prompt string.
12647
12648 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12649
12650         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12651         the *other* type of HTML form submission.
12652
12653 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12654
12655         * auth-source.el (auth-source-pick): If choice does not contain a
12656         questioned keyword, set the check to t.
12657
12658 2010-06-12  Romain Francoise  <romain@orebokech.com>
12659
12660         * gnus-util.el (gnus-date-get-time): Move up before first use.
12661
12662 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12665         (gnus-article-edit-part): Bind it to make last part that is substituted
12666         or deleted visible.
12667         (gnus-mime-display-single): Buttonize part of which id equals to
12668         gnus-mime-buttonized-part-id.
12669
12670 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12671
12672         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12673         (gnus-dd-mmm): Use gnus-date-get-time.
12674         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12675         simplify logic.
12676         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12677         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12678
12679 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12680
12681         * auth-source.el (top): Autoload `secrets-list-collections',
12682         `secrets-create-item', `secrets-delete-item'.
12683         (auth-sources): Fix tag string.
12684         (auth-get-source, auth-source-retrieve, auth-source-create)
12685         (auth-source-delete): New defuns.
12686         (auth-source-pick): Rewrite in order to avoid 2 passes.
12687         (auth-source-forget-user-or-password): New parameter USERNAME.
12688         (auth-source-user-or-password): New parameters CREATE-MISSING and
12689         DELETE-EXISTING.  Retrieve password interactively, if needed.
12690
12691 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12692
12693         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12694         deleting unused directories when gnus-expert-user is t.
12695
12696 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12699         for each temp file when gnus-article-browse-delete-temp is ask.
12700
12701 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12702
12703         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12704         Replace Lisp calls to delete-backward-char by calls to delete-char.
12705
12706 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12707
12708         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12709
12710 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12711
12712         * password-cache.el (password-cache-remove): Fix docstring.
12713
12714 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12717         article unless decoding article to be saved.
12718
12719 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12722         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12723         generated within the mm-with-unibyte-current-buffer macro.
12724
12725 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12728         to nil when we're in a mml-preview buffer and no group is selected.
12729
12730 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12731
12732         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12733         when catching the `C-g'.  Reported by "Leo".
12734
12735 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * message.el (message-forward-make-body-plain)
12738         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12739         multibyte-string-p.
12740
12741         * lpath.el: Revert.
12742
12743 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * message.el (message-forward-make-body-mml): Assume original message
12746         is multibyte string; error on unibyte.
12747         (message-forward-make-body-plain): Ditto; don't add excessive newline
12748         in body end.
12749
12750         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12751
12752 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12753
12754         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12755         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12756
12757 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * mm-extern.el (mm-extern-url): Don't use
12760         mm-with-unibyte-current-buffer.
12761         (mm-extern-cache-contents): Use with-current-buffer instead of
12762         save-excursion + set-buffer.
12763
12764 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * mm-util.el (mm-emacs-mule): Remove.
12767
12768 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12769
12770         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12771         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12772         change.
12773
12774 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12777         bind the default value of enable-multibyte-characters to nil.
12778
12779 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * message.el (message-forward-make-body-plain)
12782         (message-forward-make-body-mml):
12783         Don't use mm-with-unibyte-current-buffer.
12784
12785 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12786
12787         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12788
12789 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12790
12791         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12792         (Bug#5592).
12793
12794 2010-05-07  Julien Danjou  <julien@danjou.info>
12795
12796         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12797         it to mm-pipe-part.
12798
12799         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12800         it is given.
12801
12802 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * binhex.el (binhex-decode-region-internal):
12805         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12806         (dns-query):
12807         * nnweb.el (nnweb-gmane-search):
12808         * pgg-parse.el (pgg-parse-armor):
12809         * pgg.el (pgg-verify-region):
12810         * sha1.el (sha1-string-external):
12811         * uudecode.el (uudecode-decode-region-internal):
12812         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12813         XEmacs.
12814
12815         * gnus-art.el (gnus-article-browse-html-parts):
12816         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12817         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12818         make-temp-file.
12819
12820         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12821         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12822         compiling.
12823
12824         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12825         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12826         XEmacs when compiling.
12827
12828         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12829         gnus-pick-mode-off-hook for XEmacs when compiling.
12830         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12831         gnus-binary-mode-off-hook for XEmacs when compiling.
12832
12833         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12834         Return nil if char-charset is not available.
12835
12836         * imap.el (imap-disable-multibyte)
12837         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12838         macros.
12839
12840         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12841         instead of encode-coding-string.
12842
12843         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12844         'xemacs) instead of mm-emacs-mule to switch function definitions.
12845         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12846
12847         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12848         bind temporary-file-directory for XEmacs;
12849         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12850         timer-set-function for XEmacs 21.4 and SXEmacs;
12851         bind timer-list for XEmacs 21.4 and SXEmacs;
12852         fbind char-charset and find-charset-region for non-Mule XEmacs;
12853         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12854         encode-coding-region and encode-coding-string for XEmacs having no
12855         file-coding feature.
12856
12857 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12858
12859         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12860
12861 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12864         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12865
12866 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12867
12868         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12869         alias `jka-compr-delete-temp-file' no longer exists.
12870
12871 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12872
12873         Use define-minor-mode in Gnus where applicable.
12874         * mml.el (mml-mode): Use define-minor-mode.
12875         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12876         (gnus-undo-mode): Use define-minor-mode.
12877         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12878         (gnus-dead-summary-mode): Use define-minor-mode.
12879         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12880         Initialize in declaration.
12881         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12882         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12883         (gnus-mailing-list-mode): Use define-minor-mode.
12884         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12885         (gnus-draft-mode): Use define-minor-mode.
12886         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12887         (gnus-dired-mode): Use define-minor-mode.
12888
12889 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12890
12891         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12892         handles on recursive mml-to-mime translation and check them for
12893         boundary delimiter collisions.  Reported by Greg Troxel.
12894
12895 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12898
12899 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12900
12901         * mm-util.el (mm-find-buffer-file-coding-system):
12902         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12903
12904 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12905
12906         * message.el (message-generate-headers): Record insertion of optional
12907         headers as well.  Otherwise the check to prevent repeated insertion of
12908         optional headers is a no-op.
12909
12910 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12911
12912         * smime.el: Don't mention CVS.
12913
12914         * nnrss.el (nnrss-fetch): Don't mention CVS.
12915
12916         * nnir.el: Don't mention CVS.
12917
12918 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12919
12920         * gnus-sum.el (gnus-summary-bookmark-make-record):
12921         Add `location' field.
12922
12923 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * lpath.el: Fbind bookmark-default-handler,
12926         bookmark-get-bookmark-record, bookmark-make-record-default,
12927         bookmark-prop-get for Emacs <23 and XEmacs.
12928
12929 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12930
12931         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12932         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12933         Use with-current-buffer to silence the byte-compiler.
12934         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12935         bother to require `gnus'.
12936         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12937
12938 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12939
12940         * gnus-sum.el (gnus-summary-bookmark-make-record)
12941         (gnus-summary-bookmark-jump): New functions.
12942         (gnus-summary-mode): Setup bookmark support.
12943
12944 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12945
12946         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12947         if set.
12948
12949 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12952         gnus-article-browse-html-save-cid-image; make it work recursively for
12953         forwarded messages as well.
12954         (gnus-article-browse-html-parts): Work when prefix arg is given.
12955         (gnus-article-browse-html-article): Doc fix.
12956
12957 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12958
12959         * message.el (message-default-mail-headers)
12960         (message-default-headers): Carry the value mail-default-headers over
12961         into message-default-mail-headers, rather than message-default-headers.
12962
12963 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12964
12965         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12966         charset.
12967
12968         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12969         charset into the <meta> tag when the article is encoded to utf-8.
12970
12971 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * gnus-art.el (gnus-article-browse-delete-temp-files):
12974         Delete directories as well.
12975         (gnus-article-browse-html-parts): Work for images that do not specify
12976         file names; delete temp directory when quitting; insert header at the
12977         right place; use file: scheme for image files.
12978
12979 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12980
12981         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12982         (gnus-article-browse-html-parts): Use it to make temporary cid image
12983         files in addition to html file so that browser may display them.
12984
12985 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12988
12989 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12990
12991         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12992
12993 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12994
12995         * auth-source.el (auth-sources): Change default to be simpler.
12996         Explain about Secret Service API sources.  Improve Customize options.
12997         (auth-source-pick): Change to accept any number of search parameters.
12998         Implement fallbacks iteratively, not recursively.  Add scoring on the
12999         second pass and sort by score.  Call Secret Service API when needed.
13000         (auth-source-user-or-password): Use it.  Call Secret Service API
13001         directly when needed to get the user name and the password.
13002
13003 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13004
13005         * message.el (message-interactive): Doc fix.
13006         (message-qmail-inject-args): Reflow.
13007         (message-kill-to-signature): Fix typo in docstring.
13008
13009         * smiley.el (smiley-buffer): Fix typo in docstring.
13010
13011 2010-03-24  Glenn Morris  <rgm@gnu.org>
13012
13013         * mail-source.el (gnus-message): Declare.
13014         (mail-source-delete-old-incoming): Require gnus-util.
13015
13016 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13019
13020         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13021
13022         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13023         password-cache's default if it is not bound.
13024         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13025         password-cache-expiry's default if it is not bound.
13026
13027         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13028         available in Emacs 21.
13029
13030         * lpath.el: Suppress compiler warnings for:
13031         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13032         XEmacs;
13033         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13034         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13035         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13036
13037 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13038
13039         * auth-source.el (auth-sources): Fix up definition so extra parameters
13040         are always inline.
13041
13042 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13043
13044         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13045         wasn't updated after mismatch.  Clear cached mailbox info correctly
13046         when uidvalidity changes.
13047         (nnimap-group-prefixed-name): New function to avoid some code
13048         duplication.
13049         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13050         (nnimap-request-group): Use it.
13051         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13052         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13053         with many imap folders.  This is done by caching the group status from
13054         the imap server persistently in a group parameter `imap-status'.  (This
13055         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13056         but not persistently, so every Gnus startup was still very slow.)
13057
13058 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13059
13060         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13061         delete the extra newline.  Otherwise editing of :string and :number
13062         types don't work.
13063
13064 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13065
13066         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13067         secrets.el dependency.
13068         (auth-sources): Add optional user name.  Add secrets.el configuration
13069         choice (unused right now).
13070
13071 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13072
13073         * gnus-sum.el (gnus-summary-make-menu-bar):
13074         Let `gnus-registry-install-shortcuts' fill in the functions.
13075
13076         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13077         warnings.
13078         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13079         (gnus-registry-install-shortcuts): Populate and use it in a
13080         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13081
13082 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13083
13084         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13085         In-place substitutions for the group name encoding/decoding.
13086         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13087         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13088         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13089         (nnimap-update-unseen, nnimap-request-list)
13090         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13091         (nnimap-request-set-mark, nnimap-split-to-groups)
13092         (nnimap-split-articles, nnimap-request-newgroups)
13093         (nnimap-request-create-group, nnimap-request-accept-article)
13094         (nnimap-request-delete-group, nnimap-request-rename-group)
13095         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13096         `encoded-mbx' for consistency.
13097         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13098         variable `imap-current-mailbox'.
13099
13100         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13101         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13102
13103 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13104
13105         * pop3.el (pop3-display-message-size-flag): Display message size byte
13106         counts during POP3 download.
13107         (pop3-movemail): Use it.
13108         (pop3-list): Implement listing of available messages.
13109
13110 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13111
13112         * nnir.el (nnir-get-article-nov-override-function): New function to
13113         override the normal NOV retrieval.
13114         (nnir-retrieve-headers): Use it.
13115
13116 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13117
13118         * auth-source.el (netrc-machine-user-or-password): Autoload.
13119
13120 2010-03-19  Glenn Morris  <rgm@gnu.org>
13121
13122         Stop message.el from loading about 40 libraries it doesn't always need.
13123         The general approach is to autoload rather than require, and to
13124         require in the specific functions rather than the file.  (Bug#5642)
13125
13126         * gmm-utils.el: Don't require wid-edit.
13127         (widget-create-child-value, widget-convert, widget-default-get):
13128         Autoload.
13129
13130         * gnus-util.el: Don't require time-date, netrc.
13131         (message-fetch-field, gnus-group-name-decode): Declare rather than
13132         autoloading.
13133         (gnus-fetch-field): Require message.
13134         (gnus-decode-newsgroups): Require gnus-group.
13135
13136         * ietf-drums.el: Don't require time-date.
13137
13138         * message.el: Don't require hashcash, canlock, ecomplete.
13139         Do require mail-utils.  Require nnheader only when compiling.
13140         (smtpmail-default-smtp-server): Remove declaration.
13141         (message-send-mail-function): Check smtpmail-default-smtp-server
13142         is bound rather than requiring smtpmail.
13143         (message-auto-save-directory, message-insert-signature):
13144         Use expand-file-name rather than nnheader-concat.
13145         (nnheader-insert-file-contents): Autoload.
13146         (hashcash-wait-async): Declare.
13147         (message-send-mail): Only call gnus-setup-posting-charset if
13148         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13149         (message-send-mail-with-sendmail): Require sendmail.
13150         (canlock-password, canlock-password-for-verify): Declare.
13151         (message-canlock-password): Require canlock.
13152         (nnheader-get-report): Autoload.
13153         (gnus-setup-posting-charset): Declare.
13154         (message-send-news): Require gnus-msg.
13155         (message-make-references, message-make-in-reply-to): Use mail-header-id
13156         rather than the alias mail-header-message-id.
13157         (ecomplete-add-item, ecomplete-save): Declare.
13158         (message-put-addresses-in-ecomplete): Require ecomplete.
13159         (ecomplete-display-matches): Autoload.
13160
13161         * mm-decode.el: Don't require mailcap, gnus-util.
13162         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13163         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13164         Autoload.
13165         (mailcap-mime-extensions): Declare.
13166
13167         * mm-encode.el: Don't require mailcap.
13168         (mailcap-extension-to-mime): Autoload.
13169
13170         * mml-sec.el: Don't require password-cache.
13171
13172         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13173         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13174         (mml-minibuffer-read-type): Require mailcap.
13175         (mml-preview): Require gnus-msg.
13176
13177         * mml1991.el: Require password-cache.
13178         (password-cache-expiry): Remove declaration.
13179
13180         * mml2015.el: Require password-cache.
13181         (password-cache-expiry): Remove declaration.
13182
13183         * nneething.el (mailcap): Require mailcap.
13184
13185         * nnheader.el (declare-function): Add compatibility stub.
13186         (message-remove-header): Declare rather than autoload.
13187         (nnheader-replace-header): Require message.
13188
13189         * nnimap.el (declare-function): Add compatibility stub.
13190         (netrc-parse, netrc-machine-user-or-password): Declare.
13191         (nnimap-open-connection): Require netrc.
13192
13193         * nntp.el (declare-function): Add compatibility stub.
13194         (netrc-parse, netrc-machine, netrc-get): Declare.
13195         (nntp-send-authinfo): Require netrc.
13196
13197         * rfc2047.el: Don't require qp.
13198         (quoted-printable-encode-region, quoted-printable-decode-string):
13199         Autoload.
13200
13201         * sieve-mode.el: Don't require easymenu.
13202         (easy-menu-add-item): Autoload it.
13203
13204         * spam-stat.el (time-to-number-of-days): Autoload it.
13205
13206 2010-03-19  Glenn Morris  <rgm@gnu.org>
13207
13208         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13209
13210 2010-03-18  Glenn Morris  <rgm@gnu.org>
13211
13212         * hashcash.el (declare-function): Remove duplicate definition.
13213
13214 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13215
13216         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13217         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13218         value if any backslash escapes).
13219
13220 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13223         if it is available.  (bug#5647)
13224
13225         * lpath.el: Suppress compiler warning for coding-system-from-name for
13226         Emacs 21 and XEmacs.
13227
13228 2010-03-14  Juri Linkov  <juri@jurta.org>
13229
13230         * hmac-def.el:
13231         * hmac-md5.el:
13232         * netrc.el: Fix keywords.
13233
13234 2010-02-26  Glenn Morris  <rgm@gnu.org>
13235
13236         * message.el (message-send-mail-function): Change the default, so that
13237         it inherits from a customized send-mail-function.  (Bug#5643)
13238
13239 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13240
13241         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13242         shell-command-to-string signals an error (bug#5299).
13243
13244 2010-02-24  Glenn Morris  <rgm@gnu.org>
13245
13246         * message.el (message-smtpmail-send-it)
13247         (message-send-mail-with-mailclient): Doc fixes.
13248
13249 2010-02-16  Glenn Morris  <rgm@gnu.org>
13250
13251         * message.el (message-default-mail-headers): Change the default value
13252         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13253
13254 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13257         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13258
13259 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13260
13261         * time-date.el (date-to-time): Doc fix (Bug#5408).
13262
13263 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13264
13265         * message.el (message-mail): Just pass yank-action on to message-setup.
13266         (message-setup): Handle (FUN . ARGS) form of yank-action.
13267         (message-with-reply-buffer, message-widen-reply)
13268         (message-yank-original): Handle non-buffer values of
13269         message-reply-buffer (Bug#4080).
13270         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13271
13272 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13273
13274         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13275         Fix typo in docstring.
13276
13277 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13278
13279         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13280         response.
13281
13282 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13285
13286         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13287
13288         * message.el (message-check-news-header-syntax): Protect against a
13289         string that `rfc822-addresses' returns when parsing fails.
13290
13291 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13294         (gnus-previous-char-property-change): New functions.
13295
13296         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13297
13298 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13299
13300         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13301         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13302
13303 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13304
13305         * message.el (message-exchange-point-and-mark): Rework last change to
13306         avoid using optional arg of exchange-point-and-mark, for backward
13307         compatibility.
13308
13309 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13310
13311         * message.el (message-exchange-point-and-mark):
13312         Call exchange-point-and-mark with an argument rather than setting
13313         mark-active by hand (Bug#5175).
13314
13315 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * nntp.el (nntp-service-to-port): Work for service expressed with
13318         numeric string; replace [:digit:] with [0-9] for XEmacs.
13319
13320 2009-12-17  Glenn Morris  <rgm@gnu.org>
13321
13322         * gnus-group.el (gnus-bug-group-download-format-alist):
13323         Change emacs entry to debbugs.gnu.org.  Bump :version.
13324
13325 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13326
13327         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13328
13329 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13330
13331         * message.el (message-info): Explain why we use `Info-goto-node'.
13332
13333 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13336
13337 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13338
13339         * message.el (message-completion-in-region): New compatibility function.
13340         (message-expand-group): Use it.
13341
13342 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13345         with no unread article should be listed if the 2nd arg `predicate' is
13346         given.
13347
13348 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13351
13352 2009-11-29  Juri Linkov  <juri@jurta.org>
13353
13354         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13355         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13356         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13357
13358 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13359
13360         * sha1.el (sha1-string-external): default-directory "/" in case
13361         otherwise non-existent.  process-connection-type pipe for touch of
13362         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13363
13364 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13365
13366         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13367         it's comms related and sgml-mode.el has "comm" on that basis too.
13368
13369 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13372         containing tspecial characters if they have been already quoted.
13373
13374 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13375
13376         * dns-mode.el (auto-mode-alist): Purecopy string.
13377
13378 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13379
13380         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13381
13382 2009-10-24  Glenn Morris  <rgm@gnu.org>
13383
13384         * gnus-art.el (help-xref-stack-item): Define for compiler.
13385
13386 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13387
13388         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13389
13390 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13393
13394 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13397         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13398
13399 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13402         (gnus-overlays-in): New alias to overlays-in.
13403
13404         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13405         gnus-overlay-get, and gnus-delete-overlay.
13406         (gnus-summary-show-thread): Make it work as well for systems in which
13407         next-single-char-property-change is not available.
13408         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13409
13410         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13411         (gnus-overlay-get): New alias to extent-property.
13412         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13413
13414         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13415         SXEmacs.
13416
13417         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13418         SXEmacs.
13419
13420 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13423
13424 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13425
13426         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13427         and XEmacs that don't have `remove-overlays'.
13428
13429 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13430
13431         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13432         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13433         selective display.  Use overlays instead.
13434
13435 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13436
13437         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13438
13439 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13440
13441         * spam-stat.el (spam-stat-load): Fix typo in message.
13442
13443 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13444
13445         * dig.el (dig-invoke): Fix typo in docstring.
13446         (query-dig): Reflow docstring.
13447
13448 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13449
13450         * gnus-art.el (gnus-article-encrypt-body):
13451         * message.el (message-check-recipients):
13452         * mm-util.el (mm-codepage-setup):
13453         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13454         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13455
13456 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13457
13458         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13459         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13460         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13461         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13462         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13463
13464 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13465
13466         * dig.el: Add "Keywords: comm", as per net-utils.el.
13467
13468 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13469
13470         * dig.el (dig-mode): Use define-derived-mode.
13471
13472 2009-09-19  Glenn Morris  <rgm@gnu.org>
13473
13474         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13475
13476 2009-09-18  Glenn Morris  <rgm@gnu.org>
13477
13478         * gnus-diary.el (gnus-diary-check-message):
13479         * message.el (message-insert-formatted-citation-line):
13480         * nnbabyl.el (top-level):
13481         * nndiary.el (nndiary-schedule):
13482         Fix typos in condition-case handlers.
13483
13484 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13487         configuration that provides the sole article window in a frame;
13488         position point correctly after deleting a part.
13489
13490 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13491
13492         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13493         (spam-resolve-registrations-routine): Use it to unregister articles
13494         that change status.
13495
13496 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13499         with XEmacs.
13500         (parse-time-string-chars): Use it.
13501
13502 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13503
13504         * imap.el (imap-interactive-login): Better messages.
13505         (imap-open): Fix bug with renamed buffer on reconnect.
13506         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13507         for easier debugging and cleaner code.  On successful (guessed based on
13508         server capabilities) secondary authentication, set imap-state
13509         correctly.
13510         (imap-last-authenticator): Define imap-last-authenticator as a variable
13511         to avoid warnings.
13512
13513 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13514
13515         * nnrss.el (nnrss-request-article): Remove binding of
13516         default-enable-multibyte-characters that has gotten needless by
13517         the 2007-07-13 change in rfc2047-encode-message-header.
13518
13519         * mml.el (mml-insert-multipart): Error on the message header.
13520         (mml-insert-part): Error on the message header; position point at
13521         the end of a MIME tag.
13522
13523 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * time-date.el (autoload): Expand define-obsolete-function-alias into
13526         defalias and make-obsolete for old Emacsen that Gnus supports.
13527         (with-no-warnings): Define it for old Emacsen.
13528         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13529         is available.
13530         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13531         float-time is available; suppress compile warning for time-to-seconds.
13532
13533         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13534         (gnus-float-time): Alias to float-time if it exists.
13535
13536         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13537         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13538         float-time is available; suppress compile warning for time-to-seconds.
13539
13540         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13541         XEmacs.
13542
13543 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13544
13545         * imap.el (imap-message-map): Docstring fix.
13546
13547 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13550         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13551         Add the optional argument `encoding' that overrides the default.
13552
13553         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13554         mm-encode-buffer.
13555
13556 2009-09-04  Glenn Morris  <rgm@gnu.org>
13557
13558         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13559         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13560         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13561         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13562         * mm-util.el (mm-with-unibyte-current-buffer)
13563         (mm-find-buffer-file-coding-system):
13564         * yenc.el (yenc-decode-region): Use default-value rather than
13565         default-enable-multibyte-characters.
13566
13567 2009-09-03  Glenn Morris  <rgm@gnu.org>
13568
13569         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13570         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13571         than default-enable-multibyte-characters.
13572
13573 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13574
13575         * gnus-art.el (gnus-article-read-summary-keys):
13576         Fix gnus-buffer-configuration's value temporarily used.
13577
13578 2009-09-02  Glenn Morris  <rgm@gnu.org>
13579
13580         * gnus-util.el (gnus-float-time): New function.
13581         * gnus-delay.el (gnus-delay-article):
13582         * gnus-sum.el (gnus-thread-latest-date):
13583         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13584         * nnspool.el (nnspool-request-newgroups):
13585         Use gnus-float-time rather than time-to-seconds.
13586         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13587
13588         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13589         (gnus-header-subject-face, gnus-header-newsgroups-face)
13590         (gnus-header-name-face, gnus-header-content-face):
13591         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13592         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13593         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13594         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13595         (gnus-cite-face-11):
13596         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13597         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13598         (gnus-server-closed-face, gnus-server-denied-face)
13599         (gnus-server-offline-face):
13600         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13601         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13602         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13603         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13604         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13605         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13606         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13607         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13608         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13609         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13610         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13611         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13612         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13613         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13614         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13615         (gnus-summary-high-undownloaded-face)
13616         (gnus-summary-low-undownloaded-face)
13617         (gnus-summary-normal-undownloaded-face)
13618         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13619         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13620         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13621         (gnus-splash-face):
13622         * message.el (message-header-to-face, message-header-cc-face)
13623         (message-header-subject-face, message-header-newsgroups-face)
13624         (message-header-other-face, message-header-name-face)
13625         (message-header-xheader-face, message-separator-face)
13626         (message-cited-text-face, message-mml-face):
13627         * sieve-mode.el (sieve-control-commands-face)
13628         (sieve-action-commands-face, sieve-test-commands-face)
13629         (sieve-tagged-arguments-face):
13630         * spam.el (spam-face):
13631         Mark face aliases with "-face" in the name as obsolete.
13632
13633 2009-09-01  Glenn Morris  <rgm@gnu.org>
13634
13635         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13636         than goto-line.
13637
13638 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13641         Don't move point if the command is invoked inside the message header.
13642
13643 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13644
13645         * imap.el (imap-send-command): Simplify.
13646         (imap-wait-for-tag): point-max -> buffer-size.
13647
13648 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13649
13650         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13651         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13652         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13653         * nnir.el (nnir-swish-e-index-file):
13654         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13655         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13656         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13657         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13658         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13659         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13660
13661 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13664         Don't save excursion.
13665
13666 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13667
13668         * nnheader.el (nnheader-find-file-noselect):
13669         * mm-util.el (mm-insert-file-contents):
13670         Use (default-value 'major-mode) instead of default-major-mode.
13671
13672 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13673
13674         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13675
13676 2009-08-26  Glenn Morris  <rgm@gnu.org>
13677
13678         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13679         than placing in files.el.
13680
13681 2009-08-25  Glenn Morris  <rgm@gnu.org>
13682
13683         * nnir.el (top-level): Don't require cl at run-time.
13684         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13685         Replace cl-function substitute with gnus-replace-in-string.
13686         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13687         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13688         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13689         simplified expansions.
13690
13691 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13692
13693         * dig.el (dig): Add autoload cookie.
13694
13695 2009-08-22  Glenn Morris  <rgm@gnu.org>
13696
13697         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13698         goto-line.
13699
13700 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13701
13702         * parse-time.el (parse-time-string-chars): Save match data.
13703
13704 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13705
13706         * parse-time.el (parse-time-string-chars): Compute using character
13707         classes, to handle non-ascii characters (Bug#3190).
13708
13709 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13712
13713         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13714         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13715         (gnus-mm-display-part, gnus-mime-display-single)
13716         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13717         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13718
13719         * gnus-sum.el
13720         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13721         (gnus-summary-move-article): Add expirable mark to articles copied or
13722         moved to group that has auto-expire turned on if the option is non-nil.
13723
13724 2009-07-24  Glenn Morris  <rgm@gnu.org>
13725
13726         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13727         Fix typo.  (Bug#3903)
13728
13729 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13732         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13733         that should not be used for draft articles.
13734         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13735         that has no concern in minor mode keys.
13736         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13737         Abolish.
13738
13739 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13742         article without making inquiry to a user for unknown encoding.
13743
13744         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13745         (nnmaildir--scan): Assume i-node and device number that file-attributes
13746         returns might be cons-cell.
13747
13748         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13749
13750         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13751
13752 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13753
13754         * auth-source.el: Remove docs now in auth.texi.  Don't use
13755         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13756         `auth-source-hide-passwords' and use them.
13757
13758 2009-07-15  Glenn Morris  <rgm@gnu.org>
13759
13760         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13761
13762 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13765         excessive whitespace from the default values of title and description.
13766
13767 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13770         mail-fetch-field to fetch Content-Description header in order to
13771         exclude newlines.
13772
13773 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13774
13775         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13776         format used by GnuPG 2.0.11.
13777
13778 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13781         to deleted part.
13782
13783 2009-05-30  David Engster  <dengste@eml.cc>
13784
13785         * nnmairix.el: Remove old documentation in the commentary block.
13786         (nnmairix-request-group): Do not update active file for nnml back ends.
13787         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13788         end so that overview files are ignored.
13789         (nnmairix-update-groups): Make updating the groups more robust by using
13790         marks.
13791         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13792         with dollar characters in message-id.
13793
13794 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13795
13796         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13797         2008-12-25 in dns.el.
13798
13799 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13800
13801         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13802         could happen if the text is only composed of spaces and/or tabs.
13803
13804 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13805
13806         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13807         when sending a queued message to avoid extra mml tags.
13808
13809 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13812
13813 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13816         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13817         rmail-toggle-header for XEmacs;
13818         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13819
13820 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * gnus-dired.el: Remove autoload for gnus-setup-message.
13823         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13824         displaying Gnus logo; always use compose-mail.
13825
13826 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13829
13830 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13833         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13834         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13835         available.
13836         (gnus-nocem-epg-verify): New function.
13837
13838 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13839
13840         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13841
13842 2009-02-15  Glenn Morris  <rgm@gnu.org>
13843
13844         * gnus-util.el (rmail-insert-rmail-file-header)
13845         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13846         autoloads.
13847         (rmail-default-rmail-file): Remove unnecessary declaration.
13848         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13849
13850 2009-02-14  Glenn Morris  <rgm@gnu.org>
13851
13852         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13853         variable (only used in gnus-util, which declares it anyway).
13854         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13855         which was only needed by gnus-art (changed to not use it any more).
13856         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13857         only used in gnus-util, which autoloads it itself.
13858         (rmail-update-summary): Fix autoload.
13859
13860         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13861         rather than rmail-output-to-rmail-file.
13862
13863 2009-02-07  Glenn Morris  <rgm@gnu.org>
13864
13865         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13866         autoload of function that no longer exists.
13867         (rmail-toggle-header): Declare.
13868         (message-forward-rmail-make-body): Handle mbox Rmail.
13869
13870 2009-01-31  Glenn Morris  <rgm@gnu.org>
13871
13872         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13873         2009-01-09 change.
13874
13875 2009-01-31  Dave Love  <fx@gnu.org>
13876
13877         * imap.el (imap-fetch-safe): Bind debug-on-error.
13878         (imap-debug): Add imap-fetch-safe.
13879
13880 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13881
13882         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13883         (auth-source-forget-all-cached): New convenience function.
13884         (auth-source-user-or-password): Accept list of modes or a single mode.
13885
13886         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13887         auth-source modes.
13888
13889         * netrc.el (netrc-machine-user-or-password): Use list of
13890         auth-source modes.
13891
13892         * nnimap.el (nnimap-open-connection): Use list of
13893         auth-source modes.
13894
13895         * nntp.el (nntp-send-authinfo): Use list of
13896         auth-source modes.
13897
13898 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13899
13900         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13901         now.
13902
13903 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13906         coding system in XEmacs; add a workaround for XEmacs.
13907
13908         * lpath.el: Fbind coding-system-aliasee.
13909
13910 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13913         of current-language-environment.
13914
13915 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13918         available at runtime.
13919
13920 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13923
13924 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13925
13926         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13927         the greatest positive fixnum value doesn't work under an XEmacs with
13928         bignum support; use the most-positive-fixnum constant instead,
13929         available since Emacs 21.1 with cl and XEmacs 21.1.
13930
13931 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13934         XEmacs gets not to work.
13935
13936 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * mm-util.el (mm-coding-system-priorities): Allow the value like
13939         "Japanese (UTF-8)" of current-language-environment.
13940
13941 2009-01-09  Glenn Morris  <rgm@gnu.org>
13942
13943         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13944         with last-command-event.
13945
13946 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13947
13948         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13949         in the doc string.
13950
13951         * message.el (message-fix-before-sending): Amend comment.
13952
13953 2009-01-08  Dave Love  <fx@gnu.org>
13954
13955         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13956
13957 2009-01-07  David Engster  <dengste@eml.cc>
13958
13959         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13960         simplified server definitions by converting it via
13961         gnus-server-to-method.
13962
13963 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13966         parameter's operands.
13967
13968 2009-01-06  David Engster  <dengste@eml.cc>
13969
13970         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13971         primary select method (for gnus-group-mark-article-as-read).
13972
13973 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13974
13975         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13976         `(gnus)Face', not `(gnus)X-Face'.
13977
13978 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * mm-util.el (mm-ucs-to-char): New function.
13981
13982         * mm-url.el (mm-url-decode-entities): Use it.
13983
13984         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13985         unicode-to-char.
13986
13987 2009-01-05  Dave Love  <fx@gnu.org>
13988
13989         * time-date.el: Require cl for `declare'.
13990
13991 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13992
13993         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13994         Dave Love.
13995
13996 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13997
13998         * message.el (message-fix-before-sending): Add `eight-bit' to
13999         illegible-text check.
14000
14001 2009-01-03  Michael Olson  <mwolson@gnu.org>
14002
14003         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14004         `headers' is nil.  This can occur if the IMAP server does not have
14005         permissions to read messages from a folder, but can write new messages
14006         to the folder.
14007         (nnimap-request-article-part): Do not insert `data' if it is nil.
14008
14009         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14010         characters which will confuse `read', so skip past them.
14011
14012 2009-01-01  Dave Love  <fx@gnu.org>
14013
14014         * imap.el (imap-string-to-integer): Fix typo.
14015         (imap-fetch-safe): New function.
14016         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14017
14018         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14019
14020         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14021         (imap-parse-greeting): Fix doc strings.
14022         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14023         (imap-parse-flag-list): Make messages unique.
14024         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14025
14026         * nnimap.el: Fix author email.
14027         (nnimap-split-rule): Add FIXME comment.
14028         (nnimap-debug): Fix doc string.
14029
14030 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14033
14034 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14035
14036         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14037         nslookup if resolv.conf isn't available.
14038         (dns-query): Rename from query-dns.
14039         (dns-query-cached): Rename from query-dns-cached.
14040
14041 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14044         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14045         to check if those variables exist (first appeared in Emacs 18.50).
14046
14047 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * mm-util.el (mm-line-number-at-pos): New function.
14050
14051         * spam-report.el (spam-report-process-queue): Use it.
14052
14053 2008-12-24  David Engster  <dengste@eml.cc>
14054
14055         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14056         parameters that haven't existed as variables as buffer-local variables.
14057
14058 2008-12-23  Dave Love  <fx@gnu.org>
14059
14060         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14061         cadar.
14062
14063         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14064         imap-starttls-p.
14065         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14066
14067 2008-12-22  Dave Love  <fx@gnu.org>
14068
14069         * imap.el: Fix author email.  Doc fixes.
14070         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14071         reply.
14072
14073 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14074
14075         * spam-report.el (spam-report-gmane-max-requests): New constant.
14076         (spam-report-gmane-wait): New variable.
14077         (spam-report-gmane-ham, spam-report-gmane-spam)
14078         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14079         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14080         the server.
14081
14082         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14083         Add explanations.
14084
14085         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14086         nnheader-accept-process-output and nnheader-read-timeout if available.
14087         (pop3-movemail): Use it.
14088
14089         * message.el (message-check-news-body-syntax): Fix signature check if
14090         there's an attachment.
14091
14092 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * mm-util.el: Add comments to the mm- emulating functions.
14095
14096 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14097
14098         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14099         Reported by Stephen Berman <stephen.berman@gmx.net>.
14100
14101 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * mm-util.el (mm-substring-no-properties): New function.
14104         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14105         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14106         (mm-string-to-multibyte): Doc fix.
14107
14108         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14109
14110 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * mml.el (mml-attach-file): Strip text properties from file name.
14113         (Bug#1574)
14114
14115 2008-12-16  Glenn Morris  <rgm@gnu.org>
14116
14117         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14118
14119 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14122         knows since the charset specified might be a bogus alias that
14123         mm-charset-synonym-alist provides.
14124
14125 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14128         "ISO_8859-1".
14129
14130         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14131
14132 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * mm-util.el (mm-charset-eval-alist):
14135         Define it before mm-charset-to-coding-system.
14136         (mm-charset-to-coding-system): Add optional argument `silent';
14137         define it before mm-charset-override-alist.
14138         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14139         default value if it can be used in Emacs currently running;
14140         silence mm-charset-to-coding-system.
14141
14142 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14145         `allow-override' which says whether to use `mm-charset-override-alist'.
14146         (rfc2047-decode-encoded-words): Use it.
14147
14148         * mm-util.el (mm-charset-override-alist): Fix custom type;
14149         add `(gb2312 . gbk)' to choices.
14150
14151 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14154         fast.
14155
14156         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14157
14158         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14159
14160 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14161
14162         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14163         on links.
14164
14165         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14166
14167 2008-12-03  Lute Kamstra  <lute@gnu.org>
14168
14169         * sha1.el: Remove leading * from docstrings of defcustoms,
14170         deffaces, defconsts and defuns.
14171
14172 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14175         users' addresses that don't have domain parts.
14176         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14177         rather than message-narrow-to-head since there will be the message
14178         header separator.
14179
14180 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14181
14182         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14183         since the result is inserted in a unibyte buffer anyway.
14184         (nnimap-demule-use-string-to-multibyte): Remove.
14185         (nnimap-demule): Alias it to mm-string-to-multibyte.
14186
14187 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14190         variable for debugging bug#464 and bug#1174.
14191         (nnimap-demule): Use it.
14192
14193 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14194
14195         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14196         score calculation correctly.
14197
14198 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14199
14200         * message.el (message-send-mail): Just set the buffer to unibyte
14201         rather than use mm-with-unibyte-current-buffer which does a lot more.
14202         (message-send-mail-partially): Don't bother with
14203         mm-with-unibyte-current-buffer since it's already been made unibyte by
14204         message-send-mail.
14205
14206 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14207
14208         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14209
14210 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14211
14212         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14213
14214 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14217         require itself and to remove `with-no-warnings'.
14218
14219 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14220
14221         * starttls.el (starttls-any-program-available): Get the name of the
14222         available TLS layer program.
14223         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14224         well as the host name in the "opening" message.
14225
14226         * auth-source.el (auth-source-cache, auth-source-do-cache)
14227         (auth-source-user-or-password): Cache passwords and logins by default,
14228         allow override with `auth-source-do-cache'.
14229         (auth-source-forget-user-or-password): Allow users to remove cache
14230         entries if needed.
14231
14232 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14233
14234         * md4.el (md4-buffer): Fix typo in docstring.
14235         (md4, md4-64): Doc fixes.
14236         (md4-pack-int32): Reflow docstring.
14237
14238 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14239
14240         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14241         condition-case to only the forward-sexp call.
14242
14243 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14244
14245         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14246         quotes contained.  Make it more robust regardless by an extra
14247         condition-case wrapper.
14248
14249 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14252
14253 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * nnml.el (nnml-request-expire-articles): Check if the function set to
14256         `nnmail-expiry-target' returns the symbol `delete'.
14257
14258         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14259
14260         * nnmail.el (nnmail-expiry-target): Fix custom type.
14261
14262 2008-10-02  Glenn Morris  <rgm@gnu.org>
14263
14264         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14265         Silence compiler warning.
14266
14267 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14268
14269         * tls.el (open-tls-stream): Show the actual command being
14270         executed, instead of the format string.
14271
14272 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * lpath.el: Fbind codepage-setup for Emacs 23.
14275
14276 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14277
14278         * mml.el (mml-menu): Don't assume mml2015 is bound.
14279
14280 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14283         exists.
14284
14285 2008-09-27  Glenn Morris  <rgm@gnu.org>
14286
14287         * gnus-util.el (mail-header-remove-comments): Autoload it.
14288
14289 2008-09-27  Andreas Schwab  <schwab@suse.de>
14290
14291         * gnus-util.el (gnus-split-references): Strip comments.
14292         (gnus-parent-id): Likewise.
14293
14294 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14295
14296         * message.el (message-confirm-send): Fix version.
14297
14298 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * message.el (message-idna-to-ascii-rhs-1): Use
14301         mail-extract-address-components rather than mail-header-parse-addresses
14302         that is an alias by default to ietf-drums-parse-addresses that does not
14303         support non-ASCII names in headers' contents.
14304
14305 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14306
14307         * message.el (message-confirm-send): Fix variable documentation to
14308         avoid the "y/n" wording.
14309
14310 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14311
14312         * message.el (message-set-auto-save-file-name): Save to a different
14313         filename so multiple messages (especially drafts) can be recovered.
14314
14315 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14316
14317         * message.el (message-confirm-send): Add appropriate version.
14318
14319 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14320
14321         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14322         defvar.
14323
14324 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14325
14326         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14327         (mm-pkcs7-enveloped-magic): Ditto.
14328
14329 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14330
14331         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14332         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14333
14334 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14335
14336         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14337         default, it's better.
14338
14339 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14340
14341         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14342         summary line gnus-number property and ignore them (with a warning
14343         message).
14344
14345 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14348         macro caddr in the interactive form since it won't be expanded.
14349
14350 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14353         `charset'; fix name of function called recursively.
14354         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14355
14356 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14359         (gnus-mime-set-charset-parameters): New function.
14360         (gnus-mime-view-part-as-charset): Use it to correctly display part
14361         specifying wrong charset.
14362
14363 2008-09-08  David Engster  <dengste@eml.cc>
14364
14365         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14366         in completing-read for back end server.
14367
14368 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14369
14370         * message.el (message-confirm-send): New variable to confirm sending a
14371         message.
14372         (message-send): Use it.
14373
14374 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14375
14376         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14377
14378 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14381
14382 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14383
14384         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14385         prevent tracking too many groups.
14386         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14387         Use it.
14388
14389 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14390
14391         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14392         moving point to the bottom of the window in order to avoid recentering.
14393
14394 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14397
14398         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14399         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14400         (gnus-article-beginning-of-window): Fix calculation.
14401
14402 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gnus-msg.el (gnus-summary-supersede-article)
14405         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14406         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14407         message header.
14408
14409 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14410
14411         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14412         pending output coming after the status change.
14413
14414 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14415
14416         * message.el:
14417         * gnus-start.el:
14418         * gnus-registry.el: Remove VMS support.
14419
14420 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14423         macro.
14424         (rfc2104-hash): Use it.
14425
14426 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14429         (gnus-summary-sort-by-most-recent-date): New commands.
14430         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14431         and menu entries.
14432
14433 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14436         don't redisplay article for raw contents; remove plural articles stuff.
14437
14438         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14439         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14440         on gnus-summary-save-article; display results properly.
14441
14442 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * lpath.el: No need to fbind ns-focus-frame.
14445
14446 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14449
14450 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * gnus-art.el (gnus-summary-save-in-pipe):
14453         Consider gnus-save-all-headers.
14454
14455 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14456
14457         * gnus-util.el (ns-focus-frame): Remove declaration.
14458         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14459         like x.
14460
14461 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14462
14463         * rfc2104.el (rfc2104-zero): Delete defconst.
14464         (rfc2104-hex-alist): Likewise.
14465         (rfc2104-hex-to-int): Delete func.
14466         (rfc2104-hexstring-to-bitstring): Likewise.
14467         (rfc2104-nybbles): New defconst.
14468         (rfc2104-hash): Rewrite for speed.
14469
14470 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * tls.el (open-tls-stream): Make it work with the 2nd argument
14473         BUFFER that is a string but does not exist as a buffer object, as
14474         mentioned in the doc-string.
14475
14476 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14479         SXEmacs.
14480
14481 2008-07-16  Glenn Morris  <rgm@gnu.org>
14482
14483         * gnus-util.el (ns-focus-frame): Declare for compiler.
14484
14485 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14488         set as a group parameter.
14489         (gnus-summary-save-in-pipe): Work when it is called independently.
14490         (gnus-summary-pipe-to-muttprint): Don't modify
14491         gnus-summary-pipe-output-default-command.
14492
14493 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14494
14495         * message.el (message-send-mail-with-sendmail):
14496         Display the error message.
14497
14498 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * gnus-art.el (gnus-default-article-saver):
14501         Add gnus-summary-save-in-pipe to choices.
14502         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14503         gnus-summary-pipe-output-default-command as the default command.
14504         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14505         instead of gnus-last-shell-command.
14506
14507         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14508         New user option.
14509         (gnus-summary-muttprint-program): Mention the value will be changed.
14510         (gnus-summary-save-article): Force showing of all headers.
14511         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14512
14513 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14514
14515         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14516
14517 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14518
14519         * nnimap.el (nnimap-id):
14520         * sieve-manage.el (sieve-manage-open): Doc fixes.
14521
14522 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14523
14524         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14525         if available.
14526
14527 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14528
14529         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14530
14531         * nnkiboze.el (nnkiboze-generate-group):
14532         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14533
14534         * nnmairix.el: Require CL.
14535
14536 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * dgnushack.el: Autoload get-display-table and put-display-table for
14539         XEmacs 21.5.
14540
14541         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14542         21.4 and SXEmacs.
14543
14544 2008-06-15  David Engster  <dengste@eml.cc>
14545
14546         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14547
14548 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14549
14550         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14551         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14552         runtime choice under XEmacs.
14553
14554         * gnus-sum.el (gnus-summary-set-display-table):
14555         Use `gnus-put-display-table', `gnus-get-display-table',
14556         `gnus-set-display-table' for the display table, instead of `aset'.
14557
14558         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14559         Use `gnus-put-display-table', `gnus-get-display-table',
14560         `gnus-set-display-table' for the display table.
14561
14562 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14563
14564         * nnmairix.el: Add autoloads.
14565
14566 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * nnmairix.el (nnmairix-delete-recreate-group)
14569         (nnmairix-update-and-clear-marks): Fix error messages.
14570
14571 2008-06-14  David Engster  <dengste@eml.cc>
14572
14573         * nnmairix.el: Upgrade to version 0.6.
14574         (nnmairix-group-toggle-propmarks-this-group)
14575         (nnmairix-group-toggle-readmarks-this-group)
14576         (nnmairix-group-delete-recreate-this-group)
14577         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14578         (nnmairix-remove-tick-mark-original-article): New commands.
14579         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14580         (nnmairix-propagate-marks-to-nnmairix-groups)
14581         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14582         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14583         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14584         functions needed for marks propagation and manipulation of read marks.
14585         (nnmairix-update-groups): New function.
14586         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14587         (nnmairix-determine-original-group-from-registry)
14588         (nnmairix-determine-original-group-from-path)
14589         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14590         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14591         New helper functions.
14592         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14593         keystrokes for new commands.
14594         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14595         (nnmairix-request-group): Check allow-fast group parameter.
14596         (nnmairix-request-create-group): Set allow-fast group parameter if
14597         nnmairix-allowfast-default is set.
14598         (nnmairix-close-group): Propagate marks upon closing if needed.
14599         (nnmairix-group-toggle-threads-this-group): Use new.
14600         nnmairix-group-toggle-parameter helper function.
14601         (nnmairix-search): Better check for empty search result.
14602         (nnmairix-goto-original-article): Use new helper functions for
14603         determining original article.
14604         (nnmairix-show-original-article): Make sure message-id is in brackets.
14605         (nnmairix-call-mairix-binary): Change variable name.
14606         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14607         helper function.
14608         (nnmairix-widget-toggle-activate): Fix doc string.
14609
14610 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * nnir.el: Require edmacro when compiling with XEmacs.
14613         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14614         available in Emacs 21.
14615
14616 2008-06-11  Glenn Morris  <rgm@gnu.org>
14617
14618         * gnus-util.el (x-focus-frame):
14619         * gnus.el (image-size):
14620         * mm-decode.el (image-size): Declare.
14621
14622         * gnus-picon.el (declare-function): Add compat definition.
14623         (image-size): Declare.
14624
14625         * gnus-group.el (tool-bar-map):
14626         * gnus-sum.el (tool-bar-map): Define for compiler.
14627
14628         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14629
14630         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14631
14632         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14633         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14634         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14635         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14636         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14637         * sieve-manage.el, spam-report.el, spam.el:
14638         Remove unnecessary eval-and-compile of autoloads.
14639
14640 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14641
14642         * auth-source.el: Precise Tramp doc.
14643
14644 2008-06-07  Glenn Morris  <rgm@gnu.org>
14645
14646         * nnmairix.el: Remove unnecessary eval-when-compile.
14647
14648 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * lpath.el: Fbind propertize for XEmacs 21.4.
14651
14652 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14653
14654         * nnir.el: Move here from ../contrib.
14655
14656 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14657
14658         * gnus-util.el (gnus-read-shell-command): New function.
14659         * mm-decode.el (mm-pipe-part):
14660         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14661
14662 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14665
14666 2008-06-03  Glenn Morris  <rgm@gnu.org>
14667
14668         * pop3.el (nnheader-accept-process-output): Autoload it.
14669
14670 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14673         are not 2-digit hexadecimal characters that follow `%'s.
14674
14675 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * message.el (message-bogus-recipient-p): Fix type in doc string.
14678         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14679         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14680         Improve custom options.
14681         (message-bogus-recipient-p): Adjust accordingly.
14682
14683 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14684
14685         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14686         long-form month and day names.
14687
14688 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * dgnushack.el: Autoload debug, eudc-expand-inline and
14691         pgg-snarf-keys-region for XEmacs.
14692
14693         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14694
14695         * nnmairix.el: Require edmacro when compiling with XEmacs.
14696
14697 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14698
14699         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14700         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14701
14702 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14703
14704         * auth-source.el: Add more docs.
14705
14706         * netrc.el (netrc-machine): Always match if the port is not given.
14707
14708 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14709
14710         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14711         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14712         retrieval faster in some cases, but might make CPU usage larger.
14713         If this has any bad side effects, we might revert this change.
14714
14715         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14716         seems to make mail retrieval much, much faster.
14717         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14718         unconditionally.
14719
14720         * gnus-draft.el (gnus-group-send-queue):
14721         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14722
14723 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14724
14725         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14726
14727         * message.el (message-bogus-address-regexp): Fix and improve custom
14728         type.
14729         (message-setup-hook): Add message-check-recipients as custom option.
14730
14731 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14732
14733         * message.el (message-cite-function): Remove bogus autoload which crept
14734         in during merge from v5-10.
14735
14736 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14737
14738         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14739
14740         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14741
14742         * auth-source.el: Preliminary Tramp docs.
14743         (auth-sources): Change the default auth-sources to use
14744         EPA .gpg files.
14745
14746 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14747
14748         * nntp.el: Autoload `auth-source-user-or-password'.
14749         (nntp-send-authinfo): Use it.
14750
14751         * nnimap.el: Autoload `auth-source-user-or-password'.
14752         (nnimap-open-connection): Use it.
14753
14754         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14755         for the gnus-message function.
14756         (auth-source-user-or-password): Use it.
14757
14758 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14759
14760         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14761         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14762         (rfc2104-hash): Use it.
14763
14764 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14765
14766         * gnus-art.el (gnus-article-toggle-truncate-lines):
14767         Don't use `iff' in docstring.
14768
14769 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14770
14771         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14772
14773         * gnus-util.el (gnus-extract-address-component-name)
14774         (gnus-extract-address-component-email): Convenience functions around
14775         `gnus-extract-address-components'.
14776
14777         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14778         Use `gnus-extract-address-component-email' to fix bug of comparing full
14779         sender name to `user-mail-address'.
14780
14781 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14782
14783         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14784         catch/throw to optimize.
14785         (gnus-registry-find-keywords): Just use member to find a keyword.
14786
14787 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14788
14789         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14790         is current before calling gnus-server-prepare.
14791         (gnus-server-setup-buffer, gnus-server-update-server)
14792         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14793
14794 2008-05-04  Juri Linkov  <juri@jurta.org>
14795
14796         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14797         (mailcap-file-default-commands): Use mailcap-replace-in-string
14798         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14799         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14800
14801 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14802
14803         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14804
14805 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14806
14807         * gnus.el: Bump version to 0.11.
14808
14809 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14810
14811         * gnus.el: No Gnus v0.10 is released.
14812
14813 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14814
14815         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14816         hooks.
14817         (gnus-update-read-articles): Speed up non-marks-using users.
14818         (gnus-use-marks): Define gnus-use-marks.
14819         (gnus-propagate-marks): Rename variable to something more sensible.
14820
14821 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14822
14823         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14824         (gmm-image-load-path-for-library): Fix typos in docstrings.
14825         (gmm-message): Reflow docstring.
14826
14827 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14828
14829         * mail-source.el (mail-source-set-1, mail-source-bind):
14830         Move auth-source code out of the macro to clean it up and fix bugs.
14831
14832 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14833
14834         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14835         by sender if it's equal to user-mail-address, it's likely to be
14836         useless.
14837
14838         * mail-source.el (mail-source-bind): Don't use user or password if they
14839         are not bound.  Unintern them if they are nil.  Don't use server unless
14840         it's bound, and default it to empty string otherwise.
14841
14842 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14843
14844         * mail-source.el: Load auth-source.el.
14845         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14846         get user name or password, if auth-sources is set up.
14847
14848         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14849         strategy of splitting with parent.
14850         (gnus-registry-split-fancy-with-parent)
14851         (gnus-registry-post-process-groups): Use it and fix prior
14852         bug (returning a list as the split result).
14853
14854         * auth-source.el (auth-sources): Remove server parameter.
14855         (auth-source-pick, auth-source-user-or-password)
14856         (auth-source-user-or-password-imap)
14857         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14858         (auth-source-user-or-password-sftp)
14859         (auth-source-user-or-password-smtp): Remove server parameter.
14860
14861 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14862
14863         * smime.el (smime-sign-region, smime-encrypt-region)
14864         (smime-decrypt-region):
14865         Remove redundant calls to `generate-new-buffer-name'.
14866
14867 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14868
14869         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14870         Don't use QP for message/rfc822.
14871         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14872
14873 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14874
14875         * sieve-manage.el (sieve-string-bytes): Remove.
14876         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14877         correct byte-length only if the process's coding-system is the same as
14878         the one used internally by Emacs to represent strings.
14879
14880 2008-04-22  Juri Linkov  <juri@jurta.org>
14881
14882         * mailcap.el (mailcap-file-default-commands): New function.
14883
14884 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * message.el (message-signature-separator, message-cite-function):
14887         Change custom version.
14888
14889 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14890
14891         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14892         commands.
14893         (tls-checktrust): Ditto.
14894
14895 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14896
14897         * mm-decode.el (mm-display-external): Make temp file read-only.
14898
14899 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14900
14901         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14902         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14903         `C-c C-f d'.
14904
14905 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14906
14907         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14908
14909 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * gnus.el: Bump version to 0.9.
14912
14913 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14914
14915         * gnus.el: No Gnus v0.8 is released.
14916
14917 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14918
14919         * mail-source.el (mail-source-value):
14920         Prefer fboundp to functionp so it works with macros as well.
14921
14922 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14923
14924         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14925         Fix last change in case the element is not even a symbol.
14926
14927 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14928
14929         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14930         Prefer fboundp to functionp so it works with macros as well.
14931
14932 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14933
14934         * auth-source.el: Add docs.
14935         (auth-sources): Modify format to support server.
14936         (auth-source-pick, auth-source-user-or-password)
14937         (auth-source-user-or-password-imap)
14938         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14939         (auth-source-user-or-password-sftp)
14940         (auth-source-user-or-password-smtp): Add server parameter.
14941
14942 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14943
14944         * gnus-registry.el: Initialize the registry when gnus-registry-install
14945         is t.
14946
14947 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * compface.el (uncompface): Make buffer unibyte.
14950
14951 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14952
14953         * mail-source.el (mail-source-value):
14954         Prefer fboundp to functionp so it works with macros as well.
14955
14956 2008-04-05  Glenn Morris  <rgm@gnu.org>
14957
14958         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14959
14960 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14961
14962         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14963         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14964
14965         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14966         multibyteness after rather than before erasing it.
14967
14968         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14969         mm-with-multibyte.
14970         (gnus-request-article-this-buffer): Make sure the proper decoding is
14971         used if gnus-original-article-buffer happens to be unibyte.
14972
14973         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14974         default-enable-multibyte-characters.
14975
14976         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14977         default-enable-multibyte-characters.
14978
14979         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14980
14981         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14982
14983 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14984
14985         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14986         Fix last change in case the element is not even a symbol.
14987
14988 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14989
14990         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14991         (imap-message-copyuid-1): Use it.
14992         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14993         J. Williams in
14994         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14995
14996         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14997         imap-enable-exchange-bug-workaround.
14998         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14999
15000 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15001
15002         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15003         a 100 byte status-checks into a 2-3MB transfer for each group.
15004         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15005         to enable bug workaround or not.
15006         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15007
15008 2008-03-31  Glenn Morris  <rgm@gnu.org>
15009
15010         * message.el (mml2015-use): Declare for compiler.
15011         (message-info): Require mml2015 when appropriate.
15012
15013 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15016         whitespace.
15017
15018 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15019
15020         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15021         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15022         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15023         (nntp-service-to-port): New function.
15024         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15025         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15026         (nntp-open-netcat-stream): New function.
15027         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15028
15029 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15030
15031         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15032
15033 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15034
15035         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15036
15037 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15038
15039         * dns.el (dns-write): Use set-buffer-multibyte.
15040
15041 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15042
15043         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15044
15045 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15046
15047         * message.el (message-signature-separator): Change default.
15048         Improve custom type.
15049         (message-cite-function): Change default to
15050         message-cite-original-without-signature.
15051
15052         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15053         toggle.
15054
15055         * message.el (message-check-news-body-syntax): Fix signature check.
15056         (message-setup-1): Mark buffer as unmodified _after_ running
15057         message-setup-hook and handling message-alternative-emails.
15058         (message-shorten-references): Be more strict when building list of
15059         valid references to comply with GNKSA.
15060
15061         * gnus-group.el (gnus-read-ephemeral-bug-group)
15062         (gnus-read-ephemeral-debian-bug-group)
15063         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15064
15065         * message.el (message-info): Don't use booleanp which isn't supported
15066         in Emacs 21 and XEmacs.
15067
15068 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15069
15070         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15071         gnus-group-gmane-group-download-format.
15072         (gnus-group-read-ephemeral-gmane-group): Rename from
15073         gnus-group-read-ephemeral-gmane-group.
15074         (gnus-read-ephemeral-gmane-group-url): Rename from
15075         gnus-group-read-ephemeral-gmane-group-url.
15076         (gnus-bug-group-download-format-alist): New variable.
15077         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15078         (gnus-read-ephemeral-emacs-bug-group): New commands.
15079
15080 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15081
15082         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15083         (gnus-visible-headers): Improve custom type.
15084
15085 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15086
15087         * mml.el (mml-menu): Add workarounds for XEmacs.
15088
15089         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15090         X-Boundary header.
15091
15092         * message.el (message-simplify-recipients): Fix previous commit.
15093
15094 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15095
15096         * mm-util.el (mm-set-buffer-multibyte): New function.
15097         * mm-decode.el (mm-copy-to-buffer): Use it.
15098
15099         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15100         Prefer fboundp to functionp so it works with macros as well.
15101
15102 2008-03-19  Glenn Morris  <rgm@gnu.org>
15103
15104         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15105         Accidentally removed in the sync process with Emacs.
15106
15107 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15108
15109         * message.el (message-alter-recipients-discard-bogus-full-name):
15110         New function.
15111         (message-alter-recipients-function): New variable.
15112         (message-get-reply-headers): Use it.
15113         (message-replace-header): New helper function.
15114         (message-recipients-without-full-name): New variable.
15115         (message-simplify-recipients): New command.
15116
15117         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15118
15119         * message.el (message-info): Handle EasyPG manual.
15120
15121         * mml.el (mml-menu): Add entry for EasyPG.
15122
15123 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15124
15125         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15126         parameter.
15127
15128         * message.el (message-disassociate-draft): Specify drafts group name
15129         fully.
15130
15131 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15132
15133         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15134         Eliminate unnecessary duplicates from the match list.
15135
15136 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15139
15140         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15141
15142         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15143         args of `how-many' of which the XEmacs version doesn't take; declare
15144         Info-index-next as function.
15145
15146 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15147
15148         * gnus-score.el (gnus-score-headers): Fix handling of
15149         gnus-inhibit-slow-scoring.
15150
15151         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15152         string.
15153         (gnus-button-url-regexp): Improve handling of parenthesis.
15154         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15155         (gnus-button-handle-info-keystrokes): Handle index entries.
15156
15157 2008-03-15  Glenn Morris  <rgm@gnu.org>
15158
15159         * parse-time.el (parse-time-string): Simplify.
15160
15161 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15164         Incoming* files.
15165
15166 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15167
15168         * auth-source.el (auth-sources): Rename from auth-source-choices.
15169         (auth-source-pick): Use it.
15170
15171 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15172
15173         * binhex.el (binhex-decode-region-internal):
15174         * uudecode.el (uudecode-decode-region-internal):
15175         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15176         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15177         setting default-enable-multibyte-characters.
15178
15179 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15180
15181         * auth-source.el (auth-source-protocols)
15182         (auth-source-protocols-customize, auth-source-choices): Add and
15183         modified variable customizations and defaults.
15184         (auth-source-pick, auth-source-user-or-password)
15185         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15186         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15187         (auth-source-user-or-password-sftp)
15188         (auth-source-user-or-password-smtp): Use new variables and provide an
15189         interface to netrc.el.
15190
15191 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15194         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15195         Make sure the nntp port to specify is a string.
15196
15197 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15198
15199         * nntp.el: Use with-current-buffer.
15200         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15201         dubious mm-with-unibyte-current-buffer.
15202         (nntp-with-open-group-function): New function extracted from
15203         nntp-with-open-group macro.
15204         (nntp-with-open-group): Use the function, so it's easier to debug.
15205         Add indentation and debugging info.
15206         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15207         Recommend the use of the netcat alternatives.
15208
15209         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15210         Avoid mm-string-as-multibyte as well.
15211
15212         * nnweb.el (nnweb-insert-html):
15213         Remove use of nnheader-string-as-multibyte.
15214
15215         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15216         (nnheader-string-as-multibyte): Remove.
15217
15218         * mm-view.el: Use inhibit-read-only.
15219         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15220         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15221         or unibyte-string.
15222
15223         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15224         (mm-uu-yenc-extract): Use with-current-buffer.
15225
15226         * gnus-soup.el (gnus-soup-send-packet): Don't use
15227         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15228
15229         * nnmh.el: Use with-current-buffer.
15230         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15231         mm-string-as-multibyte on the output of mm-encode-coding-string.
15232
15233         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15234         (nnimap-request-move-article): Use with-current-buffer.
15235
15236         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15237         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15238         conversion uses string-make-unibyte rather than string-as-unibyte.
15239
15240         * gnus-msg.el: Use with-current-buffer.
15241
15242         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15243
15244 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15245
15246         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15247         string for caching if it is 'PIN.
15248
15249 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * lpath.el: Consider the case without Emacs/W3.
15252
15253 2008-03-08  Glenn Morris  <rgm@gnu.org>
15254
15255         * time-date.el (date-to-time, time-subtract, time-add)
15256         (safe-date-to-time): Doc fixes.
15257
15258 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15259
15260         * mail-source.el (mail-source-delete-old-incoming-confirm):
15261         Change default to nil.
15262         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15263
15264 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * lpath.el: Rearrange.
15267
15268         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15269         (gnus-article-goto-prev-page): Work for articles having ^L's.
15270
15271         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15272
15273         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15274
15275 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15276
15277         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15278         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15279         (gnus-bookmark-jump): Adjust some variable names.
15280
15281 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15282
15283         * auth-source.el: New package.
15284         (auth-source-choices): Add customization entry point variable.
15285
15286         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15287         bug.
15288
15289 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15290
15291         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15292         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15293         (gnus-registry-install-shortcuts): Rename from
15294         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15295         the `gnus-registry-mark-map' keymap dynamically from
15296         `gnus-registry-marks'.  The generated functions update the summary line
15297         when a registry mark is added or deleted, and will call
15298         `gnus-registry-install-p' (see the comments in the code).
15299         (gnus-registry-user-format-function-M): Use concat intelligently.
15300
15301         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15302         the registry mark functions.
15303
15304 2008-03-05  Glenn Morris  <rgm@gnu.org>
15305
15306         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15307         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15308         gnus-art.
15309         (top-level): No need to load own source when compiling.
15310
15311 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15312
15313         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15314         Suggested by <chris.anderton@zetnet.co.uk>.
15315
15316 2008-03-04  Glenn Morris  <rgm@gnu.org>
15317
15318         * gnus-sum.el (top-level): No need to require gnus when compiling,
15319         since unconditionally required near start of file.
15320         (gnus-summary-display-while-building): Move definition before use.
15321
15322 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15323
15324         * gnus-registry.el (gnus-registry-user-format-function-M):
15325         Add formatting function.
15326
15327 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15328
15329         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15330         with plists.
15331         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15332         Use new format.
15333
15334 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15337         `where-is-internal' that returns a range of key sequences.
15338
15339 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15340
15341         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15342
15343         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15344         (gnus-summary-jump-to-group): Consider windows on other displayed
15345         frames as well.  Similar changes might be needed elsewhere, but that's
15346         the one I've bumped into during my use.
15347
15348         * nndoc.el (nndoc-oe-dbx-type-p):
15349         * gnus-msg.el (gnus-debug):
15350         * gnus-group.el (gnus-update-group-mark-positions):
15351         Use mm-string-to-multibyte.
15352
15353 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15354
15355         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15356         doesn't handle NotDashEscaped.
15357
15358         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15359         (mml-dnd-attach-options): Fix typo in custom choice.
15360
15361         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15362         Change nndoc-article-type to mbox.
15363         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15364
15365         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15366         to nil, instead of html2text.
15367
15368         * imap.el (imap-debug): Add `imap-ping-server'.
15369
15370         * gnus-bookmark.el: Add FIXMEs.
15371
15372         * message.el (message-form-letter-separator)
15373         (message-send-form-letter-delay): New variables.
15374         (message-send-form-letter): Use them.  New command to send form
15375         letters.  Requested by Uwe Siart.
15376         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15377
15378 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15379
15380         * Update copyright years.
15381
15382 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         Sync from EMACS_22_BASE.
15385
15386         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15387
15388 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15389
15390         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15391         empty author.
15392
15393 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15394
15395         * gnus-registry.el (gnus-registry-marks): Add variable for
15396         customization of marks and their appearance.
15397         (gnus-registry-read-mark): Use it.
15398         (gnus-registry-do-marks): Add utility function to loop through
15399         `gnus-registry-marks'.
15400         (gnus-registry-install-shortcuts-and-menus): Add function to install
15401         shortcuts and menus.
15402         (gnus-registry-initialize): Use it.
15403         (gnus-registry-default-mark): Clarify documentation.
15404
15405 2008-02-29  Glenn Morris  <rgm@gnu.org>
15406
15407         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15408         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15409         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15410         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15411         Change defcustom :version from 23.0 to 23.1.
15412
15413 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15414
15415         * gnus-registry.el (gnus-registry-follow-group-p)
15416         (gnus-registry-post-process-groups): Add functions to aid registry
15417         splitting and improve logging.  Clarify behavior in function
15418         documentation.
15419         (gnus-registry-split-fancy-with-parent): Use them.
15420
15421 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15422
15423         * gnus-art.el: Use with-current-buffer.
15424
15425 2008-02-27  David Engster  <dengste@eml.cc>
15426
15427         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15428         Express real group name in the response.
15429
15430 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15433         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15434         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15435         autoload gnus-registry-fetch-group when compiling.
15436         (nnmairix-request-group-with-article-number-correction):
15437         Remove unreferenced argument passed to nnmairix-call-backend.
15438
15439 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15440
15441         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15442         (mm-uu-extract): Improve face for low color ttys.
15443         Reported by Sascha Wilde.
15444
15445 2008-02-27  Glenn Morris  <rgm@gnu.org>
15446
15447         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15448         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15449         variables to defconsts.  Convert comments to doc-strings.
15450         (nnmairix-last-server, nnmairix-current-server): Convert from free
15451         variables to defvars.  Convert comments to doc-strings.
15452         (gnus-registry-fetch-group): Autoload.
15453         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15454         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15455         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15456         caddr.
15457         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15458         nnmairix-request-group-with-article-number-correction call.
15459         (nnmairix-fast, nnmairix-group): New, less general names, for free
15460         variables passed from nnmairix-request-group to
15461         nnmairix-request-group-with-article-number-correction.  Declare.
15462         (nnmairix-request-group-with-article-number-correction):
15463         Use nnmairix-fast, nnmairix-group rather than fast, group.
15464
15465 2008-02-26  David Engster  <dengste@eml.cc>
15466
15467         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15468         version 0.5.
15469
15470 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15471
15472         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15473         instead of making an extra function call.  Don't add the current group
15474         to articles only when they have the group.  Use
15475         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15476         Reported by David <de_bb@arcor.de>.
15477
15478 2008-02-24  Miles Bader  <miles@gnu.org>
15479
15480         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15481         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15482         (mm-find-mime-charset-region):
15483         * mm-bodies.el (mm-encode-body):
15484         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15485
15486 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15489         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15490
15491 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * mail-source.el (mail-source-delete-incoming): Change default.
15494         Supplement doc string.
15495
15496         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15497
15498 2008-02-14  Glenn Morris  <rgm@gnu.org>
15499
15500         * time-date.el (format-seconds): New function.
15501
15502 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15503
15504         * nnmail.el (nnmail-message-id-cache-file): Derive from
15505         `gnus-home-directory'.
15506
15507 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15508
15509         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15510         Document negative prefix.
15511
15512         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15513
15514 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15515
15516         * message.el (message-unsent-separator): Add the Exim bounce
15517         separator.
15518
15519 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15520
15521         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15522         list.
15523         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15524         recipient/signer list.
15525
15526 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15527
15528         * Makefile.in (datarootdir): Define.
15529         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15530         name that might contain whitespace.
15531
15532 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15533
15534         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15535         fbound (Emacs 23 unicode), signal an error.
15536
15537 2008-02-08  Glenn Morris  <rgm@gnu.org>
15538
15539         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15540
15541 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15542
15543         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15544         ports to the calls to `netrc-machine-user-or-password' in addition to
15545         "imap" and "imaps".
15546
15547 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15548
15549         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15550
15551         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15552
15553 2008-02-01  Kenichi Handa  <handa@m17n.org>
15554
15555         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15556         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15557         (rfc2104-hash): Convert the result of concat to unibyte string.
15558
15559 2008-02-01  Dave Love  <fx@gnu.org>
15560
15561         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15562         coding-system-for-read.
15563         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15564
15565 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15566
15567         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15568         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15569         <hanche@math.ntnu.no>.
15570
15571 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15574
15575         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15576
15577 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15578
15579         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15580         * message.el (message-beginning-of-line): Use featurep instead of bound
15581         tests in order to resolve conditionals at compile time.
15582
15583 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15584
15585         * mail-source.el (mail-sources): Add `group' choice.
15586
15587         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15588         parameter `in-group' to control into which group the articles go.
15589         Add treatment of `group' mail-source.
15590
15591 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15594
15595         * mm-decode.el (mm-dissect-buffer): Decode description.
15596
15597         * mml.el (mml-to-mime): Encode message header first.
15598
15599 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15602         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15603
15604         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15605         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15606
15607 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15608
15609         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15610
15611 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15614         prefix keys.
15615         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15616         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15617         gnus-xmas.el.
15618
15619         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15620         (gnus-xmas-article-describe-bindings): New function.
15621         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15622         gnus-xmas-article-describe-bindings.
15623
15624         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15625
15626 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15627
15628         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15629         Add new variables for article mark management.
15630         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15631         list of extra data entries which, when present, will indicate that the
15632         article ID should not be trimmed from the registry.
15633         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15634         functions.
15635         (gnus-registry-read-mark): New function to read a mark name from the
15636         user.
15637         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15638         (gnus-registry-set-article-mark-internal): New functions to add and
15639         remove marks.
15640         (gnus-registry-get-article-marks): New function to show the marks for
15641         an article, or retrieve them for further use.
15642
15643 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15646         keys when no argument is given.
15647
15648 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * imap.el (imap-ping-server): New variable.
15651         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15652         (imap-ping-server): Minor doc string fixes.
15653
15654 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15655
15656         * imap.el (imap-ping-server): New function.
15657         (imap-opened): Call imap-ping-server.
15658
15659 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15660
15661         * gnus-sum.el (gnus-article-sort-by-random)
15662         (gnus-thread-sort-by-random): Fix doc strings.
15663         Reported by jidanni@jidanni.org.
15664
15665 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-art.el (gnus-article-describe-bindings): New function.
15668         (gnus-article-read-summary-keys): Use it.
15669         (gnus-article-mode-map): Bind `C-h b' to it.
15670
15671 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15674         XEmacs.
15675         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15676         Protect against non-character events.
15677
15678         * lpath.el: Fbind map-keymap for Emacs 21.
15679
15680 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15681
15682         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15683         New command.
15684         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15685         instead of END.  Change name of the temp file.
15686         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15687         customizable.
15688
15689 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15692         bind `S W' to gnus-article-wide-reply-with-original; set default
15693         binding to gnus-article-read-summary-send-keys.
15694         (gnus-article-read-summary-keys): Fix the order of keys; display
15695         continuation keys correctly in the echo area; describe bindings
15696         correctly when keys end with `C-h'.
15697         (gnus-article-read-summary-send-keys): New function.
15698         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15699         Work for gnus-article-read-summary-send-keys; display continuation keys
15700         correctly in the echo area.
15701         (gnus-article-reply-with-original): Ignore prefix argument.
15702         (gnus-article-wide-reply-with-original): New function.
15703
15704         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15705         Emacs 21.
15706
15707 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15710         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15711
15712 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15713
15714         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15715         (gnus-group-read-ephemeral-gmane-group): New command.
15716
15717 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15718
15719         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15720
15721 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15722
15723         * message.el (message-send-mail-function): Increase custom version.
15724
15725         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15726         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15727
15728 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15729
15730         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15731         for the cases where imap-authenticate is called with a nil buffer
15732         parameter.
15733
15734 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15737         html parts correctly; support forwarded messages.
15738         (gnus-article-browse-html-article): Remove work buffers.
15739
15740         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15741         compiling.
15742         (netrc-bound-and-true-p): New macro.
15743         (netrc-parse): Use it instead of bound-and-true-p that is not available
15744         in XEmacs 21.4.
15745
15746 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15747
15748         * gnus-registry.el (gnus-registry-mark-article)
15749         (gnus-registry-article-marks): Add functionality to mark articles
15750         through the Gnus registry.
15751
15752         * encrypt.el: Clarify documentation for the new pgg method.
15753         (encrypt-file-alist): Add PGG option.
15754         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15755         functionality.  Abstract password key and messaging to external
15756         functions.
15757         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15758         (encrypt-message-method-and-cipher): Add new convenience external
15759         functions.
15760         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15761         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15762
15763         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15764         (netrc-parse): Use encrypt-file-alist to determine if
15765         encrypt-find-model or encrypt-insert-file-contents should be used.
15766
15767         * encrypt.el: Clarify documentation.  Load password-cache or
15768         password, whichever one is found first, instead of autoloading.
15769
15770 2007-12-19  Glenn Morris  <rgm@gnu.org>
15771
15772         * mml.el (message-options-set, message-narrow-to-head)
15773         (message-in-body-p, message-mail-p, message-encode-message-body):
15774         Autoload.
15775         (message-remove-header, message-narrow-to-headers-or-head)
15776         (message-subscribed-p, message-make-mail-followup-to)
15777         (message-position-on-field, message-news-p)
15778         (message-options-set-recipient, message-generate-headers)
15779         (message-sort-headers): Declare as functions.
15780
15781 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15782
15783         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15784         convention in doc string.
15785
15786 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15789         title to html parts.
15790         (gnus-article-browse-html-article): Pass message header to it.
15791
15792         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15793
15794 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15797         or password compatible with XEmacs.
15798
15799 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15800
15801         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15802         format document.
15803         (gnus-mime-delete-part): Don't write description line if empty.
15804         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15805
15806 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15807
15808         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15809         (gnus-summary-mark-read-and-unread-as-read)
15810         (gnus-summary-mark-current-read-and-unread-as-read)
15811         (gnus-summary-mark-unread-as-ticked): Doc fix.
15812         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15813
15814 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15815
15816         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15817         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15818
15819 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15820
15821         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15822         yes-or-no-p.
15823
15824 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * mm-decode.el (mm-add-meta-html-tag): New function.
15827         (mm-save-part-to-file, mm-pipe-part): Use it.
15828
15829         * gnus-art.el (gnus-article-browse-delete-temp-files):
15830         Use gnus-y-or-n-p instead of y-or-n-p.
15831         (gnus-article-browse-html-parts): Work with message/external-body; use
15832         mm-add-meta-html-tag.
15833
15834 2007-12-11  Glenn Morris  <rgm@gnu.org>
15835
15836         * gnus-cache.el: Require gnus-sum not just when compiling.
15837
15838         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15839
15840         * gnus-int.el (gnus-server-opened, gnus-status-message):
15841         Move definitions before use.
15842
15843         * mm-decode.el: Require gnus-util.
15844         (mm-remove-part): Only call delete-annotation on XEmacs.
15845
15846         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15847
15848         * nnmail.el: Require gnus-int.
15849
15850         * spam.el: Move `require's before `eval-when-compile's.
15851
15852         * gnus-ems.el (gnus-alive-p):
15853         * gnus-fun.el (message-goto-eoh):
15854         * gnus-util.el (gnus-group-name-decode):
15855         * mail-source.el (gnus-compress-sequence):
15856         * message.el (Info-goto-node, format-spec):
15857         * mm-bodies.el (message-options-get):
15858         * mm-decode.el (mm-view-pkcs7):
15859         * mm-util.el (gmm-write-region):
15860         * mml-smime.el (mml-compute-boundary)
15861         (gnus-completing-read-with-default):
15862         * mml.el (widget-button-press, gnus-make-hashtable):
15863         * mml1991.el (mm-decode-content-transfer-encoding)
15864         (mm-encode-content-transfer-encoding)
15865         (message-options-get, message-options-set):
15866         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15867         * nnfolder.el (gnus-request-group):
15868         * nnheader.el (ietf-drums-unfold-fws):
15869         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15870         * smime.el (gnus-run-mode-hooks):
15871         * spam-stat.el (gnus-message): Autoload.
15872
15873         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15874         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15875         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15876         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15877         Add declare-function compatibility definition.
15878
15879         * gnus-cache.el (nnvirtual-find-group-art):
15880         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15881         (gnus-add-image, gnus-add-wash-type):
15882         * gnus-group.el (nnkiboze-score-file):
15883         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15884         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15885         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15886         (message-tokenize-header, gnus-get-buffer-create)
15887         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15888         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15889         * gnus.el (gnus-group-decoded-name):
15890         * mail-source.el (imap-capability):
15891         * mm-bodies.el (message-options-set):
15892         * mm-decode.el (gnus-configure-windows):
15893         * mm-extern.el (message-goto-body):
15894         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15895         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15896         (epg-sub-key-validity, message-options-set):
15897         * mml.el (widget-event-point, gnus-configure-windows):
15898         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15899         * mml2015.el (epg-check-configuration, epg-configuration)
15900         (message-options-set):
15901         * nndb.el (nndb-request-article):
15902         * nnfolder.el (gnus-request-create-group):
15903         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15904         * nnmaildir.el (gnus-group-mark-article-read):
15905         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15906         * rfc1843.el (message-fetch-field):
15907         * spam.el (gnus-extract-address-components):
15908         Declare as functions.
15909
15910 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15913
15914         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15915
15916         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15917         bind show-trailing-whitespace for XEmacs.
15918
15919 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15920
15921         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15922         new no-op macro for backward compatibility.
15923
15924         * imap.el (imap-string-to-integer): New function.
15925
15926 2007-12-09  Glenn Morris  <rgm@gnu.org>
15927
15928         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15929
15930         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15931         * message.el, mm-view.el, sieve-manage.el, smime.el:
15932         Add declare-function compatibility definition.
15933
15934         * gnus-art.el (w3-region, w3m-region, Info-menu):
15935         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15936         * gnus-sum.el (gnus-get-predicate):
15937         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15938         * message.el (mail-abbrev-in-expansion-header-p):
15939         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15940         (w3m-detect-meta-charset, w3m-region):
15941         * sieve-manage.el (password-read, password-cache-add)
15942         (password-cache-remove):
15943         * smime.el (password-read-and-add): Declare as functions.
15944
15945 2007-12-08  David Kastrup  <dak@gnu.org>
15946
15947         * gnus-sum.el (gnus-summary-simplify-subject-query):
15948         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15949         `message'.
15950
15951 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15952
15953         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15954         it to bind idna-program, installation-directory, defined-colors, and
15955         face-attribute for XEmacs of the version that compiles defcustom forms.
15956
15957 2007-12-07  Glenn Morris  <rgm@gnu.org>
15958
15959         * gnus-art.el (article-make-date-line): Revert previous change.
15960
15961 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15962
15963         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15964
15965 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15966
15967         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15968         Call gnus-add-to-range ranges only once with a prepared article-list.
15969
15970 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15971
15972         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15973         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15974         group names with backslashes.
15975         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15976
15977 2007-12-06  Deepak Goel  <deego3@gmail.com>
15978
15979         * gnus-art.el (article-make-date-line):
15980         * gnus-start.el (gnus-load):
15981         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15982
15983 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * gnus-art.el (gnus-use-idna):
15986         * gnus-start.el (gnus-site-init-file):
15987         * message.el (message-use-idna):
15988         * mm-uu.el (mm-uu-hide-markers):
15989         * smiley.el (smiley-style): Revert changes that suppress warnings.
15990
15991 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15994         specify charset to html source.
15995         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15996
15997 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16000         idna-program in order to suppress byte compile warning issued by XEmacs
16001         that came to byte compile the default value section of defcustom forms
16002         recently.
16003
16004         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16005         value of installation-directory.
16006
16007         * message.el (message-use-idna): Don't directly refer to the value of
16008         idna-program.
16009
16010         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16011
16012         * smiley.el (smiley-style): Don't directly call face-attribute.
16013
16014 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16015
16016         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16017
16018         * gnus-dired.el: Reduce Gnus dependencies.
16019         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16020         Don't require.  Use autoloads instead.
16021         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16022         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16023         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16024         (gnus-dired-mode): Adjust doc string.
16025         (gnus-dired-mail-mode): New variable.
16026         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16027         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16028         (gnus-dired-mail-buffers): New function.  Return mail or message
16029         composition buffers.
16030         (gnus-dired-attach): Use it.
16031         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16032         NO-DECODE.
16033         (gnus-dired-print): Use `gnus-print-buffer' depending on
16034         `gnus-dired-mail-mode'.
16035
16036 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * rfc2047.el (rfc2047-encoded-word-regexp)
16039         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16040         explaining what regexp patterns are for.
16041
16042 2007-12-04  Glenn Morris  <rgm@gnu.org>
16043
16044         * password.el: Move to password-cache.el.
16045
16046         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16047         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16048         * mml-smime.el (password-read, password-cache-add)
16049         (password-cache-remove):
16050         No need to autoload, since mml-sec requires password.
16051
16052         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16053         * message.el (gnus-extract-address-components):
16054         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16055
16056         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16057         password.
16058
16059 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16060
16061         * mailcap.el: Reduce dependencies.
16062         (mail-header-parse-content-type): Autoload.
16063         (mailcap-delete-duplicates): New alias.
16064         (mailcap-mime-info): Add optional argument NO-DECODE.
16065         (mailcap-mime-types): Use mailcap-delete-duplicates.
16066
16067         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16068
16069 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16070
16071         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16072         (imap-parse-status): Upcase status-att for servers that sends them
16073         lower-case (e.g., MS Exchange 2007).
16074
16075 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16076
16077         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16078         function.
16079
16080         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16081         (gnus-uu-yenc-article): New function.
16082
16083         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16084
16085         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16086
16087 2007-12-02  Glenn Morris  <rgm@gnu.org>
16088
16089         * binhex.el (binhex): New custom group.
16090         (binhex-decoder-program, binhex-decoder-switches)
16091         (binhex-use-external): Move to the binhex custom group.
16092
16093         * uudecode.el (uudecode): New custom group.
16094         (uudecode-decoder-program, uudecode-decoder-switches)
16095         (uudecode-use-external): Move to the uudecode custom group.
16096
16097         * netrc.el (top-level): Don't load `encrypt' features.
16098         (netrc-parse): Don't use encrypt.
16099         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16100
16101         * encrypt.el: Remove file.
16102
16103 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16104
16105         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16106         matches on patches.
16107
16108         * gnus-art.el (gnus-article-browse-html-article):
16109         Mention `mm-text-html-renderer' in the doc string.
16110
16111         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16112         string.  Add comments.
16113
16114         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16115         if rhs is ASCII.
16116
16117 2007-12-01  Glenn Morris  <rgm@gnu.org>
16118
16119         * mail-source.el (top-level): Require format-spec before
16120         eval-when-compile.
16121
16122 2007-11-30  Glenn Morris  <rgm@gnu.org>
16123
16124         * encrypt.el: Require password, rather than autoloading password-read.
16125
16126 2007-11-29  Glenn Morris  <rgm@gnu.org>
16127
16128         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16129         (sasl-make-client, sasl-next-step, sasl-step-data)
16130         (sasl-step-set-data): Declare as functions.
16131
16132 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16133
16134         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16135
16136 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16137
16138         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16139         certs should be verified and what is to be done in the event of a
16140         verification failure.
16141
16142         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16143         caller can indicate whether the cache should be disregarded for this
16144         call.  This way the result of the call is reproducible at all times and
16145         can be considered a canonical server name for the supplied method.
16146         (gnus-agent-method-p): Canonicalize server names by pushing their
16147         method through `gnus-method-to-server' using the no-cache argument.
16148
16149         * gnus-srvr.el (gnus-server-insert-server-line):
16150         Call `gnus-method-to-server' with `no-cache' argument.
16151
16152         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16153         gnus-agent-possibly-synchronize-flags as this should be called when the
16154         server is actually being opened.
16155         (gnus-agent-possibly-synchronize-flags)
16156         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16157         flags file of an agentized server to the latter function.
16158
16159         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16160         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16161         after a connection has been established successfully.
16162
16163 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * gnus-art.el (article-display-face): Force to display face if called
16166         interactively; check if gnus-article-x-face-too-ugly matches author.
16167         (article-display-x-face): Display face even if From header is missing
16168         as article-display-face does.
16169
16170 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16171
16172         * hashcash.el (message-narrow-to-headers-or-head)
16173         (message-fetch-field, message-goto-eoh)
16174         (message-narrow-to-headers): Declare as functions.
16175
16176 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16177
16178         * mail-source.el (mail-sources): Default to fetch from file for
16179         compatibility with default of nnmail-spool-file.
16180
16181 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16184         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16185         to look for encoded word that should be encoded again.
16186         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16187         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16188         encoding pattern.
16189         (rfc2047-decode-region): Switch strict regexp and loose one according
16190         to rfc2047-allow-irregular-q-encoded-words.
16191
16192 2007-11-25  Romain Francoise  <romain@orebokech.com>
16193
16194         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16195
16196 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16197
16198         * tls.el (tls-program): Provide more custom choices from
16199         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16200         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16201
16202 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16203
16204         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16205         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16206
16207         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16208         `nnmail-spool-file'.
16209
16210         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16211         `nnmail-spool-file'.
16212
16213         * gnus-move.el (gnus-change-server): Ditto.
16214
16215         * gnus-kill.el (gnus-batch-score): Ditto.
16216
16217         * gnus-cache.el (gnus-jog-cache): Ditto.
16218
16219         * gnus-msg.el (gnus-summary-reply):
16220         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16221
16222 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16223
16224         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16225         version.  Minor improvement to doc strings.
16226         (tls-program): Add comment.
16227
16228 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16229
16230         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16231         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16232         mismatch between the hostname provided in the certificate and the name
16233         of the host connnecting to.
16234         (open-tls-stream): Use them.  Check certificates against trusted root
16235         certificates.
16236
16237 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16238
16239         * gnus-cache.el (gnus-cache-generate-nov-databases):
16240         Use nnml-generate-nov-databases-directory instead of
16241         nnml-generate-nov-databases-1.
16242
16243 2007-11-24  Glenn Morris  <rgm@gnu.org>
16244
16245         * message.el (message-tool-bar-retro): Update for rename
16246         mail_send.xpm->mail-send.xpm.
16247
16248 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16249
16250         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16251         `smime-ldap-search' for Emacs 22 and up.
16252
16253 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16254
16255         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16256
16257         * message.el (message-send-mail-function): Fix error convention.
16258         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16259         (message-widen-reply, message-send-mail, message-talkative-question)
16260         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16261         (message-clone-locals, message-send-news): Use with-current-buffer.
16262         (message-insert-or-toggle-importance): Remove unused var `valid'.
16263         (message-make-references): Remove unused var `new-references'.
16264         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16265
16266 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16267
16268         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16269         (spam-split-symbolic-return-positive): Reflow docstring.
16270         (spam-backends, spam-summary-exit-behavior)
16271         (spam-mark-ham-unread-before-move-from-spam-group)
16272         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16273         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16274         (spam-clear-cache, spam-backend-check, spam-install-backend)
16275         (spam-install-statistical-backend, spam-list-of-processors)
16276         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16277         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16278         (spam-check-crm114, spam-initialize, spam-unload-hook):
16279         Fix typos in docstrings.
16280
16281 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16284         been checked if they have never been read and those group levels are
16285         higher than the one that a user specified.
16286
16287 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16290         foreign groups unless a group level is specified by a user.
16291         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16292
16293 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16294
16295         * message.el (message-send-mail-function): Require sendmail.
16296
16297 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * message.el (message-send-mail-function): Check for smtpmail too.
16300
16301         * utf7.el (utf7-encode, utf7-decode): Use coding system
16302         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16303
16304         * message.el (message-send-mail-function): New function.
16305         (message-send-mail-function): Set default using
16306         message-send-mail-function.  Adjust doc string.
16307         (message-send-mail-with-mailclient): New function.
16308
16309 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16310
16311         * smime.el (from):
16312         * rfc2047.el (message-posting-charset):
16313         * qp.el (mm-use-ultra-safe-encoding):
16314         * pop3.el (parse-time-months):
16315         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16316         * nnml.el (files):
16317         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16318         (jka-compr-compression-info-list, ange-ftp-path-format)
16319         (efs-path-regexp):
16320         * nndiary.el (files):
16321         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16322         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16323         (epg-digest-algorithm-alist, inhibit-redisplay)
16324         (password-cache-expiry):
16325         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16326         (pgg-output-buffer, password-cache-expiry):
16327         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16328         (efs-path-regexp):
16329         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16330         (inhibit-redisplay):
16331         * mm-uu.el (file-name, start-point, end-point, entry)
16332         (gnus-newsgroup-name, gnus-newsgroup-charset):
16333         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16334         (latin-unity-ucs-list):
16335         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16336         (mm-uu-binhex-decode-function):
16337         * message.el (gnus-message-group-art, gnus-list-identifiers)
16338         (rmail-enable-mime-composing, gnus-local-organization)
16339         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16340         (gnus-read-active-file, facemenu-add-face-function)
16341         (facemenu-remove-face-function, gnus-article-decoded-p)
16342         (tool-bar-mode):
16343         * mail-source.el (display-time-mail-function):
16344         * gnus-util.el (nnmail-pathname-coding-system)
16345         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16346         (gnus-original-article-buffer, gnus-user-agent)
16347         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16348         (xemacs-codename, sxemacs-codename, emacs-program-version):
16349         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16350         * gnus-start.el (gnus-agent-covered-methods)
16351         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16352         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16353         (gnus-newsgroup-headers, gnus-group-list-mode)
16354         (gnus-group-mark-positions, gnus-newsgroup-data)
16355         (gnus-newsgroup-unreads, nnoo-state-alist)
16356         (gnus-current-select-method, mail-sources)
16357         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16358         (nnmail-spool-file, gnus-cache-active-hashtb):
16359         * gnus-mh.el (mh-lib-progs):
16360         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16361         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16362         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16363         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16364         (gnus-group-buffer):
16365         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16366         (font-lock-set-defaults):
16367         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16368         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16369         (gnus-summary-post-menu, total-parts, type, condition, length):
16370         * gnus-agent.el (gnus-agent-read-agentview):
16371         * flow-fill.el (show-trailing-whitespace):
16372         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16373         eval-and-compile wrappers for byte compiler pacifiers.
16374
16375         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16376         (mm-display-inline-fontify): Check for featurep 'xemacs not
16377         extent-list.
16378
16379         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16380         itimer-list.
16381         (mm-create-image-xemacs): Only do something for XEmacs.
16382         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16383
16384         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16385
16386         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16387         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16388
16389 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16390
16391         * nnimap.el (nnimap-split-download-body):
16392         * gnus-demon.el (gnus-demon):
16393         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16394
16395 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16398         New macros.
16399         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16400         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16401         copy data from unibyte buffer to multibyte current buffer.
16402         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16403         to copy data from unibyte current buffer to multibyte buffer.
16404         (nntp-make-process-buffer): Make process buffer unibyte.
16405
16406         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16407
16408 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16409
16410         * pop3.el (pop3-open-server): Accept and process data more robustly at
16411         connection start to avoid spurious "POP SSL connection failed" errors.
16412
16413 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16416         read group names.
16417
16418 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16419
16420         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16421
16422 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16425         (nnmail-save-active): Use a unibyte buffer when saving active file,
16426         which may contain non-ASCII group names.
16427
16428         * nnml.el (nnml-request-group): Decode group names in messages.
16429
16430 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16431
16432         * message.el (message-citation-line-function)
16433         (message-insert-formatted-citation-line): Fix spelling of
16434         `message-insert-formated-citation-line'.
16435
16436 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16437
16438         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16439
16440 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16443         nnmail-pathname-coding-system.
16444
16445         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16446         that a user enters; decode group names in messages.
16447
16448         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16449
16450 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16451
16452         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16453
16454         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16455
16456         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16457         risky local variable.
16458
16459         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16460
16461 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16462
16463         * encrypt.el: Improve documentation to fix function name typo.
16464         Reported by Daiki Ueno <ueno@unixuser.org>.
16465
16466 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16469         even if the point is not in the last page of an article.
16470         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16471         back to the previous page.
16472
16473 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16474
16475         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16476
16477 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16480
16481 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16482
16483         * message.el (message-check-news-body-syntax):
16484         Avoid mm-string-as-multibyte.
16485         (message-hide-headers): Don't assume (point-min)==1.
16486
16487 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16488
16489         * message.el (message-remove-blank-cited-lines): Fix if remove is
16490         given.
16491         (message-bogus-address-regexp): New variable.
16492         (message-bogus-recipient-p): New function.
16493         (message-check-recipients): New command.
16494         (message-syntax-checks): Add `bogus-recipient'.
16495         (message-fix-before-sending): Add `bogus-recipient'.
16496
16497         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16498         (gnus-treat-body-boundary): Don't test window-system.
16499
16500 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16501
16502         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16503
16504 2007-10-28  Miles Bader  <miles@gnu.org>
16505
16506         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16507         at compile-time too.
16508
16509 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16510
16511         * gnus-msg.el (gnus-message-setup-hook):
16512         Add `message-remove-blank-cited-lines' to options.
16513
16514 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16515
16516         * message.el (message-remove-blank-cited-lines): New function.
16517         Suggested by Karl Plästerer.
16518
16519 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16522         mapc.
16523
16524         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16525         (top-level): Use mapc to set functions to be traced for debugging.
16526
16527         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16528         called for effect with while loop.
16529
16530         * message.el (message-talkative-question): Replace mapcar called for
16531         effect with mapc.
16532
16533         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16534         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16535         called for effect with dolist.
16536
16537         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16538
16539         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16540         gnus-extra-headers and nnmail-extra-headers.
16541
16542         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16543         called for effect with dolist.
16544         (top-level): Use mapc to set functions to be traced for debugging.
16545
16546         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16547         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16548         dolist.
16549
16550         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16551         Replace mapcar called for effect with mapc.
16552         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16553         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16554         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16555         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16556
16557         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16558         remove-if that's a cl function.
16559
16560         * webmail.el (webmail-debug): Replace mapcar called for effect with
16561         dolist.
16562
16563         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16564         with mapc.
16565
16566 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16569         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16570         with while loop.
16571
16572         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16573         functions from article-* functions.
16574         (gnus-multi-decode-header): Replace mapcar called for effect with
16575         dolist.
16576
16577         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16578         (gnus-bookmark-show-details): Replace mapcar called for effect with
16579         while loop.
16580
16581         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16582         called for effect with while loop.
16583
16584         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16585         with dolist.
16586
16587         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16588         Replace mapcar called for effect with dolist.
16589
16590         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16591
16592         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16593         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16594         Replace mapcar called for effect with dolist.
16595         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16596         mapc.
16597
16598         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16599         Replace mapcar called for effect with dolist.
16600         (gnus-topic-list): Replace mapcar called for effect with mapc.
16601
16602         * gnus.el: Use mapc instead of mapcar to add autoloads.
16603
16604 2007-10-23  Richard Stallman  <rms@gnu.org>
16605
16606         * gnus-group.el (gnus-group-highlight): Mark as risky.
16607
16608 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * gnus.el (gnus-server-to-method): Return method found first in
16611         gnus-newsrc-alist.
16612
16613         * gnus-art.el (gnus-article-highlight-signature)
16614         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16615         button overlay without the front stickiness.
16616
16617 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16618
16619         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16620         overview buffer needed a catch to receive its throw.
16621         (gnus-agent-flush-cache): Declare as interactive to make this function
16622         easier to use.
16623
16624 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16627         `next-line'.
16628
16629 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16632         exclude address matching message-dont-reply-to-names.
16633
16634 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * gnus-util.el (gnus-string<): New function.
16637
16638         * gnus-sum.el (gnus-article-sort-by-author)
16639         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16640
16641 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16644         the frame-focus tag is set in gnus-buffer-configuration.
16645
16646 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16649         the front stickiness.
16650
16651 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16654         url pattern; remove duplicate one.
16655         (gnus-article-extend-url-button): New function.
16656         (gnus-article-add-buttons): Use it.
16657         (gnus-button-push): Use concatenated url that it makes.
16658
16659 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16660
16661         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16662
16663 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16664
16665         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16666         Don't hardcode point-min==1.
16667
16668 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16669
16670         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16671         Fix comment about "iso8859-1".
16672
16673 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16674
16675         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16676         ones returned from the verify-function.
16677
16678         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16679         Call mml2015-extract-cleartext-signature if extraction failed.
16680
16681 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16682
16683         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16684         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16685         failed.
16686
16687 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16688
16689         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16690
16691 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16692
16693         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16694         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16695         recommends to use EasyPG instead of PGG.
16696
16697         * pgg.el: Revert to revision 6.23.2.16.
16698
16699         * pgg-def.el: Revert to revision 6.6.2.14.
16700
16701         * pgg-gpg.el: Revert to revision 6.23.2.34.
16702
16703 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16704
16705         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16706         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16707         thread for both the null and zero (kill/expire thread) universal prefix
16708         cases.
16709         (gnus-summary-expire-thread): Add new function to expire a thread,
16710         using gnus-summary-kill-thread.
16711         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16712         shortcuts for gnus-summary-expire-thread.
16713         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16714         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16715
16716 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16717
16718         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16719         extras value, so an extras entry can be deleted.
16720         (gnus-registry-delete-extra-entry): Use it.
16721         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16722         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16723         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16724         storage through the gnus-registry, and provide an appropriate API for
16725         it.
16726
16727 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16730         Suggested by Leo <sdl.web@gmail.com>.
16731
16732         * gnus.el: Do.
16733
16734 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16737         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16738
16739         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16740
16741         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16742         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16743
16744 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16747         newline.
16748         (nnmbox-request-accept-article): Don't change article in source buffer;
16749         narrow to header to use message-fetch-field rather than
16750         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16751         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16752         as delimiters; make sure article ends with newline.
16753         (nnmbox-delete-mail): Correct last position of article to be deleted;
16754         ignore X-Gnus-Newsgroup header in article body.
16755         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16756         positions; make sure article ends with newline.
16757
16758         * message.el (message-display-abbrev): Don't infloop when a user
16759         inserts SPC in the beginning of header.
16760
16761         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16762         coding-system-for-read and coding-system-for-write for XEmacs having no
16763         file-coding feature.
16764
16765         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16766
16767 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16768
16769         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16770         list of groups not followed by default.  Fix type to be regexp.
16771         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16772
16773 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16774
16775         * hmac-def.el (define-hmac-function): Switch from old-style to
16776         new-style backquotes.
16777
16778         * md4.el (md4-make-step): Likewise.
16779
16780 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16783         raw-text coding system when saving .newsrc file, which may contain
16784         non-ASCII group names.
16785
16786 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * gnus-cus.el (gnus-score-extra): New widget.
16789         (gnus-score-extra-convert): New function.
16790         (gnus-score-customize): Use it for Extra.
16791
16792 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16793
16794         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16795         (mml2015-mailcrypt-clear-verify): Use it.
16796         (mml2015-gpg-clear-verify): Use it.
16797         (mml2015-pgg-clear-verify): Use it.
16798         (mml2015-epg-clear-verify): Replace the current part with the output
16799         from GnuPG; don't extract the plaintext by itself.
16800
16801         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16802         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16803         mml2015-clear-verify-function; don't touch the armor headers or
16804         dash-escaped text here.
16805
16806 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16809         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16810         parts, or application/octet-stream as a last resort.
16811         (gnus-mime-view-part-as-type): Don't toggle display.
16812         (gnus-mime-view-part-as-charset): Don't turn off display before
16813         querying charset.
16814
16815         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16816         stuff to undisplayer function in Emacs.
16817         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16818
16819         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16820         text/calendar parts.
16821
16822 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16825         decoding text/calendar parts.
16826
16827         * message.el (message-forward-make-body-mime): Always mark body as
16828         having no illegible text; remove signed-or-encrypted argument.
16829         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16830
16831         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16832         (mml-generate-mime-1): Don't encode body if it is specified to be in
16833         raw form; don't make buffer be unibyte when inserting multibyte string.
16834
16835 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16836
16837         * sha1.el: Fix up comment style.
16838         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16839         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16840
16841         * hex-util.el: Fix up comment style.
16842         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16843
16844         * gnus-salt.el: Use with-current-buffer.
16845         (gnus-pick-setup-message): Fix long-standing typo.
16846
16847 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * imap.el (imap-logout-timeout): New variable.
16850         (imap-logout, imap-logout-wait): New functions.
16851         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16852
16853         * nnimap.el (nnimap-logout-timeout): New server variable.
16854         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16855         nnimap-logout-timeout.
16856
16857         * gnus-art.el (gnus-article-summary-command-nosave)
16858         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16859
16860 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * gnus.el (gnus-maximum-newsgroup): New variable.
16863
16864         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16865         according to gnus-maximum-newsgroup.
16866
16867         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16868         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16869         Limit the range of articles according to gnus-maximum-newsgroup.
16870
16871 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16872
16873         * gnus-art.el (gnus-sticky-article): Fix problems described in
16874         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16875         Don't perform gnus-configure-windows here; reuse existing sticky
16876         article buffer.
16877
16878         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16879         it doesn't exist in gnus-article-mode.
16880
16881 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16884         (gnus-agent-decoded-group-name): New function.
16885         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16886         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16887
16888 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16889
16890         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16891         Add binding for gnus-sticky-article.
16892         (gnus-summary-exit): Don't kill sticky article buffers.
16893
16894         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16895         article buffer.
16896         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16897         (gnus-kill-sticky-article-buffers): New commands.
16898
16899 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * nntp.el (nntp-xref-number-is-evil): New server variable.
16902         (nntp-find-group-and-number): If it is non-nil, don't trust article
16903         numbers in the Xref header.
16904
16905 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * gnus-agent.el (gnus-agent-read-group): New function.
16908         (gnus-agent-flush-group, gnus-agent-expire-group)
16909         (gnus-agent-regenerate-group): Use it.
16910         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16911         nnmail-pathname-coding-system.
16912
16913 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16916
16917         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16918         that are unread as unread, and also as selected so that information of
16919         marks having been changed by a user may be updated when exiting group.
16920
16921 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16922
16923         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16924
16925 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16928         calculated ignoring signature parts to gnus-treat-article.
16929
16930 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16933         a point here in order to keep the window start.
16934         (gnus-insert-mime-security-button): Make a button overlay without the
16935         front stickiness.
16936         (gnus-mime-display-security): Goto the end of a button.
16937
16938         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16939
16940 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16943         group-name-at-point.
16944         (gnus-group-completing-read): New function that offers decoded
16945         non-ASCII group names for completion.
16946         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16947         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16948         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16949         (gnus-group-fetch-control): Use it.
16950         (gnus-fetch-group): Use group-name-at-point for the initial value
16951         rather than the default value; use gnus-alive-p.
16952
16953         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16954         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16955         (gnus-summary-post-news): Use gnus-group-completing-read.
16956
16957         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16958         (gnus-read-move-group-name): Decode group name for completion.
16959
16960 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16961
16962         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16963         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16964         Yamaoka slightly modified the code).
16965
16966 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16967
16968         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16969         (nnmail-split-incoming): Bind it.
16970
16971         * nnml.el (nnml-group-name-charset): New function.
16972         (nnml-decoded-group-name): Use it; don't decode group name if
16973         nnmail-group-names-not-encoded-p is non-nil.
16974         (nnml-encoded-group-name): New function.
16975         (nnml-group-pathname): Inline nnml-decoded-group-name.
16976         (nnml-request-expire-articles): Decode group name in message.
16977         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16978         nnmail-pathname-coding-system.
16979         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16980         not decoded ones according to nnmail-group-names-not-encoded-p.
16981         (nnml-generate-active-info): Use nnml-encoded-group-name.
16982
16983 2007-08-08  Glenn Morris  <rgm@gnu.org>
16984
16985         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16986         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16987         doc-strings and comments.
16988
16989 2007-07-25  Glenn Morris  <rgm@gnu.org>
16990
16991         * Relicense all FSF files to GPLv3 or later.
16992
16993 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * gnus-sum.el (gnus-summary-move-article):
16996         Make gnus-summary-respool-article work.
16997
16998 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16999
17000         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17001         string.
17002
17003 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17004
17005         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17006         that should be ignored when comparing distant RSS articles with local
17007         ones.
17008         (nnrss-make-hash-index): New function.  Create a hash index according
17009         to the ignored fields.
17010         (nnrss-check-group): Use it.
17011
17012 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17015
17016         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17017
17018         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17019         the new optional argument ENCODED is non-nil.
17020         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17021         coding system for encoding group name.
17022         (gnus-group-make-rss-group): Pass un-encoded group name to
17023         gnus-group-make-group.
17024         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17025         encoded.
17026
17027         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17028         Encode group name to which articles are moved or copied.
17029         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17030         coding system for encoding Newsgroup, Followup-To and Xref headers.
17031
17032         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17033         marks; use nnheader-file-coding-system to write a file.
17034         (nnagent-retrieve-headers): Bind file-name-coding-system to
17035         nnmail-pathname-coding-system.
17036
17037         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17038
17039         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17040         (nnml-request-article, nnml-request-create-group)
17041         (nnml-request-rename-group, nnml-find-id)
17042         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17043         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17044         (nnml-save-marks): Use nnml-group-pathname instead of
17045         nnmail-group-pathname.
17046
17047         (nnml-request-create-group, nnml-request-expire-articles)
17048         (nnml-request-move-article, nnml-request-delete-group)
17049         (nnml-deletable-article-p, nnml-possibly-create-directory)
17050         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17051         (nnml-open-marks): Bind file-name-coding-system to
17052         nnmail-pathname-coding-system.
17053
17054         (nnml-request-article): Pass server argument to nnml-find-group-number.
17055         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17056         Pass server argument to nnml-possibly-create-directory.
17057         (nnml-request-accept-article): Pass server argument to
17058         nnml-active-number and nnml-save-mail.
17059         (nnml-find-group-number): Pass server argument to nnml-find-id.
17060         (nnml-request-update-info): Pass server argument to
17061         nnml-marks-changed-p.
17062
17063         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17064         (nnml-save-mail, nnml-active-number): Add server argument.
17065
17066         (nnml-request-delete-group): Warn if group is missing.
17067         (nnml-get-nov-buffer): Decode group name.
17068         (nnml-generate-active-info): Encode group name.
17069         (nnml-open-marks): Decode group name in messages.
17070
17071 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17074         if it is not specified.
17075         (gnus-article-pipe-part, gnus-article-save-part)
17076         (gnus-article-interactively-view-part, gnus-article-copy-part)
17077         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17078         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17079         (gnus-article-replace-part, gnus-article-delete-part)
17080         (gnus-article-view-part-as-type): Pass raw prefix argument to
17081         gnus-article-part-wrapper.
17082
17083 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * gnus-agent.el (gnus-agent-save-active):
17086         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17087
17088         * gnus-cache.el (gnus-cache-save-buffers)
17089         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17090         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17091         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17092         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17093         (gnus-cache-generate-active, gnus-cache-rename-group)
17094         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17095         (gnus-cache-update-overview-total-fetched-for):
17096         Bind file-name-coding-system to nnmail-pathname-coding-system.
17097         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17098         New variables.
17099         (gnus-cache-decoded-group-name): New function.
17100         (gnus-cache-file-name): Use it.
17101         (gnus-cache-generate-active): Use non-decoded group name for active.
17102
17103         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17104         right place.
17105         (gnus-write-active-file): Don't break non-ASCII group names.
17106
17107         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17108         nnmail-pathname-coding-system.
17109
17110         * lpath.el: Bind default-file-name-coding-system,
17111         file-name-coding-system and language-info-alist for XEmacs.
17112
17113         * gnus-uu.el (gnus-uu-decode-save): Typo.
17114
17115 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17118
17119 2007-07-14  David Kastrup  <dak@gnu.org>
17120
17121         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17122         finishing actions if we did not edit the article.
17123
17124 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17127         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17128         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17129         (gnus-agent-flush-group, gnus-agent-flush-cache)
17130         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17131         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17132         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17133         (gnus-agent-regenerate-group)
17134         (gnus-agent-update-files-total-fetched-for)
17135         (gnus-agent-update-view-total-fetched-for):
17136         Bind file-name-coding-system to nnmail-pathname-coding-system.
17137         (gnus-agent-group-pathname): Don't encode file names by
17138         nnmail-pathname-coding-system.
17139         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17140         coding-system-for-write instead of buffer-file-coding-system to
17141         gnus-agent-file-coding-system.
17142
17143         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17144         Decode group name.
17145
17146         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17147
17148         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17149         (gnus-read-newsrc-el-file): Make group names unibyte.
17150
17151         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17152         nnmail-pathname-coding-system.
17153
17154         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17155         (nnrss-request-delete-group): Bind file-name-coding-system to
17156         nnmail-pathname-coding-system.
17157         (nnrss-read-server-data, nnrss-read-group-data):
17158         Bind file-name-coding-system correctly.
17159         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17160
17161         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17162         (nntp-server-to-method-cache): New variable.
17163         (nntp-group-pathname): New function that decodes non-ASCII group names.
17164         (nntp-possibly-create-directory, nntp-marks-changed-p)
17165         (nntp-save-marks, nntp-open-marks): Use it.
17166         (nntp-possibly-create-directory, nntp-open-marks):
17167         Bind file-name-coding-system to nnmail-pathname-coding-system.
17168         (nntp-open-marks): Decode group names when bootstrapping marks.
17169
17170         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17171         Newsgroups and Followup-To headers.
17172
17173 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17176         (gnus-server-closed-face, gnus-server-denied-face)
17177         (gnus-server-offline-face): Remove variable.
17178         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17179
17180         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17181         of modifying message-stack directly for XEmacs.
17182
17183         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17184         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17185         if the coding-system argument is nil for XEmacs.
17186
17187         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17188         mm-charset-override-alist.
17189
17190         * rfc2047.el: Don't require base64; require rfc2045 for the function
17191         rfc2045-encode-string.
17192         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17193         to quote the parameter value.
17194
17195 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17196
17197         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17198         form in gnus-group-name-charset-method-alist.
17199
17200         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17201         overrides the default layout edit-form.
17202
17203         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17204
17205         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17206
17207 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17210         as unfetched articles.
17211
17212 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17213
17214         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17215
17216 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17219         original back end that keeps marks in the local system.
17220
17221 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17224         arg of pop-to-buffer for XEmacs.
17225         (gnus-article-read-summary-keys): Ditto; don't restore window
17226         configuration if summary command ends up with neither article buffer
17227         nor summary buffer; describe bindings if summary keys end with C-h.
17228
17229 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * message.el (message-fix-before-sending): Skip raw message part to be
17232         forwarded while checking illegible text.
17233         (message-forward-make-body-mime, message-forward-make-body):
17234         Mark signed or encrypted raw message as having no illegible text.
17235
17236 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17239         (gnus-message-with-timestamp-1): New macro.
17240         (gnus-message-with-timestamp): New function.
17241         (gnus-message): Use them.
17242
17243         * nnheader.el (nnheader-message): Use them.
17244
17245 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17246
17247         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17248         .newsrc.eld file.
17249
17250 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * gnus-agent.el (gnus-agent-fetch-headers)
17253         (gnus-agent-retrieve-headers):
17254         Bind gnus-decode-encoded-address-function to identity.
17255
17256         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17257         available also when the server returns simply a dot.
17258
17259         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17260
17261 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17264
17265 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * gnus-ems.el (gnus-x-splash): Make it work.
17268
17269         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17270         from being used.
17271
17272         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17273
17274 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17277         4th and the 5th arguments.
17278
17279         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17280         the front stickiness.
17281         (gnus-article-summary-command-nosave): Correct the order of the
17282         arguments passed to pop-to-buffer.
17283         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17284         summary command ends up with the article buffer.
17285
17286         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17287         the same faces.
17288
17289 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17290
17291         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17292
17293 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17294
17295         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17296         * gnus-sum.el (gnus-summary-highlight):
17297         * pgg.el (pgg-sign-region, pgg-sign):
17298         * mail-source.el (mail-source-delete-old-incoming-confirm):
17299         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17300
17301 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * gnus-art.el (gnus-mime-view-part-externally)
17304         (gnus-mime-view-part-internally): Fix predicate function passed to
17305         completing-read.
17306
17307         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17308
17309         * gnus.el (gnus-update-message-archive-method): Add :version.
17310
17311 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * gnus.el (gnus-update-message-archive-method): New variable.
17314
17315         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17316         according to gnus-message-archive-method if
17317         gnus-update-message-archive-method is non-nil.
17318
17319 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17322         Suggested by Loic Dachary <loic@dachary.org>.
17323         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17324
17325 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * message.el (message-pop-to-buffer): Add switch-function argument.
17328         (message-mail): Pass switch-function argument to it.
17329
17330 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17331
17332         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17333         Improve doc string.
17334
17335 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17338         (gnus-header-content):
17339         * gnus-cite.el (gnus-cite-10):
17340         * gnus-srvr.el (gnus-server-closed):
17341         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17342         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17343         (gnus-group-mail-3-empty, gnus-group-mail-low)
17344         (gnus-group-mail-low-empty, gnus-splash):
17345         * message.el (message-header-to, message-header-cc)
17346         (message-header-subject, message-header-other, message-header-name)
17347         (message-header-xheader, message-separator, message-cited-text)
17348         (message-mml): Lighten colors of faces used for dark background.
17349
17350 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17351
17352         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17353         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17354
17355 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17356
17357         * message.el (message-narrow-to-headers-or-head):
17358         Ignore mail-header-separator in the body.
17359
17360 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17363         same as window size.
17364
17365 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17366
17367         * message.el (message-font-lock-keywords): Use message-header-xheader
17368         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17369         ahead of the anything pattern, to get it recognized.
17370
17371 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17372
17373         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17374         spam.el loads uses it in the compiled defadvice form.
17375
17376 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17377
17378         * gnus-sum.el (gnus-articles-to-read)
17379         (gnus-summary-insert-old-articles): Don't truncate group name for
17380         `read-string'.
17381
17382         * gnus-util.el (gnus-limit-string): Delete this function.
17383
17384         * gnus-sum.el (gnus-simplify-subject-fully):
17385         Use `truncate-string-to-width' instead.
17386
17387 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17388
17389         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17390         Tell if, on summary exit, the next group has to be selected.
17391         (gnus-summary-exit): Use it.
17392
17393 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17394
17395         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17396         non-break space.
17397
17398 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17401         Check if group is not a directory.
17402         (nnfolder-request-expire-articles): Don't delete articles if the target
17403         group is not available.
17404
17405         * nnml.el (nnml-request-create-group): Properly check if group is not a
17406         file.
17407         (nnml-request-expire-articles): Don't delete articles if the target
17408         group is not available.
17409
17410         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17411         Don't quote characters that are within parentheses.
17412
17413 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17416         (gnus-handle-ephemeral-exit): Select article according to it.
17417
17418 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17419
17420         * message.el (message-insert-formated-citation-line): Remove newline.
17421         (message-citation-line-format): Add final \n here so that the user can
17422         avoid a blank line.
17423
17424 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17425
17426         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17427         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17428         Update lanl/arXiv support.
17429
17430 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17431
17432         * gnus.el: Bump version number.
17433
17434 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17435
17436         * gnus.el (gnus-version-number): Bump version.
17437
17438 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17439
17440         * gnus.el: No Gnus v0.6 is released.
17441
17442 2007-04-27  Didier Verna  <didier@xemacs.org>
17443
17444         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17445         * gmm-utils.el (gmm-regexp-concat): ... here.
17446         * message.el: Don't require 'gnus-util.
17447         (message-dont-reply-to-names): Handle name change above.
17448         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17449
17450 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17453         since the initial value varies according to the system.
17454
17455 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17458
17459 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17460
17461         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17462
17463 2007-04-24  Didier Verna  <didier@xemacs.org>
17464
17465         Improve the type of gnus-ignored-from-addresses.
17466         * gnus-util.el (gnus-orify-regexp): New function.
17467         * message.el (gnus-util): Require it.
17468         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17469         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17470         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17471
17472 2007-04-24  Didier Verna  <didier@xemacs.org>
17473
17474         * gnus-sum.el:
17475         * gnus-utils.el: Fix some trailing whitespaces.
17476
17477 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17478
17479         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17480         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17481         article's Message-ID; refer parent article in summary buffer.
17482
17483         * message.el (message-bounce): Call mime-to-mml.
17484
17485         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17486         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17487         optimize and/or forms properly.
17488
17489 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17490
17491         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17492         URL.
17493
17494 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17495
17496         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17497
17498 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17501         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17502         displayed of multipart/alternative part if it is invoked from summary
17503         buffer.
17504
17505         * mm-view.el (mm-inline-text-html-render-with-w3m)
17506         (mm-inline-text-html-render-with-w3m-standalone)
17507         (mm-inline-render-with-function): Use mail-parse-charset by default.
17508
17509 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17510
17511         * parse-time.el (parse-time-string-chars): Check if CHAR
17512         is less than the length of parse-time-syntax.
17513
17514 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17515
17516         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17517         from gnus-newsgroup-processable.
17518
17519 2007-04-16  Didier Verna  <didier@xemacs.org>
17520
17521         * gnus-msg.el (gnus-configure-posting-styles):
17522         Handle message-signature-directory properly with :file syntax.
17523         Reported by "Leo".
17524
17525 2007-04-11  Didier Verna  <didier@xemacs.org>
17526
17527         New user option: message-signature-directory.
17528         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17529         * message.el (message-insert-signature): Ditto.
17530         * message.el (message-signature-file): Doc update.
17531         * message.el (message-signature-directory): New.
17532
17533 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17534
17535         * gnus-msg.el (gnus-inews-yank-articles):
17536         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17537
17538 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * message.el (message-yank-original): Make sure cited text ends with
17541         newline; don't exchange point and mark.
17542
17543 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17544
17545         * tls.el (open-tls-stream): Properly handle case where there
17546         is no associated buffer.
17547
17548 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17549
17550         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17551         message-yank-original, make sure (< mark TEXT point).
17552
17553 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17554
17555         * message.el (message-fill-column): New variable.
17556         (message-mode): Use it.  Add comment on a possible new hook.
17557
17558         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17559         (nnmail-get-new-mail): Reformat.
17560
17561         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17562
17563         * gmm-utils.el: Fix Commentary.
17564         (gmm-tool-bar-from-list): Fix typo in doc string.
17565
17566 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17567
17568         * message.el (message-yank-original): Don't switch point and mark
17569         unnecessarily to put point and mark as documented.
17570
17571 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17572
17573         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17574         from the message heads.
17575
17576 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17577
17578         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17579         article buffer does not have a window.  This may not be the best
17580         solution but is certainly better than setting the start of the null,
17581         that is the current, window.
17582
17583 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17584
17585         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17586         (gnus-draft-setup): Run it.
17587
17588         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17589         gnus-score-fast-scoring.  Allow regexp.
17590         (gnus-score-headers): Use it.
17591
17592         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17593         XEmacs.
17594
17595         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17596         string.
17597         (gnus-button-alist): Also catch `<f1> k ...'.
17598         (gnus-treat-display-x-face): Fix doc string.
17599
17600 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17601
17602         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17603         evaluation of gnus-extended-version to ensure correct generation of the
17604         User-Agent header when message-generate-headers-first is used.
17605
17606 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17607
17608         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17609         hashcash-path is nil.  Don't call callback with incorrect number of
17610         parameters if val is 0.
17611
17612 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17613
17614         * message.el (message-required-news-headers):
17615         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17616
17617 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17618
17619         * tls.el (open-tls-stream): In handshake-waiting loop,
17620         don't wait more if there is output available to process.
17621
17622 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17623
17624         * tls.el (tls-program): Doc fix.
17625
17626 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * message.el (message-generate-new-buffers): Change the meaning of the
17629         nil value; add `standard' to the choices; treat t as `unique'; improve
17630         doc string.
17631         (gnus-select-frame-set-input-focus): Autoload.
17632         (message-buffer-name): Search for the existing message buffer if
17633         message-generate-new-buffers is nil or `standard'; treat the value t of
17634         message-generate-new-buffers as `unique'.
17635         (message-pop-to-buffer): Raise the frame already displaying the message
17636         buffer; clear the echo area after querying.
17637         (message-setup): Pass the `continue' argument to compose-mail.
17638         (message-mail): Prefer `switch-function' if it is given; search for the
17639         existing message buffer if the `continue' argument is non-nil; pass
17640         continue and switch-function arguments to compose-mail by way of
17641         message-setup.
17642         (message-mail-other-window): Adjust argument of message-setup.
17643         (message-mail-other-frame): Ditto.
17644
17645 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17648         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17649         to turn font-lock on when turning gnus-message-citation-mode on.
17650
17651 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17652
17653         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17654         (mml-smime-function-alist): New variable; add epg as the backend.
17655         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17656         mml-smime- functions instead.
17657         * mm-view.el: Require smime.
17658
17659 2007-03-05  Didier Verna  <didier@xemacs.org>
17660
17661         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17662         instead of just inheritance for posting styles.
17663         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17664
17665 2007-02-24  Chris Moore  <dooglus@gmail.com>
17666
17667         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17668         * pgg-pgp.el (pgg-pgp-encrypt-region):
17669         * pgg-gpg.el (pgg-gpg-encrypt-region):
17670         Check pgg-encrypt-for-me if no other recipients.
17671
17672 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17673
17674         * tls.el (tls-certtool-program): Fix custom type.
17675
17676 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17677
17678         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17679         and point-at-eol instead of line-(beginning|end)-position.
17680
17681         * assistant.el (assistant-parse-buffer): Ditto.
17682
17683         * netrc.el (netrc-parse-services): Ditto.
17684
17685 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17686
17687         * mml2015.el (mml2015-epg-find-usable-key): New function.
17688         (mml2015-epg-sign): Use it.
17689         (mml2015-epg-encrypt): Use it.
17690
17691 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * message.el (message-make-in-reply-to): Quote name containing
17694         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17695         if there are special characters.  Reported by NAKAJI Hiroyuki
17696         <nakaji@jp.freebsd.org>.
17697
17698 2007-02-27  Didier Verna  <didier@xemacs.org>
17699
17700         Include the group parameters as well as the topic ones in the
17701         inheritance filter process.
17702         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17703         argument GROUP-PARAMS-LIST.
17704         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17705
17706 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17707
17708         * nntp.el (nntp-never-echoes-commands)
17709         (nntp-open-connection-functions-never-echo-commands): New variables.
17710         (nntp-send-command): Use them.
17711
17712 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17713
17714         * mml2015.el (mml2015-epg-verify): Simplify.
17715
17716 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * mml.el (mml-content-disposition-alist): New user option.
17719         (mml-content-disposition): New function.
17720         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17721         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17722
17723 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17724
17725         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17726         verification.
17727
17728 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17729
17730         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17731         articles posted in the last 24 hours.
17732
17733 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17734
17735         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17736
17737 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17738
17739         * nntp.el (nntp-send-command): Don't wait for echoes when
17740         nntp-open-ssl-stream is used.
17741
17742 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17743
17744         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17745         (gnus-message-add-citation-keywords)
17746         (gnus-message-remove-citation-keywords): Remove.
17747         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17748         directly, make the variables in font-lock-defaults buffer-local, add
17749         gnus-message-citation-keywords to them and then update the value of
17750         font-lock-keywords.
17751
17752 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * message.el (message-cite-original-1): Don't call
17755         gnus-article-highlight-citation.
17756
17757         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17758         citations; fix line count.
17759
17760 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17761
17762         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17763         (gnus-message-add-citation-keywords)
17764         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17765         versions of font-lock-add-keywords and font-lock-remove-keywords to
17766         work with XEmacs correctly.
17767
17768 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * gnus-cite.el (gnus-cite-face-list): Set the values of
17771         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17772         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17773         (gnus-message-cite-prefix-regexp): New variable.
17774         (gnus-message-search-citation-line): Use it; protect against long
17775         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17776         the 0th match data for Emacs.
17777         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17778         (gnus-message-add-citation-keywords): Append keywords rather than
17779         prepending; emulate font-lock-add-keywords if it is not available.
17780         (gnus-message-remove-citation-keywords):
17781         Emulate font-lock-remove-keywords if it is not available.
17782
17783         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17784
17785         * message.el (message-cite-prefix-regexp): Set the value of
17786         gnus-message-cite-prefix-regexp.
17787
17788 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17789
17790         * nnweb.el (nnweb-google-parse-1): Update parser.
17791
17792 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17793
17794         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17795
17796 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17797
17798         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17799         regexp.
17800
17801 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17804         string-to-multibyte.
17805         (uudecode-decode-region-internal): Use it.
17806
17807         * lpath.el: Fbind string-as-multibyte for XEmacs.
17808
17809 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17810
17811         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17812         Fix custom choice.
17813
17814         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17815
17816 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17817
17818         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17819
17820         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17821         `write-region' to respect `mm-inhibit-file-name-handlers'.
17822
17823 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17824
17825         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17826         Use gnus-home-directory instead of "~/" or "$HOME".
17827
17828 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17829
17830         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17831         to mention filename.
17832         Add comments at beginning regarding usage.
17833         (encrypt-write-file-contents): Change interactive so a string is
17834         acceptable.  If the file has no associated model, show an error instead
17835         of a nonsense prompt.
17836
17837 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17838
17839         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17840         Thanks to Yoshihiko Yamada for kind notification of this typo.
17841
17842 2007-01-12  Kenichi Handa  <handa@m17n.org>
17843
17844         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17845         multibyte buffer.
17846
17847 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17848
17849         * gnus-score.el (gnus-score-fast-scoring): New variable.
17850         (gnus-score-headers): Use it.
17851
17852         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17853
17854         * message.el (message-cite-original-1):
17855         Call gnus-article-highlight-citation if requested.
17856         (message-make-from): Allow name and address as optional arguments.
17857
17858         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17859
17860         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17861         bugs to doc string.
17862         (gnus-button-alist): Add mid\\|message-id.
17863         (gnus-button-fetch-group): Extend for use in
17864         `browse-url-browser-function'.
17865         (gnus-button-url-regexp): Try to catch paired parentheses like in
17866         Wikipedia URLs.
17867
17868         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17869         Suggested by Simon Krahnke <overlord@gmx.li>.
17870
17871 2007-01-13  Romain Francoise  <romain@orebokech.com>
17872
17873         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17874         Update copyright.
17875
17876 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17877
17878         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17879
17880 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17881
17882         * gnus-registry.el (gnus-registry-unfollowed-groups)
17883         (gnus-registry-split-fancy-with-parent): Fix documentation.
17884
17885 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17886
17887         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17888         from nnweb groups.
17889
17890 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17891
17892         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17893         Xref urls.  Erase buffer before requesting head.
17894
17895         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17896
17897 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17898
17899         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17900         customizable.
17901
17902 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17903
17904         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17905         no signing key is found.
17906         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17907         no encrypting and/or signing key is found.
17908
17909 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17910
17911         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17912
17913 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17914
17915         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17916         headers read from disk with the ones newly found in the current search.
17917         This should no longer cause problems, because the article numbers in
17918         Gmane's `nov.php' output are ignored since the previous change.
17919
17920 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17921
17922         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17923
17924 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17927         replace-regexp-in-string; bind url-version; fbind display-images-p and
17928         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17929         find-face and set-itimer-function for Emacs; bind itimer-list for
17930         Emacs.
17931
17932         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17933
17934 2007-01-01  Romain Francoise  <romain@orebokech.com>
17935
17936         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17937
17938 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17939
17940         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17941         `define-minor-mode' macro definition expanded properly.
17942         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17943         exclude it there.
17944
17945         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17946         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17947         `fboundp' test.
17948         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17949         This is OK to autoload in (S)XEmacs now.
17950
17951 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17952
17953         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17954         keystroke.
17955         (gnus-summary-limit-to-singletons): Fix typo.
17956
17957         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17958         else fails.
17959
17960 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17961
17962         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17963         docstring.
17964
17965         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17966         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17967         (gnus-summary-insert-dormant-articles): Fix typo in message.
17968
17969 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17970
17971         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17972         nil for XEmacs.
17973         (gnus-message-citation-mode): Don't autoload in XEmacs.
17974
17975         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17976
17977 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17978
17979         * nnimap.el (nnimap-expunge-search-string):
17980         Mention nnimap-search-uids-not-since-is-evil in docstring.
17981
17982 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17983
17984         * spam.el: Revert to make-obsolete-variable because
17985         define-obsolete-variable-alias is not supported in Emacs 21.
17986
17987         * spam.el (spam-ifile-path, spam-ifile-database-path)
17988         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17989         make-obsolete-variable.
17990         (spam-bsfilter-path, spam-bsfilter-program)
17991         (spam-spamassassin-path, spam-spamassassin-program)
17992         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17993         Don't use "path" inappropriately.
17994         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17995         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17996         variable names.
17997
17998 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17999
18000         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18001         summary buffer.
18002
18003         * password.el (password-cache-remove): Use clear-string to burn
18004         password, if available.
18005
18006 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18007
18008         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18009
18010         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18011
18012         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18013         (gnus-message-highlight-citation): Move defcustom here from
18014         gnus-cite.el.
18015         (gnus-message-citation-mode): Autoload.
18016
18017         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18018         checks to make it compile with XEmacs.
18019         (gnus-message-citation-mode): New minor mode.
18020         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18021         (gnus-message-highlight-citation): New variables.
18022         (gnus-message-search-citation-line)
18023         (gnus-message-add-citation-keywords)
18024         (gnus-message-remove-citation-keywords)
18025         (turn-on-gnus-message-citation-mode)
18026         (turn-off-gnus-message-citation-mode): New functions.
18027
18028 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18029
18030         * gnus-cite.el: Enable highlighting of different citation levels in
18031         message-mode.
18032
18033 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18034
18035         * message.el (message-make-fqdn): Fix comment.
18036         (message-bogus-system-names): Add ".local".
18037
18038         * spam.el (spam-ifile-path, spam-ifile-program)
18039         (spam-ifile-database-path, spam-ifile-database)
18040         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18041         Don't use "path" inappropriately.
18042         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18043         strings.
18044         (spam-check-ifile, spam-ifile-register-with-ifile)
18045         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18046         Use new variable names.
18047
18048         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18049         (gnus-treat-display-smileys): Simplify using
18050         gnus-image-type-available-p.
18051
18052         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18053         available.
18054
18055         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18056         Use `display-images-p' if available.
18057
18058 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18059
18060         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18061         one after turning on the buffer's multibyteness instead of decoding
18062         them directly in the unibyte buffer that causes unexpected conversion
18063         in Emacs 23 (unicode).
18064
18065 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18066
18067         * message.el (message-generate-hashcash): Fix custom type.
18068
18069 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18070
18071         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18072
18073 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18074
18075         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18076         disconnect icons.  Add help text.
18077
18078 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18079
18080         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18081         negated to be consistent with the others we handle.
18082
18083 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18084
18085         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18086         version of gnus-summary-buffer to something, so that we can use two
18087         article buffers at the same time.
18088
18089 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18090
18091         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18092         trigger all the extra headers.
18093         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18094         sorting.
18095
18096 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18097
18098         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18099         solid groups.
18100
18101 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18102
18103         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18104
18105 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18106
18107         * legacy-gnus-agent.el: Add Copyright notice.
18108
18109 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18110
18111         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18112
18113 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18114
18115         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18116
18117         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18118         to make it work reliably in CVS Emacs.
18119         (gnus-summary-limit-strange-charsets-predicate)
18120         (gnus-summary-limit-to-predicate): New functions.
18121
18122 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18123
18124         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18125         specifying array size.
18126         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18127         array if it is too small.
18128         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18129         (gnus-sort-threads-loop): New function.
18130
18131 2006-12-06  Chris Moore  <dooglus@gmail.com>
18132
18133         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18134         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18135
18136 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18137
18138         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18139         options.
18140
18141 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18142
18143         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18144         DOS-ing the recipient.
18145
18146         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18147         the headers when creating the mapping to avoid mismappings.
18148         (nnweb-gmane-create-mapping): Always nix out old mapping.
18149
18150 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18151
18152         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18153         and mm-verify-option to never.
18154
18155 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18156
18157         * message.el (message-signed-or-encrypted-p): New function.
18158         (message-forward-make-body): Use it.
18159
18160         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18161         Replace encode-coding-string with mm-encode-coding-string.
18162
18163 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18164
18165         * nneething.el (nneething-decode-file-name):
18166         Replace decode-coding-string with mm-decode-coding-string.
18167
18168         * gnus-int.el (gnus-open-server): Say failed server's name.
18169
18170 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18171
18172         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18173         strings to a single string.  Quote `errors-file-name'.
18174         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18175         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18176         Adjust calls.  Use `shell-quote-argument'.
18177
18178 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18179
18180         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18181         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18182
18183         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18184         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18185         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18186         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18187         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18188         (gnus-subscribe-newsgroup, gnus-1):
18189         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18190         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18191         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18192         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18193
18194 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18195
18196         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18197         keystroke.
18198         (gnus-summary-limit-to-bodies): Implement headersp.
18199
18200 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18201
18202         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18203
18204 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18207
18208 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18209
18210         * message.el (message-generate-hashcash): Expand range of values to
18211         include `opportunistic'.
18212         (message-send-mail): Use it.
18213
18214 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18215
18216         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18217         and comment it.
18218
18219         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18220
18221 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18222
18223         * gnus-util.el (gnus-extract-address-components): Improve comment.
18224
18225 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * gnus-util.el (gnus-extract-address-components): Work with address in
18228         which the name portion contains @.
18229
18230         * lpath.el: Fbind custom-autoload.
18231
18232 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18233
18234         * gnus.el (gnus-start): Move custom group up.
18235         (gnus-select-method): Don't autoload, but make it available for
18236         `customize-variable'.
18237         (gnus-getenv-nntpserver): Don't autoload.
18238
18239 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18240
18241         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18242
18243 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18244
18245         * message.el (message-sendmail-extra-arguments): New variable.
18246         (message-send-mail-with-sendmail): Use it.
18247
18248 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18251         mm-with-unibyte-current-buffer to make string unibyte.
18252
18253         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18254         mm-string-as-multibyte.
18255
18256 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18257
18258         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18259         Reported by Werner Koch <wk@gnupg.org>.
18260
18261 2006-11-14  Daiki Ueno  <ueno@p360>
18262
18263         * mml2015.el: Autoload epa-select-keys when compiling.
18264
18265 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18266
18267         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18268         message-options.
18269         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18270
18271 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18272
18273         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18274         EasyPG (< 0.0.6).
18275         (mml2015-always-trust): New user option.
18276         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18277         prompt.
18278
18279 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18280
18281         * nntp.el (nntp-authinfo-force): New variable.
18282         (nntp-send-authinfo): Use it.
18283
18284 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18285
18286         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18287         decode encoded words.  Improve prompt.  Add comment about forwarding.
18288         (message-replacement-char): Move up.
18289
18290 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18291
18292         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18293         instead of gnus-intersection because arguments of gnus-sorted-nunion
18294         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18295
18296 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18297
18298         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18299         (message-simplify-subject-functions):
18300         Enable message-strip-subject-encoded-words by default.
18301
18302 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18303
18304         * message.el (message-strip-subject-encoded-words): New function.
18305         (message-simplify-subject-functions): New variable.
18306         (message-simplify-subject): Use it.  Fix typo in doc string.
18307         Support message-strip-subject-encoded-words.
18308
18309 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18310
18311         * gnus-diary.el (gnus-diary-delay-format-function):
18312         * nndiary.el (nndiary-reminders):
18313         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18314
18315 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18316
18317         * gnus-art.el (article-hide-boring-headers): Fetch date from
18318         gnus-original-article-buffer to avoid problems with localized date
18319         strings.
18320
18321 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18322
18323         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18324
18325 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18326
18327         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18328         New variables.
18329         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18330         (mm-charset-synonym-alist): Move some entries to
18331         mm-codepage-iso-8859-list.
18332         (mm-charset-synonym-alist, mm-charset-override-alist):
18333         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18334
18335 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18338
18339 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18340
18341         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18342         with Emacs 21 and XEmacs.
18343
18344 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18345
18346         * spam.el (spam-parse-address): New function for better parsing,
18347         catching errors, etc.
18348         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18349
18350 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18351
18352         * mm-view.el: Add interactive arg to html2text autoload.
18353
18354 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18355
18356         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18357
18358 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18359
18360         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18361         New variables.
18362         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18363         (mm-charset-synonym-alist): Move some entries to
18364         mm-codepage-iso-8859-list.
18365
18366         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18367
18368 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18369
18370         * message.el (message-citation-line-format)
18371         (message-insert-formated-citation-line): Fix implementation of %E, %N
18372         and %n according to the doc string.
18373
18374 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18375
18376         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18377         Use car-safe to avoid bad parses.
18378
18379 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18382         names.
18383
18384         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18385
18386 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18389         header.
18390
18391         * message.el (message-draft-headers): Add Date.
18392         (message-headers-to-generate): Fix typo in docstring.
18393
18394         * nndraft.el (nndraft-required-headers): New variable.
18395         (nndraft-generate-headers): Use it.
18396
18397         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18398
18399 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18400
18401         * gnus-registry.el (gnus-registry-wash-for-keywords)
18402         (gnus-registry-find-keywords): New functions to allow easy searching of
18403         articles that are in the registry.
18404
18405 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18406
18407         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18408         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18409         Reported by Damien Elmes <damien@repose.cx>.
18410
18411 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18412
18413         * gnus.el (gnus-mime): Remove unused custom group.
18414
18415 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18416
18417         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18418         "blank line" when searching for end of armor headers.
18419
18420 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18421
18422         * gmm-utils.el (gmm-write-region): Fix variable name.
18423
18424 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18425
18426         * gmm-utils.el (gmm-write-region): New function based on compatibility
18427         code from `mm-make-temp-file'.
18428
18429         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18430
18431         * nnmaildir.el (nnmaildir--update-nov)
18432         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18433         Use `gmm-write-region'.
18434
18435 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18436
18437         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18438         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18439
18440         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18441
18442         * message.el (message-replacement-char): New variable.
18443         (message-fix-before-sending): Use it.
18444         (message-simplify-subject): New function to remove duplicate code.
18445         (message-reply, message-followup): Use it.
18446
18447         * gnus-sum.el (gnus-summary-make-menu-bar):
18448         Clarify gnus-summary-limit-to-articles.
18449
18450 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * gnus-util.el (gnus-with-local-quit): New macro.
18453
18454         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18455
18456 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18457
18458         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18459         ignore non-string data.
18460
18461 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18462
18463         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18464         non-string data (needs to be done in the registry too).
18465
18466 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18467
18468         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18469         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18470         (gnus-registry-split-fancy-with-parent)
18471         (gnus-registry-fetch-simplified-message-subject-fast)
18472         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18473         Remove text properties on ingress into the registry and when it's saved.
18474         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18475         registry from entries with no groups.
18476
18477 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18478
18479         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18480         function to remove string properties.
18481
18482 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18483
18484         * gmm-utils.el (gmm): Adjust custom version.
18485
18486         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18487         Adjust custom version.
18488
18489         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18490
18491 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18492
18493         * gnus-art.el (gnus-insert-prev-page-button)
18494         (gnus-insert-next-page-button): Simplify.  Reformat.
18495
18496 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18497
18498         * gnus-art.el (gnus-insert-prev-page-button)
18499         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18500
18501 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18502
18503         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18504
18505 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18506
18507         * gnus-art.el (gnus-insert-mime-button)
18508         (gnus-insert-mime-security-button):
18509         Apply gnus-article-button-face to MIME and security buttons.
18510
18511 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18512
18513         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18514         readable.
18515
18516 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18519
18520 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18521
18522         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18523         `browse-url-of-file' instead of `browse-url'.
18524
18525 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18526
18527         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18528         regexp.  Articles containing quotation were cut prematurely.
18529
18530 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18531
18532         * message.el (message-cite-original-1): Use nobody by default for the
18533         value of From header.
18534         (message-reply): Ditto.
18535
18536 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18537
18538         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18539         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18540         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18541
18542 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18543
18544         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18545         mails in the doc string.  Add some URLs in comment.
18546         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18547
18548 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18549
18550         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18551         backslashes handling and the way to find boundaries of quoted strings.
18552
18553 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18554
18555         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18556         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18557         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18558         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18559
18560 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18561
18562         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18563         doc string.
18564         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18565
18566 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18567
18568         * lpath.el: Fbind epg-check-configuration.
18569
18570 2006-09-06  Simon Josefsson  <jas@extundo.com>
18571
18572         * mml2015.el (mml2015-use): Doc fix, mention epg.
18573
18574 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18575
18576         * mml2015.el (mml2015-use): Default to epg, if available.
18577
18578 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18579
18580         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18581         message-sender.
18582         (mml1991-epg-encrypt): Ditto.
18583         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18584         message-sender.
18585         (mml2015-epg-encrypt): Ditto.
18586
18587 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18588
18589         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18590         several common directories.
18591
18592 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18593
18594         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18595         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18596
18597 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * gnus-art.el (article-decode-encoded-words): Make it fast.
18600
18601 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18602
18603         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18604
18605         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18606         in quoted string into `\'.
18607
18608 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18609
18610         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18611         Use standard-syntax-table.
18612
18613 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * gnus-art.el (gnus-decode-address-function): New variable.
18616         (article-decode-encoded-words): Use it to decode headers which are
18617         assumed to contain addresses.
18618         (gnus-mime-delete-part): Remove useless `or'.
18619
18620         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18621         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18622         (gnus-nov-parse-line): Use it to decode From header.
18623         (gnus-get-newsgroup-headers): Ditto.
18624         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18625
18626         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18627         (mail-decode-encoded-address-string): New alias.
18628
18629         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18630         New function.
18631         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18632         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18633         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18634         (rfc2047-decode-string): Ditto.
18635         (rfc2047-decode-address-region): New function.
18636         (rfc2047-decode-address-string): New function.
18637
18638 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18639
18640         * message.el (message-caesar-buffer-body): Allow rotating headers.
18641
18642         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18643
18644         * message.el (message-insert-formated-citation-line): Fix %f.
18645         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18646
18647 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18648
18649         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18650         (gnus-bookmark-mouse-available-p): New macro.
18651         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18652         (gnus-bookmark-bmenu-show-infos): Use it.
18653         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18654         (gnus-bookmark-bmenu-hide-infos): Ditto.
18655         (gnus-bookmark-remove-properties): New function.
18656         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18657         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18658         (gnus-bookmark-write-file): Bind coding-system-for-write.
18659         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18660         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18661         group before selecting it.
18662         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18663         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18664         quit-window if it is not available; use gnus-mouse-2 and bind it to
18665         gnus-bookmark-bmenu-select-by-mouse.
18666         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18667         (gnus-bookmark-bmenu-select-by-mouse): New function.
18668
18669 2006-08-13  Romain Francoise  <romain@orebokech.com>
18670
18671         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18672         space.
18673
18674 2006-08-10  Romain Francoise  <romain@orebokech.com>
18675
18676         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18677         (dns-mode-soa-auto-increment-serial): New user option.
18678         (dns-mode-soa-maybe-increment-serial): New function.
18679         (dns-mode): Add the latter to `write-contents-functions'.
18680
18681 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * compface.el (uncompface): Use binary rather than raw-text-unix.
18684
18685 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * compface.el (uncompface): Make sure the eol conversion doesn't take
18688         place when communicating with the external programs.
18689         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18690
18691 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18692
18693         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18694
18695 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18696
18697         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18698         Make it more robust by parsing author and date independently.
18699
18700 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18701
18702         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18703
18704 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18705
18706         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18707         first matching secret key.
18708         (mml2015-epg-encrypt): Ditto.
18709
18710         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18711         first matching secret key.
18712         (mml1991-epg-encrypt): Ditto.
18713
18714         * mml2015.el (mml2015-encrypt-to-self): New user option.
18715         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18716         mml2015-epg-encrypt-to-self is set.
18717
18718         * mml1991.el (mml1991-encrypt-to-self): New variable.
18719         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18720         mml1991-epg-encrypt-to-self is set.
18721
18722         * mml2015.el (mml2015-signers): New user option.
18723         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18724         (mml2015-epg-encrypt): Allow to select signing keys.
18725
18726         * mml1991.el (mml1991-signers): New variable.
18727         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18728         (mml1991-epg-encrypt): Allow to select signing keys.
18729
18730 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * nnheader.el (nnheader-insert-head): Make it work even if the file
18733         uses CRLF for the line-break code.
18734
18735 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18736
18737         * mml2015.el: Require mml-sec instead of password.
18738         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18739         (mml2015-cache-passphrase): Inherit the default value from
18740         mml-secure-cache-passphrase.
18741         (mml2015-passphrase-cache-expiry): Inherit the default value from
18742         mml-secure-passphrase-cache-expiry.
18743
18744         * mml1991.el: Require mml-sec instead of password.
18745         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18746         (mml1991-cache-passphrase): Inherit the default value from
18747         mml-secure-cache-passphrase.
18748         (mml1991-passphrase-cache-expiry): Inherit the default value from
18749         mml-secure-passphrase-cache-expiry.
18750
18751         * mml-sec.el: Require password.
18752         (mml-secure-verbose): New user option.
18753         (mml-secure-cache-passphrase): New user option.
18754         (mml-secure-passphrase-cache-expiry): New user option.
18755
18756 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18757             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18758
18759         * pgg-def.el (pgg-truncate-key-identifier):
18760         Truncate the key ID to 8 letters from the end.
18761
18762 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18763
18764         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18765         workaround for the url package included with Emacs.
18766
18767         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18768
18769 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18772         correctly.  This fixes a bug caused by the 2006-05-12 change.
18773
18774 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18775
18776         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18777         some information about the error when saying that the `bogus' mail
18778         group will be used.
18779
18780 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18781
18782         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18783         string.
18784
18785 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18786
18787         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18788
18789 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18790
18791         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18792
18793 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18794
18795         * mml1991.el (mml1991-function-alist): Add epg.
18796         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18797         (mml1991-epg-encrypt): New functions.
18798
18799 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18800
18801         * mml2015.el (mml2015-verbose): New variable.
18802         (mml2015-cache-passphrase): Ditto.
18803         (mml2015-passphrase-cache-expiry): Ditto.
18804         (mml2015-function-alist): Add epg.
18805         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18806         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18807         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18808         New functions.
18809
18810 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18811
18812         * message.el (message-cite-original-1): Preserve region when removing
18813         quoted text due to X-No-Archive in order to avoid bogus attribution
18814         when citing multiple messages.
18815
18816 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18817
18818         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18819         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18820
18821 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18822
18823         * gnus-diary.el (gnus-user-format-function-d)
18824         (gnus-user-format-function-D): Autoload.
18825
18826         * imap.el (Commentary): Fix typo.
18827
18828         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18829         2006-04-22 contribution.
18830
18831 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18832
18833         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18834         It didn't really fix the bogosity I'm seeing with solid web groups.
18835
18836 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18837
18838         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18839         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18840         created using server names.  If we use the feature without declaring
18841         it, Gnus does not properly manage server and group state.
18842
18843         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18844         bound.
18845
18846 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18847
18848         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18849         looking up the method using GROUP's prefix before inventing a new one.
18850         It is used on killed/unknown groups in various places where returning
18851         an all-new method isn't expected by the caller.
18852
18853         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18854         and match semantics of gnus-group-real-prefix.
18855
18856 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18857
18858         * nnmail.el (nnmail-broken-references-mailers): New variable.
18859         (nnmail-ignore-broken-references): New function generalizing
18860         nnmail-fix-eudora-headers.
18861         (nnmail-fix-eudora-headers): Now obsolete.
18862
18863         * gnus-art.el (gnus-button-handle-custom):
18864         Support `customize-apropos*'.
18865
18866 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18867
18868         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18869
18870         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18871         articles.
18872
18873 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18874
18875         * message.el (message-cite-reply-above): New variable.
18876         (message-yank-original): Use it.
18877
18878 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18879
18880         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18881
18882 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18883
18884         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18885         as read.
18886
18887         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18888
18889 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18890
18891         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18892         (gnus-bookmark-default-file): Use gnus-directory.
18893         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18894         Remove "*" in doc string.
18895         (gnus-bookmark-write-file): Simplify.
18896         (gnus-bookmark-maybe-sort-alist): Use `when'.
18897         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18898         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18899         Add FIXME about Emacs 21 and XEmacs compatibility.
18900         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18901         compatibility.
18902         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18903         compatibility.
18904         (gnus-bookmark-menu-heading): Fix version.
18905
18906 2006-06-19  Bastien Guerry  <bzg@altern.org>
18907
18908         * gnus-bookmark.el: New file.
18909
18910 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18911
18912         * message.el (message-syntax-checks): Doc fix.
18913
18914 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18915
18916         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18917         unsubscribed groups as if they were killed ones.  It causes duplicate
18918         entries in gnus-newsrc-alist.
18919
18920 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18921
18922         * message.el (message-syntax-checks): Doc fix.
18923         (message-send-mail): Add check for continuation headers.
18924         (message-check-news-header-syntax): Fix regexp used to check for
18925         continuation headers.
18926
18927 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18928
18929         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18930
18931 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18932
18933         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18934
18935 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18936
18937         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18938         default-truncate-lines.
18939
18940 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18941
18942         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18943         to fill the utf-8 entry.
18944
18945         * lpath.el: Fbind unicode-precedence-list.
18946
18947 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18948
18949         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18950
18951 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18952
18953         * gnus-agent.el (directory-files-and-attributes): Move all the way
18954         forward (the third and final move).
18955         (gnus-agent-read-agentview): Trap reconstruction errors due to
18956         nonexistent directory.  Handle by returning nil.
18957
18958 2006-05-30  Didier Verna  <didier@xemacs.org>
18959
18960         * message.el (message-dont-reply-to-names): Update the custom type.
18961         * message.el (message-dont-reply-to-names): New defsubst: potentially
18962         convert a list of regexps into a single one.
18963         * message.el (message-get-reply-headers): Use it.
18964         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18965
18966 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18967
18968         * gnus-agent.el (directory-files-and-attributes): Move forward.
18969
18970 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18971
18972         * gnus-ml.el (gnus-mailing-list-subscribe)
18973         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18974         (gnus-mailing-list-message): Fix doc strings.
18975
18976 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18977
18978         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18979         of doing it manually.
18980
18981 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18982
18983         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18984         comment.
18985
18986 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18987
18988         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18989         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18990         (gnus-agent-read-local): All symbols allocated in my-obarray.
18991         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18992         (gnus-agent-regenerate-group): Check numeric names to see if they are
18993         messages or groups.
18994         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18995         better way of do this...)
18996
18997         * gnus-cache.el (gnus-agent-total-fetched-for):
18998         Ignore 'dummy.group' (there should be a better way of do this...)
18999
19000 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19003         (gnus-saved-headers): Ditto.
19004         (gnus-default-article-saver): Mention functions may have properties.
19005         (gnus-article-save): Override gnus-save-all-headers and
19006         gnus-saved-headers by :headers property which saver function may have.
19007         (gnus-summary-save-in-file): Add :headers property.
19008         (gnus-summary-write-to-file): Ditto.
19009
19010         * gnus-sum.el (gnus-summary-save-article): Bind
19011         gnus-prompt-before-saving to t when saving many articles in a file;
19012         always show all headers.
19013
19014         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19015
19016 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19017
19018         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19019         marks.
19020
19021         * message.el (message-indent-citation): Add optional arguments to allow
19022         using it outside of message buffers.
19023
19024         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19025         (gnus-article-treat-unfold-headers): Use it.
19026         (gnus-article-truncate-lines): New variable.
19027         (gnus-article-mode): Use it.
19028         (gnus-article-toggle-truncate-lines): New function.
19029
19030         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19031         Add gnus-article-toggle-truncate-lines.
19032
19033         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19034         coding system in XEmacs, use binary.
19035
19036 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19037
19038         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19039         after-load-alist.
19040
19041         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19042         this function should save decoded articles.
19043         (gnus-summary-write-to-file): Use property to specify this function
19044         should save decoded articles and specify gnus-summary-save-in-file
19045         should be used to save articles other than the first one when saving
19046         many articles.
19047         (gnus-summary-save-body-in-file): Use property to specify this
19048         function should save decoded articles.
19049         (gnus-summary-write-body-to-file): Use property to specify this
19050         function should save decoded articles and specify
19051         gnus-summary-save-body-in-file should be used to save articles other
19052         than the first one when saving many articles.
19053
19054         * gnus-sum.el (gnus-summary-save-article): Simplify.
19055
19056 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19057
19058         * gnus-art.el (gnus-default-article-saver):
19059         Add gnus-summary-write-body-to-file.
19060         (gnus-article-save-coding-system): Don't use coding system object
19061         in XEmacs.
19062         (gnus-read-save-file-name): Add optional `dir-var' argument which
19063         specifies directory in which files are saved; work even if optional
19064         `variable' argument is not specified.
19065         (gnus-summary-write-to-file): Read file name.
19066         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19067         (gnus-summary-write-body-to-file): New function.
19068
19069         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19070         (gnus-summary-local-variables): Add it.
19071         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19072         (gnus-summary-save-article): Remove optional `decode' argument;
19073         determine whether to decode articles by the value of
19074         gnus-default-article-saver; when saving many files using
19075         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19076         it first and use gnus-summary-save-in-file or
19077         gnus-summary-save-body-in-file thereafter unless
19078         gnus-prompt-before-saving is always; move point to article which
19079         will be saved.
19080         (gnus-summary-save-article-file): Revert.
19081         (gnus-summary-write-article-file): Revert.
19082         (gnus-summary-save-article-body-file): Revert.
19083         (gnus-summary-write-article-body-file): New function.
19084
19085 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * gnus-art.el (gnus-default-article-saver): Doc fix.
19088         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19089         from gnus-summary-save-article-coding-system, and default to a
19090         certain coding system.
19091         (gnus-output-to-file): Add coding cookie and encode text according
19092         to gnus-article-save-coding-system; don't use mm-append-to-file.
19093
19094         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19095         gnus-art.el and rename to gnus-article-save-coding-system.
19096         (gnus-summary-save-article): Require gnus-art; don't show all
19097         headers if it decodes articles; don't add coding cookie here;
19098         don't bind mm-text-coding-system-for-write.
19099         (gnus-summary-save-article-file): Save decoded articles.
19100         (gnus-summary-write-article-file): When saving many files, use
19101         gnus-summary-write-to-file first and gnus-summary-save-in-file
19102         thereafter unless gnus-prompt-before-saving is always.
19103         (gnus-summary-save-article-body-file): Save decoded articles.
19104
19105         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19106
19107 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19108
19109         * nnrss.el (nnrss-check-group): Bind hash-index.
19110
19111 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19112
19113         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19114         its hash index.  Store this hash in `nnrss-group-data'.
19115         (nnrss-read-group-data): Update accordingly.
19116
19117 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19118
19119         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19120         entry.
19121
19122         * gnus-sum.el (gnus-summary-make-menu-bar):
19123         Add gnus-article-browse-html-article.
19124
19125 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19126
19127         * gnus-sum.el (gnus-summary-mime-map):
19128         Add gnus-article-browse-html-article.
19129
19130         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19131
19132 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19133
19134         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19135         suitable coding systems in customize.
19136
19137 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19138
19139         * mail-source.el (mail-sources): Fix custom type.
19140
19141 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19142
19143         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19144         (gnus-summary-expire-articles-now): Shorten prompt.
19145
19146         * gmm-utils.el (wid-edit): Require.
19147         (defun-gmm): Rename from `gmm-defun-compat'.
19148         (gmm-image-search-load-path): Use it.
19149         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19150
19151 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19152
19153         * gnus-sum.el (gnus-summary-save-article-coding-system):
19154         New variable.
19155         (gnus-summary-save-article): Add optional `decode' argument.
19156         If it is set and gnus-summary-save-article-coding-system is non-nil,
19157         save decoded article.
19158         (gnus-summary-write-article-file): Save decoded article if
19159         gnus-summary-save-article-coding-system is non-nil.
19160
19161         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19162         type.
19163
19164 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19167
19168 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19169
19170         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19171         first to test gnus-single-article-buffer which may be buffer-local.
19172
19173         * gnus-sum.el (gnus-summary-setup-buffer):
19174         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19175         group; make gnus-article-buffer, gnus-article-current, and
19176         gnus-original-article-buffer always buffer-local.
19177         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19178         group.
19179         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19180
19181 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19182
19183         * nnml.el (nnml-request-compact-group): Compressed files might not
19184         have .gz extension.
19185
19186 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19187
19188         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19189         (mm-copy-to-buffer): Use with-current-buffer.
19190         (mm-display-part): Simplify.
19191         (mm-inlinable-p): Add optional arg `type'.
19192
19193 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19194
19195         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19196         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19197         Try harder to show the attachment internally or externally using
19198         gnus-mime-view-part-as-type.
19199
19200 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19201
19202         * message.el (message-from-style, message-signature-separator)
19203         (message-user-organization-file, message-send-mail-function)
19204         (message-citation-line-function, message-yank-prefix)
19205         (message-indent-citation-function, message-signature)
19206         (message-signature-file, message-signature-insert-empty-line):
19207         Remove autoloads.
19208
19209         * gnus-art.el (gnus-buttonized-mime-types):
19210         Remove "multipart/signed".  Revert 2006-04-26 change.
19211
19212 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19213
19214         * gnus.el (gnus-version-number): Bump version.
19215
19216 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19217
19218         * gnus.el: No Gnus v0.5 is released.
19219
19220 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19221
19222         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19223         fetching articles by message-id.
19224
19225 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19226
19227         * message.el (hashcash): Require hashcash as normal.
19228
19229         * ecomplete.el (ecomplete-highlight-match-line):
19230         Use point-at-eol.
19231         (ecomplete-highlight-match-line): Use `highlight', because that
19232         face exists in both Emacs and XEmacs.
19233
19234         * message.el (message-display-abbrev): Use point-at-bol.
19235
19236         * mail-source.el: Don't require timer/timer-funcs.
19237
19238         * gnus-async.el: Ditto.
19239
19240         * password.el: Ditto.
19241
19242         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19243
19244         * mm-url.el: Ditto.
19245
19246         * gnus-xmas.el: Don't require timer-funcs.
19247
19248         * mm-util.el: Require timer/timer-funcs.
19249
19250 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19251
19252         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19253         Close.
19254
19255 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19258         unibyte after clear-decrypt function runs.
19259
19260         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19261         returns as a unibyte string.
19262
19263 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19264
19265         * lpath.el: Revert.
19266
19267         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19268         (pgg-gpg-process-sentinel): Revert.
19269
19270         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19271         (pgg-pgp-lookup-key): Revert.
19272
19273         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19274         (pgg-pgp5-lookup-key): Revert.
19275
19276         * pgg.el (pgg-fetch-key): Revert.
19277
19278 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19279
19280         * lpath.el: Fbind string-as-multibyte for XEmacs.
19281
19282         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19283         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19284         (mml1991-pgg-encrypt): Ditto.
19285
19286         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19287         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19288         a multibyte buffer.
19289
19290         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19291         (pgg-pgp-lookup-key): Ditto.
19292
19293         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19294         (pgg-pgp5-lookup-key): Ditto.
19295
19296         * pgg.el (pgg-fetch-key): Ditto.
19297
19298 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19299
19300         * message.el (message-user-organization-file): Check several
19301         locations of the organization file.
19302
19303         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19304         Add gnus-article-view-part-as-type.
19305
19306         * gnus-art.el (gnus-article-view-part-as-type): New function.
19307
19308         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19309         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19310
19311         * mml.el: Simplify autoload.
19312         (mml-mode): defvar dnd-protocol-alist instead of using
19313         symbol-value.
19314         (mml-default-directory): New variable.
19315         (mml-minibuffer-read-file): Use it.
19316         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19317
19318         * message.el (message-citation-line-format): New variable.
19319         (message-insert-formated-citation-line): New function.
19320         (message-citation-line-function):
19321         Add `message-insert-formated-citation-line' to custom type.
19322
19323         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19324         to doc string.
19325
19326         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19327         depending on mm-verify-option.
19328
19329 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19330
19331         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19332         binding pgg-* variables; reimplement the section which prevents
19333         MIME header from being signed.
19334         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19335         pgg-text-mode; remove a blank line at the top of body.
19336
19337         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19338         lines at the top of body; use gnus-newsgroup-charset if there's no
19339         Charset header.
19340
19341 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * message.el (message-self-insert-commands): Doc fix.
19344
19345         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19346         (mm-uu-pgp-encrypted-test): Ditto.
19347         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19348         between header and body; return application/pgp-encrypted handle
19349         if decryption failed; decode decrypted body by charset.
19350
19351         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19352         element match to application/pgp-*.
19353
19354 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19355
19356         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19357         HTML.
19358
19359 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19360
19361         * mail-source.el (mail-source-call-script): Message the error
19362         string.
19363
19364 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19365
19366         * gnus-util.el (gnus-byte-compile): Use it.
19367
19368 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19369
19370         * gnus-util.el (kill-empty-logs): New function.
19371
19372 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19373
19374         * message.el (message-mail-alias-type): Doc fix.
19375         (message-mail-alias-type-p): New function.
19376         (message-send): Use it.
19377         (message-mode): Ditto.
19378         (message-strip-forbidden-properties): Ditto.
19379
19380         * ecomplete.el (ecomplete-database-file-coding-system):
19381         New variable.
19382         (ecomplete-save): Use it.
19383         (ecomplete-setup): Use it.
19384
19385 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19386
19387         * message.el (message-self-insert-commands): New variable.
19388         (message-strip-forbidden-properties): Use it.
19389
19390 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19391
19392         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19393         that doesn't make XEmacs choke.
19394
19395 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19396
19397         * gnus-util.el (gnus-replace-in-string):
19398         Prefer replace-regexp-in-string over of replace-in-string.
19399
19400 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19401
19402         * gnus-util.el (gnus-select-frame-set-input-focus):
19403         Use select-frame-set-input-focus if it is available in XEmacs; use
19404         definition defined in Emacs 22 for old Emacsen.
19405
19406         * dgnushack.el: Autoload unmorse-region for XEmacs.
19407
19408         * lpath.el: Bind cursor-in-non-selected-windows and
19409         select-frame-set-input-focus for XEmacs.
19410
19411 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19412
19413         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19414
19415 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19416
19417         * gnus-registry.el (gnus-registry-cache-save): Remove text
19418         properties when saving via the temp buffer.
19419
19420 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19421
19422         * message.el (message-generate-hashcash): Honor custom type.
19423
19424 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19425
19426         * message.el (message-generate-hashcash): Default to non-nil when
19427         hashcash is found.
19428
19429         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19430         (gnus-refer-thread-limit): Increase default to 500.
19431
19432         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19433
19434         * flow-fill.el (fill-flowed): Allow delete-space.
19435
19436 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19437
19438         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19439         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19440         Remove autoloads.
19441
19442 2006-04-18  Simon Josefsson  <jas@extundo.com>
19443
19444         * message.el (message-generate-hashcash): Default to.
19445
19446 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19447
19448         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19449         concatenating segments rather than before concatenating them.
19450
19451 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19452
19453         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19454
19455 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19456
19457         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19458
19459         * message.el (message-forward-make-body-plain):
19460         Allow message-forward-ignored-headers to be a list.
19461         (message-remove-ignored-headers): Factor out into function.
19462         (message-forward-make-body-mml): Use it.
19463
19464         * imap.el (imap-quote-specials): New function.
19465         (imap-login-auth): Quote specials.
19466
19467         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19468         (rfc2231-parse-string): Allow concatanation of parameters that
19469         aren't contiguous.  The test case is
19470           (mail-header-parse-content-type "message/external-body;
19471             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19472             access-type=LOCAL-FILE;
19473             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19474
19475 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19476
19477         * nntp.el (nntp-accept-process-output): Return the value of
19478         `nnheader-accept-process-output'.
19479
19480 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19481
19482         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19483         (gnus-button-alist): Recognize more diff formats.
19484         (gnus-button-patch): Strip directory.
19485
19486 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19487
19488         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19489         Emacs 22 when setting focus.
19490
19491 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19492
19493         * gnus-art.el (gnus-article-treat-types): Do treatment of
19494         text/x-verbatim parts.
19495         (gnus-button-patch): New command.
19496
19497         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19498         addresses that contain invalid characters.
19499
19500 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19501
19502         * message.el (message-put-addresses-in-ecomplete):
19503         Use gnus-replace-in-string.
19504         (message-is-yours-p): Use the more correct
19505         mail-header-parse-address instead of
19506         mail-extract-address-components.
19507         (message-put-addresses-in-ecomplete): Fix typo.
19508
19509         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19510         keystroke.
19511
19512         * gnus-art.el (gnus-treatment-function-alist): Change order of
19513         newsgroups/generic header folding to avoid double-folding.
19514
19515         * message.el (message-hidden-headers): Add X-Draft-From.
19516
19517         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19518         New command.
19519         (gnus-summary-repeat-search-article-backward): New command.
19520
19521         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19522         groups in the parent topic.
19523
19524 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19525
19526         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19527         (spam-extra-header-to-number): Return the CRM114 number as a
19528         number instead of a string.
19529
19530 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19531
19532         * gnus-art.el (gnus-face-properties-alist): Move here from
19533         gnus-fun.
19534
19535         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19536
19537 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19538
19539         * message.el (message-strip-forbidden-properties): Only display on
19540         self-insert-command.
19541
19542         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19543         reindent.
19544         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19545
19546 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19547
19548         * smiley.el (smiley-style): Fix typo.
19549
19550 2006-03-23  Kenichi Handa  <handa@m17n.org>
19551
19552         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19553         instead of set-buffer-multibyte.
19554
19555 2006-03-23  Kenichi Handa  <handa@m17n.org>
19556
19557         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19558         buffer and then decode the buffer text if necessary.
19559         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19560         first, and after mm-encode-body, change the buffer to unibyte.
19561
19562 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19563
19564         * hashcash.el (hashcash-insert-payment-async-2):
19565         Use message-goto-eoh instead of doing it manually.
19566         (mail-add-payment): Use message-narrow-to-header instead of trying
19567         to do the same itself.
19568
19569         * message.el (message-hidden-headers): Add Face.
19570
19571         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19572         reparenting code.
19573         (gnus-summary-reparent-children): Refactored out code.
19574         (gnus-summary-thread-map): New keystroke.
19575         (gnus-summary-reparent-children): Make into command.
19576
19577         * smiley.el (smiley-style): Default to `medium' if using a large
19578         font.
19579
19580         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19581         does it itself.
19582
19583         * message.el (message-point-in-header-p): Simplify definition.
19584
19585 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19586
19587         * nnagent.el (nnagent-request-set-mark): Silence log file
19588         writing.
19589         (nnagent-request-set-mark): Use write-region instead of
19590         append-to-file.
19591
19592         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19593         strange select method.
19594
19595         * ecomplete.el (ecomplete-display-matches): Get highlightling
19596         right.
19597         (ecomplete-display-matches): Use literals.
19598         (ecomplete-display-matches): Disable message logging.
19599
19600         * message.el (message-display-abbrev): Small optimization.
19601
19602         * ecomplete.el (ecomplete-display-matches): Allow automatic
19603         display.
19604
19605         * message.el (message-strip-forbidden-properties):
19606         Display abbrevs.
19607         (message-display-abbrev): Get automatic display right.
19608
19609         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19610         keystrokes.
19611
19612 2006-04-13  Romain Francoise  <romain@orebokech.com>
19613
19614         TODO: Backport to v5-10!
19615
19616         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19617         Move here (and rename) from gnus-registry.el.
19618
19619         * gnus-registry.el: Require gnus-util.
19620         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19621
19622 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19623
19624         * gnus-group.el (gnus-group-catchup-current):
19625         Change if-then-else-if-then-else into cond.
19626         (gnus-group-catchup): Indent.
19627         (group-name-at-point): New function.
19628         (gnus-fetch-group): Provide default from thing at point.
19629
19630 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19631
19632         * message.el (message-display-abbrev): Fix regexp.
19633
19634         * ecomplete.el (ecomplete-highlight-match-line):
19635         Reimplement choosing.
19636         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19637         dead variables.
19638
19639         * message.el (message-newline-and-indent): Remove debugging.
19640         (message-display-abbrev): Use new implementation.
19641
19642 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19643
19644         * gnus-art.el (gnus-article-mode):
19645         Set cursor-in-non-selected-windows to nil.
19646
19647         * smiley.el: Revert previous change.
19648         (smiley-data-directory): defvar it before using it in the
19649         defcustom of `smiley-style'.
19650
19651 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19652
19653         * message.el (message-newline-and-indent): New function.
19654
19655         * ecomplete.el: Implement more bits.
19656
19657         * message.el (message-put-addresses-in-ecomplete): Clean up the
19658         string.
19659
19660         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19661
19662         * gnus-sum.el (gnus-summary-save-parts):
19663         Bind gnus-summary-save-parts-counter and use it to make unique file
19664         names.
19665
19666         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19667
19668         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19669         parameter to say whether to actually parse the individual
19670         addresses.
19671
19672         * message.el (message-put-addresses-in-ecomplete): New function.
19673         (ecomplete): Require.
19674         (message-mail-alias-type): Add ecomplete as an option.
19675
19676 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19677
19678         * flow-fill.el (fill-flowed): Remove trailing space from blank
19679         quoted lines.
19680
19681 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19682
19683         * smiley.el (smiley-style): Move definition later to avoid a
19684         compilation warning.
19685
19686 2006-04-12  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         Use mm-disable-multibyte instead of set-buffer-multibyte.
19693
19694 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19695
19696         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19697         Content-Type header instead of Content-Disposition header.
19698         (gnus-mime-inline-part): Ditto.
19699         (gnus-mime-view-part-as-charset): Ignore charset that the part
19700         specifies.
19701
19702         * mm-decode.el (mm-display-part): Work with external parts and
19703         usual parts similarly.
19704
19705         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19706         instead of gnus-display-mime.
19707
19708         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19709         instead of with-temp-buffer.
19710
19711         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19712         tag to summarized topics part in order to encode non-ASCII text.
19713
19714 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19715
19716         * smiley.el (smiley-style): New variable.
19717         (smiley-directory): New function.
19718         (smiley-data-directory): Derive from `smiley-style' using
19719         `smiley-directory'.
19720         (smiley-regexp-alist): Add new entries.
19721
19722         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19723         (gnus-article-browse-delete-temp): Add :version.
19724
19725 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19726
19727         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19728         the sieve region.
19729
19730 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19731
19732         * gnus.el (gnus-version-number): Bump version.
19733
19734 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19735
19736         * gnus.el: No Gnus v0.4 is released.
19737
19738 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19739
19740         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19741         layout.
19742
19743         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19744         unknown charset.
19745
19746         * message.el (message-header-synonyms): Add Original-To to the
19747         default.
19748
19749         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19750         optional parameter.
19751
19752 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19753
19754         * gnus-fun.el (gnus): Require it for gnus-directory.
19755
19756 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19757
19758         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19759
19760 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19761
19762         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19763
19764 2006-04-05  Simon Josefsson  <jas@extundo.com>
19765
19766         * password.el (password-reset): New function.
19767
19768 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19769
19770         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19771         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19772
19773 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19774
19775         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19776         Some whitespace was matched into the url, which broke browsing hits
19777         > 100 when mm-url-use-external was nil.
19778
19779 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19780
19781         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19782         Check gnus-extra-headers for 'Newsgroups.
19783
19784         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19785         bound.
19786
19787 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19788
19789         * pgg-gpg.el: Clean up process buffers every time gpg processes
19790         complete.
19791
19792 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19793
19794         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19795         doc string.
19796
19797 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19798
19799         * pgg-gpg.el (pgg-gpg-process-filter)
19800         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19801
19802         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19803         lines, temporary fix.
19804
19805 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19806
19807         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19808
19809 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19810
19811         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19812         default-enable-multibyte-characters.  This reverts the change from
19813         revision 6.17 which is no longer necessary because the passphrase
19814         is sent separately now.  GnuPG messages are unreadable under
19815         multibyte locales with default-enable-multibyte-characters set to
19816         nil.
19817
19818 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19819
19820         * message.el (message-tool-bar-gnome): Move "spell".
19821
19822 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19823
19824         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19825         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19826         instead.
19827
19828 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19829
19830         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19831         Improve newsgroups handling for NNTP overviews which don't include
19832         Newsgroups.
19833
19834 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19835
19836         * message.el (message-resend): Bind message-generate-hashcash to nil.
19837
19838 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19839
19840         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19841         when searching for already-paid recipients.
19842
19843 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19844
19845         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19846         passphrases when it is not needed.
19847         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19848         passphrase stuff from gpg, should only be necessary when you use
19849         gpg with a smartcard.
19850
19851 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19852
19853         * mml.el (mml-insert-mime): Ignore cached contents of
19854         message/external-body part.
19855
19856         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19857         (mm-insert-part): Ditto.
19858
19859 2006-03-23  Simon Josefsson  <jas@extundo.com>
19860
19861         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19862         Reiner.
19863         (pgg-gpg-use-agent-p): Use it again.
19864
19865 2006-03-23  Simon Josefsson  <jas@extundo.com>
19866
19867         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19868         older emacsen.
19869         (pgg-gpg-use-agent-p): Don't use it.
19870
19871 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19872
19873         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19874         if we can.
19875
19876 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19877
19878         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19879         (pgg-gpg-update-agent): New function.
19880         (pgg-gpg-use-agent-p): New function.
19881         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19882         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19883         (pgg-gpg-sign-region): Use it.
19884
19885 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19888         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19889
19890 2006-03-21  Simon Josefsson  <jas@extundo.com>
19891
19892         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19893         <wilde@sha-bang.de>.
19894         (pgg-gpg-use-agent): New variable.
19895         (pgg-gpg-process-region): Use it.
19896         (pgg-gpg-encrypt-region): Likewise.
19897         (pgg-gpg-encrypt-symmetric-region): Likewise.
19898         (pgg-gpg-decrypt-region): Likewise.
19899         (pgg-gpg-sign-region): Likewise.
19900         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19901
19902 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19903
19904         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19905
19906         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19907         Add comment on version.
19908
19909 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19910
19911         * smiley.el: Add missing test smiley.
19912
19913 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19914
19915         * mm-decode.el (mm-with-part): New macro.
19916         (mm-get-part): Use it; work with message/external-body as well.
19917         (mm-save-part): Treat name and filename equally.
19918
19919         * mm-extern.el (mm-extern-cache-contents): New function.
19920         (mm-inline-external-body): Use it; force the part to be displayed;
19921         move undisplayer added to the cached handle to the parent.
19922
19923         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19924         (gnus-mime-view-part-as-type): Work with message/external-body.
19925
19926         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19927
19928 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19929
19930         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19931         images in image-load-path.  [Sync with image.el, revision 1.60, in
19932         Emacs.]
19933
19934 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19935
19936         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19937         path rather than symbol.  Always return list of directories.
19938         Guarantee that image directory comes first.  [Sync with image.el,
19939         revision 1.59, in Emacs.]
19940
19941         * message.el (message-make-tool-bar): Adjust to new API of
19942         `gmm-image-load-path-for-library'.
19943
19944         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19945
19946         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19947
19948 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19949
19950         * gnus-art.el (gnus-article-only-boring-p):
19951         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19952         intangible text.
19953         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19954
19955 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19956
19957         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19958         Use `defun' instead of `gmm-defun-compat'.
19959
19960 2006-03-14  Simon Josefsson  <jas@extundo.com>
19961
19962         * message.el (message-unique-id): Don't use message-number-base36
19963         if (user-uid) is a float.
19964         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19965
19966 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19967
19968         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19969
19970         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19971         empty line between a part and a message part.
19972
19973 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19974
19975         * smiley.el: Add more test smileys.
19976         (smiley-data-directory, smiley-regexp-alist)
19977         (gnus-smiley-file-types): Fix doc strings.
19978         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19979         adding new elements.
19980         (smiley-mouse-map): Unused code.  Make it a comment.
19981
19982 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19983
19984         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19985         scan latest NoCeM messages instead of old ones.
19986         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19987         delimiters that are recently used.
19988         (gnus-nocem-load-cache): Add autoload cookie.
19989
19990         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19991
19992         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19993         level which is larger than gnus-use-nocem is specified.
19994
19995         * gnus-group.el (gnus-group-get-new-news): Ditto.
19996
19997 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19998
19999         * gnus-util.el (gnus-tool-bar-update): New function.
20000
20001         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20002         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20003
20004         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20005
20006         * gnus-group.el (gnus-group-redraw-when-idle)
20007         (gnus-group-redraw-check): Remove.
20008         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20009
20010 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20011
20012         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20013         if optional last element is specified in splits (FIELD VALUE...).
20014
20015 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20016
20017         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20018         to gmm-image-load-path-for-library.  Call with no-error argument.
20019         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20020
20021         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20022
20023         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20024
20025         * gmm-utils.el (gmm-image-load-path): Remove alias.
20026
20027 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20028
20029         * gmm-utils.el (gmm-image-load-path): Add alias.
20030
20031         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20032         nnml-generate-nov-databases-1.
20033         (nnml-generate-nov-databases): Use it.
20034         (nnml-generate-nov-databases-directory): Document no-active
20035         argument.
20036
20037         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20038         directory if path is t.  Add no-error.
20039
20040         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20041         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20042
20043         * gnus-art.el (gnus-article-browse-delete-temp-files):
20044         Simplify resetting gnus-article-browse-html-temp-list.
20045
20046         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20047         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20048         Add example to docstring.  Rename local variables.  Move error
20049         checks to default case in cond and simplify.
20050
20051 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20052
20053         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20054         handle is multipart when calling it recursively.
20055         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20056
20057 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20058
20059         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20060         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20061
20062 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20063
20064         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20065         is loaded.
20066
20067         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20068         loaded.
20069
20070 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20071
20072         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20073         to "Emacs 23 (unicode)" in doc string.
20074
20075         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20076         "Emacs 23 (unicode)" in comment.
20077
20078 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20081
20082         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20083         characters 160 through 255 in Emacs 23.
20084
20085 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20086
20087         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20088         gnus-article-browse-html-temp.
20089         (gnus-article-browse-delete-temp): Make it customizable.
20090         Add `file'.  Adjust doc string.
20091         (gnus-article-browse-delete-temp-files): Add argument.
20092         Allow query for each file.  Adjust doc string.
20093         (gnus-article-browse-html-parts):
20094         Add `gnus-article-browse-delete-temp-files' to
20095         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20096
20097 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20098
20099         * gnus-art.el (gnus-article-browse-html-temp)
20100         (gnus-article-browse-delete-temp): New variables.
20101         (gnus-article-browse-delete-temp-files): New function.
20102         (gnus-article-browse-html-parts): Use it.
20103
20104 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20105
20106         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20107
20108         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20109         string.
20110
20111         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20112         gnus-summary-insert-new-articles when unplugged.
20113         Remove gnus-summary-search-article-forward.
20114
20115         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20116         display-visual-class instead of display-color-cells.
20117
20118 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20119
20120         * dgnushack.el: Autoload customize-group for XEmacs.
20121
20122         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20123         message/* containing non-ASCII text properly.
20124
20125 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20126
20127         * message.el: Require gmm-utils, remove autoloads.
20128         (message-tool-bar): Set default based on
20129         gmm-tool-bar-style.
20130         (message-tool-bar-gnome): Add gmm-customize-mode.
20131
20132         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20133         gmm-tool-bar-style.
20134         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20135
20136         * gnus-group.el (gnus-group-tool-bar): Set default based on
20137         gmm-tool-bar-style.
20138         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20139
20140         * gmm-utils.el (gmm-image-directory): Rename variable from
20141         gmm-image-load-path.
20142         (gmm-image-load-path): Use gmm-image-directory.
20143         (gmm-customize-mode): New function.
20144         (gmm-tool-bar-style): New variable.
20145
20146         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20147         gnus-group-redraw-line-number.
20148         (gnus-group-redraw-check): Simplify.
20149         (gnus-group-tool-bar-update): Remove redraw check.
20150         (gnus-group-make-tool-bar): Add redraw check.
20151
20152 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20153
20154         * gnus-art.el (gnus-button): Add missing parentheses.
20155
20156 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20157
20158         * lpath.el: Fbind line-number-at-pos.
20159
20160 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20161
20162         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20163
20164 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20165
20166         * gnus-art.el (gnus-button): New face.
20167         (gnus-article-button-face): Use it.
20168
20169         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20170         Add gnus-summary-next-page.  Re-order.
20171
20172         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20173         next-node are now included.
20174         (gnus-group-redraw-line-number): New internal variable.
20175         (gnus-group-redraw-check): Helper function for updating the tool
20176         bar.
20177         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20178
20179         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20180
20181         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20182         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20183         Use it to match format of Spamassassin 3.0 and later.
20184         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20185         (spam-check-bogofilter)
20186         (spam-bogofilter-register-with-bogofilter): Fix args of
20187         `gnus-error' calls.
20188
20189 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20190
20191         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20192         unnecessary interaction when sending queued mails.
20193         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20194
20195 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20196
20197         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20198         first or last are nil.
20199
20200 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20201
20202         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20203
20204 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20205
20206         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20207
20208 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20209
20210         * dns.el (query-dns): Protect more against buggy tcp output.
20211
20212 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20213
20214         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20215         nov.php.
20216
20217 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20218
20219         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20220         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20221         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20222         output on the server side.
20223         (nnweb-google-create-mapping): Update regexps and add some
20224         progress indication.
20225
20226 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20227
20228         * gnus-group.el (gnus-group-tool-bar-gnome):
20229         Fix gnus-agent-toggle-plugged.  Re-order icons.
20230         (gnus-group-tool-bar-gnome):
20231         Add gnus-group-{prev,next}-unread-group.
20232         (gnus-group-tool-bar-gnome): Re-order icons.
20233
20234         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20235         Move gnus-summary-insert-new-articles.
20236
20237         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20238         Fix comments.
20239
20240         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20241         also available in Emacs 21.3.
20242
20243         * message.el (message-fix-before-sending): Change "Emacs 22" to
20244         "Emacs 23 (unicode)" in comment.
20245
20246         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20247         "Emacs 23 (unicode)" in comment.
20248
20249         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20250         comment.
20251         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20252
20253         * mm-view.el (mm-fill-flowed): Add :version.
20254
20255 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20256
20257         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20258         and load-path.
20259
20260 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20261
20262         * message.el: Autoload gmm-image-load-path.
20263         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20264         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20265         consitency.
20266
20267         * gmm-utils.el (gmm-image-load-path): Also search in
20268         "../etc/images".  Don't set gmm-image-load-path if we don't find
20269         the image.
20270
20271 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20272
20273         * gmm-utils.el (gmm-image-load-path): Don't make
20274         `gmm-image-load-path' include subdirectories which the second arg
20275         `image' might specify.
20276
20277         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20278         subdirectory to icon file names.
20279
20280         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20281
20282 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20283
20284         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20285         gmm-image-load-path calls.
20286
20287         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20288
20289         * message.el (message-make-tool-bar): Ditto.
20290
20291         * mml.el (mml-preview): Add comment concerning tool bar icons.
20292
20293         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20294         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20295
20296         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20297         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20298
20299         * message.el (message-tool-bar-gnome): Use new icon names.
20300         (message-make-tool-bar): Use `gmm-image-load-path'.
20301
20302         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20303         New functions from MH-E.
20304         (gmm-image-load-path): New variable from MH-E.
20305         (gmm-image-load-path): New function from MH-E.  Add arguments
20306         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20307         *-image-load-path-called-flag.
20308
20309 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20310
20311         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20312
20313 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20314
20315         * nnimap.el (nnimap-request-move-article): Change folder back to
20316         source group before deleting.
20317
20318 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20319
20320         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20321
20322         * gnus-art.el (mm-url-insert-file-contents-external):
20323         Autoload mm-url.
20324
20325         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20326
20327 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20330         coding system which mm-charset-to-coding-system returns for a
20331         given charset is valid.
20332
20333 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20334
20335         * html2text.el (html2text-remove-tag-list):
20336         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20337
20338 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20339
20340         * gnus-cus.el: Revert 2005-10-17 change.
20341
20342 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20343
20344         * gnus-art.el (article-strip-banner):
20345         Call article-really-strip-banner only when the regexp match is made.
20346
20347 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * gnus-art.el (article-strip-banner):
20350         Use gnus-extract-address-components instead of
20351         mail-header-parse-addresses to make it work with non-ASCII text;
20352         remove mail-encode-encoded-word-string.
20353
20354         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20355         values which are surrounded with \"...\"; make it never cause a
20356         Lisp error; give up parsing of parameters if it failed in
20357         extracting type.
20358
20359 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20360
20361         * smime.el (smime-cert-by-ldap-1): Fix bug where
20362         `smime-ldap-search' returns results without userCertificates.
20363
20364 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20365
20366         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20367
20368 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20369
20370         * spam.el (spam-check-spamassassin-headers): Adapt format for
20371         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20372         <ari@mbf.ocn.ne.jp>.
20373         (spam-list-of-processors): Add spam-use-gmane.
20374
20375 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20376
20377         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20378         make-temp-file; make it work with XEmacs as well.
20379
20380         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20381         mm-make-temp-file.
20382
20383         * mm-decode.el (mm-display-external): Use the 3rd arg of
20384         mm-make-temp-file.
20385         (mm-create-image-xemacs): Ditto.
20386
20387 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20388
20389         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20390         with message-narrow-to-headers.
20391         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20392         (gnus-draft-check-draft-articles): New function.
20393         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20394
20395 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20396
20397         * gnus-art.el (gnus-article-browse-html-parts):
20398         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20399         Don't use suffix argument for mm-make-temp-file for Emacs 21
20400         compatibility.  Remove useless `format'.
20401
20402 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20403
20404         * nnweb.el (nnweb-google-wash-article): Update regexps.
20405         (nnweb-group-alist): Use defvoo instead of defvar.
20406
20407 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20408
20409         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20410         re-loading nn* modules.
20411
20412 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20413
20414         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20415         for `tool-bar-mode' and don't check it's default-value.
20416
20417         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20418
20419         * message.el (message-make-tool-bar): Ditto.
20420
20421         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20422         `substring'.  Shorten tmp-file name.
20423
20424         * gnus.el: Remove bogus comment.
20425
20426 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20427
20428         * gnus-art.el (gnus-article-browse-html-parts): New function.
20429         (gnus-article-browse-html-article): New function for viewing html
20430         articles with a browser.
20431
20432 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20433
20434         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20435         in elisp.
20436         (pgg-gpg-encrypt-symmetric-region): Ditto.
20437         (pgg-gpg-sign-region): Ditto.
20438
20439         * pgg-def.el (pgg-text-mode): New variable.
20440
20441         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20442         (mml2015-pgg-encrypt): Ditto.
20443
20444         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20445         (mml1991-pgg-encrypt): Ditto.
20446
20447 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20448
20449         * nnfolder.el (nnfolder-insert-newsgroup-line):
20450         Use message-make-date instead of current-time-string.
20451
20452         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20453         to gnus-decoded which mm-uu might set.
20454
20455 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20456
20457         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20458         don't decode quoted parameters; remove misimported Emacs code.
20459         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20460         (rfc2231-decode-encoded-string): Don't use split-string which
20461         behaves differently according to Emacs version; use
20462         mm-decode-coding-region to convert charset to coding-system.
20463         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20464         (rfc2231-encode-string): Remove misimported Emacs code.
20465
20466 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20467
20468         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20469         when calling mail-header-parse-content-type.
20470         (article-de-quoted-unreadable): Ditto.
20471         (article-de-base64-unreadable): Ditto.
20472         (article-wash-html): Ditto.
20473
20474         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20475         calling mail-header-parse-content-type and
20476         mail-header-parse-content-disposition.
20477         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20478         mail-header-parse-content-type.
20479
20480         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20481         insert charset and format parameters; encode description after
20482         inserting it to buffer.
20483         (mml-insert-parameter): Fold lines properly even if a parameter is
20484         segmented into two or more lines; change the max column to 76.
20485
20486         * rfc1843.el (rfc1843-decode-article-body): Don't use
20487         ignore-errors when calling mail-header-parse-content-type.
20488
20489         * rfc2231.el (rfc2231-parse-string): Return at least type if
20490         possible; don't cause an error even if it fails in parsing of
20491         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20492         (rfc2231-encode-string): Don't break lines at the beginning, leave
20493         it to mml-insert-parameter.
20494
20495         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20496         calling mail-header-parse-content-type.
20497
20498 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20499
20500         * spam-report.el (spam-report-gmane-use-article-number):
20501         Improve doc string.
20502         (spam-report-gmane-internal): Check if a suitable header was found
20503         in the article.
20504
20505 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20506
20507         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20508         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20509
20510 2006-02-05  Romain Francoise  <romain@orebokech.com>
20511
20512         Update copyright notices of all files in the gnus directory.
20513
20514 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20515
20516         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20517
20518 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20519
20520         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20521         segmented lines of parameter value to cope with Thunderbird 1.5
20522         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20523         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20524         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20525
20526 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20527
20528         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20529         parts.
20530
20531 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20532
20533         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20534         there's only one active file for all servers.
20535         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20536         solid groups.  Gnus might have used a FAST request to select the group.
20537         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20538         and nnweb-search redundantly in the active file.
20539         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20540         (nnweb-request-create-group): Don't use ARGS.
20541         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20542         initializations.  Let nnoo do the work.
20543
20544 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20545
20546         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20547         Say the part has been decoded.
20548
20549         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20550
20551 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20552
20553         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20554         mailcap-viewer-test-cache when there's no 'test clause, since that
20555         will invert the meaning of a "nil" test previously determined by
20556         mailcap-mailcap-entry-passes-test.
20557
20558 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20559
20560         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20561         compiling.
20562
20563         * gnus-sum.el: Ditto.
20564
20565         * message.el: Don't bind tool-bar-map when compiling.
20566
20567 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20568
20569         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20570
20571 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20572
20573         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20574         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20575         current Google Groups.
20576
20577 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20578
20579         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20580         and tool-bar-mode.
20581
20582         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20583         and tool-bar-mode.
20584
20585         * message.el (message-tool-bar-update): Simplify.
20586         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20587
20588         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20589         gnus-summary-buffer.
20590         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20591         gnus-summary-reply.
20592
20593         * gmm-utils.el (gmm): Add :version.
20594
20595 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20596
20597         * Makefile.in (clean): New rule.
20598         (distclean): Use it.
20599
20600 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20601
20602         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20603         Don't autoload.
20604
20605 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20606
20607         * gmm-utils.el (gmm-verbose): Add :group.
20608
20609 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20610
20611         * message.el: Change some comments WRT tool-bars.
20612
20613         * gnus-sum.el (gnus-summary-tool-bar)
20614         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20615         (gnus-summary-tool-bar-zap-list): New variables.
20616         (gnus-summary-make-tool-bar): Complete rewrite using
20617         `gmm-tool-bar-from-list'.
20618
20619         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20620         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20621         New variables.
20622         (gnus-group-make-tool-bar): Complete rewrite using
20623         `gmm-tool-bar-from-list'.
20624         (gnus-group-tool-bar-update): New function.
20625
20626         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20627
20628 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20629
20630         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20631         is dissected into a single part of which the type is the same as
20632         the given one; decode charset.
20633
20634 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20635
20636         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20637         into alists as symbol not string, since that's what
20638         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20639         look for.
20640
20641 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20642
20643         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20644         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20645
20646         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20647
20648 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20649
20650         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20651         (gnus-xmas-mime-security-button-menu): New function.
20652
20653         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20654         (gnus-mime-security-button-menu): New definition.
20655         (gnus-mime-security-button-map): Use them.
20656         (gnus-mime-security-button-menu): New function.
20657         (gnus-insert-mime-security-button): Addition to help echo.
20658         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20659         (gnus-mime-security-pipe-part): New functions.
20660
20661         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20662         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20663
20664         * mm-decode.el (mm-handle-set-disposition): Remove.
20665         (mm-handle-set-description): Remove.
20666
20667 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20670         (mm-w3m-standalone-supports-m17n-p): New function.
20671         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20672         w3m usage.
20673
20674         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20675         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20676
20677 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20678
20679         * message.el (message-tool-bar-zap-list):
20680         Use gmm-tool-bar-zap-list as custom type.
20681         (message-tool-bar-update): New function.
20682         (message-tool-bar, message-tool-bar-gnome)
20683         (message-tool-bar-retro): Add message-tool-bar-update.
20684         (message-tool-bar-gnome): Add flyspell-buffer.
20685
20686         * gnus-util.el (gnus-error): Describe `args'.
20687
20688         * gmm-utils.el (gmm-error): Describe `args'.
20689         (gmm-tool-bar-zap-list): New widget.
20690         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20691
20692 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20693
20694         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20695         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20696         the number of recursive calls.
20697
20698         * mm-decode.el (mm-handle-set-disposition): New macro.
20699         (mm-handle-set-description): New macro.
20700
20701 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20702
20703         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20704         encoding.
20705
20706 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20707
20708         * message.el (message-tool-bar-zap-list, message-tool-bar)
20709         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20710         (message-tool-bar-local-item-from-menu): Remove.
20711         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20712         (message-make-tool-bar): New function.
20713         (message-mode): Use `message-make-tool-bar'.
20714
20715         * gmm-utils.el: New file.
20716         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20717         (gmm-lazy): New widget copied from `nnmail.el'.
20718         (gmm-tool-bar-from-list): New function for creating customizable
20719         tool bars.
20720         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20721         output.
20722         (gmm): Add :prefix to defgroup.
20723
20724 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20725
20726         * gmm-utils.el (gmm-widget-p): New function.
20727
20728 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20729
20730         * mml.el (mml-attach-file): Describe `description' in doc string.
20731         (mml-menu): Add Emacs MIME manual and PGG manual.
20732
20733 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20734
20735         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20736
20737 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20738
20739         * nntp.el (nntp-end-of-line): Doc fix.
20740
20741 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20742
20743         * imap.el (imap-open): Handle case where buffer is a buffer
20744         object.
20745
20746 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20747
20748         * gnus-delay.el (gnus-delay): Don't autoload.
20749         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20750         to be re-loaded when customizing the `gnus-delay' group.
20751
20752 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20753
20754         * message.el (message-insert-citation-line): Use newlines.
20755
20756 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20757
20758         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20759         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20760         these routines, so the passphrase can be managed externally and
20761         passed in to the system.
20762         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20763         pgg-add-passphrase-to-cache function.
20764
20765         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20766         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20767         these routines, so the passphrase can be managed externally and
20768         passed in to the system.
20769         (pgg-pgp5-sign-region): Use new name of
20770         pgg-add-passphrase-to-cache function.
20771
20772 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20773
20774         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20775         part of the decoded armor to find the key-identifier.
20776         (pgg-gpg-lookup-key-owner): New function to return the
20777         human-readable identifier of a key owner.
20778         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20779         itself.
20780         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20781         the key value) if we have a key and can match it against a secret
20782         key.  Also, added a note pointing out fact that the prompt only
20783         indicates the first matching key.
20784
20785         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20786         pgg-decrypt-region.
20787         (pgg-add-passphrase-to-cache): Rename from
20788         `pgg-add-passphrase-cache' to reduce confusion (all callers
20789         changed).
20790         (pgg-remove-passphrase-from-cache): Rename from
20791         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20792         changed).
20793         (pgg-read-passphrase, pgg-add-passphrase-cache)
20794         (pgg-remove-passphrase-cache): Add informative docstrings.
20795         (pgg-decrypt): Convey provided passphrase in subordinate call to
20796         pgg-decrypt-region.
20797
20798 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20799
20800         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20801         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20802         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20803         'passphrase' argument, so the passphrase can be managed externally
20804         and then passed in to the system.
20805
20806         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20807         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20808         so the passphrase cache can be used reliably with identifiers
20809         besides a pgp packet's key id.
20810
20811         * pgg-gpg.el (pgg-gpg-encrypt-region)
20812         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20813         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20814         these routines, so the passphrase can be managed externally and
20815         passed in to the system.
20816
20817         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20818         'notruncate' argument, so the passphrase cache can be used
20819         reliably with identifiers besides a pgp packet's key id.
20820
20821 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20822
20823         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20824         symmetric encryption.
20825         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20826         encrypted session key.
20827         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20828         message ask for the passphrase in a proper way.
20829
20830         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20831         New user commands for symmetric encryption.
20832
20833 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20834
20835         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20836
20837         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20838
20839 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20840
20841         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20842
20843 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20844
20845         * mm-decode.el (mm-inlined-types): Add application/pgp.
20846         (mm-automatic-display): Ditto.
20847
20848         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20849         part as text.
20850
20851 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20852
20853         * nnrss.el: Update copyright.
20854         (nnrss-opml-import): Query whether to subscribe to each entry.
20855
20856         * gnus-art.el:
20857         * gnus-sum.el:
20858         * gnus-xmas.el:
20859         * messagexmas.el:
20860         * mm-uu.el:
20861         * mm-view.el: Update copyright.
20862
20863 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20864
20865         * message.el (message-info): New function.
20866         (message-mode-menu): Add it.
20867         Update copyright.
20868
20869         * ChangeLog: Fix and update copyright.
20870
20871 2006-01-13  Romain Francoise  <romain@orebokech.com>
20872
20873         * message.el (message-forward-subject-name-subject): Prefer the
20874         address to 'nowhere' if the sender has no name.
20875         Fix typo.  Update copyright year.
20876
20877 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20878
20879         * gnus-art.el (article-wash-html):
20880         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20881         (gnus-article-wash-html-with-w3m-standalone): New function.
20882
20883         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20884         mm-inline-text-html-render-with-w3m-standalone.
20885         (mm-text-html-washer-alist): Map w3m-standalone to
20886         gnus-article-wash-html-with-w3m-standalone.
20887         (mm-inline-text-html-render-with-w3m-standalone): New function.
20888
20889 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20890
20891         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20892         Improve LaTeX.
20893
20894 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20895
20896         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20897         (nnrss-request-article): Render text/plain parts as HTML.
20898
20899         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20900         the buffer.
20901
20902 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20903
20904         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20905         custom definition of `gnus-posting-styles'.
20906
20907         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20908         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20909
20910 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20911
20912         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20913         Use nntp for bug archive.
20914
20915 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20916
20917         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20918         parts.
20919         (nnrss-normalize-date): New function converts ISO 8601 date into
20920         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20921         (nnrss-check-group): Use it.
20922
20923 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20924
20925         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20926
20927         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20928         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20929         (nnrss-insert-w3): Ditto.
20930
20931 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20932
20933         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20934         the articles to be forwarded including the case where neither a
20935         number of articles nor a region is specified.
20936
20937 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20938
20939         * nnrss.el (nnrss-request-article): Fix last change; fill
20940         text/plain parts.
20941
20942 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20943
20944         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20945         in text/plain part.
20946         (nnrss-check-group): Don't add excessive newline to dc:subject.
20947
20948 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20949
20950         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20951         article.
20952
20953 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20954
20955         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20956         (nnml-use-compressed-files, nnml-save-mail): Support other
20957         comression programs such as bzip2.
20958
20959 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20960
20961         * dns.el (query-dns): Make sure we check the buffer size before
20962         removing tcp headers.
20963
20964 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20965
20966         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20967         remove MIME buttons associated with multipart/alternative parts.
20968         (gnus-mime-display-alternative): Tag buttons using `article-type'
20969         text property.
20970
20971         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20972         associated with multipart/alternative parts.
20973
20974         * gnus-art.el (gnus-signature-separator): Fix custom type.
20975
20976         * mm-decode.el (mm-inlined-types): Fix custom type.
20977         (mm-keep-viewer-alive-types): Ditto.
20978         (mm-automatic-display): Ditto.
20979         (mm-attachment-override-types): Ditto.
20980         (mm-inline-override-types): Ditto.
20981         (mm-automatic-external-display): Ditto.
20982
20983 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20984
20985         * spam-report.el (spam-report-user-mail-address)
20986         (spam-report-user-agent): New variables.
20987         (spam-report-url-ping-plain): Use spam-report-user-agent.
20988
20989 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20990
20991         * gnus-art.el (gnus-button-handle-custom): Do not just use
20992         `customize-apropos' for any "M-x customize-*" button but the
20993         function called for.  Accept both the function name and its
20994         argument in order to achieve this.
20995         (gnus-button-alist): Remove support for "custom:" URL's.
20996         Pass function name to `gnus-button-handle-custom' in case of "M-x
20997         customize-*" buttons.
20998
20999 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21000
21001         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21002         multipart/alternative and add xref to mm-discouraged-alternatives
21003         in doc string.
21004
21005         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21006         gnus-buttonized-mime-types in doc string.
21007
21008 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21009
21010         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21011         Suggest image/.* in the doc string.
21012
21013 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21014
21015         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21016         message-marks (Debian bug#342521).
21017
21018 2005-12-12  Simon Josefsson  <jas@extundo.com>
21019
21020         * password.el (password-read-from-cache): Add.
21021         (password-read): Use it.
21022
21023 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21024
21025         * rfc2047.el (rfc2047-charset-to-coding-system):
21026         Recognize us-ascii as a MIME charset.
21027
21028         * mm-bodies.el (mm-decode-content-transfer-encoding):
21029         Protect against the case where the 2nd arg TYPE is nil.
21030
21031 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21032
21033         * pop3.el (pop3-stream-type): Fix custom version.
21034
21035         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21036
21037 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21038
21039         * mm-decode.el (mm-display-external): Add missing cdr.
21040
21041 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21042
21043         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21044         RFC1524) if it is in mailcap or add a suffix according to
21045         mailcap-mime-extensions when generating a temp filename; postpone
21046         deleting a temp file for 2 seconds for some wrappers, shell
21047         scripts, and so on, which might exit right after having started a
21048         viewer command as a background job.
21049
21050 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21051
21052         * nntp.el (nntp-marks-directory): Fix custom group.
21053
21054         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21055         steps when < 10.
21056
21057         * gnus-start.el (gnus-no-server-1):
21058         Mention `gnus-level-default-subscribed' in doc string.
21059
21060 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21061
21062         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21063         parens.
21064
21065 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21066
21067         * gnus-xmas.el (gnus-use-toolbar): Revert.
21068         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21069         gnus-use-toolbar is default.
21070
21071         * messagexmas.el (message-use-toolbar): Revert.
21072         (message-setup-toolbar): Use global default-toolbar if
21073         message-use-toolbar is default.
21074
21075 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21076
21077         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21078         according to default-toolbar-visible-p.
21079
21080         * messagexmas.el (message-use-toolbar): Ditto.
21081
21082 2005-11-26  Dave Love  <fx@gnu.org>
21083
21084         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21085         (tls-program, tls-success): Provide openssl alternative.
21086
21087         * starttls.el: Doc fixes.
21088         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21089         SERVICE to PORT.
21090
21091         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21092         port null or service name.
21093         (starttls-negotiate): Autoload.
21094
21095 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21096
21097         * message.el (message-kill-to-signature): Fix interactive spec.
21098
21099 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21100
21101         * pop3.el (pop3-open-server): Recognize a string as a service name.
21102
21103 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21104
21105         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21106
21107 2005-11-23  Dave Love  <fx@gnu.org>
21108
21109         Add pop3s, pop3/starttls.
21110
21111         * pop3.el (pop3-authentication-scheme): Clarify doc.
21112         (open-tls-stream, starttls-open-stream): Autoload.
21113         (pop3-stream-type): New.
21114         (pop3-open-server): Use it.
21115
21116         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21117         for POP.
21118         (mail-source-keyword-map): Add :stream for POP.
21119         (mail-source-fetch-pop): Use pop3-stream-type.
21120
21121 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21122
21123         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21124         of current-time-string.
21125
21126 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21127
21128         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21129         date header.
21130
21131 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21132
21133         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21134         it can seriously impact performance as it bypasses the agent's
21135         local caches.
21136
21137 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21138
21139         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21140         must be explicitly online rather than "not explicitly offline" for
21141         its flags to be synchronized.
21142
21143         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21144         that gnus-uu-unmark-thread will function correctly.
21145
21146         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21147         1024K is instead displayed as 1M.
21148
21149 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21150
21151         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21152
21153 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21154
21155         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21156
21157 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21158
21159         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21160         error message to display actual error condition.
21161         (gnus-agent-save-local): Avoid saving symbols that are bound to
21162         nil as they simply result in a warning message in
21163         gnus-agent-read-local.
21164
21165 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21166
21167         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21168         rather than make-variable-buffer-local for file-precious-flag.
21169
21170 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21171
21172         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21173         for duplicates which are removed.  The invalid sort check then
21174         triggers a rescan after the sort as sorting may have moved
21175         duplicate entries such that they can be cheaply detected.
21176
21177 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21178
21179         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21180
21181 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21182
21183         * gnus-agent.el (gnus-agent-article-alist-save-format):
21184         Change internal variable to a custom variable.  Change default value
21185         from compressed(2) to uncompressed(1).
21186         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21187         support for uncompressed agentview files.  Taken together, reading
21188         the agentview file should now be 6-7 times faster.
21189
21190 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21191
21192         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21193         as a buffer-local variable.  This avoids creating truncated
21194         dribble files as a result of a hang up, eg.
21195
21196 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21197
21198         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21199         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21200         XEmacs.
21201
21202 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21203
21204         * gnus-start.el (gnus-start-draft-setup):
21205         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21206
21207         * gnus.el (gnus-splash): Change custom group.
21208         (gnus-group-get-parameter, gnus-group-parameter-value):
21209         Describe allow-list argument.
21210
21211         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21212         string.
21213
21214 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21215
21216         * gnus-art.el (gnus-default-article-saver): Add user-defined
21217         `function' to custom type.
21218
21219 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21220
21221         * imap.el (imap-open): Handle case where buffer is a buffer
21222         object.
21223
21224 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21225
21226         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21227         long lines.
21228         (gnus-cache-delete-group): Wrap doc strings.
21229
21230         * gnus-agent.el (gnus-agent-rename-group)
21231         (gnus-agent-delete-group): Wrap doc strings.
21232
21233 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21234
21235         * messagexmas.el (message-use-toolbar): Change the valid values
21236         into default, top, bottom, left, and right.
21237         (message-toolbar-thickness): New variable.
21238         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21239         well.
21240         (message-setup-toolbar): Make it work.
21241
21242         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21243         (gnus-use-toolbar): Change the valid values into default, top,
21244         bottom, left, and right.
21245         (gnus-toolbar-thickness): New variable.
21246         (gnus-xmas-setup-toolbar): New function.
21247         (gnus-xmas-setup-group-toolbar): Use it.
21248         (gnus-xmas-setup-summary-toolbar): Use it.
21249
21250 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21251
21252         * gnus-start.el (gnus-1): Add "native" to
21253         gnus-predefined-server-alist.
21254
21255         * gnus.el (gnus-method-to-server): Don't add "native" to the
21256         lists here, because that leads to problems when
21257         gnus-select-method is bound.
21258
21259 2005-11-09  Simon Josefsson  <jas@extundo.com>
21260
21261         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21262         use (not sort-by-date) instead.
21263
21264 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21265
21266         * gnus-delay.el (gnus-delay-group): Don't autoload.
21267         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21268         to be re-loaded when customizing the `gnus-delay' group.
21269
21270 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21271
21272         * message.el: Revert last changes.
21273         (message-insert-citation-line): Use newlines.
21274
21275 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21276
21277         * message.el (message-courtesy-message)
21278         (message-mark-insert-begin, message-mark-insert-end)
21279         (message-elide-ellipsis, message-cancel-message)
21280         (message-add-header, message-change-subject)
21281         (message-cross-post-followup-to-header)
21282         (message-cross-post-insert-note, message-reduce-to-to-cc)
21283         (message-widen-reply, message-delete-not-region)
21284         (message-kill-to-signature, message-insert-signature)
21285         (message-insert-importance-high, message-insert-importance-low)
21286         (message-insert-or-toggle-importance)
21287         (message-insert-disposition-notification-to)
21288         (message-indent-citation, message-yank-original)
21289         (message-cite-original-without-signature, message-cite-original)
21290         (message-insert-citation-line, message-position-on-field)
21291         (message-fix-before-sending, message-send-mail-partially)
21292         (message-send-mail, message-send-mail-with-sendmail)
21293         (message-send-mail-with-qmail, message-send-news)
21294         (message-check-news-header-syntax, message-generate-headers)
21295         (message-insert-courtesy-copy, message-fill-address)
21296         (message-fill-header, message-shorten-references)
21297         (message-setup-1, message-cancel-news)
21298         (message-forward-make-body-plain, message-forward-make-body-mime)
21299         (message-forward-make-body-mml, message-encode-message-body)
21300         (message-forward-make-body-digest-plain)
21301         (message-forward-make-body-digest-mime)
21302         (message-use-alternative-email-as-from): Insert `hard-newline'
21303         instead of ordinary newlines.
21304
21305 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21306
21307         * message.el (message-generate-headers): Downcase the argument
21308         given to message-check-element.
21309
21310 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21311
21312         * nntp.el (nntp-authinfo-rejected): New error condition.
21313         (nntp-wait-for): Use new error condition to signal authentication
21314         error.
21315         (nntp-retrieve-data): Rethrow new error condition to break out of
21316         recursive call to nntp-send-authinfo.
21317
21318 2005-11-08  Romain Francoise  <romain@orebokech.com>
21319
21320         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21321         (gnus-summary-exit-map): Bind to `Z p'.
21322         (gnus-summary-make-menu-bar): Add menu item.
21323
21324 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21325
21326         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21327         (gnus-treat-*): Add `first' in all doc strings.
21328
21329         * gnus-group.el (gnus-group-compact-group): Fix typo.
21330
21331 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21332
21333         * gnus.el (gnus-parameters-case-fold-search): New variable.
21334         (gnus-parameters-get-parameter): Use it.
21335
21336         * gnus-score.el (gnus-home-score-file): Doc fix.
21337
21338 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21339
21340         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21341
21342 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21343
21344         * mm-util.el (mm-special-display-p): New function.
21345
21346         * mml.el (mml-preview): Use it; doc fix.
21347
21348 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21349
21350         * imap.el (imap-open): Handle case where buffer is a buffer object.
21351
21352 2005-10-29  Romain Francoise  <romain@orebokech.com>
21353
21354         * message.el (message-fix-before-sending): Fix comment.
21355
21356 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21357
21358         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21359
21360 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21361
21362         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21363         Used in gnus-score.el.
21364
21365 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21366
21367         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21368
21369 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21370
21371         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21372         whitespace removed in revision 7.8.  Use concatenated string to
21373         protect trailing whitespace.
21374
21375 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21376
21377         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21378         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21379         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21380         Courier IMAP ("some version from 2004").  Mostly based on similar
21381         code in the same function.
21382
21383 2005-10-26  Didier Verna  <didier@xemacs.org>
21384
21385         * gnus-group.el (gnus-group-compact-group): Invalidate original
21386         article buffer.
21387         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21388         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21389         NOV database and in article itself.
21390         Invalidate article backlog.
21391
21392 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21393
21394         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21395
21396 2005-10-26  Simon Josefsson  <jas@extundo.com>
21397
21398         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21399         part of 2004-07-25 change.
21400
21401 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21402
21403         * message.el (message-display-completion-list): New function.
21404         (message-expand-group): Use it; make sure the Completions buffer
21405         is modifiable.
21406 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21407
21408         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21409         user-mail-name is an empty string.
21410
21411 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21412
21413         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21414         depending on gnus-score-decay-constant.
21415
21416         * encrypt.el (encrypt-insert-file-contents)
21417         (encrypt-write-file-contents): Don't use `gnus-message'.
21418
21419         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21420         arguments.
21421         (mm-uu-type-alist): Add message-marks and insert-marks.
21422         Pass arguments to mm-uu-verbatim-marks-extract.
21423         (mm-uu-hide-markers): New variable.
21424         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21425
21426         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21427         (gnus-convert-image-to-face-command): Use "convert" by default to
21428         allow other input image formats.
21429         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21430         accordingly.
21431
21432 2005-10-23  Simon Josefsson  <jas@extundo.com>
21433
21434         * imap.el (imap-gssapi-program): Align command line parameters
21435         with latest GNU SASL.
21436         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21437
21438 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21439
21440         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21441         HTML.
21442         (nnslashdot-request-article): Ditto.
21443
21444         * lpath.el (featurep): Add nobreak-char-display.
21445
21446 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21447
21448         * mail-source.el (mail-source-fetch-pop): Require pop3.
21449         (mail-source-check-pop): Ditto.
21450
21451 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21452
21453         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21454         errors.
21455
21456 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21457
21458         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21459         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21460
21461         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21462
21463         * mm-bodies.el (mm-decode-string):
21464         Call `mm-charset-to-coding-system' with allow-override argument.
21465
21466 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21467
21468         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21469         (rfc2047-charset-to-coding-system): New function.
21470         (rfc2047-decode-encoded-words): New function.
21471         (rfc2047-decode-region): Use them.
21472         (rfc2047-decode-cte): Remove.
21473         (rfc2047-parse-and-decode): Remove.
21474         (rfc2047-decode): Remove.
21475
21476 2005-10-15  Kenichi Handa  <handa@m17n.org>
21477
21478         * rfc2047.el (rfc2047-decode-cte): New function.
21479         (rfc2047-decode-region): Change the way to decode successive
21480         encoded-words: decode B- or Q-encoding in each encoded-word,
21481         concatenate them, and decode it as charset.
21482
21483 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21484
21485         * lpath.el: Fbind codepage-setup for XEmacs.
21486
21487 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21488
21489         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21490         widget-move-and-invoke.
21491         (gnus-custom-mode): Use gnus-custom-map.
21492
21493 2005-10-15  Bill Wohler  <wohler@newt.com>
21494
21495         * message.el (message-tool-bar-map): Rename image file from
21496         mail_send to mail/send.
21497
21498 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21499
21500         * message.el (message-expand-group): Pass the common
21501         prefix substring of completion to `display-completion-list'.
21502
21503 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21504
21505         * mml-sec.el (mml-secure-method): New internal variable.
21506         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21507         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21508         New functions using mml-secure-method.
21509
21510         * mml.el (mml-mode-map): Add key bindings for those functions.
21511         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21512         Harder <harder@myrealbox.com>.
21513         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21514         Goto end of message if point is the headers of the message.
21515
21516         * message.el (message-in-body-p): New function.
21517
21518         * assistant.el: Autoload gnus-util and netrc.
21519
21520         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21521         Use `mm-charset-override-alist' only when decoding.
21522
21523         * mm-bodies.el (mm-decode-body):
21524         Call `mm-charset-to-coding-system' with allow-override argument.
21525
21526         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21527         `filename' from Content-Disposition if Content-Type doesn't
21528         provide `name'.
21529         (gnus-mime-view-part-as-type): Set default instead of
21530         initial-input.
21531
21532 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21533
21534         * format-spec.el (format-spec): Propagate text properties of % spec.
21535
21536 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21537
21538         * gnus-art.el (gnus-treat-predicate): Add `first'.
21539
21540 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21541
21542         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21543         (mm-charset-override-alist): New variable.
21544         (mm-charset-to-coding-system): Use it.
21545         (mm-codepage-setup): New helper function.
21546         (mm-charset-eval-alist): New variable.
21547         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21548         Warn about unknown charsets.
21549
21550         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21551
21552 2005-10-04  David Hansen  <david.hansen@gmx.net>
21553
21554         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21555         (nnrss-check-group): Ditto.
21556
21557 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21558
21559         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21560         Rename x-gnus-verbatim to x-verbatim.
21561         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21562
21563         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21564         x-verbatim.
21565
21566         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21567
21568         * gnus-util.el (gnus-remove-duplicates): Remove.
21569
21570         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21571         instead of gnus-remove-duplicates.
21572
21573         * message.el (message-remove-duplicates): Remove.
21574         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21575         message-remove-duplicates.
21576
21577         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21578         available, else use implementation from `delete-dups'.
21579
21580         * message.el (message-insert-expires): New function.
21581         (message-mode-map): Add key binding.
21582         (message-mode-field-menu): Add menu entry.
21583         (message-mode): Document it.
21584         (message-make-expires-date): Use `message-make-date'.
21585
21586 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21587
21588         * message.el (message-make-expires-date): New function.
21589
21590 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21591
21592         * Makefile.in (list-installed-shadows): New entry.
21593         (install): Use it.
21594         (remove-installed-shadows): New entry.
21595
21596         * dgnushack.el (dgnushack-default-load-path): New variable.
21597         (dgnushack-find-lisp-shadows): New function.
21598         (dgnushack-remove-lisp-shadows): New function.
21599
21600 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21601
21602         * Makefile.in (install-el-elc): New entry.
21603         (install): Use it so that .el files are necessarily installed.
21604
21605 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21606
21607         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21608
21609 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21610
21611         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21612         function rather than the diff-mode.el package.
21613         (mm-display-external): Use with-current-buffer.
21614         (mm-viewer-completion-map, mm-viewer-completion-map):
21615         Move initialization inside declaration.
21616
21617 2005-09-29  Simon Josefsson  <jas@extundo.com>
21618
21619         * spam.el: Load hashcash when compiling, to avoid warnings.
21620         Don't autoload mail-check-payment.
21621         (spam-check-hashcash): Define unconditionally, since hashcash.el
21622         is part of Gnus now.  Ignore errors from payment checking.
21623
21624 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21625
21626         * message.el (message-bold-region, message-unbold-region):
21627         Rename from `bold-region' and `unbold-region'.
21628
21629         * message.el: Remove useless autoloads.
21630
21631 2005-09-28  Simon Josefsson  <jas@extundo.com>
21632
21633         * message.el (message-use-idna): Default to t.
21634         (message-use-idna): Test whether encoding works too.  Doc fix.
21635
21636 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21637
21638         * nntp.el (nntp-warn-about-losing-connection): Remove.
21639
21640 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21641
21642         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21643         customizable.  Change default value.
21644         (mm-uu-diff-groups-regexp): Change default value.
21645         (mm-uu-type-alist): Add doc string.
21646         (mm-uu-configure): Add doc string.  Make it interactive.
21647         (mm-uu-tex-groups-regexp): New variable.
21648         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21649         (mm-uu-type-alist): Add LaTeX documents.
21650         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21651         of "text/verbatim".
21652         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21653
21654         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21655         instead of "text/verbatim".
21656
21657         * message.el (message-mark-inserted-region)
21658         (message-mark-insert-file): Use slrn style marks when called with
21659         prefix argument.
21660
21661 2005-09-27  Simon Josefsson  <jas@extundo.com>
21662
21663         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21664
21665 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21666
21667         * message.el (message-remove-duplicates): New function.
21668         Implementation borrowed from `gnus-remove-duplicates'.
21669         (message-idna-to-ascii-rhs): Also encode idna addresses in
21670         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21671         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21672         only ask about the same idna domain once per header and also tell
21673         in what header to replace the idna domain.
21674
21675         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21676         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21677         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21678         a header is decoded and not just the last one.
21679
21680 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21681
21682         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21683         has been decoded.
21684
21685         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21686         (mm-insert-part): Don't modify text if it has been decoded.
21687
21688         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21689         decoded.
21690
21691         * mm-view.el (mm-inline-text): Don't strip text props unless
21692         decoding enriched or richtext parts.
21693
21694 2005-09-25  Romain Francoise  <romain@orebokech.com>
21695
21696         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21697         * gnus-start.el (gnus-subscribe-interactively):
21698         * gnus-uu.el (gnus-uu-grab-articles):
21699         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21700         space.
21701
21702 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21703
21704         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21705         * mm-view.el (mm-view-pkcs7-decrypt):
21706         * gnus-sum.el (gnus-summary-limit-to-extra)
21707         (gnus-summary-respool-article, gnus-read-move-group-name):
21708         * gnus-score.el (gnus-summary-increase-score):
21709         * gnus-util.el (gnus-completing-read-with-default):
21710         * gnus-art.el (gnus-read-save-file-name)
21711         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21712         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21713         * message.el (message-check-news-header-syntax):
21714         Follow convention for reading with the minibuffer.
21715
21716 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21717
21718         * spam-report.el (spam-report-url-ping-plain):
21719         Use gnus-extended-version as User-Agent.
21720
21721         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21722         default value is nil.
21723
21724         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21725         (mm-uu-verbatim-marks-extract): New function.
21726         (mm-uu-extract): New face.
21727         (mm-uu-copy-to-buffer): Use it.
21728
21729         * spam-report.el (spam-report-gmane-ham): Rename from
21730         `spam-report-gmane-unspam'.
21731         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21732         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21733
21734         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21735         Autoload.
21736         (spam-report-gmane-unregister-routine):
21737         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21738
21739 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21740
21741         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21742         (spam-report-gmane-unregister-routine): Add support for gmane
21743         unregistration.
21744
21745         * spam-report.el (spam-report-gmane-unspam)
21746         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21747         (spam-report-gmane): Change to take a single article and do unspam
21748         registration.
21749
21750 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21751
21752         * mm-url.el (mm-url-decode-entities): Fix regexp.
21753
21754 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21755
21756         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21757         default to nil, to be able to use Gnus at all.  If the default
21758         switches to something else, then the function should be fixed not
21759         be exceedingly slow.
21760
21761 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21762
21763         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21764         fail hard.
21765
21766         * spam-report.el: Add better Keywords line.
21767
21768         * spam.el: Add Maintainer and better Keywords line.
21769
21770 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21771
21772         * gnus-art.el (gnus-article-replace-part)
21773         (gnus-mime-replace-part): New functions.
21774         (gnus-mime-action-alist, gnus-mime-button-commands)
21775         (gnus-mime-save-part-and-strip): Add file argument.
21776         (gnus-article-part-wrapper): Add interactive argument.
21777
21778         * gnus-sum.el (gnus-summary-mime-map):
21779         Add `gnus-article-replace-part'.
21780
21781 2005-09-19  Didier Verna  <didier@xemacs.org>
21782
21783         The nnml compaction feature:
21784         * nnml.el (nnml-request-compact-group): New function.
21785         * nnml.el (nnml-request-compact): New function.
21786         * gnus-int.el (gnus-request-compact-group): New function.
21787         * gnus-int.el (gnus-request-compact): New function.
21788         * gnus-group.el (gnus-group-compact-group): New function.
21789         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21790         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21791         * gnus-srvr.el (gnus-server-compact-server): New function.
21792         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21793         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21794
21795 2005-09-18  Deepak Goel  <deego@gnufans.org>
21796
21797         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21798         format spec.
21799
21800 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21801
21802         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21803
21804 2005-09-15  Romain Francoise  <romain@orebokech.com>
21805
21806         * message.el (message-fill-paragraph): Clarify docstring.
21807
21808 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21809
21810         * gnus-art.el (gnus-mime-display-part): Protect against broken
21811         MIME messages.
21812
21813 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21814
21815         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21816         before parsing header.
21817
21818 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21819
21820         * html2text.el (html2text-replace-list): Add new entities.
21821
21822 2005-09-11  Romain Francoise  <romain@orebokech.com>
21823
21824         * message.el (message-alternative-emails): Improve docstring.
21825         (message-setup-1): Call `message-use-alternative-email-as-from'
21826         after `message-setup-hook' to give it precedence over posting
21827         styles, etc.
21828         (message-use-alternative-email-as-from): Add docstring.
21829         Remove the original From header if present.
21830
21831         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21832         (nnml-save-mail): Use it.
21833
21834         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21835         articles.  Add new argument `silent'.
21836         (gnus-uu-mark-all): Report the total number of marked articles.
21837
21838 2005-09-10  Romain Francoise  <romain@orebokech.com>
21839
21840         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21841         (gnus-uu-mark-series): Likewise.
21842
21843 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21844
21845         * spam-report.el (spam-report-gmane): Fix generation of spam
21846         report URL.
21847
21848 2005-09-10  Simon Josefsson  <jas@extundo.com>
21849
21850         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21851         t, based on discussion on the ding list with Robert Epprecht
21852         <epprecht@solnet.ch>.
21853
21854 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21855
21856         * spam-report.el (spam-report-gmane): Make it work without
21857         X-Report-Spam header.  Gmane now only provides Archived-At.
21858         This is only used if `spam-report-gmane-use-article-number' is nil.
21859         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21860
21861         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21862         make `gnus-summary-sort-by-recipient' work with threading.
21863
21864         * nnweb.el (nnweb-google-wash-article): Print a message if article
21865         is not available.
21866
21867 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21868
21869         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21870         change.  Decode text/* parts content before displaying.
21871
21872 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21873
21874         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21875
21876 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21877
21878         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21879
21880         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21881         url-package-name, url-package-version,
21882         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21883         w3m-display-inline-images, and w3m-minor-mode-map.
21884
21885 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21886
21887         * message.el (message-tab-body-function): Fix mismatched custom type.
21888
21889         * gnus.el (gnus-group-change-level-function): Ditto.
21890
21891         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21892
21893         * gnus-art.el (gnus-signature-limit)
21894         (gnus-article-mime-part-function): Ditto.
21895
21896 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21897
21898         * mml.el (mml-mode): Silence the byte compiler.
21899
21900         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21901         using `(sit-for 0)' before moving the point to the specified part;
21902         skip unbuttonized parts.
21903         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21904         return to the summary window if gnus-auto-select-part is non-nil.
21905
21906 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21907
21908         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21909         New variables.
21910         (mml-dnd-attach-file, mml-mode): Use them.
21911
21912         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21913         Make fetching article by MID work again for Google Groups.
21914         Add FIXME concerning gnus-group-make-web-group.
21915
21916         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21917         Don't depend on Gnus by using mail-extract-address-components if
21918         gnus-extract-address-components is not bound.
21919
21920 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21921
21922         * gnus-art.el (gnus-mime-display-security): Don't display the
21923         signature, but only the signed part.
21924
21925 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21926
21927         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21928
21929         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21930         list, not listp.
21931
21932 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21933
21934         * mm-encode.el (mm-encode-content-transfer-encoding):
21935         Likewise when encoding.
21936
21937         * mm-bodies.el (mm-decode-content-transfer-encoding):
21938         De-canonicalize CRLF for all text content types, not just
21939         text/plain.
21940
21941 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21942
21943         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21944         valid article; point arrow and cursor at the MIME button.
21945
21946 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21947
21948         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21949         Suggested by Dan Christensen <jdc@uwo.ca>.
21950
21951         * mm-decode.el (mm-save-part): Enable change of prompt.
21952
21953 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21954
21955         * gnus-msg.el (gnus-inews-add-send-actions):
21956         Make `message-post-method' lambda parameter ARG `&optional'.
21957
21958 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21959
21960         * gnus-sum.el (gnus-summary-mime-map):
21961         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21962         gnus-article-jump-to-part.
21963
21964         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21965         (gnus-article-edit-part): Use it.
21966         (gnus-article-part-wrapper): Add no-handle argument.
21967         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21968         New functions.
21969
21970 2005-08-29  Romain Francoise  <romain@orebokech.com>
21971
21972         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21973         docstring.
21974         (gnus-face-from-file): Likewise.
21975
21976 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21977
21978         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21979         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21980         non-nil.
21981         (gnus-auto-select-part): New variable.
21982         (gnus-article-jump-to-part): New function.
21983         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21984         (gnus-mime-delete-part): Allow selecting specified part after
21985         deleting or stripping parts.
21986         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21987         part if argument is bogus.
21988
21989 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21990
21991         * gnus-art.el (w3m-minor-mode-map):
21992         * gnus-spec.el (gnus-newsrc-file-version):
21993         * gnus-util.el (nnmail-active-file-coding-system)
21994         (gnus-original-article-buffer, gnus-user-agent):
21995         * gnus.el (gnus-ham-process-destinations)
21996         (gnus-parameter-ham-marks-alist)
21997         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21998         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21999         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22000         * mm-decode.el (gnus-current-window-configuration):
22001         * mm-extern.el (gnus-article-mime-handles):
22002         * mm-url.el (url-current-object, url-package-name)
22003         (url-package-version):
22004         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22005         (smime-keys, w3m-cid-retrieve-function-alist)
22006         (w3m-current-buffer, w3m-display-inline-images)
22007         (w3m-minor-mode-map):
22008         * mml-smime.el (gnus-extract-address-components):
22009         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22010         (gnus-newsrc-hashtb, message-default-charset)
22011         (message-deletable-headers, message-options)
22012         (message-posting-charset, message-required-mail-headers)
22013         (message-required-news-headers):
22014         * mml1991.el (mc-pgp-always-sign):
22015         * mml2015.el (mc-pgp-always-sign):
22016         * nnheader.el (nnmail-extra-headers):
22017         * rfc1843.el (gnus-decode-encoded-word-function)
22018         (gnus-decode-header-function, gnus-newsgroup-name):
22019         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22020
22021 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22022
22023         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22024         the end of the date treatments.
22025
22026 2005-08-15  Simon Josefsson  <jas@extundo.com>
22027
22028         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22029         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22030         Capello and Romain Francoise.
22031         (pgg-fetch-key-function): Remove, not used?
22032         (pgg-insert-url-with-w3): Require url, to get
22033         url-insert-file-contents regardless of where it is defined.
22034
22035 2005-08-13  Romain Francoise  <romain@orebokech.com>
22036
22037         * message.el (message-cite-original-1): New function.
22038         (message-cite-original): Use it.
22039         (message-cite-original-without-signature): Ditto.
22040
22041 2005-08-08  Romain Francoise  <romain@orebokech.com>
22042
22043         * message.el (message-yank-empty-prefix): New variable.
22044         (message-indent-citation): Use it.
22045         (message-cite-original-without-signature): Respect X-No-Archive.
22046
22047 2005-08-08  Simon Josefsson  <jas@extundo.com>
22048
22049         * pgg.el: Autoload url-insert-file-contents instead of loading
22050         w3/url.
22051         (pgg-insert-url-with-w3): Don't load url here.
22052
22053 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22054
22055         * message.el (message-kill-to-signature): Don't insert newline at
22056         bol.
22057         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22058
22059 2005-08-06  Romain Francoise  <romain@orebokech.com>
22060
22061         * message.el (message-user-fqdn): Fix typo in docstring.
22062
22063 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22064
22065         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22066
22067         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22068
22069 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22070
22071         * mm-bodies.el (mm-encode-body): Use coding system rather than
22072         charset to encode text.
22073
22074         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22075         number of charsets if utf-8 is available (XEmacs).
22076
22077 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22078
22079         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22080         taken from `gnus-button-mid-or-mail-regexp'.
22081         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22082         (gnus-button-alist): Improve regexp for domain part of the MIDs
22083         for news:localpart@domain buttons.
22084         (gnus-button-ctan-directory-regexp): Update.
22085
22086 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22087
22088         * sieve-manage.el (sieve-manage-interactive-login):
22089         Use make-local-variable rather than make-variable-buffer-local.
22090         (sieve-manage-open): Ditto.
22091         (sieve-manage-authenticate): Ditto.
22092
22093         * mml.el (mml-generate-mime-1): Make the content type default to
22094         text/plain if the filename is not specified.
22095
22096 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22097
22098         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22099         instead of insert-buffer.
22100
22101         * message.el (message-yank-original): Ditto; set the mark at the
22102         end of the yanked message.
22103
22104 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22105
22106         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22107         lines to scroll rather than to stop it.
22108
22109         * mml.el (mml-generate-default-type): Add doc string.
22110         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22111         default to application/octet-stream when determining the content
22112         type if it is not specified for the part or the mml contents; add
22113         a comment about mml-generate-default-type.
22114
22115 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22116
22117         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22118         make it default to application/octet-stream when determining the
22119         content type if it is not specified for the external contents.
22120
22121 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22122
22123         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22124         segmented parameter but also other parameters might be there.
22125
22126 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22127
22128         * mm-decode.el (mm-display-external): Delete temp file, directory
22129         and buffer immediately if the external process is exited.
22130
22131 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22132
22133         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22134         fewer lines than that of scroll-margin.
22135         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22136
22137 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22138
22139         * gnus-art.el (gnus-article-next-page): Revert.
22140         (gnus-article-beginning-of-window): New macro.
22141         (gnus-article-next-page-1): Use it.
22142         (gnus-article-prev-page): Ditto.
22143         (gnus-article-edit-part): Use insert-buffer-substring instead of
22144         insert-buffer.
22145         (gnus-article-edit-exit): Ditto.
22146
22147         * gnus-util.el (gnus-beginning-of-window): Remove.
22148         (gnus-end-of-window): Remove.
22149
22150         * lpath.el: Don't bind header-line-format and scroll-margin.
22151
22152 2005-07-25  Simon Josefsson  <jas@extundo.com>
22153
22154         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22155         to have the url package without w3.  Reported by Daiki Ueno
22156         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22157
22158 2005-07-20  Didier Verna  <didier@xemacs.org>
22159
22160         * gnus-diary.el: Remove the description comment (nndiary is now
22161         properly documented in the Gnus manual).
22162         Fix the spelling of "Back End".
22163         * nndiary.el: Ditto.
22164         Fix the copyright notice.
22165
22166 2005-07-18  Romain Francoise  <romain@orebokech.com>
22167
22168         * gnus-sum.el (gnus-summary-to-prefix)
22169         (gnus-summary-newsgroup-prefix): New variables.
22170         (gnus-summary-from-or-to-or-newsgroups): Use them.
22171
22172 2005-07-17  Romain Francoise  <romain@orebokech.com>
22173
22174         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22175         space as it's generally not especially interesting to the user.
22176
22177 2005-07-16  Romain Francoise  <romain@orebokech.com>
22178
22179         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22180         nil to avoid prompting and file modification if one of the
22181         messages at the top of the nnfolder file contains a copyright
22182         notice.
22183         Update copyright notice.
22184
22185         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22186         instead of `current-time-string' as the latter creates a time
22187         string that is not RFC 2822 compliant (it lacks the zone).
22188         Update copyright notice.
22189
22190 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22191
22192         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22193         for text/rtf.  Display default in prompt.  Pass default for M-n.
22194
22195         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22196
22197 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22198
22199         * gnus-msg.el (gnus-button-mailto):
22200         Remove save-selected-window-window hackery because it relies on
22201         save-selected-window internals.
22202
22203 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22204
22205         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22206         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22207         (gnus-article-prev-page): Ditto.
22208
22209         * gnus-util.el (gnus-beginning-of-window): New function.
22210         (gnus-end-of-window): New function.
22211
22212         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22213
22214 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22215
22216         * gnus-score.el (gnus-score-edit-all-score):
22217         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22218         gnus-message.
22219
22220 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22221
22222         * gnus-msg.el (gnus-button-mailto):
22223         Remove save-selected-window-window hackery because it relies on
22224         save-selected-window internals.
22225
22226 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22227
22228         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22229         add-minor-mode.
22230         (gnus-binary-mode): Ditto.
22231
22232         * gnus-topic.el (gnus-topic-mode): Ditto.
22233
22234 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22235
22236         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22237         (gnus-article-prev-page): Take scroll-margin into consideration.
22238
22239 2005-07-04  Lute Kamstra  <lute@gnu.org>
22240
22241         Update FSF's address in GPL notices.
22242
22243 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22244
22245         * gnus.el (gnus-exit):
22246         * gnus-group.el (gnus-group-icons):
22247         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22248
22249         * gnus-nocem.el (gnus-nocem):
22250         * message.el (message-various, message-buffers, message-sending)
22251         (message-interface, message-forwarding, message-insertion)
22252         (message-headers, message-news, message-mail):
22253         * pgg-gpg.el (pgg-gpg):
22254         * pgg-parse.el (pgg-parse):
22255         * pgg-pgp.el (pgg-pgp):
22256         * pgg-pgp5.el (pgg-pgp5):
22257         * pop3.el (pop3): Finish `defgroup' description with period.
22258
22259 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22260
22261         * gnus-art.el (article-display-face): Improve the efficiency.
22262         (article-display-x-face): Ditto; remove gray x-face stuff.
22263
22264 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22265
22266         * gnus-art.el (article-display-face): Correct the position in
22267         which Faces are inserted.
22268
22269 2005-06-29  Didier Verna  <didier@xemacs.org>
22270
22271         * gnus-art.el (article-display-face): Display faces in correct
22272         order.
22273
22274 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22275
22276         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22277         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22278         (gnus-nocem-check-article): Fetch the Type header.
22279         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22280         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22281         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22282         make sure gnus-nocem-hashtb is initialized.
22283         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22284         (gnus-nocem-unwanted-article-p): Ditto.
22285
22286         * pgg.el (pgg-verify): Return the verification result.
22287
22288 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22289
22290         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22291         is ascii.
22292
22293 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22294
22295         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22296         `show-nonbreak-escape'.
22297
22298 2005-06-23  Lute Kamstra  <lute@gnu.org>
22299
22300         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22301
22302         * dig.el (dig-mode):
22303         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22304
22305 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22306
22307         * nnimap.el (nnimap-split-download-body): Fix spellings.
22308
22309 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22310
22311         * gnus-art.el (gnus-article-encrypt-body):
22312         * gnus-cus.el (gnus-score-customize):
22313         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22314         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22315
22316 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22317
22318         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22319         header by looking for magic "MII" at the beginning.
22320
22321 2005-06-16  Miles Bader  <miles@gnu.org>
22322
22323         * gnus-xmas.el (gnus-xmas-group-startup-message):
22324         Use renamed gnus-splash face.
22325
22326         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22327         (assistant-field-face): New backward-compatibility alias for renamed
22328         face.
22329         (assistant-render-text): Use renamed assistant-field face.
22330
22331         * spam.el (spam): Remove "-face" suffix from face name.
22332         (spam-face): New backward-compatibility alias for renamed face.
22333         (spam-face, spam-initialize): Use renamed spam face.
22334
22335         * message.el (message-header-to, message-header-cc)
22336         (message-header-subject, message-header-newsgroups)
22337         (message-header-other, message-header-name)
22338         (message-header-xheader, message-separator, message-cited-text)
22339         (message-mml): Remove "-face" suffix from face names.
22340         (message-header-to-face, message-header-cc-face)
22341         (message-header-subject-face, message-header-newsgroups-face)
22342         (message-header-other-face, message-header-name-face)
22343         (message-header-xheader-face, message-separator-face)
22344         (message-cited-text-face, message-mml-face):
22345         New backward-compatibility aliases for renamed faces.
22346         (message-font-lock-keywords): Use renamed message faces.
22347
22348         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22349         (sieve-test-commands, sieve-tagged-arguments):
22350         Remove "-face" suffix from face names.
22351         (sieve-control-commands-face, sieve-action-commands-face)
22352         (sieve-test-commands-face, sieve-tagged-arguments-face):
22353         New backward-compatibility aliases for renamed faces.
22354         (sieve-control-commands-face, sieve-action-commands-face)
22355         (sieve-test-commands-face, sieve-tagged-arguments-face):
22356         Use renamed sieve faces.
22357
22358         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22359         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22360         (gnus-group-news-3-empty, gnus-group-news-4)
22361         (gnus-group-news-4-empty, gnus-group-news-5)
22362         (gnus-group-news-5-empty, gnus-group-news-6)
22363         (gnus-group-news-6-empty, gnus-group-news-low)
22364         (gnus-group-news-low-empty, gnus-group-mail-1)
22365         (gnus-group-mail-1-empty, gnus-group-mail-2)
22366         (gnus-group-mail-2-empty, gnus-group-mail-3)
22367         (gnus-group-mail-3-empty, gnus-group-mail-low)
22368         (gnus-group-mail-low-empty, gnus-summary-selected)
22369         (gnus-summary-cancelled, gnus-summary-high-ticked)
22370         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22371         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22372         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22373         (gnus-summary-low-undownloaded)
22374         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22375         (gnus-summary-low-unread, gnus-summary-normal-unread)
22376         (gnus-summary-high-read, gnus-summary-low-read)
22377         (gnus-summary-normal-read, gnus-splash):
22378         Remove "-face" suffix from face names.
22379         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22380         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22381         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22382         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22383         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22384         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22385         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22386         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22387         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22388         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22389         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22390         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22391         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22392         (gnus-summary-normal-ticked-face)
22393         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22394         (gnus-summary-normal-ancient-face)
22395         (gnus-summary-high-undownloaded-face)
22396         (gnus-summary-low-undownloaded-face)
22397         (gnus-summary-normal-undownloaded-face)
22398         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22399         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22400         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22401         (gnus-splash-face):
22402         New backward-compatibility aliases for renamed faces.
22403         (gnus-group-startup-message): Use renamed gnus faces.
22404
22405         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22406         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22407         (gnus-server-agent): Remove "-face" suffix from face names.
22408         (gnus-server-agent-face, gnus-server-opened-face)
22409         (gnus-server-closed-face, gnus-server-denied-face)
22410         (gnus-server-offline-face):
22411         New backward-compatibility aliases for renamed faces.
22412         (gnus-server-agent-face, gnus-server-opened-face)
22413         (gnus-server-closed-face, gnus-server-denied-face)
22414         (gnus-server-offline-face): Use renamed gnus faces.
22415
22416         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22417         Remove "-face" suffix from face names.
22418         (gnus-picon-xbm-face, gnus-picon-face):
22419         New backward-compatibility aliases for renamed faces.
22420
22421         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22422         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22423         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22424         (gnus-cite-11): Remove "-face" suffix from face names.
22425         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22426         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22427         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22428         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22429         New backward-compatibility aliases for renamed faces.
22430         (gnus-cite-attribution-face, gnus-cite-face-list)
22431         (gnus-article-boring-faces): Use renamed gnus faces.
22432
22433         * gnus-art.el (gnus-signature, gnus-header-from)
22434         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22435         (gnus-header-content): Remove "-face" suffix from face names.
22436         (gnus-signature-face, gnus-header-from-face)
22437         (gnus-header-subject-face, gnus-header-newsgroups-face)
22438         (gnus-header-name-face, gnus-header-content-face):
22439         New backward-compatibility aliases for renamed faces.
22440         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22441
22442         * gnus-sum.el (gnus-summary-selected-face)
22443         (gnus-summary-highlight): Use renamed gnus faces.
22444         * gnus-group.el (gnus-group-highlight): Likewise.
22445
22446 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22447
22448         * gnus-sieve.el (gnus-sieve-article-add-rule):
22449         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22450         * spam-stat.el (spam-stat-buffer-change-to-spam)
22451         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22452
22453         * message.el (message-is-yours-p):
22454         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22455
22456 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22457
22458         * mm-view.el (mm-inline-text): Withdraw the last change.
22459
22460 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22461
22462         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22463         executing enriched-decode.
22464
22465 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22466
22467         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22468         charset of tar files.
22469
22470 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22471
22472         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22473
22474 2005-06-04  Lute Kamstra  <lute@gnu.org>
22475
22476         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22477         information is never recorded.
22478
22479 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22480
22481         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22482
22483 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22484
22485         * pop3.el (pop3-apop): Run md5 in the binary mode.
22486
22487         * starttls.el (starttls-set-process-query-on-exit-flag):
22488         Use eval-and-compile.
22489
22490 2005-05-31  Simon Josefsson  <jas@extundo.com>
22491
22492         * smime.el (smime-replace-in-string): Define.
22493         (smime-cert-by-ldap-1): Use it.
22494
22495 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22496
22497         * gnus-art.el (article-display-x-face): Replace
22498         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22499
22500         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22501         set-process-query-on-exit-flag or process-kill-without-query.
22502
22503         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22504         loop instead of replace-regexp.
22505
22506         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22507         instead of process-kill-without-query if it is available.
22508
22509         * lpath.el: Fbind ldap-search-entries.
22510
22511         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22512         instead of find-file-hooks if it is available.
22513
22514         * mml1991.el: Bind pgg-default-user-id when compiling.
22515
22516         * mml2015.el: Bind pgg-default-user-id when compiling.
22517
22518         * nndraft.el (nndraft-request-associate-buffer):
22519         Use write-contents-functions instead of write-contents-hooks if it is
22520         available.
22521
22522         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22523         instead of find-file-hooks if it is available.
22524
22525         * nntp.el (nntp-open-connection): Replace
22526         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22527         (nntp-open-ssl-stream): Ditto.
22528         (nntp-open-tls-stream): Ditto.
22529
22530         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22531         set-process-query-on-exit-flag or process-kill-without-query.
22532         (starttls-open-stream-gnutls): Use it instead of
22533         process-kill-without-query.
22534         (starttls-open-stream): Ditto.
22535
22536 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22537
22538         * smime.el (smime-cert-by-ldap-1): Don't use
22539         replace-regexp-in-string.
22540
22541 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22542
22543         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22544
22545         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22546         in PEM format.  Adjust to the XEmacs compatibility.
22547
22548 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22549
22550         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22551         by `string-to-number'.
22552         * gnus-agent.el (gnus-agent-regenerate-group)
22553         (gnus-agent-fetch-articles): Ditto.
22554         * gnus-art.el (gnus-button-fetch-group): Ditto.
22555         * gnus-cache.el (gnus-cache-generate-active)
22556         (gnus-cache-articles-in-group): Ditto.
22557         * gnus-group.el (gnus-group-set-current-level)
22558         (gnus-group-insert-group-line): Ditto.
22559         * gnus-score.el (gnus-score-set-expunge-below)
22560         (gnus-score-set-mark-below, gnus-summary-score-effect)
22561         (gnus-summary-score-entry): Ditto.
22562         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22563         (gnus-soup-pack): Ditto.
22564         * gnus-spec.el (gnus-xmas-format): Ditto.
22565         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22566         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22567         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22568         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22569         * nndb.el (nndb-get-remote-expire-response): Ditto.
22570         * nndiary.el (nndiary-parse-schedule-value)
22571         (nndiary-string-to-number, nndiary-request-replace-article)
22572         (nndiary-request-article): Ditto.
22573         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22574         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22575         * nneething.el (nneething-make-head): Ditto.
22576         * nnfolder.el (nnfolder-request-article)
22577         (nnfolder-retrieve-headers): Ditto.
22578         * nnheader.el (nnheader-file-to-number): Ditto.
22579         * nnkiboze.el (nnkiboze-request-article): Ditto.
22580         * nnmail.el (nnmail-process-unix-mail-format)
22581         (nnmail-process-babyl-mail-format): Ditto.
22582         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22583         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22584         (nnmh-request-create-group, nnmh-request-list-1)
22585         (nnmh-request-group, nnmh-request-article): Ditto.
22586         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22587         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22588         * nnsoup.el (nnsoup-make-active): Ditto.
22589         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22590         * nntp.el (nntp-find-group-and-number)
22591         (nntp-retrieve-headers-with-xover): Ditto.
22592         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22593         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22594         (pgg-format-key-identifier): Ditto.
22595         * pop3.el (pop3-last, pop3-stat): Ditto.
22596         * qp.el (quoted-printable-decode-region): Ditto.
22597
22598         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22599         of concat.
22600
22601 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22602
22603         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22604
22605         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22606
22607         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22608
22609         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22610
22611         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22612
22613         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22614
22615         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22616         (gnus-carpal-mode): Ditto.
22617
22618         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22619         (gnus-browse-mode): Ditto.
22620
22621         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22622
22623         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22624
22625 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22626
22627         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22628
22629 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22630
22631         * gnus-util.el (gnus-run-mode-hooks): New function.
22632
22633         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22634
22635         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22636         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22637
22638 2005-05-27  Lute Kamstra  <lute@gnu.org>
22639
22640         * dns-mode.el (dns-mode): Specify customization group.
22641
22642 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22643
22644         * gnus-agent.el (gnus-agent-make-mode-line-string):
22645         Use mode-line-highlight as mouse-face.
22646
22647 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22648
22649         * canlock.el (canlock): Change the parent group to news.
22650
22651         * deuglify.el (gnus-outlook-deuglify): Add :group.
22652
22653         * dig.el (dig): Add :group.
22654
22655         * dns-mode.el (dns-mode): Add :group.
22656
22657         * encrypt.el (encrypt): Add :group.
22658
22659         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22660         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22661         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22662         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22663         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22664
22665         * gnus-diary.el (gnus-diary): Add :group.
22666
22667         * gnus.el (gnus-group-news-1-face): Add :group.
22668         (gnus-group-news-1-empty-face): Ditto.
22669         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22670         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22671         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22672         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22673         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22674         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22675         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22676         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22677         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22678         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22679         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22680         (gnus-summary-high-ticked-face): Ditto.
22681         (gnus-summary-low-ticked-face): Ditto.
22682         (gnus-summary-normal-ticked-face): Ditto.
22683         (gnus-summary-high-ancient-face): Ditto.
22684         (gnus-summary-low-ancient-face): Ditto.
22685         (gnus-summary-normal-ancient-face): Ditto.
22686         (gnus-summary-high-undownloaded-face): Ditto.
22687         (gnus-summary-low-undownloaded-face): Ditto.
22688         (gnus-summary-normal-undownloaded-face): Ditto.
22689         (gnus-summary-high-unread-face): Ditto.
22690         (gnus-summary-low-unread-face): Ditto.
22691         (gnus-summary-normal-unread-face): Ditto.
22692         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22693         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22694
22695         * hashcash.el (hashcash): New custom group.
22696         (hashcash-default-payment): Add :group.
22697         (hashcash-payment-alist): Ditto.
22698         (hashcash-default-accept-payment): Ditto.
22699         (hashcash-accept-resources): Ditto.
22700         (hashcash-path): Ditto.
22701         (hashcash-extra-generate-parameters): Ditto.
22702         (hashcash-double-spend-database): Ditto.
22703         (hashcash-in-news): Ditto.
22704
22705         * message.el (message-minibuffer-local-map): Add :group.
22706
22707         * netrc.el (netrc): Add :group.
22708
22709         * sieve-manage.el (sieve-manage-log): Add :group.
22710         (sieve-manage-default-user): Diito.
22711         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22712         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22713         (sieve-manage-authenticators): Ditto.
22714         (sieve-manage-authenticator-alist): Ditto.
22715         (sieve-manage-default-port): Ditto.
22716
22717         * sieve-mode.el (sieve-control-commands-face): Add :group.
22718         (sieve-action-commands-face): Ditto.
22719         (sieve-test-commands-face): Ditto.
22720         (sieve-tagged-arguments-face): Ditto.
22721
22722         * smime.el (smime): Add :group.
22723
22724         * spam-report.el (spam-report): Add :group.
22725
22726         * spam.el (spam, spam-face): Add :group.
22727
22728 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22729
22730         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22731         return \n.\n.\n at the end of articles.  Protect against that.
22732         (nntp-with-open-group): Allow debugging.
22733
22734         * nnheader.el (mail-header-set-extra): Make into a function
22735         because I just could't understand how to quote the list properly.
22736
22737         * dns.el (query-dns-cached): New function.
22738
22739 2005-05-26  Lute Kamstra  <lute@gnu.org>
22740
22741         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22742
22743 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22744
22745         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22746
22747         * gnus-art.el: Don't autoload mail-extract-address-components.
22748
22749         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22750         eval-and-compile to evaluate it.
22751
22752         * hashcash.el: Don't autoload executable-find.
22753
22754         * nndb.el: Don't declare the nndb back end two or more times; don't
22755         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22756
22757         * nntp.el: Autoload format-spec instead of format; use
22758         eval-and-compile to evaluate autoload forms.
22759
22760 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22761
22762         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22763
22764 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22765
22766         * gnus.el (gnus-version-number): Bump version.
22767
22768 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22769
22770         * gnus.el: No Gnus v0.3 is released.
22771
22772 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22773
22774         * lpath.el (featurep): Bind show-nonbreak-escape.
22775
22776 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22777
22778         * gnus-art.el (gnus-article-edit-part): Disable undo.
22779
22780 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22781
22782         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22783         gnus-article-date-lapsed-new-header is t if date timer is active;
22784         skip headers in which the original date value is empty.
22785         (gnus-article-save-original-date): Redefine it as a macro.
22786         (gnus-display-mime): Use it.
22787
22788 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22789
22790         * gnus-art.el (article-date-ut): Support converting date in
22791         forwarded parts as well.
22792         (gnus-article-save-original-date): New function.
22793         (gnus-display-mime): Use it.
22794
22795 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22796
22797         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22798         enclosure element of <item>.
22799
22800 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22801
22802         * message.el (message-kill-buffer-query): Rename from
22803         `message-kill-buffer-query-if-modified'.  Add :version.
22804
22805 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22806
22807         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22808         window layout.
22809
22810 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22811
22812         * mml.el: Autoload dnd when compiling.
22813
22814 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22815
22816         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22817         x-dnd-*.
22818
22819 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22820
22821         * qp.el (quoted-printable-encode-region): Save excursion.
22822
22823 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22824
22825         * message.el (message-kill-buffer-query-if-modified): Add new variable
22826         so the user can kill a modified message buffer quickly.
22827         (message-kill-buffer): Use it.
22828
22829 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22830
22831         * lpath.el: Fbind display-time-event-handler; don't fbind
22832         string-to-multibyte.
22833
22834         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22835
22836 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22837
22838         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22839         contained in text because xml.el decodes entities) with LFs.
22840
22841 2005-04-11  Lute Kamstra  <lute@gnu.org>
22842
22843         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22844         differently.
22845
22846 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22847
22848         * mm-util.el (mm-detect-coding-region): Typo.
22849
22850 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22851
22852         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22853
22854 2005-04-06  Deepak Goel  <deego@gnufans.org>
22855
22856         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22857         user-function allow user modifications of the scores.
22858         (spam-stat-score-buffer-user): New function, to allow
22859         user-computed modifications to the score.
22860         (spam-stat-score-buffer-user-functions): List of additional
22861         scoring functions.
22862         (spam-stat-error-holder): Global temporary error holder.
22863         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22864         variable.
22865
22866 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22867
22868         * gnus-registry.el (gnus-registry-clean-empty-function)
22869         (gnus-registry-trim, gnus-registry-fetch-groups)
22870         (gnus-registry-delete-group): Groups that match
22871         `gnus-registry-ignored-groups' are removed from the registry
22872         entries, not just ignored for splitting.  This helps clean up the
22873         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22874         to get all the groups a message ID is in.
22875
22876         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22877         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22878         (spam-stat-score-buffer-user-functions): Add :number custom type.
22879
22880 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22881
22882         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22883         argument in XEmacs.
22884
22885         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22886         (nnrss-request-group): Decode group name first.
22887         (nnrss-request-article): Make a text/plain article if mml-to-mime
22888         failed.
22889         (nnrss-get-encoding): Return a compatible encoding according to
22890         nnrss-compatible-encoding-alist.
22891         (nnrss-find-el): Use consp instead of listp.
22892         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22893
22894 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22895
22896         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22897         which Emacs 20 doesn't support.
22898         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22899
22900 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22901
22902         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22903         silence the byte compiler inside the defun.
22904
22905         * gnus-demon.el (parse-time-string): Add autoload.
22906
22907         * gnus-delay.el (parse-time-string): Add autoload.
22908
22909         * gnus-art.el (parse-time-string): Add autoload.
22910
22911         * nnultimate.el (parse-time): Require for `parse-time-string'.
22912
22913 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22914
22915         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22916
22917         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22918
22919         * smime.el (smime-ldap-host-list): Add :version.
22920
22921 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22922
22923         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22924         pass it to `gnus-browse-read-group'.
22925         (gnus-browse-read-group): Add NUMBER argument and pass it to
22926         `gnus-group-read-ephemeral-group'.
22927
22928         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22929         argument and pass it to `gnus-group-read-group'.
22930
22931 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22932
22933         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22934         mm-xemacs-find-mime-charset-1 if we have the mule feature
22935         available at runtime.
22936
22937 2005-03-25  Werner Lemberg  <wl@gnu.org>
22938
22939         * nnmaildir.el: Replace `illegal' with `invalid'.
22940
22941 2005-03-23  Lute Kamstra  <lute@gnu.org>
22942
22943         * time-date.el: Add comment on time value formats.
22944         Don't require parse-time.
22945         (with-decoded-time-value): New macro.
22946         (encode-time-value): New function.
22947         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22948         (days-to-time): Return a valid time value when arg is huge.
22949         (time-since): Use time-subtract.
22950         (time-to-number-of-days): Use time-to-seconds.
22951
22952 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22953
22954         * gnus-start.el (gnus-display-time-event-handler):
22955         Check display-time-timer at runtime rather than only at load time
22956         in case display-time-mode is turned off in the mean time.
22957
22958 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22959
22960         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22961         used.
22962
22963         * nneething.el (nneething-map-file-directory): Derive from
22964         `gnus-directory'.
22965
22966         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22967         the To/Cc button.
22968
22969 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22970
22971         * nnmaildir.el (nnmaildir-request-accept-article):
22972         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22973
22974 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22975
22976         * gnus-async.el: Require timer-funcs at compile time when in
22977         XEmacs for `run-with-idle-timer'.
22978
22979 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22980
22981         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22982         autoloaded function.
22983
22984 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22985
22986         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22987
22988 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22989
22990         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22991
22992 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22993
22994         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22995         Add gnus-expert-user to default.
22996
22997 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22998
22999         * nnimap.el (nnimap-open-server): Ditto.
23000
23001         * imap.el (imap-authenticate): Fix typo.
23002
23003 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23004
23005         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23006         buffer (since IMAP server might return FETCH response out of
23007         order, and the nntp buffer must be sorted).
23008
23009 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23010
23011         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23012         comparison on string.
23013
23014         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23015         (gnus-agent-score): Rename category keywords to match gnus-cus.
23016         (gnus-agent-summary-fetch-series): Modify to protect against
23017         gnus-agent-summary-fetch-group clearing processable flags.
23018         (gnus-agent-synchronize-group-flags): Update live group buffer as
23019         synchronization may occur due to the user toggle the plugged
23020         status.
23021         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23022         successfully downloaded.
23023         (gnus-agent-expire-group-1): Avoid using markers when the overview
23024         is in ascending order; greatly improves performance.
23025         (gnus-agent-regenerate-group):
23026         Use gnus-agent-synchronize-group-flags to reset read status in both
23027         gnus and server.
23028         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23029
23030 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23031
23032         * message.el: Don't autoload former message-utils variables.
23033         (message-strip-subject-trailing-was): Change doc string.
23034
23035         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23036         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23037         (nnweb-google-search): Add "hl=en" here.
23038         (nnweb-google-parse-1, nnweb-google-create-mapping):
23039         Don't hardcode URL.
23040
23041 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23042
23043         * message.el (message-get-reply-headers, message-followup):
23044         Mention related variables `message-use-followup-to' and
23045         `message-use-mail-followup-to', in the information buffer.
23046
23047         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23048         of broken groups(-beta).google.com.
23049
23050 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23051
23052         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23053         parameter to invoked gnus-request-move-article; remove the
23054         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23055         all at once instead of once per article.
23056         (gnus-summary-remove-process-mark): Accept a list of articles as
23057         well as a single article for processing.
23058
23059         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23060         parameter.
23061
23062         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23063
23064         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23065
23066         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23067         parameter.
23068
23069         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23070         parameter.
23071
23072         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23073         parameter and remove the gnus-sum-hint-move-is-internal variable.
23074
23075         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23076         parameter.
23077
23078         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23079         parameter.
23080
23081         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23082         parameter.
23083
23084         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23085
23086         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23087         parameter.
23088
23089         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23090         parameter.
23091
23092 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23093
23094         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23095         a more conservative way.
23096
23097 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23098
23099         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23100         buffer, so it moves the window's cursor.
23101
23102 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23103
23104         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23105         `mm-dissect-multipart' and receive the from field as an (optional)
23106         argument from `mm-dissect-multipart'.
23107         (mm-dissect-multipart): Receive the from field as an argument and
23108         pass it on when we call `mm-dissect-buffer' on MIME parts.
23109         Fixes verification/decryption of signed/encrypted MIME parts.
23110
23111 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23112
23113         * gnus-sum.el (gnus-summary-move-article):
23114         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23115         whatever it calls (right now, only nnimap-request-move article
23116         respects it).
23117
23118         * nnimap.el (nnimap-request-move-article):
23119         When gnus-sum-hint-move-is-internal is set, don't do the extra
23120         nnimap-request-article.
23121
23122 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23123
23124         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23125
23126         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23127         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23128
23129         * gnus-sum.el (gnus-summary-caesar-message):
23130         Apply `gnus-treat-article' after rotation.
23131
23132         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23133         doc string.
23134
23135 2005-02-22  Simon Josefsson  <jas@extundo.com>
23136
23137         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23138         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23139         <arne@arnested.dk>.
23140         (encrypt): Add password-cache and password-cache-expiry as group
23141         members.
23142
23143 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23144
23145         * smime.el (smime-ldap-host-list): Doc fix.
23146         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23147         cache) password.
23148         (smime-sign-region): Use it.
23149         (smime-decrypt-region): Use it.
23150         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23151         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23152         fails.
23153         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23154         certificate from DER to PEM format rather than calling openssl.
23155
23156         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23157
23158         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23159         for signing/encryption.
23160
23161         * mml.el (mml-parse-1): Use them.
23162
23163 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23164
23165         * nnrss.el (nnrss-verbose): Remove.
23166         (nnrss-request-group): Use `nnheader-message' instead.
23167
23168 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23169
23170         * nnrss.el (nnrss-verbose): New variable.
23171         (nnrss-request-group): Make it say nnrss is requesting a group.
23172
23173 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23174
23175         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23176         Handle news URL with given port correctly.
23177
23178 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23179
23180         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23181         containing special characters.
23182
23183         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23184
23185         * mml.el (mime-to-mml): Ditto.
23186
23187         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23188         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23189         (rfc2047-decode-region): Quote decoded words containing special
23190         characters when rfc2047-quote-decoded-words-containing-tspecials
23191         is non-nil.
23192
23193 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23194
23195         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23196
23197         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23198
23199 2005-02-15  Simon Josefsson  <jas@extundo.com>
23200
23201         * nnimap.el (nnimap-debug): Doc fix.
23202
23203         * imap.el (imap-debug): Doc fix.
23204
23205 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23206
23207         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23208
23209 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23210
23211         * gnus.el (spam-contents): Improve docs for spam-contents
23212         parameter in its variable incarnation.
23213
23214 2005-02-14  Simon Josefsson  <jas@extundo.com>
23215
23216         * smime-ldap.el: Use require instead of load-library for ldap.
23217         (smime-ldap-search): Indent.
23218         (smime-ldap-search-internal): Shorten line.
23219
23220         * smime.el (smime-cert-by-dns): Add doc-string.
23221         (smime-cert-by-ldap-1): Indent.
23222
23223         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23224         mml-smime-get-dns-ldap.
23225         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23226
23227 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23228
23229         * smime.el: Require smime-ldap.
23230         (smime-ldap-host-list): New variable.
23231         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23232
23233         * mml-smime.el (mml-smime-encrypt-query): New function.
23234         (mml-smime-encrypt-query): Use it.
23235
23236         * smime-ldap.el: New file.
23237
23238 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23239
23240         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23241
23242 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23243
23244         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23245         argument in doc string.  Make query for type more clear.
23246
23247 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23248
23249         * gnus.el (gnus-group-startup-message): Search for gnus images in
23250         etc/images/gnus.
23251         * mm-util.el (mm-image-load-path): Likewise.
23252         * smiley.el (smiley-data-directory): Search for smilies in
23253         etc/images/smilies.
23254
23255 2005-02-09  Kim F. Storm  <storm@cua.dk>
23256
23257         Change Emacs release version from 21.4 to 22.1 throughout.
23258         Change Emacs development version from 21.3.50 to 22.0.50.
23259
23260 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23261
23262         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23263
23264         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23265         non-Mule XEmacs as well.
23266         (mm-decompress-buffer): Signal an error intentionally if it does
23267         not decompress compressed data because auto-compression-mode is
23268         disabled.
23269
23270 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23271
23272         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23273         an ID in the registry even if it has no groups.
23274
23275 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23276
23277         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23278         merge it into mm-decompress-buffer.
23279         (gnus-mime-copy-part): Use the MIME part charset, the value which
23280         a user specified or gnus-newsgroup-charset for decoding, like
23281         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23282         save-buffer what was used.  Suggested by Kevin Ryde
23283         <user42@zip.com.au>.
23284         (gnus-mime-inline-part): Allow the name parameter as well as the
23285         filename parameter; force decompressing of compressed data; always
23286         display contents being not decoded as unibyte.
23287
23288         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23289         as well as the filename parameter.
23290
23291         * mm-util.el (mm-decompress-buffer):
23292         Merge gnus-mime-jka-compr-maybe-uncompress.
23293         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23294         of compressed data.
23295
23296 2005-02-08  Simon Josefsson  <jas@extundo.com>
23297
23298         * imap.el (imap-log): Doc fix.
23299
23300 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23301
23302         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23303         the coding cookies; decompress compressed parts.
23304
23305         * mml.el (mml-generate-mime-1): Add the charset parameter according
23306         to the value which a user specified manually or the coding cookie.
23307
23308         * mm-util.el (mm-string-to-multibyte): New function.
23309         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23310         (mm-coding-system-to-mime-charset): New function.
23311         (mm-decompress-buffer): New function.
23312         (mm-find-buffer-file-coding-system): New function.
23313
23314         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23315         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23316         parts.
23317
23318 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23319
23320         * mm-view.el (mm-display-inline-fontify): Decode a part according
23321         to the charset parameter.
23322
23323 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23324
23325         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23326         prefix arg is neither nil nor a number, as info specifies.
23327
23328 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23329
23330         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23331         timestamps.
23332
23333 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23334
23335         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23336         groups error checking and notify user.
23337
23338 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23339
23340         * message.el (message-send-mail-function): Check existence of
23341         sendmail-program first before using default value
23342         `message-send-mail-with-sendmail'.  Otherwise use more generic
23343         `smtpmail-send-it'.
23344
23345 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23346
23347         * nntp.el (nntp-request-update-info): Always return nil.
23348
23349 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23350
23351         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23352
23353 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23354
23355         * message.el (message-beginning-of-line): Change the behavior when
23356         invoked between BOL and : so that it first moves backward.
23357
23358 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23359
23360         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23361         article buffer when editing of the article is discarded.
23362         (gnus-article-prepare): Revert.
23363
23364 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23365
23366         * gnus-art.el (gnus-article-prepare):
23367         Remove message-strip-forbidden-properties from the local hook.
23368
23369 2005-01-27  Simon Josefsson  <jas@extundo.com>
23370
23371         * password.el (password-cache-add): Only start one timer per key.
23372         Reported by Derek Atkins <warlord@MIT.EDU>.
23373
23374 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23375
23376         * run-at-time.el: Remove.  It is no longer needed as
23377         timer-funcs.el in the xemacs-base package has a working version of
23378         `run-at-time'.
23379
23380         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23381
23382         * password.el: Require timer-funcs instead of run-at-time in
23383         XEmacs.
23384         Remove `password-run-at-time' macro.
23385         (password-cache-add): Use `run-at-time' instead of
23386         `password-run-at-time'.
23387
23388         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23389         Remove `nnheader-cancel-function-timers' alias,
23390         `cancel-function-timers' exists in XEmacs in timer-funcs.
23391
23392         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23393         for `run-with-idle-timer'.
23394
23395         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23396         for `run-at-time'.
23397
23398         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23399         for `with-timeout'.
23400
23401         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23402         the same as for XEmacs 21.4.
23403         No need to ignore `run-with-idle-timer', this function exists in
23404         XEmacs now in timer-funcs.el in the xemacs-base package.
23405         (dgnushack-compile): No need to delete
23406         run-at-time.el from the list of files to compile because it
23407         doesn't exist anymore.
23408
23409 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23410
23411         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23412         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23413
23414 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23415
23416         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23417         sensitively.
23418
23419 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23420
23421         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23422
23423 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23424
23425         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23426         which will be inserted according to the multibyteness of a buffer
23427         rather than the type of contents.  Suggested by ARISAWA Akihiro
23428         <ari@mbf.ocn.ne.jp>.
23429
23430         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23431         of string which old xml.el may return rather than a string.
23432
23433 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23434
23435         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23436
23437 2005-01-16  Simon Josefsson  <jas@extundo.com>
23438
23439         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23440         idn/idna.el isn't available.
23441         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23442         <michael@waxrat.com>.
23443
23444         * hashcash.el: Remove non-FSF copyright header.
23445
23446         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23447         (hashcash-generate-payment): Use it.
23448         (hashcash-generate-payment-async): Use it.
23449
23450 2005-01-15  Simon Josefsson  <jas@extundo.com>
23451
23452         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23453         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23454
23455         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23456         gnus-summary-idna-message.
23457         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23458         (gnus-summary-idna-message): New function.
23459
23460 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23461
23462         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23463         gnus-novice-user.
23464
23465 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23466
23467         * nnrss.el (nnrss-request-delete-group): Delete entries in
23468         nnrss-group-alist as well.
23469         (nnrss-save-server-data): Insert newline.
23470
23471 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23472
23473         * gnus.el (gnus-user-agent): Use list of symbols instead of
23474         symbols.  Display full version number for (S)XEmacs.
23475         Optionally display (S)XEmacs codename.
23476
23477         * gnus-util.el (gnus-emacs-version): Update for new
23478         `gnus-user-agent'.
23479
23480         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23481         Gnus version.
23482
23483 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23484
23485         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23486         which is unreadable in some setups.
23487
23488 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23489
23490         * gnus-spec.el (gnus-update-format-specifications): Flush the
23491         group format spec cache if it doesn't support decoded group names.
23492
23493 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23494
23495         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23496         Allow to apply decay on score files matching a regexp.
23497
23498 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23499
23500         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23501         compatibility in %g and %c.
23502
23503 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23504
23505         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23506         name for only %g and %c.
23507         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23508         of gnus-tmp-group to decoded group name.
23509         (gnus-group-make-rss-group): Exclude `/'s from group names.
23510
23511 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23512
23513         * nnrss.el (nnrss-get-encoding): Fix regexp.
23514
23515 2004-12-27  Simon Josefsson  <jas@extundo.com>
23516
23517         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23518         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23519         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23520
23521 2004-12-17  Kim F. Storm  <storm@cua.dk>
23522
23523         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23524
23525         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23526
23527 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23528
23529         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23530
23531 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23532
23533         * nnrss.el: Require rfc2047 and mml.
23534         (nnrss-file-coding-system): New variable.
23535         (nnrss-format-string): Redefine it as an inline function.
23536         (nnrss-decode-group-name): New function.
23537         (nnrss-string-as-multibyte): Remove.
23538         (nnrss-retrieve-headers): Decode group name; don't use
23539         nnrss-format-string.
23540         (nnrss-request-group): Decode group name.
23541         (nnrss-request-article): Decode group name; allow a Message-ID as
23542         well as an article number; don't use nnrss-format-string; encode a
23543         Message-ID string which may contain non-ASCII characters; use
23544         mml-to-mime to compose a MIME article.
23545         (nnrss-request-expire-articles): Decode group name.
23546         (nnrss-request-delete-group): Decode group name.
23547         (nnrss-fetch): Clarify error message.
23548         (nnrss-read-server-data): Use insert-file-contents instead of load;
23549         bind file-name-coding-system; use multibyte buffer.
23550         (nnrss-save-server-data): Bind coding-system-for-write to the
23551         value of nnrss-file-coding-system; bind file-name-coding-system;
23552         add coding cookie.
23553         (nnrss-read-group-data): Use insert-file-contents instead of load;
23554         bind file-name-coding-system; use multibyte buffer.
23555         (nnrss-save-group-data): Bind coding-system-for-write to the
23556         value of nnrss-file-coding-system; bind file-name-coding-system.
23557         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23558         make it work with non-ASCII text.
23559         (nnrss-find-el): Make it work with old xml.el as well.
23560
23561 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23562
23563         * nnrss.el (nnrss-get-encoding): New function.
23564         (nnrss-fetch): Use unibyte buffer initially; bind
23565         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23566         decode contents according to the encoding attribute.
23567         (nnrss-save-group-data): Add coding cookie.
23568         (nnrss-mime-encode-string): New function.
23569         (nnrss-check-group): Use it to encode subject and author.
23570
23571 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23572
23573         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23574         imaginary variable.
23575
23576 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23577
23578         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23579         correctly even if there are wide characters.
23580
23581 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23582
23583         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23584         downcased symbol names; make a new cache instead of reusing
23585         bbdb-hashtable.
23586
23587 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23588
23589         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23590         concatenating segments rather than before concatenating them.
23591         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23592
23593         * message.el (message-get-reply-headers): Bind `extra'.
23594
23595 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23596
23597         * message.el (message-extra-wide-headers): New variable.
23598         (message-get-reply-headers): Use it.
23599
23600 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23601
23602         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23603         (gnus-agent-group-pathname): Ditto.
23604
23605         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23606
23607         * gnus-group.el (gnus-group-make-group): Decode group name.
23608         (gnus-group-make-rss-group): Register the group data after opening
23609         the nnrss group.
23610
23611 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23612
23613         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23614         by expiry now get marked as read.
23615
23616 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23617
23618         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23619
23620 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23621
23622         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23623         unify Latin characters in XEmacs.
23624         (mm-find-mime-charset-region): Use it.
23625
23626 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23627
23628         * gnus-util.el (gnus-delete-directory): New function.
23629
23630         * gnus-agent.el (gnus-agent-delete-group): Use it.
23631
23632         * gnus-cache.el (gnus-cache-delete-group): Use it.
23633
23634 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23635
23636         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23637         names.
23638
23639 2004-12-16  Simon Josefsson  <jas@extundo.com>
23640
23641         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23642
23643 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23644
23645         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23646
23647         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23648         (gnus-group-set-current-level): Decode group name.
23649
23650 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23651
23652         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23653         failed.
23654
23655 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23656
23657         * gnus-group.el (gnus-group-delete-group): Decode group name.
23658         (gnus-group-make-rss-group): Encode group name.
23659         (gnus-group-catchup-current): Decode group name.
23660         (gnus-group-kill-group): Decode group name.
23661
23662 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23663
23664         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23665
23666 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23667
23668         * gnus-group.el (gnus-group-make-rss-group):
23669         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23670
23671         * gnus-start.el (gnus-setup-news): Honor user's setting to
23672         gnus-message-archive-method.  Suggested by Lute Kamstra
23673         <lute@gnu.org>.
23674
23675 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23676
23677         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23678         global counterparts of the buffer-local variables.
23679
23680 2004-11-16  Romain Francoise  <romain@orebokech.com>
23681
23682         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23683         counterparts of the buffer-local variables.
23684
23685 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23686
23687         * message.el (message-forbidden-properties): Fix typo in doc
23688         string.
23689
23690 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23691
23692         * gnus-util.el (gnus-replace-in-string): Add doc string.
23693
23694         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23695         to avoid problems when splitting mails with many recipients.
23696
23697 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23698
23699         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23700         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23701
23702 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23703
23704         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23705         if there is no hashtable in memory or file modification time is
23706         newer than cached timestamp.
23707
23708 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23709
23710         * gnus-sum.el (gnus-summary-limit-to-recipient):
23711         Implement not-matching option.
23712
23713 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23714
23715         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23716         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23717         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23718         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23719         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23720         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23721
23722 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23723
23724         * message.el (message-forward-make-body-mml): Remove headers
23725         according to message-forward-ignored-headers if a message is decoded.
23726
23727 2004-12-02  Romain Francoise  <romain@orebokech.com>
23728
23729         * message.el (message-forward-make-body-plain): Always remove
23730         headers according to message-forward-ignored-headers.
23731
23732 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23733
23734         * spam.el (spam-summary-prepare-exit): Remove the
23735         gnus-summary-limit pop for now, it has problems with ham marks for
23736         me.
23737
23738 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23739
23740         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23741         correctly.
23742
23743 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23744
23745         * format-spec.el (format-spec): Message the char.
23746
23747 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23748
23749         * gnus-art.el (gnus-split-methods): Reformat comments.
23750
23751         * spam.el (spam-summary-prepare-exit): Remove article limits
23752         before exiting the summary buffer.
23753
23754 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23755
23756         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23757         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23758
23759         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23760         order to silence the byte compiler.
23761
23762         * spam.el: Fix the way to silence the byte compiler, which
23763         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23764         bbdb-search-simple, spam-BBDB-register-routine,
23765         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23766         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23767         spam-stat-buffer-is-spam, spam-stat-load,
23768         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23769         spam-stat-save and spam-stat-split-fancy.
23770
23771 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23772
23773         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23774         which may confuse users.
23775         (canlock-password-for-verify): Ditto.
23776
23777         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23778
23779         * gnus-art.el (gnus-emphasis-alist): Ditto.
23780
23781         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23782
23783         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23784
23785         * gnus-start.el (gnus-save-killed-list): Ditto.
23786
23787         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23788         (gnus-sum-thread-tree-root): Ditto.
23789         (gnus-sum-thread-tree-false-root): Ditto.
23790         (gnus-sum-thread-tree-single-indent): Ditto.
23791
23792         * message.el (message-courtesy-message): Ditto.
23793         (message-archive-note): Ditto.
23794         (message-subscribed-address-file): Ditto.
23795         (message-user-fqdn): Ditto.
23796
23797         * spam-report.el (spam-report-gmane-regex): Ditto.
23798
23799         * spam.el (spam-blackhole-good-server-regex): Ditto.
23800
23801 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23802
23803         * mml.el (mml-preview): Widen the message buffer before copying
23804         the contents to the preview buffer; sort headers before previewing.
23805
23806         * message.el (message-hidden-headers): Fix the way to avoid a bug
23807         in the `repeat' widget in Emacs 21.3 or earlier.
23808
23809 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23810
23811         * message.el (message-hidden-headers): Default to "^References:".
23812         Improve customization type.  Suggested by Reiner Steib
23813         <Reiner.Steib@gmx.de>.
23814
23815 2004-11-25  Romain Francoise  <romain@orebokech.com>
23816
23817         * message.el (message-strip-forbidden-properties): Remove check for
23818         obsolete `message-hidden' text property, hidden headers are not
23819         accessible in the buffer anymore.
23820
23821 2004-11-22  Romain Francoise  <romain@orebokech.com>
23822
23823         * message.el (message-header-format-alist): Add `From' in list
23824         so that it can be sorted.
23825         (message-fix-before-sending): Widen and sort headers before
23826         sending.
23827         (message-hide-headers): Use narrowing to hide headers by moving
23828         them to the top of the buffer and narrowing to the region
23829         underneath.
23830
23831 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23832
23833         * message.el (message-strip-forbidden-properties):
23834         Bind buffer-read-only (etc) to nil.
23835
23836 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23837
23838         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23839         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23840
23841 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23842
23843         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23844
23845 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23846
23847         * dns.el (query-dns): Use sit-for to time instead of
23848         accept-process-output, since that doesn't seem to work on udp
23849         sockets.
23850
23851 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23852
23853         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23854
23855 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23856
23857         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23858         doc string.  Improve doc string.
23859
23860 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23861
23862         * nntp.el (nntp-request-update-info): Return nil if
23863         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23864         may not call gnus-activate-group which uselessly issues the GROUP
23865         commands for all nntp groups and wastes time.  Reported by Romain
23866         Francoise <romain@orebokech.com>.
23867
23868         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23869
23870 2004-11-15  Simon Josefsson  <jas@extundo.com>
23871
23872         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23873         headers separately.
23874         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23875         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23876
23877 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23878
23879         * gnus-start.el (gnus-convert-old-newsrc):
23880         Assign legacy-gnus-agent to 5.10.7.
23881
23882 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23883
23884         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23885         start of the lines.
23886
23887 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23888
23889         * hashcash.el (hashcash-default-payment): Change default to 20.
23890         (hashcash-default-accept-payment): Change default to 20.
23891         (hashcash-process-alist): New variable.
23892         (hashcash-generate-payment-async): Add.
23893         (hashcash-already-paid-p): Add.
23894         (hashcash-insert-payment): Don't generate payments twice.
23895         (hashcash-insert-payment-async): Add.
23896         (hashcash-insert-payment-async-2): Add.
23897         (hashcash-cancel-async): Add.
23898         (hashcash-wait-async): Add.
23899         (hashcash-processes-running-p): Add.
23900         (hashcash-wait-or-cancel): Add.
23901         (mail-add-payment): New optional argument.  Conditionally start
23902         asynchronous calculation.
23903         (mail-add-payment-async): Add.
23904
23905         * message.el (message-send-mail): Wait for asynchronous hashcash
23906         results.  Don't clobber existing X-Hashcash headers.
23907         (message-setup-1): Call mail-add-payment-async when
23908         message-generate-hashcash is non-nil.
23909
23910 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23911
23912         * message.el (message-use-alternative-email-as-from): Examine the
23913         From header as well; use message-make-from in order to include a
23914         user's full name.
23915
23916 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23917
23918         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23919         default; improve customization type.
23920         (gnus-emphasis-custom-with-format): New macro.
23921         (gnus-emphasis-custom-value-to-external): New function.
23922         (gnus-emphasis-custom-value-to-internal): New function.
23923
23924 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23925
23926         * dns.el (query-dns): Resolve reverse addresses.
23927
23928 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23929
23930         * gnus-group.el (gnus-group-get-new-news): Use it.
23931
23932         * gnus-start.el (gnus-check-reasonable-setup): New function.
23933
23934 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23935
23936         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23937         "Args out of range" error.  Reported by Arnaud Giersch
23938         <arnaud.giersch@free.fr>.
23939
23940 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23941
23942         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23943
23944 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23945
23946         * spam.el (spam group): Add :version.
23947
23948         * pgg-def.el (pgg group): Add :version.
23949
23950 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23951
23952         * gnus-art.el (gnus-article-edit-article): Don't associate the
23953         article buffer with a draft file.  This is a temporary measure
23954         against the 2004-08-22 change to gnus-article-edit-mode.
23955
23956 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23957
23958         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23959         (html2text-format-tags): Remove unused variable `attr'.
23960
23961 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23962
23963         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23964
23965         * tls.el (tls-process-connection-type, tls-success)
23966         (tls-certtool-program): Add :version.
23967
23968         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23969         (starttls-extra-arguments, starttls-process-connection-type)
23970         (starttls-connect, starttls-failure, starttls-success): Add :version.
23971
23972         * spam-stat.el (spam-stat): Add :version.
23973
23974         * sieve.el (sieve): Add :version.
23975
23976         * sha1.el (sha1): Add :version.
23977         (sha1-use-external): Remove redundant version.
23978
23979         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23980         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23981         (nnmail-split-fancy-match-partial-words)
23982         (nnmail-split-lowercase-expanded): Add :version.
23983
23984         * nndiary.el (nndiary): Add :version.
23985
23986         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23987
23988         * mml-sec.el (mml-default-sign-method)
23989         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23990         Add :version.
23991
23992         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23993
23994         * mm-url.el (mm-url-use-external, mm-url-program)
23995         (mm-url-arguments): Add :version.
23996
23997         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23998         (mm-attachment-file-modes, mm-decrypt-option)
23999         (mm-w3m-safe-url-regexp): Add :version.
24000
24001         * message.el (message-cite-prefix-regexp)
24002         (message-sendmail-envelope-from, message-minibuffer-local-map)
24003         (message-user-fqdn, message-completion-alist): Add :version.
24004
24005         * gnus-win.el (gnus-configure-windows-hook)
24006         (gnus-use-frames-on-any-display): Add :version.
24007
24008         * gnus-art.el (gnus-article-address-banner-alist)
24009         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24010         (gnus-treat-from-picon, gnus-treat-mail-picon)
24011         (gnus-treat-x-pgp-sig): Add :version.
24012
24013         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24014         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24015         (gnus-summary-article-delete-hook)
24016         (gnus-summary-display-while-building): Add :version.
24017
24018         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24019         (gnus-get-top-new-news-hook): Add :version.
24020
24021         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24022         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24023
24024         * gnus-registry.el (gnus-registry): Add :version.
24025
24026         * gnus-spec.el (gnus-use-correct-string-widths)
24027         (gnus-make-format-preserve-properties): Add :version.
24028
24029         * gnus.el (gnus-group-charter-alist)
24030         (gnus-group-fetch-control-use-browse-url)
24031         (gnus-install-group-spam-parameters): Add :version.
24032
24033         * gnus-diary.el (gnus-diary): Add :version.
24034
24035         * gnus-delay.el (gnus-delay): Add :version.
24036
24037         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24038         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24039         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24040         Add :version.
24041
24042         * gnus-agent.el (gnus-agent-max-fetch-size)
24043         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24044         (gnus-agent-prompt-send-queue): Add :version.
24045
24046         * deuglify.el (gnus-outlook-deuglify): Add :version.
24047
24048         * html2text.el: Beautify code.  Improve doc strings.
24049         Some checkdoc cleanup.
24050         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24051
24052 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24053
24054         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24055
24056 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24057
24058         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24059         when package is loaded.
24060
24061         * spam.el (spam-summary-score-preferred-header): Add global preference
24062         for people who want to override the default SpamAssassin over
24063         Bogofilter preference (when both are set).
24064         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24065         (spam-user-format-function-S):
24066         Check spam-summary-score-preferred-header.
24067         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24068         (spam-user-format-function-S): Format the score correctly.
24069
24070 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24071
24072         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24073         signature file.  Suggested by Manoj Srivastava
24074         <srivasta@golden-gryphon.com>.
24075
24076         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24077         iso-2022-jp even in the Japanese language environment.
24078         Suggested by Jason Rumney <jasonr@gnu.org>.
24079
24080 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24081
24082         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24083         use the same characters as the dummy marks; make it free from
24084         getting affected by the language environment.
24085         (gnus-summary-read-group-1): Update mark positions only when the
24086         format spec is updated.
24087
24088         * gnus-spec.el (gnus-update-format-specifications): Return a list
24089         of updated types.
24090
24091 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24092
24093         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24094         of boundp to check if display-warning is available.
24095
24096 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24097
24098         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24099
24100 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24101
24102         * nnspool.el (nnspool-spool-directory): Use news-path if the
24103         news-directory variable is not bound.
24104
24105         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24106         function instead of display-warning if it is not available.
24107
24108 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24109
24110         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24111         v5-10: Use `point-at-bol'.
24112
24113 2004-10-26  Simon Josefsson  <jas@extundo.com>
24114
24115         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24116         <chenggao@gmail.com>.
24117
24118 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24119
24120         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24121         instead.
24122
24123 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24124
24125         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24126         to remove a server from the nnimap-server-buffer-alist.
24127         (nnimap-open-connection, nnimap-close-server): Use it.
24128
24129         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24130
24131 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24132
24133         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24134         running the major-mode function.
24135
24136 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24137
24138         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24139         dummy marks in the right way.
24140
24141 2004-10-18  David Edmondson  <dme@dme.org>
24142
24143         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24144         excessively.
24145
24146 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24147
24148         * gnus-util.el (gnus-split-references): Accept a nil references
24149         string and go on blissfully.
24150
24151         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24152         cases where the references string is non-nil but has no references.
24153
24154         * encrypt.el: Add autoload tags.
24155
24156         * spam.el (spam-resolve-registrations-routine): Remove article
24157         from unregistration list too.  Reported by David Hanak
24158         <dhanak@isis.vanderbilt.edu>
24159
24160 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24161
24162         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24163         nil.  Change custom type.
24164
24165 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24166
24167         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24168
24169         * gnus-sum.el (gnus-summary-move-article): Use it.
24170
24171 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24172
24173         * encrypt.el: Add autoload cookies.
24174
24175         * spam.el (spam-backend-article-list-property)
24176         (spam-backend-get-article-todo-list)
24177         (spam-backend-put-article-todo-list)
24178         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24179         Resolve registrations separately.
24180         (spam-register-routine): Format comments.
24181         (spam-unregister-routine, spam-register-routine): Always call with
24182         specific-articles, no default list.
24183         (spam-summary-prepare-exit): Use the spam-classifications function.
24184
24185         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24186         gnus-encrypt.el.
24187
24188         * encrypt.el: Copied from gnus-encrypt.el.
24189
24190         * gnus-encrypt.el: Commented that it's obsolete.
24191
24192 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24193
24194         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24195         (gnus-score-save): Use it.
24196
24197         * message.el (message-bury): Use `window-dedicated-p'.
24198
24199 2004-10-15  Simon Josefsson  <jas@extundo.com>
24200
24201         * pop3.el (top-level): Don't require nnheader.
24202         (pop3-read-timeout): Add.
24203         (pop3-accept-process-output): Add.
24204         (pop3-read-response, pop3-retr): Use it.
24205
24206 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24207
24208         * spam.el (spam-register-routine): Move comment.
24209         (spam-verify-bogofilter): Use 'unknown for the initial
24210         spam-bogofilter-valid state, not 'never.
24211
24212         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24213         for netrc-machine.
24214
24215         * nnimap.el (nnimap-open-connection):
24216         Use netrc-machine-user-or-password.
24217
24218 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24219
24220         * gnus-registry.el (gnus-registry-unload-hook):
24221         Set as a variable with add-hook.
24222
24223         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24224         of news-path.
24225
24226         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24227
24228         * spam.el: Delete duplicate `provide'.
24229         (spam-unload-hook): Set as a variable with add-hook.
24230
24231 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24232
24233         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24234         in the doc string.
24235
24236         * message.el (message-ignored-news-headers)
24237         (message-ignored-supersedes-headers)
24238         (message-ignored-resent-headers)
24239         (message-forward-ignored-headers): Improve custom type.
24240
24241 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24242
24243         * message.el (message-tokenize-header): Fix 2004-09-06 change
24244         which used point-min in the wrong place.
24245
24246 2004-10-12  Simon Josefsson  <jas@extundo.com>
24247
24248         * tls.el (tls-certtool-program): New variable.
24249         (tls-certificate-information): New function, based on
24250         ssl-certificate-information.
24251
24252 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24253
24254         * compface.el: Move the version of ELisp-based uncompface program
24255         to the contrib directory because of the copyright problem.
24256
24257 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24258
24259         * message.el (message-kill-buffer): Raise the current frame.
24260
24261 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24262
24263         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24264
24265         * gnus.el (message-y-or-n-p): Autoload.
24266
24267         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24268         (pop3-password-required, pop3-authentication-scheme)
24269         (pop3-leave-mail-on-server): Make customizable.
24270         (pop3): New custom group.
24271         (pop3-retr): Remove `sleep-for' statements.
24272         Suggested by Dave Love <fx@gnu.org>.
24273
24274         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24275         Windows/DOS.
24276
24277         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24278         (imap-parse-body): Fix incorrect use of `assert'.
24279         Suggested by Dave Love <fx@gnu.org>.
24280
24281         * mml.el (mml-minibuffer-read-disposition): Require match.
24282         Suggested by Dave Love <fx@gnu.org>.
24283
24284 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24285
24286         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24287         doc string.
24288
24289 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24290
24291         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24292
24293 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24294
24295         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24296         instead of calling `mm-insert-inline', to decode text/* parts
24297         before displaying them.
24298
24299 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24300
24301         * mm-uu.el (mm-uu-text-plain-type): New variable.
24302         (mm-uu-pgp-signed-extract-1): Use it.
24303         (mm-uu-pgp-encrypted-extract-1): Use it.
24304         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24305         bind mm-uu-text-plain-type with that value.
24306         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24307         mm-uu-dissect.
24308
24309 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24310
24311         * gnus-group.el (gnus-update-group-mark-positions):
24312         * gnus-sum.el (gnus-update-summary-mark-positions):
24313         * message.el (message-check-news-body-syntax):
24314         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24315         of string-as-multibyte.
24316
24317 2004-10-05  Juri Linkov  <juri@jurta.org>
24318
24319         * gnus-group.el (gnus-update-group-mark-positions):
24320         * gnus-sum.el (gnus-update-summary-mark-positions):
24321         * message.el (message-check-news-body-syntax):
24322         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24323         8-bit unibyte values to a multibyte string for search functions.
24324
24325 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24326
24327         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24328         (mm-uu-dissect-text-parts): New function.
24329
24330         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24331         dissect text parts.
24332
24333         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24334         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24335
24336         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24337
24338         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24339         Use gnus-current-topics instead of gnus-current-topic.
24340
24341 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24342
24343         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24344
24345 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24346
24347         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24348         where appropriate.
24349
24350         * nnml.el (nnml-generate-active-info): do.
24351
24352         * nndiary.el (nndiary-generate-active-info): do.
24353
24354         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24355         (gnus-topic-move): do.
24356
24357         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24358         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24359
24360         * gnus-srvr.el (gnus-server-prepare)
24361         (gnus-server-open-all-servers): do.
24362
24363         * gnus-msg.el (gnus-summary-cancel-article)
24364         (gnus-summary-resend-message)
24365         (gnus-summary-mail-crosspost-complaint): do.
24366
24367         * gnus-move.el (gnus-change-server): do.
24368
24369         * gnus-group.el (gnus-group-unmark-all-groups)
24370         (gnus-group-set-current-level): do.
24371
24372 2004-10-04  Simon Josefsson  <jas@extundo.com>
24373
24374         * message.el (message-generate-hashcash): Doc fix.
24375
24376 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24377
24378         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24379         avoid infinite recursion via gnus-get-function.
24380
24381 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24382
24383         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24384
24385         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24386
24387         * nnmail.el (nnmail-split-history): do.
24388
24389         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24390         (nnml-request-delete-group): do.
24391
24392         * nnslashdot.el (nnslashdot-read-groups): do.
24393
24394         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24395         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24396
24397         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24398         (nnspool-sift-nov-with-sed): Use last.
24399         (nnspool-retrieve-headers-with-nov): Use mapc.
24400         (nnspool-request-newgroups): Use dolist.
24401         (nnspool-request-group): Use last.
24402
24403         * nntp.el (nntp-read-server-type): Use dolist.
24404
24405         * nnvirtual.el (nnvirtual-create-mapping)
24406         (nnvirtual-update-read-and-marked): Use dolist.
24407         (nnvirtual-convert-headers): Simplify.
24408
24409 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24410
24411         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24412         Add support for sync'ing tick marks.
24413
24414 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24415
24416         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24417         there's no visible header.
24418
24419 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24420
24421         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24422         When necessary, pass full group name to gnus-request-set-marks.
24423
24424 2004-10-01  Simon Josefsson  <jas@extundo.com>
24425
24426         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24427         acroread.
24428
24429 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24430
24431         * spam-report.el (spam-report-gmane): Fix interactive.
24432
24433         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24434
24435         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24436         when writing file.
24437         (gnus-agent-synchronize-flags): Don't default to being
24438         interactive.
24439
24440 2004-09-30  Simon Josefsson  <jas@extundo.com>
24441
24442         * message.el (message-generate-hashcash): Add.
24443         (message-send-mail): Use it, call mail-add-payment.
24444
24445 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24446
24447         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24448
24449 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24450
24451         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24452         gnus-requst-update-info with explicit code to sync the in-memory
24453         info read flags with the marks being sync'd to the backend.
24454
24455         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24456
24457 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24458
24459         * spam.el (spam-verify-bogofilter): Add new function.
24460         (spam-check-bogofilter)
24461         (spam-bogofilter-register-with-bogofilter): Use it.
24462         (spam-verify-bogofilter): Add small fixes.
24463
24464 2004-09-28  Simon Josefsson  <jas@extundo.com>
24465
24466         * hashcash.el (hashcash-generate-payment): Revert.
24467
24468 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24469
24470         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24471         Use gnus-extract-references instead of gnus-split-references.
24472
24473         * gnus-util.el (gnus-extract-references): Add new function, analogous
24474         to gnus-split-references but extracts only the message-ID without
24475         anything extra.
24476
24477         * hashcash.el (hashcash-generate-payment)
24478         (hashcash-check-payment): Do the right thing if hashcash-path is
24479         nil (because the hashcash program could not be found).
24480
24481         * spam.el (spam-use-hashcash): Remove comment.
24482
24483 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24484
24485         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24486         (gnus-cache-enter-article, gnus-cache-remove-article)
24487         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24488
24489         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24490
24491         * gnus-art.el (article-hide-boring-headers)
24492         (article-translate-strings, article-display-face)
24493         (gnus-article-mime-match-handle-first)
24494         (gnus-article-highlight-headers)
24495         (gnus-article-add-buttons-to-head): do.
24496
24497 2004-09-27  Simon Josefsson  <jas@extundo.com>
24498
24499         * hashcash.el: New version, from
24500         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24501         ../contrib/.
24502
24503 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24504
24505         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24506
24507 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24508
24509         * gnus-dup.el (gnus-dup-open): Use mapc.
24510         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24511
24512         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24513         Reported by Stefan Wiens <s.wi@gmx.net>.
24514
24515         * gnus.el (gnus-shutdown): Use dolist.
24516
24517         * gnus-undo.el (gnus-undo): Use mapc.
24518
24519         * nnrss.el (nnrss-generate-active): do.
24520
24521         * message.el (message-cite-original-without-signature)
24522         (message-cite-original): Use mapc.
24523         (message-do-actions, message-make-forward-subject): Use dolist.
24524
24525 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24526
24527         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24528         deletion to remove entire duplicate line.  Fixes merged article
24529         number bug.
24530
24531 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24532
24533         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24534         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24535         first ask if you want to open a server and then, even when you
24536         responded with no, asking if you want to synchronize the server's
24537         flags.
24538         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24539         multi-line expressions.
24540         (gnus-agent-synchronize-group-flags): New internal function.
24541         Updates marks in memory (in the info structure) AND in the
24542         backend.
24543
24544         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24545
24546         * nnagent.el (nnagent-request-set-mark):
24547         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24548         method, to ensure that synchronization updates marks in the
24549         backend and in the info (in memory) structure.
24550
24551 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24552
24553         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24554         convention fully; don't miss the root article of a thread; make
24555         the X-Draft-From header with correct article numbers.
24556
24557 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24558
24559         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24560         unless plugged.  Disable the agent so that an open failure causes
24561         an error.
24562
24563         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24564         Revert 2004-09-21 change.  The backend must be opened while
24565         synchronizing flags even when the backend stores the flags
24566         locally.
24567
24568 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24569
24570         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24571         in `header' match.  Reported by Svend Tollak Munkejord.
24572
24573         * message.el (message-cite-original): Fix use of
24574         `message-cite-articles-with-x-no-archive'.
24575
24576 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24577
24578         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24579         (gnus-window-to-buffer): Ditto.
24580
24581         * mml.el (mml-preview-buffer): New variable.
24582         (mml-preview): Manage window layout with gnus-buffer-configuration.
24583
24584         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24585         X-Draft-From header even if those articles aren't quoted.
24586
24587 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24588
24589         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24590         (gnus-request-set-mark, gnus-request-update-mark): Use new
24591         g-s-t-u-l-m to decide to use backend even when unplugged.
24592
24593 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24594
24595         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24596         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24597
24598 2004-09-20  Simon Josefsson  <jas@extundo.com>
24599
24600         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24601         "utf-16-le".
24602
24603 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24604
24605         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24606
24607 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24608
24609         * uudecode.el (uudecode-use-external): Add :version.
24610
24611         * smime.el (smime-CA-file, smime-encrypt-cipher)
24612         (smime-dns-server): Add :version.
24613
24614         * smiley.el (gnus-smiley-file-types): Add :version.
24615
24616         * sha1.el (sha1-use-external): Add :version.
24617
24618         * pgg-def.el (pgg-query-keyserver): Add :version.
24619
24620         * nnmail.el (nnmail-fancy-expiry-targets)
24621         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24622         Add :version.
24623
24624         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24625         (nnimap-retrieve-groups-asynchronous): Add :version.
24626         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24627
24628         * mml.el (mml-content-disposition-parameters)
24629         (mml-insert-mime-headers-always): Add :version.
24630
24631         * mm-util.el (mm-coding-system-priorities): Add :version.
24632
24633         * mm-decode.el (mm-inline-text-html-with-images)
24634         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24635         (mm-verify-option): Add :version.
24636         (mm-text-html-renderer): Change :version.
24637
24638         * message.el (message-fcc-externalize-attachments)
24639         (message-required-headers, message-draft-headers)
24640         (message-subject-trailing-was-query)
24641         (message-subject-trailing-was-ask-regexp)
24642         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24643         (message-mark-insert-end, message-archive-header)
24644         (message-archive-note, message-cross-post-default)
24645         (message-cross-post-note, message-followup-to-note)
24646         (message-cross-post-note-function, message-use-mail-followup-to)
24647         (message-subscribed-address-functions)
24648         (message-subscribed-address-file, message-subscribed-addresses)
24649         (message-subscribed-regexps, message-allow-no-recipients)
24650         (message-yank-cited-prefix, message-signature-insert-empty-line)
24651         (message-hidden-headers, message-hierarchical-addresses)
24652         (message-mail-user-agent, message-use-idna)
24653         (message-valid-fqdn-regexp)
24654         (message-strip-special-text-properties, message-header-synonyms)
24655         (message-beginning-of-line, message-tab-body-function): Add :version.
24656         (message-insert-canlock, message-wide-reply-confirm-recipients):
24657         Change :version.
24658
24659         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24660         and :version.
24661         (mail-source-delete-old-incoming-confirm)
24662         (mail-source-movemail-program): Add :version.
24663
24664         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24665         (gnus-agent-cache, gnus-agent): Change :version.
24666
24667         * gnus-util.el (gnus-use-byte-compile): Change :version.
24668
24669         * gnus-sum.el (gnus-summary-make-false-root-always)
24670         (gnus-summary-default-high-score)
24671         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24672         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24673         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24674         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24675         (gnus-sum-thread-tree-single-indent)
24676         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24677         (gnus-sum-thread-tree-leaf-with-other)
24678         (gnus-sum-thread-tree-single-leaf): Add :version.
24679         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24680         (gnus-article-loose-mime): Change :version.
24681
24682         * gnus-start.el (gnus-backup-startup-file)
24683         (gnus-save-startup-file-via-temp-buffer): Add :version.
24684
24685         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24686         (gnus-server-offline-face): Add :version.
24687
24688         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24689
24690         * gnus-msg.el (gnus-gcc-externalize-attachments)
24691         (gnus-debug-files, gnus-debug-exclude-variables)
24692         (gnus-discouraged-post-methods): Change :version.
24693         (gnus-confirm-mail-reply-to-news)
24694         (gnus-confirm-treat-mail-like-news): Add :version.
24695
24696         * gnus-int.el (gnus-server-unopen-status): Add :version.
24697
24698         * gnus-group.el (gnus-group-jump-to-group-prompt)
24699         (gnus-large-ephemeral-newsgroup)
24700         (gnus-fetch-old-ephemeral-headers): Add :version.
24701
24702         * gnus-fun.el (gnus-x-face-directory)
24703         (gnus-convert-pbm-to-x-face-command)
24704         (gnus-convert-image-to-x-face-command)
24705         (gnus-convert-image-to-face-command): Add :version.
24706
24707         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24708
24709         * gnus-cite.el (gnus-cite-blank-line-after-header)
24710         (gnus-article-boring-faces): Add :version.
24711
24712         * gnus-art.el (gnus-buttonized-mime-types)
24713         (gnus-inhibit-mime-unbuttonizing)
24714         (gnus-treat-display-face)
24715         (gnus-treat-body-boundary): Change :version.
24716         (gnus-body-boundary-delimiter, gnus-picon-databases)
24717         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24718         (gnus-treat-date-english, gnus-treat-fold-headers)
24719         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24720         (gnus-treat-mail-picon, gnus-treat-wash-html)
24721         (gnus-article-encrypt-protocol)
24722         (gnus-use-idna, gnus-article-over-scroll)
24723         (gnus-mime-display-multipart-alternative-as-mixed)
24724         (gnus-mime-display-multipart-related-as-mixed)
24725         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24726         (gnus-ctan-url, gnus-button-ctan-handler)
24727         (gnus-button-handle-ctan-bogus-regexp)
24728         (gnus-button-ctan-directory-regexp)
24729         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24730         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24731         (gnus-button-man-level, gnus-button-emacs-level)
24732         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24733
24734         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24735         (gnus-agent-go-online): Change :version.
24736         (gnus-agent-expire-unagentized-dirs)
24737         (gnus-agent-auto-agentize-methods): Add :version.
24738
24739         * flow-fill.el (fill-flowed-display-column)
24740         (fill-flowed-encode-column): Add :version.
24741
24742         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24743         (gnus-outlook-deuglify-unwrap-max)
24744         (gnus-outlook-deuglify-cite-marks)
24745         (gnus-outlook-deuglify-unwrap-stop-chars)
24746         (gnus-outlook-deuglify-no-wrap-chars)
24747         (gnus-outlook-deuglify-attrib-cut-regexp)
24748         (gnus-outlook-deuglify-attrib-verb-regexp)
24749         (gnus-outlook-deuglify-attrib-end-regexp)
24750         (gnus-outlook-display-hook): Add :version.
24751
24752         * binhex.el (binhex-use-external): Add :version.
24753
24754 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24755
24756         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24757         and `invisible'.
24758
24759 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24760
24761         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24762         in gnus-registry-trim.
24763
24764 2004-09-13  Simon Josefsson  <jas@extundo.com>
24765
24766         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24767
24768         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24769
24770         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24771         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24772         <yamaoka@jpl.org>.
24773         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24774         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24775         <yamaoka@jpl.org>.
24776
24777         * sieve.el (sieve-manage-mode): Ditto.
24778
24779 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24780
24781         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24782
24783 2004-09-11  Simon Josefsson  <jas@extundo.com>
24784
24785         * dns-mode.el: Add.
24786
24787         * mm-view.el (mm-display-dns-inline): Add.
24788
24789         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24790         (mm-automatic-display): Ditto.
24791
24792         * mailcap.el (mailcap-mime-data): Add text/dns.
24793         (mailcap-mime-extensions): Map .soa to text/dns.
24794
24795 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24796
24797         * gnus-art.el (article-decode-mime-words, article-babel)
24798         (gnus-article-highlight-signature, gnus-article-add-buttons)
24799         (gnus-signature-toggle): Remove unnecessary bindings of
24800         `inhibit-read-only' inherited from v5.10 merge.
24801
24802 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24803
24804         * nntp.el (nntp): New customization group.
24805         (nntp-authinfo-file): Add customization group.
24806
24807         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24808
24809         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24810
24811         * gnus.el (to-address, to-list, subscribed)
24812         (large-newsgroup-initial): Ditto.
24813
24814         * flow-fill.el (fill-flowed-display-column)
24815         (fill-flowed-encode-column): Ditto.
24816
24817 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24818
24819         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24820         Use point-min rather than 1.
24821         (message-send-mail): Use buffer-size rather than point-max.
24822
24823         * gnus-sum.el (gnus-summary-search-article-forward):
24824         Signal a specific `search-failed' rather than a generic `error'.
24825
24826         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24827         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24828         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24829
24830 2004-09-10  Simon Josefsson  <jas@extundo.com>
24831
24832         * nndb.el (require): Remove tcp and duplicate cl.
24833
24834 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24835
24836         * gnus-agent.el (directory-files-and-attributes): Move forward.
24837
24838 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24839
24840         * gnus-agent.el (directory-files-and-attributes):
24841         Optionally defined to support XEmacs.
24842
24843 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24844
24845         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24846         to avoid run-time CL dependencies.
24847         (gnus-agent-unfetch-articles): New function.
24848         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24849         article numbers even when local .overview file is missing.
24850         (gnus-agent-read-article-number): New function.  Only accepts
24851         27-bit article numbers.
24852         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24853         Use gnus-agent-read-article-number.
24854         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24855         from backend while recognizing that article numbers in .overview
24856         must be valid.
24857         (gnus-agent-update-files-total-fetched-for):
24858         Use directory-files-and-attributes to improve performance.
24859         * gnus-int.el (gnus-request-move-article):
24860         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24861         improve performance.
24862
24863         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24864         some users confused by references to .newsrc when they only have a
24865         .newsrc.eld file.
24866         (gnus-convert-mark-converter-prompt)
24867         (gnus-convert-converter-needs-prompt): Fix use of property list.
24868         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24869         New function.  Used internally to only display 'gnus converting
24870         files' message when actually necessary.
24871
24872         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24873         methods now autoloaded.
24874
24875 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24876
24877         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24878         identifiers.
24879
24880 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24881
24882         * gnus-picon.el: Fix indentation and closing parenthesis.
24883
24884 2004-09-01  Simon Josefsson  <jas@extundo.com>
24885
24886         * message.el (message-canlock-generate): Require sha1, not
24887         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24888         to require within a function.  Sadly, if sha1.el isn't loaded, the
24889         let binding in m-c-g will hide the defcustom definition, which is
24890         bad.)
24891
24892         * canlock.el: Require sha1, not sha1-el.
24893
24894         * message.el: Don't autoload sha1 (there is a autoload cookie in
24895         sha1.el).
24896
24897         * sha1-el.el: Rename to sha1.el.
24898
24899 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24900
24901         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24902
24903 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24904
24905         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24906
24907 2004-08-30  Kim F. Storm  <storm@cua.dk>
24908
24909         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24910
24911         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24912         Add :group 'nnimap.
24913
24914 2004-08-30  Andreas Schwab  <schwab@suse.de>
24915
24916         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24917         ?* and ?\;.
24918
24919         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24920         and ?\' to symbol instead of whitespace.
24921
24922 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24923
24924         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24925
24926         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24927         instead of re-search-forward.
24928
24929         * gnus-uu.el (gnus-uu-save-article): Ditto.
24930         (gnus-uu-post-encode-uuencode): Ditto.
24931
24932         * html2text.el (html2text-clean-list-items): Ditto.
24933         (html2text-clean-dtdd): Ditto.
24934         (html2text-format-tags): Ditto.
24935
24936         * message.el (message-send-mail-with-sendmail): Fix regexp.
24937         (message-fill-field-general): Use search-forward instead of
24938         re-search-forward.
24939         (unbold-region): Ditto.
24940
24941         * nnrss.el (nnrss-request-article): Ditto.
24942
24943         * nnslashdot.el (nnslashdot-request-article): Ditto.
24944
24945         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24946
24947         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24948         "Unrecognized menu descriptor" error in XEmacs.
24949
24950 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24951
24952         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24953         parent article of a sparse article in the thread hashtb.
24954
24955 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24956
24957         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24958         (nnmail-expand-newtext): Lowercase expanded entries if
24959         nnmail-split-lowercase-expanded is non-nil.
24960
24961 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24962
24963         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24964
24965         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24966         of gnus-tmp-news-method into string under XEmacs.  It will be
24967         passed to gnus-correct-length which takes only a string argument.
24968
24969 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24970
24971         * gnus-util.el (gnus-bind-print-variables): New macro.
24972         (gnus-prin1): Use it.
24973         (gnus-prin1-to-string): Use it.
24974         (gnus-pp): New function.
24975         (gnus-pp-to-string): New function.
24976
24977         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24978         Replace pp-to-string with gnus-pp-to-string.
24979         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24980         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24981         * gnus-msg.el (gnus-debug): Ditto.
24982         * gnus-score.el (gnus-score-save): Ditto.
24983         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24984         gnus-pp-to-string.
24985         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24986         with gnus-pp.
24987         * score-mode.el (gnus-score-pretty-print): Ditto.
24988         * webmail.el (webmail-debug): Ditto.
24989
24990 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24991
24992         * gnus-art.el (article-display-face, article-display-x-face):
24993         Use buffer-read-only.
24994
24995 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24996
24997         * gnus-art.el (article-hide-list-identifiers):
24998         Bind inhibit-read-only as t.
24999
25000 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25001
25002         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25003
25004 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25005
25006         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25007         (gnus-narrow-to-page): Don't assume point-min == 1.
25008         (gnus-article-edit-mode): Derive from message-mode.
25009
25010         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25011         point-min == 1.
25012
25013         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25014         Disable incorrect use of `assert'.
25015
25016         * message.el (message-mode): Set comment-start-skip.
25017
25018
25019 2004-08-22  Sam Steingold  <sds@gnu.org>
25020
25021         * pop3.el (pop3-leave-mail-on-server): New user variable.
25022         (pop3-movemail): Delete mail only when it is nil.
25023
25024 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25025
25026         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25027
25028         * mml.el (mml-preview): Use `pop-to-buffer'.
25029
25030         * message.el (message-goto-mail-followup-to): Insert after "To".
25031         (message-carefully-insert-headers): Add comment.
25032
25033         * gnus.el: Remove unused variable `gnus-article-check-size'.
25034
25035         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25036
25037         * gnus-art.el (gnus-button-alist):
25038         Improve `gnus-button-handle-library' entry.
25039
25040 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25041
25042         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25043         Use downcase, since XEmacs capitalizes error messages differently.
25044
25045 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25046
25047         * nntp.el: Add (require 'gnus) due to reference to
25048         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25049
25050 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25051
25052         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25053         Bind `mm-fill-flowed'.
25054
25055         * mm-decode.el (mm-dissect-singlepart): Check it.
25056
25057 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25058
25059         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25060         'imap' for netrc parsing.
25061
25062 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25063
25064         * mailcap.el (mailcap-mime-data): Mark as risky.
25065
25066 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25067
25068         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25069         may be included in the encoded word.
25070         (rfc2047-encode): Don't append a space if the encoded word
25071         includes close parenthesis.
25072
25073 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25074
25075         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25076         of text within parentheses.
25077
25078 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25079
25080         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25081         (gnus-encrypt-write-file-contents): Make the password key the file
25082         name PLUS the cipher, not just the cipher.  Also remove failed
25083         passwords from the cache.
25084
25085 2004-08-06  Simon Josefsson  <jas@extundo.com>
25086
25087         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25088         Doc fix.
25089
25090 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25091
25092         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25093         LWSP.
25094
25095 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25096
25097         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25098         Try to append in-reply-to: data to the references: header.
25099
25100         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25101         (netrc-parse): Use gnus-encrypt.el functions.
25102
25103         * gnus-encrypt.el: Add new file for encryption support; currently
25104         does only a few GPG ciphers and an internal XOR cipher.
25105
25106         * password.el: Add comments on using password-read-and-add.
25107         (password-read-and-add): Add function to read and add the
25108         password to the cache at once.
25109
25110 2004-07-28  Simon Josefsson  <jas@extundo.com>
25111
25112         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25113         parameter (but don't use it, for now).
25114
25115         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25116         instead of hard coding to nil.
25117
25118 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25119
25120         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25121         as mm-inline-image-xemacs does.
25122
25123 2004-07-26  Simon Josefsson  <jas@extundo.com>
25124
25125         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25126         Revert part of 2004-07-17 change below.
25127
25128 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25129
25130         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25131         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25132
25133 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25134
25135         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25136         quotes that actually start with ">" at the beginning of the
25137         lines.
25138
25139 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25140
25141         * rfc2047.el (rfc2047-encode-region): Fix last change.
25142         (rfc2047-encode-parameter): Remove useless concat.
25143
25144 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25145
25146         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25147         encode special characters; fix some kind of misconfigured headers;
25148         signal a real error if debug-on-quit or debug-on-error is non-nil.
25149         (rfc2047-encode-max-chars): New variable.
25150         (rfc2047-encode-1): Use it.
25151         (rfc2047-encode-parameter): New function.
25152
25153         * mml.el (mml-insert-parameter): Remove an excessive space.
25154
25155 2004-07-17  Simon Josefsson  <jas@extundo.com>
25156
25157         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25158         Kai Grossjohann <kai@emptydomain.de>.
25159         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25160         (gnus-group-make-menu-bar): Ditto.
25161
25162         * gnus-util.el (gnus-group-server): Add.
25163
25164 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25165
25166         * message.el (message-clone-locals): Clone sendmail and smtp
25167         variables.
25168
25169 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25170
25171         * rfc2047.el (rfc2047-encode-region): Fix last change.
25172
25173 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25174
25175         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25176         characters as non-special.
25177
25178 2004-07-09  Simon Josefsson  <jas@extundo.com>
25179
25180         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25181         Users will lose all flag changes made while unplugged with
25182         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25183         good default.  See numerous reports on ding mailing list.
25184
25185 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25186
25187         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25188         add generate-head-function and generate-article-function to the
25189         rfc822-forward entry.
25190         (nndoc-rfc822-forward-generate-article): New function.
25191         (nndoc-rfc822-forward-generate-head): New function.
25192
25193         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25194
25195 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25196
25197         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25198         respect display group parameter and gnus-summary-expunge-below.
25199         (gnus-articles-to-read): Remove unused reference to display group
25200         parameter.
25201
25202 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25203
25204         * nnheader.el (nnheader-uniquify-message-id): New experimental
25205         variable.
25206         (nnheader-nov-read-message-id): Use it.
25207
25208         * spam-report.el (spam-report-gmane): Add interactive.
25209
25210 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25211
25212         * mm-encode.el (mm-content-transfer-encoding-defaults):
25213         Use qp-or-base64 for the application/* types.
25214
25215 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25216
25217         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25218
25219 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25220
25221         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25222         trim value.
25223
25224 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25225
25226         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25227         New macro and function.
25228         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25229
25230 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25231
25232         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25233         after-load-alist.
25234
25235 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25236
25237         * gnus-group.el (gnus-group-get-new-news-this-group):
25238         Don't update info that isn't there.
25239
25240 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25241
25242         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25243         entry.
25244
25245 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25246
25247         * mm-view.el (mm-inline-render-with-function): Use multibyte
25248         buffer; decode html source by charset.
25249
25250         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25251
25252         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25253         Mule-UCS is loaded under XEmacs.
25254         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25255
25256 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25257
25258         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25259
25260 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25261
25262         * mm-util.el (mm-coding-system-p): Return a coding-system.
25263         (mm-mime-mule-charset-alist): Use shift_jis instead of
25264         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25265         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25266         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25267         instead of japanese-shift-jis and iso-latin-1 respectively in
25268         order to share the default value with both Emacs and XEmacs-mule.
25269         (mm-mule-charset-to-mime-charset):
25270         Make mm-coding-system-priorities effective.
25271         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25272         while predicating of candidates upon the priorities.
25273
25274 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25275
25276         * gnus-sum.el (gnus-summary-make-menu-bar):
25277         Add gnus-uu-invert-processable.
25278
25279         * gnus.el: Autoload gnus-uu-invert-processable.
25280
25281 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25282
25283         * mm-util.el (mm-with-multibyte-buffer): New macro.
25284
25285         * rfc2047.el (rfc2047-encode-string): Use it.
25286         (rfc2047-encode-region): Move point to the end of the region after
25287         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25288
25289 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25290
25291         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25292         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25293
25294 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25295
25296         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25297         (gnus-cite-parse): Ignore quoted envelope From_.
25298         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25299
25300 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25301
25302         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25303         invalid addresses.
25304
25305 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25306
25307         * spam.el: Change section markers, revise TODO list.
25308         (spam-backends): Make new master list of all installed backends.
25309         (spam-summary-exit-behavior): Add new variable to determine how
25310         messages moves are done at summary exit.
25311         (spam-move-spam-nonspam-groups-only)
25312         (spam-process-ham-in-nonham-groups)
25313         (spam-process-ham-in-spam-groups): Remove variables, the
25314         spam-summary-exit-behavior variable should be used to manage this
25315         behavior.
25316         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25317         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25318         and spam-old-spam-articles.
25319         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25320         Add empty variables, placeholders for the backends they represent.
25321         (spam-set-difference): Move, unchanged.
25322         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25323         unless the user has a processor variable.
25324         (spam-classifications, spam-classification-valid-p)
25325         (spam-backend-properties, spam-backend-property-valid-p)
25326         (spam-backend-function-type-valid-p)
25327         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25328         (spam-report-articles-gmane, spam-report-articles-resend):
25329         Remove functions, they are not needed.
25330         (spam-install-backend-super, spam-backend-list)
25331         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25332         (spam-backend-function, spam-backend-ham-registration-function)
25333         (spam-backend-spam-registration-function)
25334         (spam-backend-ham-unregistration-function)
25335         (spam-backend-spam-unregistration-function)
25336         (spam-backend-statistical-p, spam-backend-mover-p)
25337         (spam-install-backend-alias, spam-install-checkonly-backend)
25338         (spam-install-mover-backend, spam-install-nocheck-backend)
25339         (spam-install-backend, spam-install-statistical-backend)
25340         (spam-install-statistical-checkonly-backend): Add backend installation
25341         support.
25342         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25343         (spam-group-processor-p): Use the new backend code and respect the
25344         summary exit behavior.
25345         (spam-mark-spam-as-expired-and-move-routine): Remove.
25346         (spam-summary-prepare): Change to use the new spam-old-articles
25347         variable.
25348         (spam-copy-or-move-routine, spam-copy-spam-routine)
25349         (spam-move-spam-routine, spam-copy-ham-routine)
25350         (spam-move-ham-routine): Add code to copy/move ham or spam.
25351         (spam-fetch-field-fast): Improve doc and code, plus allow the
25352         'number request.
25353         (spam-list-of-checks, spam-list-of-statistical-checks):
25354         Remove variables.
25355         (spam-split, spam-find-spam): Use the new backend code.
25356         (spam-registration-functions): Remove variable.
25357         (spam-unregister-routine): Add convenience wrapper.
25358         (spam-log-undo-registration, spam-register-routine)
25359         (spam-log-processing-to-registry)
25360         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25361         where possible.
25362         (spam-check-gmane-xref, spam-check-regex-headers)
25363         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25364         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25365         (spam-check-bogofilter-headers, spam-check-spamoracle)
25366         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25367         (spam-check-crm114-headers): Use the spam-split-group that
25368         spam-split prepares, no need to determine it every time.
25369
25370         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25371         to the nnheader-parse-naked-head call.
25372
25373         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25374
25375         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25376         the nnheader-nov-read-message-id call.
25377
25378 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25379
25380         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25381         gnus-activate-group twice.  Suggested by Markus Peter
25382         <warp@spin.de>.
25383
25384 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25385
25386         * gnus-art.el (gnus-article-time-format): Exchange the order of
25387         day and month in the default value; fix customization type.
25388         (article-date-ut): Use add-text-properties.
25389         (article-make-date-line): Use message-make-date instead of
25390         current-time-string.
25391
25392         * message.el (message-fetch-field): Don't use set-text-properties.
25393         (message-make-date): Simplify.
25394
25395         * messagexmas.el (message-xmas-make-date): New function.
25396         (message-xmas-redefine): Defalias message-make-date to it.
25397
25398 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25399
25400         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25401         (rfc2047-encode-region): Treat text within parentheses as special;
25402         show the original text when error has occurred.
25403
25404         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25405         already-computed method to gnus-activate-group.
25406
25407         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25408         same select-methods identical Lisp objects.
25409
25410         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25411         object when modifying the info.
25412
25413 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25414
25415         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25416         gnus-opened-servers since it has never been opened with the new
25417         configuration yet.
25418
25419 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25420
25421         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25422         arg to nnheader-generate-fake-message-id.
25423
25424 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25425
25426         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25427         number and build a fake message ID localized to a group and
25428         article number (so it's repeatable from that point on).
25429         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25430         ID format.
25431
25432         * gnus-sum.el (gnus-get-newsgroup-headers):
25433         Call nnheader-generate-fake-message-id with the article number.
25434
25435 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25436
25437         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25438         end-of-buffer.
25439
25440 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25441
25442         * message.el (message-ignored-supersedes-headers): Add Approved.
25443
25444 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25445
25446         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25447         goto-char.
25448         (rfc2047-encode): Fold the line before encoding.
25449
25450 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25451
25452         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25453         folding -- not all headers can be folded, and this should be done
25454         by the message composition mode.  Probably.  I think.
25455
25456 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25457
25458         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25459         fast.
25460
25461         * gnus-ems.el (gnus-remove-image): Don't use
25462         message-text-with-property; remove only the image found first.
25463
25464         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25465         found first.
25466
25467 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25468
25469         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25470
25471 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25472
25473         * message.el (message-text-with-property): Make it fast and accept
25474         optional arguments.
25475         (message-strip-forbidden-properties): Use it.
25476         (message-fix-before-sending): Follow the m-t-w-p change.
25477
25478         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25479
25480 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25481
25482         * gnus-art.el (article-hide-headers): Don't change the buffer
25483         mistakenly when performing mml-preview even if
25484         gnus-single-article-buffer is nil.
25485
25486 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25487
25488         * message.el (message-expand-name-databases): New user option.
25489         (message-expand-name): Use it.
25490
25491 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25492
25493         * spam.el (spam-report-articles-resend)
25494         (spam-report-resend-register-routine): Allow ham reporting.
25495         (spam-report-resend-register-ham-routine): Add wrapper.
25496         (spam-registration-functions): Add ham resending functions.
25497         (spam-list-of-processors): Add ham resend processor.
25498
25499         * gnus.el (ham-resend-to): Add new group parameter.
25500         (spam-process): Add ham resend option.
25501
25502         * spam-report.el (spam-report-resend): Allow reporting ham.
25503         (spam-report-resend-ham): Add wrapper.
25504
25505 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25506
25507         * message.el (message-cite-articles-with-x-no-archive):
25508         New variable.
25509         (message-cite-original): Use it.
25510
25511 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25512
25513         * message.el (message-cite-original): Respect X-No-Archive.
25514
25515 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25516
25517         * gnus-art.el (article-hide-headers): Refer to the values for
25518         gnus-ignored-headers and gnus-visible-headers in the summary
25519         buffer since a user may have set them as group parameters.
25520
25521 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25522
25523         * assistant.el (assistant-node-name): Add convenience function.
25524         (assistant-render-text, assistant-render-node): Add error handling,
25525         plus handle multiple next nodes.
25526         (assistant-find-next-node): Comment out for now.
25527         (assistant-find-next-nodes): Add function, returns list of next
25528         nodes.
25529
25530 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25531
25532         * mail-source.el (mail-source-directory): Fix doc-string.
25533
25534 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25535
25536         * assistant.el (assistant-render-text, assistant-eval): Add :set
25537         widget type, which is different because it takes and returns a
25538         list.  Much hilarity ensues.
25539
25540 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25541
25542         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25543
25544         * gnus-group.el (gnus-group-get-new-news-this-group):
25545         Add doc-string.
25546
25547         * gnus-start.el (gnus-activate-group): Add doc-string.
25548
25549 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25550
25551         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25552
25553 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25554
25555         * assistant.el (assistant-render-text): Try to add a :set
25556         widget, more to come.
25557
25558         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25559         strings.
25560         (spam-report-articles-resend)
25561         (spam-register-routine): Do registration iff any articles warrant
25562         it.
25563         (spam-summary-prepare-exit): Change log message for nil group
25564         destinations.
25565
25566 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25567
25568         * spam.el (spam-report-resend-register-routine):
25569         Allow spam-report-resend-to to be a group parameter or a global value.
25570
25571 2004-05-26  Simon Josefsson  <jas@extundo.com>
25572
25573         * starttls.el: Merge with my GNUTLS based starttls.el.
25574         (starttls-gnutls-program, starttls-use-gnutls)
25575         (starttls-extra-arguments, starttls-process-connection-type)
25576         (starttls-connect, starttls-failure, starttls-success):
25577         New variables.
25578         (starttls-program, starttls-extra-args): Doc fix.
25579         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25580         New functions.
25581         (starttls-negotiate, starttls-open-stream):
25582         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25583         function if it is set.
25584
25585 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25586
25587         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25588         structured fields.
25589
25590 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25591
25592         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25593
25594 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25595
25596         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25597         Add variable.
25598         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25599         assigning the spam-mark to new messages.
25600
25601 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25602
25603         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25604
25605 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25606
25607         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25608
25609         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25610         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25611         default.
25612
25613 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25614
25615         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25616         correct data.
25617
25618 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25619
25620         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25621         (spam-group-processor-p): Fix function.
25622         (spam-group-processor-multiple-p)
25623         (spam-group-spam-processor-report-gmane-p)
25624         (spam-group-spam-processor-report-resend-p)
25625         (spam-group-spam-processor-bogofilter-p)
25626         (spam-group-spam-processor-blacklist-p)
25627         (spam-group-spam-processor-ifile-p)
25628         (spam-group-ham-processor-ifile-p)
25629         (spam-group-spam-processor-spamoracle-p)
25630         (spam-group-spam-processor-crm114-p)
25631         (spam-group-ham-processor-bogofilter-p)
25632         (spam-group-spam-processor-stat-p)
25633         (spam-group-ham-processor-stat-p)
25634         (spam-group-ham-processor-whitelist-p)
25635         (spam-group-ham-processor-BBDB-p)
25636         (spam-group-ham-processor-spamoracle-p)
25637         (spam-group-ham-processor-copy-p): Remove functions with some
25638         prejudice against unneeded code.
25639         (spam-report-articles-resend)
25640         (spam-report-resend-register-routine): Allow the group/topic
25641         spam-resend-to value to override spam-report-resend-to.
25642         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25643         properly now.
25644
25645         * gnus.el (spam-resend-to): Add group/topic parameter.
25646         (spam-process): Move the OBSOLETE processors to the end of the
25647         choices.
25648
25649 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25650
25651         * spam-report.el (spam-report-resend-to, spam-report-resend):
25652         Start with resend-to set to nil, and then ask the user if necessary.
25653         (spam-report-resend): spam-report-resend takes a list of articles, not
25654         separate article numbers.
25655
25656 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25657
25658         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25659         addition to emacs-w3m.
25660
25661 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25662
25663         * assistant.el (assistant-authinfo-data): New function.
25664         (assistant-eval): Eval for entire assistant.
25665
25666         * netrc.el (netrc-services-file): New variable.
25667         (netrc-parse-services): New function.
25668         (netrc-find-service-name): New function.
25669         (netrc-find-service-number): New function.
25670         (netrc-port-equal): New function.
25671         (netrc-machine): Use it.
25672
25673         * nnimap.el (nnimap-open-connection): Use netrc.
25674
25675         * gnus-util.el (gnus-netrc-get): Remove aliases.
25676
25677         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25678
25679         * assistant.el (wid-edit): Fix compilation.
25680
25681         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25682
25683 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25684
25685         * gnus-util.el (gnus-set-file-modes): New function.  (small
25686         patch).
25687
25688 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25689
25690         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25691
25692         * assistant.el (assistant-render-node): Fix up rendering and
25693         read-only text.
25694         (assistant-render-node): Reset.
25695         (assistant-make-read-only): Not sticky.
25696
25697 2004-05-20  Danny Siu  <dsiu@adobe.com>
25698
25699         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25700         centered even when gnus-auto-center-summary is t.
25701
25702 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25703
25704         * dns.el (dns-get-txt-answer): New function.
25705         (dns-read-txt): Ditto.
25706         (query-dns): Use it.
25707
25708 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25709
25710         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25711         active for foreign groups even if the group level is higher than
25712         the specified value.
25713
25714 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25715
25716         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25717         non-active groups.
25718
25719         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25720
25721 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25722
25723         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25724
25725 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25726
25727         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25728         (spam-crm114-header, spam-crm114-spam-switch)
25729         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25730         (spam-crm114-positive-spam-header)
25731         (spam-crm114-database-directory, spam-list-of-processors)
25732         (spam-group-spam-processor-crm114-p)
25733         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25734         (spam-generic-score, spam-list-of-checks)
25735         (spam-list-of-statistical-checks, spam-registration-functions)
25736         (spam-check-crm114-headers, spam-crm114-score)
25737         (spam-check-crm114, spam-crm114-register-with-crm114)
25738         (spam-crm114-register-spam-routine)
25739         (spam-crm114-unregister-spam-routine)
25740         (spam-crm114-register-ham-routine)
25741         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25742
25743 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25744
25745         * gnus.el: Add spam-use-crm114.
25746
25747         * spam.el (spam-list-of-processors, spam-registration-functions):
25748         Add spam-use-resend.
25749         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25750         (spam-report-articles-gmane): Add doc fix.
25751         (spam-report-articles-resend, spam-report-resend-register-routine):
25752         Add wrappers around spam-report-resend-to.
25753
25754         * spam-report.el (spam-report-resend-to, spam-report-resend):
25755         Add support for resending spam.
25756         (spam-report-gmane): Fix line length >80.
25757
25758         * gnus.el (spam-process): Add spam-use-resend.
25759
25760 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25761
25762         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25763         number of processed spam messages.
25764         (spam-ham-copy-or-move-routine): Return the number of processed
25765         ham messages.
25766         (spam-summary-prepare-exit): Use the above values to decide
25767         whether status messages shouled be displayed.
25768
25769 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25770
25771         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25772         `rfc2047-encoding-function-alist' in order to avoid conflicting
25773         with the old version.
25774         (rfc2047-encode-region): Concatenate words containing non-ASCII
25775         characters in structured fields; don't encode space-delimited
25776         ASCII words even in unstructured fields; don't break words at
25777         char-category boundaries.
25778         (rfc2047-encode-1): New function.
25779         (rfc2047-encode): Use it; encode text so that it occupies the
25780         maximum width within 76-column; work correctly on Q encoding for
25781         iso-2022-* charsets.
25782         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25783         sure not to break a line just after the header name.
25784         (rfc2047-b-encode-region): Remove.
25785         (rfc2047-b-encode-string): New function.
25786         (rfc2047-q-encode-region): Remove.
25787         (rfc2047-q-encode-string): New function.
25788
25789         * mm-util.el (mm-replace-in-string): New function.
25790
25791 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25792
25793         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25794         Really get it right.
25795         (gnus-inews-make-draft): Really.
25796
25797 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25798
25799         * nnmh.el (nnmh-request-list-1): Don't check the link count
25800         before descending.  (small patch)
25801
25802 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25803
25804         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25805         stuff.
25806
25807         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25808         Match on real group name.
25809
25810         * gnus-art.el (gnus-signature-limit): Doc fix.
25811
25812         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25813
25814         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25815
25816 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25817
25818         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25819         isn't a string.
25820
25821 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25822
25823         * gnus-draft.el (gnus-draft-send):
25824         Bind rfc2047-encode-encoded-words.
25825
25826         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25827         (rfc2047-encodable-p): Say that =? needs encoding.
25828         (rfc2047-encode-encoded-words): New variable.
25829
25830         * gnus-group.el (gnus-group-select-group): Doc fix.
25831
25832         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25833
25834         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25835         to nil.
25836
25837         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25838
25839         * nnheader.el (nnheader-get-lines-and-char): New function.
25840
25841 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25842
25843         * gnus-msg.el (gnus-summary-followup-with-original):
25844         Document yanking of region when active.
25845
25846 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25847
25848         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25849         groups if the group level is higher than the specified value.
25850
25851 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25852
25853         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25854         (gnus-group-jump-to-group): Add prefix argument using
25855         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25856         non-active group.
25857
25858         * compface.el (uncompface): Be verbose when changing
25859         `uncompface-use-external'.
25860
25861         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25862         handle manual section.
25863
25864 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25865
25866         * gnus-art.el (gnus-button-alist): Revert previous change.
25867
25868 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25869
25870         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25871
25872 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25873
25874         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25875         whether backend can accept message.
25876
25877         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25878
25879 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25880
25881         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25882         Avoid creating directory when nntp-marks-is-evil is true.
25883         Reported by Reiner Steib.
25884
25885 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25886
25887         * gnus-picon.el (gnus-picon-insert-glyph):
25888         Add optional `nostring' argument.
25889
25890 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25891
25892         * gnus-picon.el (gnus-picon-style): New variable.
25893         (gnus-picon-transform-address): Support `gnus-picon-style'.
25894
25895 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25896
25897         * message.el (message-fill-field): Return point.
25898         (message-generate-headers): Go to end of field.
25899
25900         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25901         stuff for non-living groups.
25902
25903 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25904
25905         * gnus-art.el (gnus-article-followup-with-original)
25906         (gnus-article-reply-with-original): gnus-mark-active-p ->
25907         gnus-region-active-p.
25908
25909 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25910
25911         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25912         only when there is spam or ham to be processed.
25913
25914 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25915
25916         * mail-source.el (mail-source-delete-crash-box): Refactor.
25917         (mail-source-fetch): Use it.
25918         (mail-source-fetch-file): Ditto.
25919         (mail-source-fetch-directory): Run postscript in loop.
25920         (mail-source-fetch-pop): Delete.
25921         (mail-source-fetch-maildir): Ditto.
25922         (mail-source-fetch-imap): Ditto.
25923
25924         * imap.el (imap-authenticators): Comment out sasl.
25925
25926         * message.el (message-skip-to-next-address): New function.
25927         (message-fill-header-address): Refactor.
25928         (message-fill-address): Use it.
25929         (message-delete-address): Use it.
25930         (message-fill-header-general): Refactor.
25931         (message-fill-field-address): Rename.
25932         (message-narrow-to-field): Find the start of the header.
25933         (message-header-format-alist): Don't pre-fill.
25934         (message-fill-header): Remove.
25935         (message-insert-header): New function.
25936         (message-shorten-references): Use it.
25937
25938         * rfc2047.el (rfc2047-field-value): Strip props.
25939
25940         * mail-parse.el (mail-header-make-address): New alias.
25941
25942         * ietf-drums.el (ietf-drums-make-address): New function.
25943
25944         * imap.el: Add compiler directives.
25945
25946         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25947
25948         * gnus-art.el (article-decode-idna-rhs): Don't use
25949         message-idna-inside-rhs-p.
25950
25951 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25952
25953         * message.el (message-idna-inside-rhs-p): Remove.
25954         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25955
25956         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25957         false positives.
25958
25959 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25960
25961         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25962
25963 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25964
25965         * nneething.el (nneething-file-name): Don't create spurious
25966         files.
25967
25968         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25969         (gnus-inews-do-gcc): Remove sleep.
25970
25971         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25972         part under point.
25973
25974         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25975         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25976
25977 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25978
25979         * spam.el (spam-summary-prepare-exit): Fix (length).
25980
25981 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25982
25983         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25984         as expired without moving it" message when there are spam
25985         messages left.
25986
25987 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25988
25989         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25990         header is not nil.
25991
25992 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25993
25994         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25995         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25996         (nntp-marks-changed-p): New arg SERVER.
25997         (nntp-request-update-info): Adjust caller.
25998
25999 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26000
26001         * nntp.el (nntp-save-marks): Pass missing arg.
26002
26003 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26004
26005         * nntp.el: Support marks.
26006         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26007         (nntp-marks-modtime, nntp-marks-directory): New variables.
26008         (nntp-request-set-mark, nntp-request-update-info)
26009         (nntp-possibly-create-directory, nntp-marks-changed-p)
26010         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26011         New functions.
26012
26013 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26014
26015         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26016         (gnus-xmas-redefine): Rename.
26017
26018         * gnus-score.el (gnus-score-insert-help):
26019         Use gnus-select-lowest-window.
26020
26021         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26022         appt-select-lowest-window and rename to gnus-select-lowest-window.
26023
26024         * gnus.el: do.
26025
26026 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26027
26028         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26029         encodings of MIME-encoded words, in order to improve
26030         interoperability with several broken MUAs.
26031
26032 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26033
26034         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26035         tags, only when charsets are not specified in headers.
26036         (mm-inline-text-html-render-with-w3m): Ditto.
26037
26038         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26039         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26040
26041 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26042
26043         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26044         instead of MIME-decoded from fields when checking
26045         `gnus-article-address-banner-alist'.
26046
26047 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26048
26049         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26050         description rather than subject.
26051
26052 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26053
26054         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26055
26056 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26057
26058         * gnus.el (gnus-version-number): Bump.
26059
26060 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26061
26062         * gnus.el: No Gnus v0.2 is released.
26063
26064 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26065
26066         * gnus-agent.el (gnus-agent-read-agentview):
26067         Inline gnus-uncompress-range.
26068
26069 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26070
26071         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26072         `exec-installed-p'.
26073
26074 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26075
26076         * gnus.el (spam-process, spam-autodetect-methods):
26077         Add bsfilter and bsfilter-headers.
26078
26079         * spam.el (spam-bsfilter): New customize group.
26080         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26081         (spam-bsfilter-header, spam-bsfilter-probability-header)
26082         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26083         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26084         (spam-bsfilter-database-directory): New options.
26085         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26086         (spam-list-of-statistical-checks, spam-registration-functions):
26087         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26088         (spam-bsfilter-score): New command.
26089         (spam-check-bsfilter-headers, spam-check-bsfilter)
26090         (spam-bsfilter-register-with-bsfilter)
26091         (spam-bsfilter-register-spam-routine)
26092         (spam-bsfilter-unregister-spam-routine)
26093         (spam-bsfilter-register-ham-routine)
26094         (spam-bsfilter-unregister-ham-routine): New functions.
26095         (spam-generic-score): Support bsfilter; Accept an optional argument
26096         to recalcurate spam score even if scoring header has already been
26097         added.
26098         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26099         optional argument to recalcurate spam score even if scoring header
26100         has already been added.
26101
26102 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26103
26104         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26105         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26106         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26107         link is missing.
26108
26109 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26110
26111         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26112         (html2text-get-attr): Rewrite.
26113
26114         * message.el (message-setup-1): Remove redundant put-text-property
26115         on mail-header-separator.
26116
26117 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26118
26119         * gnus-registry.el (gnus-registry-cache-whitespace)
26120         (gnus-registry-action, gnus-registry-spool-action)
26121         (gnus-registry-split-fancy-with-parent): Change message levels
26122         from 5 to 3 or 7, as needed.
26123
26124         * spam.el (spam-summary-prepare-exit)
26125         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26126         (spam-split, spam-find-spam, spam-log-undo-registration)
26127         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26128         level from 5 to 6.
26129
26130 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26131
26132         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26133         2004-03-04 change).
26134
26135 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26136
26137         * sieve-manage.el (sieve-manage-open):
26138         * nnweb.el (nnweb-insert-html):
26139         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26140         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26141         * nnspool.el (nnspool-request-group):
26142         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26143         * nnml.el (nnml-request-update-info):
26144         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26145         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26146         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26147         (nnimap-request-set-mark):
26148         * nnfolder.el (nnfolder-request-update-info):
26149         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26150         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26151         * gnus-uu.el (gnus-uu-find-articles-matching):
26152         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26153         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26154         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26155         * gnus-nocem.el (gnus-nocem-scan-groups):
26156         * gnus-int.el (gnus-start-news-server):
26157         * gnus-group.el (gnus-group-make-kiboze-group)
26158         (gnus-group-browse-foreign-server):
26159         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26160         Use mapc when appropriate.
26161
26162 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26163             Adam Sjøgren  <asjo@koldfront.dk>
26164             Wes Hardaker  <wes@hardakers.net>
26165             Michael Shields  <shields@msrl.com>
26166
26167         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26168         may need for spam sorting and scoring.
26169         (spam-user-format-function-S): Add user format function suitable for
26170         general use.
26171         (spam-article-sort-by-spam-status): Add sorting function for summary
26172         sorting.
26173         (spam-extra-header-to-number): Add function to get a score from a
26174         header.
26175         (spam-summary-score): Add function to get a numeric score from the
26176         headers.
26177         (spam-generic-score): Fix function doc, was in wrong place.
26178         (spam-initialize): Take symbols when it's run, and install the
26179         extra headers that spam-necessary-extra-headers thinks we need.
26180
26181 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26182
26183         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26184         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26185
26186 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26187
26188         * gnus-sum.el (gnus-set-global-variables)
26189         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26190         (gnus-article-get-xrefs, gnus-summary-best-group)
26191         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26192         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26193         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26194         Use with-current-buffer.
26195
26196 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26197
26198         * spam.el (spam-summary-prepare-exit): Simplify logic.
26199         (spam-fetch-article-header): Read the article header if it's not
26200         available.
26201         (spam-list-articles): Simplify logic.
26202         (spam-filelist-register-routine): Fix bug with unregister-list.
26203
26204         * gnus-registry.el: Fix comments at beginning.
26205
26206 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26207
26208         * message.el (message-cater-to-broken-inn): Remove.
26209         (message-shorten-references): Make sure the total folded length of
26210         References is shorter than 998 characters to cater to a bug in INN
26211         2.3.  Also, don't pretend that references aren't folded -- this
26212         hasn't worked for a while.
26213
26214 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26215
26216         * gnus-agent.el (gnus-agentize):
26217         gnus-agent-send-mail-real-function no longer set to current value
26218         of message-send-mail-function but rather a lambda that calls
26219         message-send-mail-function.  The change makes the agent real-time
26220         responsive to user changes to message-send-mail-function.
26221
26222 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26223
26224         * legacy-gnus-agent.el
26225         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26226         help from Florian Weimer <fw@deneb.enyo.de>
26227
26228 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26229
26230         * nnmail.el (nnmail-cache-insert): Revert last change.
26231
26232 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26233
26234         * nnmail.el (nnmail-cache-insert): Always check whether
26235         nnmail-cache-ignore-groups matches a group name.
26236
26237 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26238
26239         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26240         (spam-find-spam, spam-log-processing-to-registry)
26241         (spam-log-registered-p, spam-log-unregistration-needed-p)
26242         (spam-log-undo-registration): Use gnus-message instead of
26243         gnus-error, none of these errors are fatal.
26244
26245         * gnus-registry.el (gnus-registry-clean-empty-function)
26246         (gnus-registry-clean-empty): Remove only empty entries without
26247         extra data.
26248
26249 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26250
26251         * spam-stat.el (spam-stat-buffer-change-to-spam)
26252         (spam-stat-buffer-change-to-non-spam): Change (error) to
26253         (gnus-message 8) invocation.
26254
26255 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26256
26257         * nntp.el (nntp-via-netcat-command): New variable.
26258         (nntp-via-netcat-switches): New variable.
26259         (nntp-open-via-rlogin-and-netcat): New function.
26260         (nntp-open-connection-function): Doc fix.
26261         (nntp-telnet-command): Doc fix.
26262         (nntp-end-of-line): Doc fix.
26263         (nntp-via-rlogin-command): Doc fix.
26264         (nntp-via-user-name): Doc fix.
26265         (nntp-via-address): Doc fix.
26266
26267 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26268
26269         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26270         error in Emacs 21.1.
26271
26272 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26273
26274         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26275
26276 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26277
26278         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26279         (gnus-agent-with-refreshed-group): New macro.
26280         (gnus-agent-rename-group): New function.
26281         (gnus-agent-delete-group): New function.
26282         (gnus-agent-save-group-info): Use gnus-command-method when
26283         `method' parameter is nil.  Don't write nil entries into the
26284         active file.
26285         (gnus-agent-get-group-info): New function.
26286         (gnus-agent-fetch-articles):
26287         Use gnus-agent-update-files-total-fetched-for to increment disk space
26288         used.
26289         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26290         Use gnus-agent-update-view-total-fetched-for to increment disk space
26291         used.
26292         (gnus-agent-get-local): Add optional parameters to avoid calling
26293         gnus-group-real-name and gnus-find-method-for-group.
26294         (gnus-agent-set-local): Delete stored entry if either min, or max,
26295         are nil.
26296         (gnus-agent-fetch-session): Reworded error/quit messages.
26297         On quit, use gnus-agent-regenerate-group to record existance of any
26298         articles fetched to disk before the quit occurred.
26299         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26300         gnus-agent-update-view-total-fetched-for, and
26301         gnus-agent-update-files-total-fetched-for to decrement disk space
26302         used.
26303         (gnus-agent-retrieve-headers):
26304         Use gnus-agent-update-view-total-fetched-for to increment disk space
26305         used.
26306         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26307         with gnus-agent-update-files-total-fetched-for to decrement disk
26308         space and fresh group buffer.
26309         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26310         (gnus-agent-need-update-total-fetched-for): New variable.
26311         (gnus-agent-update-files-total-fetched-for): New function.
26312         (gnus-agent-update-view-total-fetched-for): New function.
26313         (gnus-agent-total-fetched-for): New function.
26314
26315         * gnus-cache.el (gnus-cache-save-buffers):
26316         Use gnus-cache-update-overview-total-fetched-for to change disk space
26317         used by this group.
26318         (gnus-cache-possibly-enter-article):
26319         Use gnus-cache-update-file-total-fetched-for to increment disk space
26320         used by this group.
26321         (gnus-cache-possibly-remove-article):
26322         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26323         used by this group.
26324         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26325         (gnus-cache-rename-group): New function.
26326         (gnus-cache-delete-group): New function.
26327         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26328         (gnus-cache-need-update-total-fetched-for): New variable.
26329         (gnus-cache-with-refreshed-group): New macro.
26330         (gnus-cache-update-file-total-fetched-for): New function.
26331         (gnus-cache-update-overview-total-fetched-for): New function.
26332         (gnus-cache-rename-group-total-fetched-for): New function.
26333         (gnus-cache-delete-group-total-fetched-for): New function.
26334         (gnus-cache-total-fetched-for): New function.
26335
26336         * gnus-group.el: Require gnus-sum and autoload functions to
26337         resolve warnings when gnus-group.el compiled alone.
26338         (gnus-group-line-format): Document new %F.
26339         (size of Fetched data) group line format; identifies disk space
26340         used by agent and cache.
26341         (gnus-group-line-format-alist): Define new F format.
26342         (gnus-total-fetched-for): New function.
26343         (gnus-group-delete-group): No longer update
26344         gnus-cache-active-altered as gnus-request-delete-group now keeps
26345         the cache in sync.
26346         (gnus-group-list-active): Let the agent store a server's active
26347         list if currently plugged.
26348
26349         * gnus-int.el (gnus-request-delete-group):
26350         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26351         local disk in sync with the server.
26352         (gnus-request-rename-group):
26353         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26354         local disk in sync with the server.
26355
26356         * gnus-start.el (gnus-get-unread-articles):
26357         Cosmetic simplification to logic.
26358
26359         * gnus-util.el (gnus-rename-file): New function.
26360
26361 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26362
26363         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26364
26365 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26366
26367         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26368         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26369
26370 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26371
26372         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26373         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26374
26375 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26376
26377         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26378
26379 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26380
26381         * spam.el (spam-set-difference): Add function to replace
26382         gnus-set-difference in spam.el.
26383         (spam-summary-prepare-exit): Use spam-set-difference.
26384
26385 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26386
26387         * gnus-registry.el (gnus-registry-cache-file): Update to use
26388         gnus-dribble-directory OR gnus-home-directory OR ~.
26389         (gnus-registry-split-fancy-with-parent): Fix doc.
26390
26391 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26392
26393         * message.el (message-exchange-point-and-mark):
26394         Use message-mark-active-p.  Suggested by Jesper Harder
26395         <harder@ifa.au.dk>.
26396
26397 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26398
26399         * message.el (message-exchange-point-and-mark): Don't activate
26400         region if it was inactive.  Suggested by Hiroshi Fujishima
26401         <pooh@nature.tsukuba.ac.jp>.
26402
26403 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26404
26405         * gnus-art.el (article-display-face): Display Faces in the same
26406         order as X-Faces.
26407
26408 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26409
26410         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26411
26412 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26413
26414         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26415         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26416         (gnus-article-mime-hierarchy): Remove.
26417         (gnus-article-mime-hierarchy-next): Remove.
26418         (gnus-article-mode): Revert 2004-03-19 change.
26419         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26420         (gnus-insert-mime-button): Revert 2004-03-19 change.
26421         (gnus-mime-accumulate-hierarchy): Remove.
26422         (gnus-mime-enter-multipart): Remove.
26423         (gnus-mime-leave-multipart): Remove.
26424         (gnus-mime-display-part): Revert 2004-03-19 change.
26425         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26426
26427         * mml.el (mml-preview): Revert 2004-03-19 change.
26428
26429 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26430
26431         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26432
26433 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26434
26435         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26436         t while entering a file name using the mm-with-multibyte macro.
26437         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26438
26439         * mm-util.el (mm-with-multibyte): New macro.
26440
26441 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26442
26443         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26444         New user option.
26445         (gnus-mime-multipart-functions): Doc and customization fix.
26446         (gnus-article-mime-hierarchy): New variable.
26447         (gnus-article-mime-hierarchy-next): New variable.
26448         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26449         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26450         gnus-article-mime-hierarchy-next to nil.
26451         (gnus-insert-mime-button): Show hierarchy numbers.
26452         (gnus-mime-accumulate-hierarchy): New function.
26453         (gnus-mime-enter-multipart): New function.
26454         (gnus-mime-leave-multipart): New function.
26455         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26456         (gnus-mime-display-alternative): Show hierarchy numbers.
26457
26458         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26459         gnus-article-mime-hierarchy-next to nil.
26460
26461 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26462
26463         * dns.el: Don't require gnus-xmas.
26464
26465 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26466
26467         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26468         inline PGP.
26469         (mml-menu): Disable mml-quote-region if mark is inactive.
26470
26471 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26472
26473         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26474         when the group's active is not available.
26475
26476 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26477
26478         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26479         error.
26480
26481 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26482
26483         * imap.el (imap-store-password): New variable.
26484         (imap-interactive-login): Use it.
26485         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26486
26487 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26488
26489         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26490         window-start and hscroll to summary window.
26491
26492 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26493
26494         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26495         conversion message to newsrc-dribble when an actual conversion is
26496         performed.
26497
26498 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26499
26500         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26501
26502 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26503
26504         * mm-decode.el (mm-complicated-handles): New function reviving
26505         former definition of mm-multiple-handles.
26506
26507         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26508         (gnus-mime-delete-part): Use it.
26509
26510 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26511
26512         * gnus-agent.el (gnus-agent-read-local):
26513         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26514         avoid the implicit assumption that they will always be equal.
26515         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26516         coding-system-for-write, as the with-temp-file macro first prints
26517         to a buffer then saves the buffer.
26518
26519 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26520
26521         * gnus-art.el (gnus-article-edit-part): New function.
26522         (gnus-mime-save-part-and-strip): Use it; do query instead of
26523         signaling an error; don't use mm-multiple-handles.
26524         (gnus-mime-delete-part): Ditto.
26525
26526 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26527
26528         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26529         old file versions.
26530         (gnus-group-prepare-hook): Remove function that converted list
26531         form of gnus-agent-expire-days to group properties.
26532
26533         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26534         (gnus-request-accept-article): Re-indented.
26535
26536         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26537         converters to handle old agent file formats.  Add logic for a
26538         "backup before upgrading warning".
26539         (gnus-convert-mark-converter-prompt): Developers can mark
26540         functions as needing (default), or not needing,
26541         gnus-convert-old-newsrc's "backup before upgrading warning".
26542         (gnus-convert-converter-needs-prompt): Tests whether the user
26543         should be protected from potentially irreversable changes by the
26544         function.
26545
26546         * legacy-gnus-agent.el: New.  Provides converters that are only
26547         loaded when gnus-convert-old-newsrc needs to call them.
26548
26549 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26550
26551         * mail-source.el (mail-source-touch-pop): Doc fix.
26552
26553         * message.el (message-smtpmail-send-it): Doc fix.
26554
26555 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26556
26557         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26558
26559         * nnmail.el (nnmail-split-fancy): do.
26560
26561         * gnus-kill.el (gnus-kill, gnus-execute): do.
26562
26563 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26564
26565         * gnus-sum.el (gnus-widget-reversible-match)
26566         (gnus-widget-reversible-to-internal)
26567         (gnus-widget-reversible-to-external): New functions.
26568         (gnus-widget-reversible): New widget.
26569         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26570
26571 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26572
26573         * gnus-sum.el (gnus-thread-sort-functions)
26574         (gnus-article-sort-functions): Document `(not F)' items.
26575
26576 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26577
26578         * spam.el (spam-use-gmane-xref): Add new backend.
26579         (spam-gmane-xref-spam-group): Add variable to control the name of the
26580         Gmane spam group.
26581         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26582         (spam-regex-headers-spam, spam-regex-headers-ham)
26583         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26584         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26585         backends and checks.
26586         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26587
26588         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26589         an autodetect method.
26590
26591 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26592
26593         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26594         articles are being added to a group.
26595         (gnus-request-replace-article): Inform the agent that articles
26596         need to be uncached as the cached contents are no longer valid.
26597
26598 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26599
26600         * binhex.el: Don't autoload executable-find.
26601
26602         * canlock.el: Don't autoload mail-fetch-field.
26603
26604         * dgnushack.el: Autoload c-mode for XEmacs.
26605
26606         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26607
26608         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26609         rmail-dont-reply-to and rmail-output.
26610
26611         * gnus-score.el: Don't autoload ffap-string-at-point.
26612
26613         * gnus-setup.el: Don't autoload sc-cite-original.
26614
26615         * imap.el: Don't autoload base64-decode-string,
26616         base64-encode-string and md5.
26617
26618         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26619         and rmail-msg-restore-non-pruned-header.
26620
26621         * mm-decode.el: Don't autoload executable-find.
26622
26623         * mm-url.el: Don't autoload executable-find.
26624
26625         * mm-view.el: Don't autoload diff-mode.
26626
26627         * nndb.el: Don't autoload news-reply-mode, news-setup,
26628         cancel-timer and telnet.
26629
26630         * password.el: Don't autoload run-at-time for Emacs.
26631
26632         * sha1-el.el: Don't autoload executable-find.
26633
26634         * sieve-mode.el: Don't autoload c-mode.
26635
26636         * uudecode.el: Don't autoload executable-find.
26637
26638 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26639
26640         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26641         (gnus-agent-possibly-alter-active): Avoid null in numeric
26642         comparison.
26643         (gnus-agent-set-local): Refuse to save null in local object table.
26644         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26645         list of articles that will be marked as unread.
26646
26647 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26648
26649         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26650
26651 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26652
26653         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26654         language tags.
26655
26656 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26657
26658         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26659         Don't bind "obarray".
26660
26661         * gnus-sum.el (gnus-thread-sort-functions):
26662         Add `gnus-thread-sort-by-most-recent-number' and
26663         `gnus-thread-sort-by-most-recent-date'.
26664         Reported by Kai Grossjohann <kai@emptydomain.de>.
26665
26666 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26667
26668         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26669
26670 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26671
26672         * gnus-cus.el (gnus-agent-customize-category):
26673         Remove ignore-errors macro reference that required cl to be loaded at
26674         run-time.
26675
26676         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26677         single-interval range of the form (min . max).  Previously the
26678         range had to look like ((min . max)).  Likewise, return
26679         (min . max) rather than ((min . max)).
26680         (gnus-range-map): Use gnus-range-normalize to accept
26681         single-interval range.
26682
26683         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26684         the cache, but not the agent, now appear with their usual face.
26685
26686         * dgnushack.el (loaddir): New variable that is bound to the
26687         directory containing the dgnushack.el file.  Use loaddir, rather
26688         than srcdir, to update load-path.  Change lets dgnushack compile
26689         code in directories other than GNUS/lisp.
26690
26691 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26692
26693         * lpath.el: Don't bind w3m-safe-url-regexp.
26694
26695         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26696         w3m-safe-url-regexp variable buffer-local.
26697
26698         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26699
26700 2004-02-27  Simon Josefsson  <jas@extundo.com>
26701
26702         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26703         gnus-group-real-prefix.
26704         (gnus-summary-move-article): Use it, instead of
26705         gnus-group-real-prefix.
26706
26707 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26708
26709         * lpath.el: Bind w3m-safe-url-regexp.
26710
26711         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26712         w3m-safe-url-regexp variable buffer-local and set it as the value
26713         of mm-w3m-safe-url-regexp.
26714
26715         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26716
26717         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26718         parsing gnus-posting-styles when the message is not for replying.
26719
26720         * dgnushack.el: Autoload sgml-mode for XEmacs.
26721
26722         * nnrss.el (nnrss-opml-export):
26723         Use mm-set-buffer-file-coding-system instead of
26724         set-buffer-file-coding-system.
26725
26726 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26727
26728         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26729         of checkdoc.el).
26730         * nnrss.el: do.
26731         * gnus-mlspl.el: do.
26732         * gnus-ml.el: do.
26733         * gnus-srvr.el: do.
26734
26735         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26736
26737 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26738
26739         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26740         Corrections to custom-manual links.
26741
26742         * gnus-art.el (gnus-article): Ditto.
26743
26744         * mm-decode.el (mime-display, mime-security): Ditto.
26745
26746 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26747
26748         * flow-fill.el: Typo.
26749
26750 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26751
26752         * spam-wash.el: New file.
26753
26754 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26755
26756         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26757
26758 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26759
26760         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26761         to be run with new-articles as LIST1, not LIST2.
26762         (spam-registration-functions): Add spam-use-ham-copy as a nil
26763         registration backend.
26764
26765 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26766
26767         * spam-stat.el (spam-stat-washing-hook): New option.
26768         (spam-stat-buffer-words): Use it.
26769         (spam-stat-process-directory, spam-stat-test-directory):
26770         Use insert-file-contents-literally.
26771         (spam-stat-coding-system): New variable.
26772         (spam-stat-load, spam-stat-save): Use it.
26773
26774 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26775
26776         * spam-report.el (spam-report-plug-agent):
26777         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26778
26779 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26780
26781         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26782         Allow / in mailto URLs.
26783
26784 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26785
26786         * spam-report.el (spam-report-process-queue): Fix interactive use.
26787         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26788         (spam-report-unplug-agent): Doc fixes.
26789         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26790         (spam-report-agentize, spam-report-deagentize): Autoload.
26791
26792 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26793
26794         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26795
26796         * message.el (message-setup-fill-variables): Add mml tags to
26797         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26798         <ajk@iu.edu>.
26799         (message-mode): Don't modify paragraph-separate there.
26800
26801 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26802
26803         * compface.el (uncompface-use-external): Default to undecided.
26804         (uncompface-use-external-threshold): New variable.
26805         (uncompface-float-time): New macro.
26806         (uncompface): Determine whether to use the external decoder if
26807         uncompface-use-external is undecided.
26808
26809 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26810
26811         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26812         after images.
26813
26814         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26815
26816 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26817
26818         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26819
26820         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26821
26822         * gnus-sum.el (gnus-summary-limit-to-age)
26823         (gnus-summary-limit-children): do.
26824
26825         * gnus-int.el (gnus-request-scan): do.
26826
26827         * gnus-group.el (gnus-group-suspend): do.
26828
26829         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26830
26831         * gnus-cite.el (gnus-cite-parse-attributions): do.
26832
26833         * gnus-agent.el (gnus-summary-set-agent-mark)
26834         (gnus-agent-regenerate-group): do.
26835
26836         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26837
26838         * binhex.el (binhex-decode-region-internal): do.
26839
26840 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26841
26842         * gnus-fun.el (gnus-face-properties-alist): New user option.
26843         (gnus-display-x-face-in-from): Use it.
26844
26845         * gnus-art.el (article-display-face): Ditto.
26846
26847         * compface.el (uncompface-use-external): Default to nil.
26848
26849 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26850
26851         * nntp.el (nntp-erase-buffer): New function.
26852         (nntp-retrieve-data, nntp-send-command)
26853         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26854         (nntp-possibly-change-group): Use it.
26855
26856         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26857         Use with-current-buffer.
26858
26859 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26860
26861         * compface.el: Merge the ELisp-based uncompface program.
26862         (compface): New customization group.
26863         (uncompface-use-external): New user option.
26864         (uncompface): Call uncompface-internal if uncompface-use-external
26865         is nil.
26866         (uncompface-internal): New function.  Note that there are also
26867         some other functions and variables added for this function.
26868
26869 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26870
26871         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26872         if necessary.
26873
26874 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26875
26876         * spam-report.el (spam-report-unplug-agent)
26877         (spam-report-plug-agent, spam-report-deagentize)
26878         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26879         Add support for the Agent in spam-report: when unplugged, report to a
26880         file; when plugged, submit all the requests.
26881
26882         * spam.el (spam-register-routine): Fix message about
26883         registration.
26884
26885 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26886
26887         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26888         dependencies.
26889         (rfc2047-encode): Use it.
26890
26891         * gnus-art.el (gnus-button-marker-list): Move before first
26892         reference.
26893
26894         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26895         (imap-parse-body): Fix format string mismatch.
26896
26897         * gnus-score.el (gnus-summary-increase-score): do.
26898
26899         * nnrss.el (nnrss-close): New function.
26900
26901 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26902
26903         * nnrss.el (nnrss-make-filename): New function.
26904         (nnrss-request-delete-group, nnrss-read-server-data)
26905         (nnrss-save-server-data, nnrss-read-group-data)
26906         (nnrss-save-group-data): Use it.
26907         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26908         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26909         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26910
26911 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26912
26913         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26914
26915 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26916
26917         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26918         files.
26919
26920         * message.el (message-generate-headers-first): Don't quote nil
26921         and t in docstrings.
26922
26923         * imap.el (imap-id): do.
26924
26925         * gnus-agent.el (gnus-agent-consider-all-articles)
26926         (gnus-agent-queue-mail): do.
26927
26928 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26929
26930         * spam-report.el (spam-report-process-queue): New function.
26931         Process requests from `spam-report-requests-file'.
26932         (spam-report-process-queue): Doc fix.
26933
26934 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26935
26936         * spam.el (spam-register-routine)
26937         (spam-log-processing-to-registry, spam-log-registered-p)
26938         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26939         Change "check" to "spam-check" for semi-clarity.
26940
26941 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26942
26943         * pop3.el: Require nnheader.
26944
26945         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26946
26947         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26948
26949         * gnus-picon.el: Require cl.
26950
26951         * gnus-fun.el: Require gnus-ems and gnus-util.
26952
26953         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26954
26955         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26956
26957         * gnus-art.el (gnus-article-edit-mode): Define before first
26958         reference.
26959
26960 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26961
26962         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26963         (gnus-uu-post-encoded): Use point-at-bol.
26964
26965         * gnus-topic.el (gnus-group-active-topic-p): do.
26966
26967         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26968
26969         * gnus-group.el (gnus-group-kill-region): do.
26970
26971         * gnus-art.el (article-date-ut): do.
26972
26973         * message.el (message-fetch-field): Remove redundant
26974         case-fold-search binding.
26975         (message-narrow-to-field): Simplify.
26976
26977 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26978
26979         * spam.el (spam-directory): Derive from `gnus-directory'.
26980
26981         * spam-report.el (spam-report-url-to-file)
26982         (spam-report-requests-file): New function and variable for offline
26983         reporting.
26984         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26985         and user defined function.
26986         (spam-report-url-ping-mm-url): Remove doubled slash.
26987
26988 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26989
26990         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26991
26992 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26993
26994         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26995         Fix format string mismatch.
26996
26997         * sieve.el (sieve-deactivate-all): do.
26998
26999         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27000
27001         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27002
27003         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27004
27005         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27006
27007 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27008
27009         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27010         the list of checks.
27011
27012 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27013
27014         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27015         padding.
27016
27017 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27018
27019         * mm-view.el (mm-fill-flowed): New variable.
27020         (mm-inline-text): Use it.
27021
27022 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27023
27024         * spam.el (spam-spamassassin-register-ham-routine)
27025         (spam-spamassassin-register-spam-routine): Fix function names.
27026
27027 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27028
27029         * gnus.el (gnus-tmp-grouplens): Remove.
27030         (gnus-summary-line-format): Remove grouplens.
27031
27032         * gnus-group.el (gnus-group-line-format): Ditto.
27033
27034         * gnus-spec.el (gnus-format-specs): Ditto.
27035         (gnus-update-format-specifications): Flush the group format spec
27036         cache if there's the grouplens stuff.
27037         (gnus-parse-simple-format): Replace %l with the empty string.
27038
27039 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27040
27041         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27042         omission.
27043
27044 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27045
27046         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27047         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27048
27049 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27050
27051         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27052         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27053         New macros and functions.
27054         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27055         Handle > NLINK_MAX messages.
27056         * nnmaildir.el (nnmaildir-request-set-mark):
27057         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27058
27059 2004-01-25  Alex Schroeder  <alex@gnu.org>
27060
27061         * spam-stat.el (spam-stat-process-directory-age): New option.
27062         (spam-stat-process-directory): Use it.
27063
27064 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27065
27066         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27067         (spam-stat-save): Accept prefix argument.
27068
27069 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27070
27071         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27072         links" error.
27073
27074 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27075
27076         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27077         the rest of the and/or forms.
27078
27079 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27080
27081         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27082         compatibility with old .newsrc.eld files.
27083
27084         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27085
27086         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27087
27088         * gnus-start.el (gnus-1): do.
27089
27090         * gnus-group.el (gnus-group-line-format-alist): do.
27091
27092         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27093
27094         * gnus-gl.el: Remove.
27095
27096 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27097
27098         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27099         marks consisting of a single range {for example, (3 . 5)} rather
27100         than a list of a single range { ((3 . 5)) }.
27101
27102 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27103
27104         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27105         Use with-current-buffer.
27106         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27107         avoid consing a string.
27108
27109         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27110         Remove obsolete entries for big5 and gb2312.
27111
27112 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27113
27114         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27115         uncompressed list.
27116
27117 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27118
27119         * spam-stat.el (spam-stat-strip-xref): New function.
27120         (spam-stat-process-directory): Use it.
27121
27122         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27123         here -- it's done in message-fetch-field.
27124
27125 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27126
27127         * gnus-agent.el (gnus-agent-queue-mail)
27128         (gnus-agent-prompt-send-queue): New variables.
27129         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27130         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27131         "nndraft:queue" along to gnus-draft-send.
27132         Use gnus-agent-prompt-send-queue.
27133         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27134         is "nndraft:queue".  Suggested by Gaute Strokkenes
27135         <gs234@srcf.ucam.org>
27136
27137         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27138         (agent-enable-undownloaded-faces): Add.
27139         (gnus-agent-cat-groups): Use eval-and-compile, not
27140         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27141         method of gnus-agent-cat-groups even when the buffer has been
27142         evaled.
27143         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27144         delete gnus-agent-save-active-1.
27145         (gnus-agent-save-groups): Delete.  Identical to
27146         gnus-agent-save-active.
27147         (gnus-agent-write-active): No longer adjust agent's copy of active
27148         file as agent's adjustments are now stored in their own
27149         file.  Remove optional parameter.
27150         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27151         servers.  Add use of min/max range limits from server's local
27152         file.
27153         (gnus-agent-save-alist): Remove unused optional argument.
27154         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27155         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27156         (gnus-agent-set-local): A per-server file that keeps min/max range
27157         limits for articles known to the agent.  Provides a fast mechanism
27158         for altering many active ranges.
27159         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27160         active file (local makes it unnecessary).
27161         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27162
27163         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27164         (agent-enable-undownloaded-faces): Add.
27165
27166         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27167         disable it when sending to "nndraft:queue".
27168         (gnus-group-send-queue): Add safety check to avoid sending queue
27169         when unplugged.
27170
27171         * gnus-group.el (gnus-group-catchup): Use new
27172         gnus-sequence-of-unread-articles, not
27173         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27174         numbers of articles.  Use gnus-range-map to avoid having to
27175         uncompress the unread list.
27176         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27177         Fix invalid ange-ftp reference.
27178
27179         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27180         (gnus-sorted-range-intersection): Intersection of two ranges
27181         without requiring that they first be uncompressed.
27182
27183         * gnus-start.el (gnus-activate-group): Unless blocked by the
27184         caller, possibly expand the active range to include both cached
27185         and agentized articles.
27186         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27187         multiple version-dependent converters.
27188         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27189         gnus-agent-save-active.
27190         (gnus-save-newsrc-file): Save dirty agent range limits.
27191
27192         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27193         gnus-agent-possibly-alter-active.
27194         (gnus-adjust-marked-articles): Faster handling of simple lists.
27195
27196 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27197
27198         * spam-stat.el (spam-stat-test-directory): New optional argument
27199         displays a list of files detected.  Suggested by Andrew Cohen
27200         <cohen@andy.bu.edu>.
27201         (spam-stat-buffer-words-with-scores): Don't narrow and change
27202         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27203
27204 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27205
27206         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27207         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27208         (spam-spamassassin-arguments)
27209         (spam-spamassassin-spam-flag-header)
27210         (spam-spamassassin-positive-spam-flag-header)
27211         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27212         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27213         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27214         (spam-list-of-processors, spam-list-of-checks)
27215         (spam-list-of-statistical-checks, spam-registration-functions)
27216         (spam-check-spamassassin-headers, spam-check-spamassassin)
27217         (spam-spamassassin-score)
27218         (spam-spamassassin-register-with-sa-learn)
27219         (spam-spamassassin-register-spam-routine)
27220         (spam-spamassassin-register-ham-routine)
27221         (spam-assassin-register-spam-routine)
27222         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27223         (spam-bogofilter-score): Fix to show article before scoring.
27224
27225 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27226
27227         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27228         default scoring function.
27229         (spam-generic-score): Call spam-spamassassin-score if
27230         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27231         spam-bogofilter-score otherwise.
27232
27233         * gnus.el (spam-process, spam-autodetect-methods):
27234         Add spamassassin and spamassassin-headers.
27235
27236 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27237
27238         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27239         Suppress unnecessary messages.
27240
27241 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27242
27243         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27244         make-hash-table.
27245
27246 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27247
27248         * canlock.el (base64-encode-string): Don't autoload it.
27249
27250 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27251
27252         * run-at-time.el: Remove useless (require 'itimer),
27253         eval-and-compile and (featurep 'xemacs).
27254
27255 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27256
27257         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27258         GROUP is a virtual group.
27259
27260 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27261
27262         * gnus.el: Autoload `message-y-or-n-p'.
27263
27264 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27265
27266         * pgg-parse.el: Remove unnecessary (require 'custom).
27267
27268         * pgg-def.el: do.
27269
27270         * nnmail.el: do.
27271
27272         * gnus-undo.el: do.
27273
27274         * gnus-picon.el: do.
27275
27276         * gnus-util.el: do.
27277
27278 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27279
27280         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27281
27282 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27283
27284         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27285         handle, as well as a list.
27286
27287         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27288         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27289         (mm-w3m-cid-retrieve): Simplify.
27290
27291 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27292
27293         * message.el (message-kill-to-signature): Allow prefix arg to
27294         specify number of lines to keep before signature.
27295
27296 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27297
27298         * message.el (message-kill-to-signature): Change docstring.
27299
27300 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27301
27302         * canlock.el: Always require sha1-el.
27303         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27304
27305         * message.el: Autoload sha1 only when compiling.
27306
27307         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27308         eudc-expand-inline for XEmacs.
27309
27310 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27311
27312         * message.el (message-canlock-generate): Require sha1-el.
27313
27314 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27315
27316         * message.el (message-expand-name): Silence the byte compiler.
27317
27318         * lpath.el: Add detect-coding-system.
27319
27320         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27321         cus-edit.
27322
27323 2004-01-13  Simon Josefsson  <jas@extundo.com>
27324
27325         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27326         Invoke gnus-score-mode.
27327         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27328
27329         * gnus-range.el (gnus-compress-sequence): Doc fix.
27330         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27331
27332 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27333
27334         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27335
27336 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27337
27338         * spam.el (spam-get-article-as-string): Update to use
27339         gnus-request-article-this-buffer, much simpler.
27340         (spam-get-article-as-buffer): Remove.
27341
27342 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27343
27344         * message.el (message-expand-name): Use EUDC if the user uses that.
27345
27346 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27347
27348         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27349         character for the encoding to avoid consing a string.
27350
27351         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27352         unnecessarily.
27353
27354         * mm-util.el (mm-replace-chars-in-string): Remove.
27355
27356         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27357         of mm-replace-chars-in-string.
27358
27359 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27360
27361         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27362
27363         * mm-util.el (mm-subst-char-in-string): Support inplace.
27364
27365         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27366         a new string in every iteration.  Use shy groups.
27367
27368 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27369
27370         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27371         * gnus-soup.el (gnus-soup-group-brew):
27372         * gnus-msg.el (gnus-put-message):
27373         * gnus-move.el (gnus-group-move-group-to-server):
27374         * gnus-kill.el (gnus-batch-score):
27375         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27376         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27377         (gnus-group-update-group, gnus-group-read-group)
27378         (gnus-group-make-group, gnus-group-make-help-group)
27379         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27380         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27381         (gnus-group-sort-by-unread, gnus-group-catchup)
27382         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27383         (gnus-group-yank-group, gnus-group-set-info)
27384         (gnus-group-list-groups):
27385         * gnus.el (gnus-generate-new-group-name):
27386         * gnus-delay.el (gnus-delay-send-queue):
27387         * nnvirtual.el (nnvirtual-catchup-group):
27388         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27389         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27390         (gnus-group-prepare-topics, gnus-topic-check-topology):
27391         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27392         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27393         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27394         (gnus-group-make-articles-read):
27395         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27396         (gnus-group-change-level, gnus-kill-newsgroup)
27397         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27398         (gnus-get-unread-articles, gnus-make-articles-unread)
27399         (gnus-make-ascending-articles-unread): Use accessor
27400         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27401         to get group information for improved readability.
27402
27403
27404 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27405
27406         * gnus-art.el (article-decode-mime-words, article-babel)
27407         (gnus-article-highlight-signature, gnus-article-add-buttons)
27408         (gnus-signature-toggle): Use gnus-with-article-buffer.
27409
27410         * gnus-art.el (gnus-article-highlight-headers)
27411         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27412
27413         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27414         (gnus-article-set-globals, gnus-request-article-this-buffer)
27415         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27416         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27417         (gnus-mime-display-alternative): Use with-current-buffer.
27418
27419 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27420
27421         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27422         also under 80 char limit, and call gnus-error if needed.
27423         (spam-fetch-article-header): Fix - it was a
27424         buffer-local variable (gnus-newsgroup-data).
27425         (spam-find-spam): Use spam-generate-fake-headers, forget about
27426         spam-insert-fake-headers.
27427         (spam-insert-fake-headers): Remove.
27428
27429 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27430
27431         * deuglify.el (gnus-article-outlook-unwrap-lines)
27432         (gnus-outlook-rearrange-article)
27433         (gnus-outlook-repair-attribution-outlook)
27434         (gnus-outlook-repair-attribution-block)
27435         (gnus-outlook-repair-attribution-other): Remove redundant
27436         save-excursion.
27437
27438 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27439
27440         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27441         (spam-fetch-field-subject-fast)
27442         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27443         (spam-fetch-article-header): Add functions to deal with Gnus
27444         internals for fast retrieval of article header data.
27445         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27446
27447 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27448
27449         * pop3.el (pop3-md5): Remove.
27450         (pop3-apop): Replace pop3-md5 with md5.
27451
27452         * mm-bodies.el: base64 is always built-in.
27453
27454         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27455         Use with-current-buffer.
27456
27457 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27458
27459         * canlock.el (canlock-insert-header): Remove excessive grouping in
27460         regexp.
27461
27462         * gnus-sum.el (gnus-summary-read-document): Ditto.
27463
27464         * gnus-uu.el (gnus-uu-part-number): Ditto.
27465
27466         * html2text.el (html2text-remove-tags): Ditto.
27467         (html2text-format-tags): Ditto.
27468         (html2text-format-single-elements): Ditto.
27469
27470         * mml.el (mml-parse-1): Ditto.
27471
27472 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27473
27474         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27475
27476         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27477
27478         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27479
27480         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27481
27482 2003-11-15  Simon Josefsson  <jas@extundo.com>
27483
27484         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27485         (pgg-gpg-lookup-key): Use regexp match instead of
27486         split-string (split-string is different between emacs 21.2 and
27487         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27488
27489 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27490
27491         * gnus-art.el (gnus-mime-view-all-parts)
27492         (gnus-article-part-wrapper, gnus-article-view-part):
27493         Use with-current-buffer.
27494
27495 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27496
27497         * spam.el (spam-disable-spam-split-during-ham-respool)
27498         (spam-spamoracle-database, spam-cache-lookups)
27499         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27500         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27501         (spam-group-ham-marks, spam-group-spam-marks)
27502         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27503         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27504         also add spam-use-blackholes to the statistical checks.
27505         (spam-fetch-field-fast): Add interface to fetching fields, may
27506         become a macro.
27507         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27508         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27509         (spam-insert-fake-headers): Fake an article when needed.
27510         (spam-find-spam): Fake article when possible.
27511         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27512         (spam-check-bogofilter-headers): Use message-fetch-field instead
27513         of nnmail-fetch-field.
27514
27515 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27516
27517         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27518
27519 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27520
27521         * spam.el (spam-split): Do not require spam-use-CHECK to be
27522         enabled if that check is passed to spam-split explicitly; also
27523         fix so 'spam doesn't get converted to spam-split-group when
27524         spam-split-symbolic-return is t.
27525         (spam-find-spam): Find registrations of the article and use those
27526         instead of re-running spam-split to find the spam/ham
27527         classification of the article.
27528         (spam-log-processing-to-registry, spam-log-registered-p)
27529         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27530         Use gnus-error instead of gnus-message.
27531         (spam-log-registration-type): Add function to determine the
27532         classification of a message based on registry entries; will
27533         return nil if both 'spam and 'ham are found.
27534         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27535         a reasonably fast local cache without the loading errors.
27536         (spam-cache-lookups): Set to t by default.
27537         (spam-find-spam): Don't try to guess spam-cache-lookups.
27538         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27539         spam-caches entry.
27540         (spam-filelist-build-cache, spam-filelist-check-cache):
27541         Fix caching of whitelist/blacklist entries.
27542         (spam-check-whitelist, spam-check-blacklist):
27543         Invoke spam-from-listed-p with a type, not a cache variable.
27544         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27545
27546 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27547
27548         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27549
27550         * nnmail.el (nnmail-split-fancy): do.
27551
27552         * mml.el (mml-parse): do.
27553
27554         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27555         (gnus-score-adaptive): do.
27556
27557 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27558
27559         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27560         (gnus-mime-button-map): Don't set keymap parent.
27561         (gnus-button-ctan-directory-regexp): Use shy grouping.
27562         (gnus-prev-page-map): Don't set keymap parent.
27563         (gnus-prev-page-map): Remove duplicated one.
27564         (gnus-next-page-map): Don't set keymap parent.
27565         (gnus-mime-security-button-map): Ditto.
27566
27567         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27568         version number.
27569
27570         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27571
27572 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27573
27574         * canlock.el (canlock-sha1-function): Remove.
27575         (canlock-sha1-function-for-verify): Remove.
27576         (canlock-openssl-program): Remove.
27577         (canlock-openssl-args): Remove.
27578         (canlock-ignore-errors): Remove.
27579         (canlock-sha1-with-openssl): Remove.
27580         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27581         (canlock-verify): Don't use canlock-ignore-errors.
27582
27583         * sha1-el.el (sha1-string-external): Make it can return a string
27584         in binary form.
27585         (sha1-region-external): Ditto.
27586         (sha1-string-internal): Ditto.
27587         (sha1-region-internal): Ditto.
27588         (sha1-region): Ditto.
27589         (sha1-string): Ditto.
27590         (sha1): Ditto.
27591
27592 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27593
27594         * spam.el (spam-report-articles-gmane): New command.
27595
27596 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27597
27598         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27599
27600         * run-at-time.el (run-at-time-saved): Remove.
27601         (run-at-time): Doc fix.
27602
27603 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27604
27605         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27606         (gnus-summary-limit-map): Add it.
27607         (gnus-summary-make-menu-bar): do.
27608
27609 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27610
27611         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27612         Make attempt at some caching support (done for BBDB only now).
27613         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27614         addresses to be checked.
27615         (spam-clear-cache-BBDB): Add function, to be invoked by
27616         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27617         (spam-check-BBDB): Check and use the caches, if
27618         spam-cache-lookups is on, remove superfluous (provide).
27619
27620 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27621
27622         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27623
27624 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27625
27626         * run-at-time.el (run-at-time-saved): Move to after the definition
27627         of `run-at-time'.
27628
27629         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27630
27631 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27632
27633         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27634         mm-w3m-local-map-property.
27635
27636         * mm-view.el (mm-w3m-mode-map): Remove.
27637         (mm-w3m-local-map-property): Remove.
27638         (mm-inline-text-html-render-with-w3m): Don't use
27639         mm-w3m-local-map-property.
27640
27641 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27642
27643         * run-at-time.el: New file.
27644
27645         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27646         under Emacs.
27647
27648         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27649         of gnus-set-text-properties.
27650
27651         * gnus-uu.el (gnus-uu-save-article): Ditto.
27652
27653         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27654
27655         * gnus-cite.el (gnus-cite-parse): Ditto.
27656
27657         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27658         of gnus-.
27659
27660         * gnus-xmas.el (run-at-time): Require run-at-time.
27661
27662         * gnus.el: Change calls to nnheader-run-at-time and
27663         password-run-at-time throughout to use run-at-time directly.
27664
27665         * password.el: Remove definition of run-at-time.
27666
27667         * nnheaderxm.el: Remove definition of run-at-time.
27668
27669 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27670
27671         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27672         in prompt.
27673
27674 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27675
27676         * messagexmas.el (message-xmas-redefine): Alias
27677         `message-make-caesar-translation-table' to
27678         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27679         version.
27680
27681         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27682         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27683         `gnus-xmas-set-text-properties'.
27684         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27685         `gnus-xmas-completing-read'.
27686         (gnus-xmas-completing-read): Removed.
27687         (gnus-xmas-open-network-stream): Removed.
27688
27689         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27690         XEmacs version.
27691
27692         * dns.el (dns-make-network-process): Use `open-network-stream'
27693         instead of `gnus-xmas-open-network-stream'.
27694
27695         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27696
27697         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27698
27699 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27700
27701         * gnus-art.el (gnus-mime-display-alternative)
27702         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27703         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27704         Don't use gnus-local-map-property.
27705
27706         * gnus-util.el (gnus-local-map-property): Remove.
27707
27708         * mm-view.el (mm-view-pkcs7-decrypt):
27709         Replace gnus-completing-read-maybe-default with completing-read.
27710
27711         * gnus-util.el (gnus-completing-read): do.
27712         (gnus-completing-read-maybe-default): Remove.
27713
27714 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27715
27716         * password.el: Only autoload `run-at-time' if not XEmacs.
27717         Only autoload the itimer functions if XEmacs.
27718
27719 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27720
27721         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27722         XEmacsen.
27723
27724         * dgnushack.el: Autoload executable-find for XEmacs.
27725
27726 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27727
27728         * gnus-art.el (gnus-read-string): Remove.
27729         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27730         read-string.
27731
27732 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27733
27734         * netrc.el: Autoload password-read.
27735         (netrc): Add configuration group.
27736         (netrc-encoding-method, netrc-openssl-path):
27737         Add variables for encoding and decoding of files with symmetric
27738         ciphers.
27739         (netrc-encode): Add assistant function to encode a file with
27740         netrc-encoding-method.
27741         (netrc-parse): Add interactive parameter, added optional
27742         decoding if netrc-encoding-method is non-nil but otherwise
27743         behavior is standard.
27744         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27745         Do s/encode/encrypt/ everywhere.
27746
27747         * spam.el: Remove executable-find autoload.
27748
27749 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27750
27751         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27752
27753         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27754
27755 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27756
27757         * gnus-art.el (gnus-treat-ansi-sequences)
27758         (article-treat-ansi-sequences): New variable and function.
27759         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27760
27761         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27762         Use it.
27763
27764 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27765
27766         * mm-util.el (mm-quote-arg): Remove.
27767
27768         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27769         shell-quote-argument.
27770
27771         * gnus-uu.el (gnus-uu-command): do.
27772
27773         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27774
27775         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27776         with make-char.
27777
27778         * mm-util.el (mm-make-char): Remove.
27779
27780         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27781         add-minor-mode.
27782
27783         * gnus-undo.el (gnus-undo-mode): do.
27784
27785         * gnus-topic.el (gnus-topic-mode): do.
27786
27787         * gnus-sum.el (gnus-dead-summary-mode): do.
27788
27789         * gnus-start.el (gnus-slave-mode): do.
27790
27791         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27792
27793         * gnus-ml.el (gnus-mailing-list-mode): do.
27794
27795         * gnus-gl.el (gnus-grouplens-mode): do.
27796
27797         * gnus-draft.el (gnus-draft-mode): do.
27798
27799         * gnus-dired.el (gnus-dired-mode): do.
27800
27801         * gnus-ems.el (gnus-add-minor-mode): Remove.
27802
27803         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27804         Replace gnus-char-width with char-width.
27805
27806         * gnus-ems.el (gnus-char-width): Remove.
27807
27808         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27809         Replace gnus-char-width with char-width.
27810
27811         * gnus-ems.el (gnus-char-width): Remove.
27812
27813         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27814         definition.
27815         Remove Emacs 20 hash table compatibility code.
27816
27817         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27818         20 compatibility code.
27819
27820         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27821
27822         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27823
27824         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27825         Replace with point-at-{eol,bol}.
27826
27827         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27828
27829         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27830
27831         * flow-fill.el (fill-flowed-point-at-bol)
27832         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27833
27834         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27835         Replace with point-at-{eol,bol} throughout all files.
27836
27837 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27838
27839         * ntlm.el (ntlm-string-as-unibyte): New macro.
27840         (ntlm-build-auth-response): Use it.
27841
27842         Remove Emacs 20 stuff:
27843         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27844         (butlast, mapc, remove): Remove the compiler macros.
27845         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27846         of delq and copy-sequence.
27847         * gnus-art.el (popup-menu): Remove the compiler macro.
27848         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27849         Emacs 20.
27850
27851 2004-01-05  Simon Josefsson  <jas@extundo.com>
27852
27853         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27854         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27855         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27856         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27857         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27858         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27859         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27860         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27861         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27862         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27863         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27864         string-xor into ntlm-string-xor.
27865         Suggested by Jesper Harder <harder@myrealbox.com>.
27866
27867         * ntlm.el: Don't include poem.
27868
27869         * md4.el (print-int32, print-string-hexa): Remove.
27870         Suggested by Jesper Harder <harder@myrealbox.com>.
27871
27872         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27873
27874         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27875         probably breaks emacs with DL patch, but do we care? Is anyone
27876         still using the DL stuff?)
27877
27878         * sieve-manage.el: Use the password package.
27879         (sieve-manage-read-passwd): Remove.
27880         (sieve-manage-interactive-login): Use password.  Re-add
27881         condition-case around loop.
27882
27883         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27884         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27885         Use the password package.
27886
27887 2003-02-19  Simon Josefsson  <jas@extundo.com>
27888
27889         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27890         token.
27891
27892 2002-08-07  Simon Josefsson  <jas@extundo.com>
27893
27894         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27895         (sieve-manage-authenticators)
27896         (sieve-manage-authenticator-alist): Add some SASL mechs.
27897         (sieve-sasl-auth): New function.
27898         (sieve-manage-cram-md5-auth)
27899         (sieve-manage-plain-auth): Rewrite using SASL library.
27900         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27901         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27902         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27903         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27904
27905 2004-01-05  Simon Josefsson  <jas@extundo.com>
27906
27907         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27908         New files.
27909
27910 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27911
27912         * gnus-group.el (gnus-no-groups-message): Update.
27913
27914         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27915
27916 2003-11-09  Simon Josefsson  <jas@extundo.com>
27917
27918         * imap.el: Support for ID IMAP extension (RFC 2971).
27919         (imap-local-variables): Add imap-id.
27920         (imap-id): New variable.
27921         (imap-id): New function.
27922         (imap-parse-response): Parse untagged ID response.
27923         * nnimap.el (nnimap-id): New variable.
27924         (nnimap-open-connection): Use it.
27925
27926 2003-12-28  Simon Josefsson  <jas@extundo.com>
27927
27928         * gnus-score.el (gnus-score-edit-all-score): New.
27929         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27930
27931 2004-01-04  Simon Josefsson  <jas@extundo.com>
27932
27933         * password.el: Add.
27934
27935 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27936
27937         * dns.el (dns-query-types): Fix typo.
27938         (dns-query-types): New function.
27939         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27940         PTR and SOA replies, see RFC 1035.
27941
27942 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27943
27944         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27945
27946         * Move to Changelog.2.
27947
27948 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27949
27950         * gnus.el (gnus-version-number): Bump version.
27951
27952 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27953
27954         * gnus.el: No Gnus v0.1 is released.
27955
27956 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27957
27958         * gnus.el: No Gnus v0.0 is released.
27959
27960 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27961
27962         * gnus.el (gnus-version-number): Bump.
27963         (gnus-version): No.
27964
27965 See ChangeLog.2 for earlier changes.
27966
27967   Copyright (C) 2004-2015 Free Software Foundation, Inc.
27968
27969   This file is part of GNU Emacs.
27970
27971   GNU Emacs is free software: you can redistribute it and/or modify
27972   it under the terms of the GNU General Public License as published by
27973   the Free Software Foundation, either version 3 of the License, or
27974   (at your option) any later version.
27975
27976   GNU Emacs is distributed in the hope that it will be useful,
27977   but WITHOUT ANY WARRANTY; without even the implied warranty of
27978   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27979   GNU General Public License for more details.
27980
27981   You should have received a copy of the GNU General Public License
27982   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27983
27984 ;; Local Variables:
27985 ;; coding: utf-8
27986 ;; fill-column: 79
27987 ;; add-log-time-zone-rule: t
27988 ;; End: