1a99df5442313ff9ee44c8cc054aeb1dfaaba923
[gnus] / lisp / ChangeLog
1 2015-01-30  Glenn Morris  <rgm@gnu.org>
2
3         * gnus-registry.el (gnus-registry-max-pruned-entries)
4         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
5         Fix :version.
6         (gnus-registry-default-sort-function): Improve :type.
7
8 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
9
10         * nnimap.el (nnimap-request-group): Allow running this function on
11         groups that don't exist in Gnus yet.
12         (nnimap-request-group): Revert previous patch since that made it
13         impossible to enter nnimap groups.
14
15         * message.el (message-smtpmail-send-it): Remove the mail header
16         separator before sending.
17
18 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
19
20         * nnimap.el (nnimap-find-expired-articles): Fix handling of
21         (expiry-wait . never).
22
23 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
24
25         * nnimap.el (nnimap-request-group): Clear the buffer before returning
26         the data.
27
28 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * gnus-compat.el (string-bytes): Work for XEmacs.
31
32 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
33
34         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
35
36         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
37         IMAP.
38
39 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
40
41         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
42
43         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
44         be added to the backlog.
45
46 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
47
48         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
49         target with a recursive make call.
50
51 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
52
53         * nnimap.el (nnimap-header-parameters): Refactor and request
54         X-GM-LABELS if it's been announced.
55         (nnimap-transform-headers): Gather and output GM-LABELS.
56
57 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
58
59         * mm-decode.el (mm-display-part): Make non-string methods work.
60         Non-string methods are funcalled and work just fine, the test was
61         bogus.
62         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
63         whole frame.
64
65 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
66
67         * nnimap.el (nnimap-request-accept-article): Allow respooling using
68         nnimap.
69
70         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
71         request rescans when being run interactively.
72
73         * nnimap.el (nnimap-request-group): Don't rescan the group here,
74         because that can be very slow in large groups.
75
76         * gnus-int.el (gnus-request-group-scan): New backend function.
77
78         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
79
80 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
81
82         * gnus-group.el (gnus-group-suspend): Close all backends.
83
84 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
85
86         * dgnushack.el (dgnushack-compile-file): New function.
87         (dgnushack-compile): Use it (bug#19514).
88
89 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
92
93 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
94
95         * registry.el: Don't use <class> as a variable.
96
97 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
98
99         system-name's returned value can vary
100         Also, the system-name variable is now obsolete.
101         Fixes Bug#19438.
102         * message.el (message-make-fqdn):
103         * nnvirtual.el (nnvirtual-retrieve-headers)
104         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
105         and avoid naming locals 'system-name'.
106
107 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
108
109         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
110         lines don't get overlong when responding.
111
112 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * registry.el (cl-remf, cl-loop, cl-subseq):
115         Alias to remf, loop, and subseq respectively for old Emacsen.
116
117 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
118
119         * gnus-group.el (gnus-read-ephemeral-bug-group):
120         Bind coding-system-for-read and coding-system-for-write only around
121         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
122
123 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
124
125         * registry.el (registry-db): Set default slot later.
126         This is because its value is not a literal integer.
127
128 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
129
130         * registry.el (registry-db): Fix default registry-db max-size.
131
132 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
133
134         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
135         add warning.
136
137         * gnus-art.el: Fix up compiler warnings.
138         (article-display-face, article-display-x-face): Remove unused `face'.
139         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
140         (article-date-ut): Remove unused var `first'.
141         (gnus-article-prepare): Remove unused var `gnus-article'.
142         (gnus-mime-save-part-and-strip): Remove unused var `param'.
143         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
144         `coding-system' along with corresponding dead code.
145         (gnus-mime-view-part-externally): Remove unused var
146         `mm-user-display-methods'.
147         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
148         (gnus-display-mime): Remove unused var `handle'.
149         (gnus-mime-display-alternative): Remove unused var `props'.
150         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
151         (gnus-article-edit-done): Remove unused var `p'.
152         (gnus-url-mailto): Remove unused var `to'.
153         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
154         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
155
156 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
157
158         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
159         slots into a :max-size slot.
160         (registry-db-version): Add new variable for database version number.
161         (registry-prune): Use :max-size slot. Accept and use a sort-function
162         argument.
163         (registry-collect-prune-candidates): Add new function for finding
164         non-precious pruning candidates.
165         (registry-prune-hard-candidates, registry-prune-soft-candidates):
166         Remove obsolete functions.
167         (initialize-instance): Upgrade registry version when starting.
168
169         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
170         (gnus-registry-max-pruned-entries): Remove obsolete variable.
171         (gnus-registry-cache-file): Change default
172         filename extension to "eieio".
173         (gnus-registry-read): Add new function, split out from
174         `gnus-registry-load', that does the actual object reading.
175         (gnus-registry-load): Use it. Add condition case handler to check for
176         old filename extension and rename to the new one.
177         (gnus-registry-default-sort-function): New variable to specify a sort
178         function to use when pruning.
179         (gnus-registry-save, gnus-registry-insert): Use it.
180         (gnus-registry-sort-by-creation-time): Define a default sort function.
181
182         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
183         Adjust test for new object signature.
184         (gnustest-registry-pruning-test): Add new pruning test.
185         (gnustest-registry-sort-function): Default sort function for testing.
186         (gnustest-registry-pruning-sort-test): New test for sorting.
187
188 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
191         function for reuse.
192         (gnus-mime-buttonize-attachments-in-header): Adjust.
193
194 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * message.el (message-change-subject): Really check whether the subject
197         changed.
198
199 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
202         PDFs.
203         (mailcap-view-mime): New function.
204
205 2014-12-01  Glenn Morris  <rgm@gnu.org>
206
207         * gnus-cloud.el (gnus-cloud): Add :version tag.
208
209 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * gnus-art.el (gnus-use-idna):
212         * gnus-sum.el (gnus-summary-idna-message):
213         * message.el (message-use-idna):
214         Protect against nil value for idna-program.
215
216         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
217
218 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
219
220         * auth-source.el (auth-source-macos-keychain-search-items): Return
221         result of `auth-source-macos-keychain-result-append' (bug#19074).
222
223 2014-11-25  Glenn Morris  <rgm@gnu.org>
224
225         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
226         Add :version tag.
227
228 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * pop3.el (pop3-open-server): Warn unless encrypted.
231
232         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
233
234 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
235
236         Port new time stamp handling to Emacs 23.2.
237         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
238         * time-date.el (time-add, time-subtract, time-less-p):
239         Use eval-and-compile, not eval-when-compile.
240
241 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
242
243         * message.el (message-valid-fqdn-regexp): Add non-internaional new
244         TLDs.
245
246 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
247
248         Port new time stamp handling to old Emacs and to XEmacs.
249         This is needed for Gnus, which copies time-date.el and which
250         runs on older Emacs implementations.
251         * time-date.el (with-decoded-time-value):
252         Handle 'nil' and floating-point arg more compatibly with new Emacs.
253         (encode-time-value, with-decoded-time-value):
254         Obsolete only if new Emacs.
255         (time-add, time-subtract, time-less-p): Define if not new Emacs.
256
257         Improve time stamp handling, and be more consistent about it.
258         This implements a suggestion made in:
259         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
260         Among other things, this means timer.el no longer needs to
261         autoload the time-date module.
262         * time-date.el (seconds-to-time, days-to-time, time-since)
263         (with-decoded-time-value):
264         Treat 'nil' as current time.  This is mostly for XEmacs.
265         (encode-time-value, with-decoded-time-value): Obsolete.
266         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
267         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
268
269 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
272         discarding changes in ephemeral groups.
273
274         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
275         things the user isn't interested in.
276
277 2014-11-13  Julien Danjou  <jd@abydos>
278
279         * gnus-notifications.el (gnus-notifications-notify): Provide both
280         app-icon and image-path.
281
282 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
283
284         * mm-url.el (mm-url-encode-multipart-form-data):
285         Restore to handle "multipart/form-data" by eww.
286
287 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
288
289         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
290         Landscheidt.
291
292 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
293
294         Simplify use of current-time and friends.
295         * gnus-delay.el (gnus-delay-article):
296         * gnus-sum.el (gnus-summary-read-document):
297         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
298         * message.el (message-make-expires-date):
299         Omit unnecessary call to current-time.
300         * gnus-util.el (gnus-float-time): Simplify to an alias because
301         time-to-seconds now behaves like float-time with respect to nil arg.
302         (gnus-seconds-year): Don't call current-time twice to get the current
303         time stamp, as this can lead to inconsistent results.
304         * time-date.el (time-to-seconds) [!float-time]:
305         Use current time if arg is nil, to be compatible with float-time.
306         (time-date--day-in-year): New function, with most of the guts of
307         the old time-to-day-in-year.
308         (time-to-day-in-year): Use it.
309         (time-to-days): Use it, to avoid decoding the same time stamp twice.
310
311 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * gnus.el (gnus-mode-line-buffer-identification):
314         Don't add image data for a non-graphic display (bug#18813).
315
316 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
319         load-path, it blocks autoloading of find-image (bug#18813).
320
321 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
322
323         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
324         to keep connection open (bug#18728).
325
326 2014-10-20  Glenn Morris  <rgm@gnu.org>
327
328         * Merge in all changes up to 24.4 release.
329
330 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
331
332         * message.el (message-insert-signature): Use `newline' instead of
333         inserting explicit "\n".
334
335 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
336
337         * gnus-icalendar.el: Support vcal format timezones.
338         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
339         compute dates with associated timezone.
340         (gnus-icalendar-event-from-ical): Compute all timezones.
341
342 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
343
344         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
345         check the newsrc.eld file's timestamp before saving it.
346         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
347         timestamp has changed to be newer.
348
349 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
350
351         * gnus-icalendar.el (gnus-icalendar-identities):
352         Include message-alternative-emails.
353
354 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
355
356         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
357         New compatibility functions.
358         (ntlm-build-auth-response): Use them.
359
360 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
361
362         * ntlm.el (ntlm-build-auth-request):
363         Add NTLM2 Session support.  (Bug#15603)
364
365 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
366
367         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
368         expired messages only when it was built in reverse order.
369
370 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
371
372         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
373         last so it can be used in `message-send-hook'.
374
375 2014-09-29  Daiki Ueno  <ueno@gnu.org>
376
377         * mml.el (mml-parse-1): Error out if unknown mode is specified in
378         <#secure> tag (bug#18513).
379
380 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * parse-time.el: Require cl when compiling.
383
384 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         Use cl-lib as much as possible following the 2014-09-26 change
387         in the Emacs trunk.
388         * parse-time.el: Try requiring cl-lib.
389         (parse-time-incf): Alias to cl-incf or incf.
390         (digit-char-p): Remove.
391         (parse-time-integer): Alias to cl-parse-integer or the one defined.
392         (parse-integer): Rename to parse-time-integer.
393         (parse-time-tokenize, parse-time-rules, parse-time-string)
394         Use parse-time-incf and parse-time-integer.
395
396 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
397
398         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
399         of ":delete".
400
401 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * gnus-art.el (gnus-article-browse-html-save-cid-content)
404         (gnus-article-browse-html-parts):
405         Revert last change that breaks links other than cid contents.
406
407 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * gnus-art.el (gnus-article-browse-html-save-cid-content)
410         (gnus-article-browse-html-parts): Make cid file names relative.
411
412 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
413
414         * mm-view.el (mm-display-inline-fontify): Make the working buffer
415         temporarily displayed when running a mode function (at least org-mode
416         requires it).
417
418 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
419
420         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
421         the gnus-summary-article-expire-hook should be told where the function
422         is going. In particular, the Gnus registry might want to know.
423
424 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
425
426         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
427
428 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * gnus-sum.el (gnus-summary-expire-articles): Revert.
431
432 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
433
434         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
435         the gnus-summary-article-expire-hook should be told where the function
436         is going. In particular, the Gnus registry might want to know.
437
438 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
439
440         Don't mishandle year-9999 dates (Bug#18176).
441         * parse-time.el (parse-time-rules):
442         Allow years up to most-positive-fixnum.
443         * time-date.el (date-to-time):
444         Pass "Specified time is not representable" errors through.
445
446 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
447
448         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
449         groups and t.
450
451 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * gnus-utils.el (gnus-recursive-directory-files):
454         Unify hard or symbolic links (bug#18063).
455
456 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
457
458         * gnus-msg.el (gnus-configure-posting-style):
459         Allow string replacements in values when matching against a header.
460
461 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
464         the dribble buffer even when it is shrunk a lot.
465         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
466
467 2014-06-26  Glenn Morris  <rgm@gnu.org>
468
469         * mm-util.el (help-function-arglist): Remove outdated declaration.
470
471 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
472
473         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
474         attribute values.  (Bug#17834)
475
476 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
477
478         * gnus-sum.el (gnus-summary-edit-article-done):
479         Prefer point-marker to copy-marker of point.
480
481 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * Makefile.in (install-el, install-el-elc): Compress .el files.
484         (uninstall): Remove compressed .el files.
485
486 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
489         (gnus-article-read-summary-keys):
490         Don't bug out when there is no article in the summary buffer.
491         (gnus-mime-buttonize-attachments-in-header):
492         Improve criterion that finds parts to display.
493
494         * gnus-art.el (gnus-mm-display-part):
495         * mm-decode.el (mm-shr):
496         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
497         (mm-insert-inline): Revert last changes.
498
499 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
500
501         * gnus-art.el (gnus-mm-display-part):
502         * mm-decode.el (mm-shr):
503         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
504         (mm-insert-inline): Set insertion type of end-marker, not only
505         start-marker, of undisplayer so as to stay after inserted text.
506
507 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
508
509         * html2text.el (html2text-get-attr): Fix typo when splitting value from
510         attribute. (Bug#17613)
511
512 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
513
514         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
515         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
516
517 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
520         Don't delete next part button; keep spacing between buttons.
521
522 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
525         Work for the last MIME part in an article.
526         (gnus-mime-display-single): Suppress excessive newlines between parts.
527
528         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
529         by leading or trailing newline.
530
531 2014-05-12  Sam Steingold  <sds@gnu.org>
532
533         * time-date.el (seconds-to-string): New function to pretty print time
534         delay in seconds.
535
536 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
539         while prompting a user for a file name, etc.
540         (gnus-mime-display-single): Display part with a common appearance no
541         matter whether MIME button is omitted or not; don't add duplicate entry
542         to gnus-article-mime-handle-alist.
543         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
544
545 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
546
547         * mml2015.el (mml2015-display-key-image): New variable.
548
549 2014-05-08  Glenn Morris  <rgm@gnu.org>
550
551         * gnus-fun.el (gnus-grab-cam-face):
552         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
553         This is CVE-2014-3421.
554
555 2014-05-04  Glenn Morris  <rgm@gnu.org>
556
557         * gnus-registry.el (gnus-registry-install-p): Doc fix.
558
559 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
562         the displaying state of a part.
563         (gnus-mm-display-part): Don't insert a newline in the beginning of
564         a part like gnus-mime-inline-part doesn't; work for XEmacs.
565
566         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
567         (mm-shr): Make undisplayer unbreakable.
568
569         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
570         Don't insert excessive newline.
571         (mm-inline-text-html-render-with-w3m, mm-inline-text)
572         (mm-insert-inline): Make undisplayer unbreakable.
573
574 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
575
576         * gnus.el: Ma Gnus v0.11 is released.
577
578 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * gnus-art.el (gnus-mm-display-part):
581         Highlight header attachment buttons.
582
583 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
586         a part; redisplay a button (enbugged in 2014-02-05).
587
588 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
589
590         * auth-source.el (auth-source-search, auth-source-search-backends):
591         Treat :max 0 as an indicator that a boolean return is wanted, as
592         documented. Reported by Joe Bloggs.
593
594 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * gnus-icalendar.el: Require gnus-art.
597
598 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
599
600         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
601         (gnus-icalendar--update-org-event): put event timestamp in
602         the org entry body instead of the drawer.
603         (gnus-icalendar-event--get-attendee-names): list of participants should
604         contain even attendees without common name attribute.
605         (gnus-icalendar--update-org-event): don't generate duplicates of empty
606         property tags in org drawers.
607
608 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * gmm-utils.el (gmm-format-time-string): New function.
611
612         * message.el (message-insert-formatted-citation-line): Use the original
613         author's time zone to express a date string.
614
615 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
616
617         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
618         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
619         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
620         Silence compiler warnings.
621         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
622
623 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * mml.el: Require url when compiling.
626
627         * gnus-cloud.el (gnus-cloud-parse-version-1):
628         Use plist-get rather than CL's getf.
629         (gnus-activate-group, gnus-subscribe-group): Declare.
630
631         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
632
633 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
636         buttons when toggling the header off.
637
638 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
639
640         * tls.el (tls-program): Reflow docstring.
641
642 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
643
644         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
645         groups work again.
646
647 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
648
649         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
650         999 correctly (i.e. "1,342").
651
652 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
653
654         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
655         out if the directory doesn't exist.
656
657 2014-03-07  Daiki Ueno  <ueno@gnu.org>
658
659         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
660         commands here; instead, only check if epg-config.el is available.
661
662 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
663
664         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
665         messages with embedded images.
666         (mml-generate-mime): Don't bug out if you don't have libxml.
667
668 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
669
670         * message.el (message-make-html-message-with-image-files): New command.
671
672 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
673
674         * gnus-group.el (gnus-group-make-group): Clarify prompt.
675
676         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
677
678 2014-02-23  David Engster  <deng@randomsample.de>
679
680         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
681         to stay compatible with older Emacsen, so replace `cl-loop' with
682         `loop'.
683
684 2014-02-22  Daniel Colascione  <dancol@dancol.org>
685
686         * auth-source.el (auth-source-secrets-listify-pattern): New function.
687         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
688         instead, build list of patterns.
689
690 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
693         Display header attachment buttons by gnus-article-prepare-display
694         rather than gnus-article-prepare so as to view in mml-preview as well.
695
696 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
697
698         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
699         in `auth-sources' means and link to EPA docs.
700
701 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
702
703         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
704         (bug#12375).
705
706 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
709         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
710
711 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
712
713         * message.el (message-tab): Mention what happens on normal tabs
714         (bug#11297).
715
716 2014-02-08  Glenn Morris  <rgm@gnu.org>
717
718         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
719
720 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
723         buttons that are hidden in unselected alternative part as well.
724         (gnus-mime-display-alternative): Redraw attachment buttons in header.
725
726         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
727
728 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
729
730         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
731         keystroke.
732         (gnus-server-toggle-cloud-server): Only allow clouding applicable
733         types.
734
735         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
736         with an empty string.
737
738 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
741         buffer-local in some buffers, so bind it explicitly in the buffer we're
742         trying to cancel the article in (bug#10808).
743
744 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
747         New functions.
748
749         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
750         New user option.
751         (gnus-mime-buttonize-attachments-in-header): New function.
752         (gnus-article-prepare): Use it.
753         (gnus-mime-inline-part): Suppress extra newline.
754         (gnus-mm-display-part): Save excursion;
755         remove useless deleting and adding of buttons.
756         (gnus-insert-mime-button): Allow insertion in the middle of a line.
757
758         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
759         Add gnus-mime-buttonize-attachments-in-header.
760
761 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
762
763         * nnimap.el (nnimap-request-articles): New command to download several
764         articles at once.
765
766         * gnus.el (gnus-variable-list): Save Cloud variables.
767
768         * gnus-int.el (gnus-request-accept-article): Doc fix.
769
770 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
771
772         * parse-time.el (parse-time-iso8601-regexp)
773         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
774         it more generally.
775
776 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-cloud.el: New file to provide the Emacs Cloud.
779
780         * dgnushack.el: Silence XEmacs w3 warning.
781
782         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
783         `url-retrieve-synchronously', apparently.
784
785         * dgnushack.el: Silence XEmacs dns.el warning.
786
787         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
788         instead of in all files.
789
790         * dns.el (network-interface-list): Define for XEmacs.
791
792         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
793         XEmacs.
794
795         * nnrss.el (libxml-parse-html-region): Silence compilation error.
796
797 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
798
799         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
800         `gnus-group-split-fancy'.
801
802 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
803
804         * message.el (message-remove-header): Doc fix.
805         (message-forward-included-headers): New variable.
806         (message-remove-ignored-headers): Use it.
807
808 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
809
810         * nnir.el (nnir-request-update-mark): Don't try to update the source
811         group if we can't find it (bug#16611).
812
813 2014-01-31  Dave Abrahams  <dave@boostpro.com>
814
815         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
816
817 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
818
819         * dns.el (dns-servers-up-to-date-p): New function to see whether the
820         network interfaces changed.
821         (dns-query): Use it to flush the data.
822
823 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
824
825         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
826         from random face commands.
827         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
828         Face.
829         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
830         (gnus--random-face-with-type): Generic function returning a face-type
831         as a string.
832         (gnus--insert-random-face-with-type): Generic function inserting a face
833         in a message buffer header.
834         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
835         (gnus-insert-random-x-face-header): Rewritten to use
836         `gnus--insert-random-face-with-type`.
837         (gnus-random-face): Return random (png) Face as string.
838         (nus-insert-random-face-header): Insert random (png) Face in a message
839         buffer.
840
841 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
842
843         * mm-url.el: Remove all usage of w3.
844
845         * nnrss.el: Ditto.
846
847         * mm-decode.el: Ditto.
848
849         * mm-view.el: Ditto.
850
851         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
852         outdated and all Emacsen have url.el built-in.
853
854         * gnus-setup.el: Remove outdated file.
855
856 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
857
858         * gnus.el: Ma Gnus v0.9 is released.
859
860 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
861
862         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
863
864 2014-01-31  Dave Abrahams  <dave@boostpro.com>
865
866         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
867         in the summary buffer (bug#13769).
868
869 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
872         name if we're using a single article buffer.  Otherwise, it may point
873         to a killed buffer (bug#13756).
874
875 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
876
877         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
878         the match data, just save and restore it explictly (bug#12375).
879
880         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
881         that's needed.
882
883         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
884         the code once (bug#9069).
885
886 2014-01-18  Steinar Bang  <sb@dod.no>
887
888         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
889         reading.
890
891 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
892
893         * message.el (message-bury): Call bury-buffer with no argument
894         in the message-return-action case too.
895
896 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
899         (nnimap-split-fancy, nnimap-split-methods): Declare.
900
901         * mm-util.el (help-function-arglist): Declare.
902
903 2013-12-28  Glenn Morris  <rgm@gnu.org>
904
905         * gnus-sieve.el (gnus-sieve-select-method):
906         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
907         (gravatar-rating, gravatar-size):
908         * message.el (message-minibuffer-local-map):
909         * sieve-manage.el (sieve-manage-authenticators)
910         (sieve-manage-authenticator-alist): Specify custom types.
911
912         * hashcash.el (hashcash-program): Rename from hashcash-path.
913         Update callers.
914
915         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
916         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
917         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
918
919         * auth-source.el (auth-sources):
920         * nnmairix.el (nnmairix-propagate-marks-upon-close):
921         Fix custom types.
922
923         * tls.el (tls-certtool-program): Fix default value.
924
925 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
926
927         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
928         we get proper traces there, too.
929
930 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
931
932         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
933         value of the parameters if the current article has a Reply-To or From
934         field.
935
936 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
937
938         * gnus.el (gnus-group-buffer): Remove duplicate definition.
939
940 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
941
942         * gnus-sum.el (gnus-summary-exit): Stop animations.
943
944 2013-12-19  Juri Linkov  <juri@jurta.org>
945
946         * gnus.el (gnus-suppress-keymap):
947         * gnus-art.el (gnus-article-mode-map):
948         * gnus-group.el (gnus-group-mode-map):
949         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
950         Remove [backspace] key binding because it shadows DEL (bug#16035).
951
952         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
953
954 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
957         Make sure work directory exists.
958         (gnus-uu-digest-mail-forward): Store temporary files in work directory
959         rather than tmp directory.
960         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
961         not necessarily always run, with it.
962
963 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
964
965         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
966         value of gnus-icalendar-additional-identities work without restart.
967
968 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * mm-util.el (mm-make-temp-file):
971         Alias to make-temp-file for modern Emacsen.
972
973 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
976         nnir-article-number and nnir-article-group.
977
978 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
979
980         * message.el (message-send-mail-with-sendmail):
981         Don't kill error buffer if sending fails.
982
983 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
984
985         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
986         (gnus-icalendar-event->org-entry)
987         (gnus-icalendar--update-org-event)
988         (gnus-icalendar-event->gnus-calendar): Distinguish between
989         required/optional/non-participant attendee status.  Fix bug causing
990         the first required event participant to be omitted.
991
992 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * gnus-art.el (article-de-quoted-unreadable)
995         (article-de-base64-unreadable, gnus-mime-copy-part)
996         * gnus-html.el (gnus-article-html)
997         * mm-view.el (mm-inline-text-html-render-with-w3)
998         (mm-inline-text-html-render-with-w3m-standalone)
999         * rfc2231.el (rfc2231-decode-encoded-string):
1000         Allow overriding charset by mm-charset-override-alist.
1001
1002         * gnus-art.el (gnus-article-browse-html-parts):
1003         Replace LWSPs with `&nbsp;'s in header.
1004
1005         Work for broken Chinese articles.
1006
1007         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1008         Exclude broken handles that gnus-summary-enter-digest-group may create.
1009         (gnus-article-browse-html-parts):
1010         Allow overriding charset by mm-charset-override-alist.
1011
1012 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1013
1014         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1015         (gnus-icalendar-identities): Support additional-identities.
1016
1017 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1018
1019         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1020         org-timestamp for events ending at midnight.
1021
1022 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1023
1024         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1025         .log files.
1026
1027 2013-11-20  David Engster  <deng@randomsample.de>
1028
1029         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1030
1031 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1032
1033         * message.el (message-beginning-of-line):
1034         Use beginning-of-visual-line when visual-line-mode is turned on.
1035
1036 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1037
1038         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1039         (gnus-icalendar-event-from-ical)
1040         (gnus-icalendar-event->org-entry)
1041         (gnus-icalendar--update-org-event): Required/optional participation,
1042         list of attendees synced to org.
1043
1044 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1045
1046         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1047         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1048         cancellations to be synced to org if the original appt has an org
1049         outline.
1050
1051 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1052
1053         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1054         (gnus-icalendar-event->org-entry)
1055         (gnus-icalendar--update-org-event)
1056         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1057
1058 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1059
1060         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1061         Fix timezone handling in gnus-icalendar export to org.
1062
1063 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1066
1067 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1070
1071 2013-10-30  Glenn Morris  <rgm@gnu.org>
1072
1073         * gnus-group.el (gnus-group-browse-foreign-server):
1074         * gnus-int.el (gnus-start-news-server):
1075         Silence compiler obsolescence warning.
1076
1077 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1078
1079         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1080         `nnoo-current-server' first, then for the actual `nnimap-address' to
1081         allow netrc entries for the nnoo server to coexist with netrc entries
1082         for the `nnimap-address'.
1083
1084 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * mm-decode.el (mm-dissect-buffer): Revert last change.
1087         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1088         The problem that motivated those changes was attributed to a broken
1089         mail sender, and has been fixed.
1090
1091 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1094         token is missing in the Content-Type header.
1095
1096         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1097
1098 2013-09-18  Glenn Morris  <rgm@gnu.org>
1099
1100         * gnus-util.el (image-size): Declare.
1101
1102 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1105         (gnus-icalendar-event-from-ical)
1106         (gnus-icalendar-event--build-reply-event-body)
1107         (gnus-icalendar-event-reply-from-buffer)
1108         (gnus-icalendar-find-org-event-file)
1109         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1110         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1111
1112         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1113
1114 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1115
1116         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1117         Use save-current-buffer.
1118         (gnus-tree-mode-map): Initialize in the declaration.
1119         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1120         (scroll-in-place): Defvar it.
1121         (gnus-tmp-*): Defvar them.
1122         (gnus-get-tree-buffer): Use derived-mode-p.
1123         (gnus--let-eval): New macro.
1124         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1125         non-prefixed variables.
1126         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1127
1128         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1129         vars since it doesn't seem to be available.
1130         (gnus-set-global-variables, gnus-summary-read-group-1)
1131         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1132         (gnus-summary-display-article, gnus-summary-select-article)
1133         (gnus-summary-next-article, gnus-offer-save-summaries)
1134         (gnus-summary-generic-mark): Use derived-mode-p.
1135         (gnus-summary-read-group-1, gnus-summary-exit)
1136         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1137         Adjust calls to gnus-tree-close and gnus-tree-open.
1138
1139         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1140
1141         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1142         (gnus-agent-mode): Use derived-mode-p.
1143         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1144         gnus-command-method and *-command-method to nil, but bind
1145         gnus-command-method to *-command-method instead!
1146         (gnus-agent-fetch-articles): Remove unused var `id'.
1147         (gnus-agent-fetch-headers): Remove unused arg `force'.
1148         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1149         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1150         (gnus-agent-short-article, gnus-agent-long-article)
1151         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1152         first use.
1153         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1154         `score-param'.
1155         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1156         (gnus-get-predicate): Push in front of the cache, rather than end.
1157         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1158         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1159         (gnus-agent-expire-unagentized-dirs): Don't rebind
1160         gnus-agent-expire-current-dirs since the defvar silences the warning.
1161         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1162         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1163         (gnus-agent-regenerate): Simplify interactive spec and doc.
1164
1165 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * gnus-int.el (gnus-open-server): Silence compiler.
1168
1169         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1170
1171         * message.el (message-display-completion-list): Abolish.
1172         (message-completion-in-region): Use display-completion-list.
1173
1174 2013-09-17  Glenn Morris  <rgm@gnu.org>
1175
1176         * gnus-util.el (gnus-message-with-timestamp-1):
1177         Use `messages-buffer' function if available.  Ignore read-only.
1178
1179 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * message.el (message-expand-group, message-completion-in-region):
1182         Correct the order of start and end of a region.
1183
1184 2013-09-13  Glenn Morris  <rgm@gnu.org>
1185
1186         * mml2015.el (gnus-create-image): Autoload it.
1187
1188         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1189
1190         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1191         (image-size): Declare.
1192
1193 2013-09-12  Glenn Morris  <rgm@gnu.org>
1194
1195         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1196         Avoid using `find', which i) might not be defined at runtime;
1197         ii) does not work, since its default test is eql, not equal.
1198         (gnus-mime-action-alist): Declare.
1199
1200 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1201
1202         * score-mode.el (gnus-score-mode-map): Move initialization
1203         into declaration.
1204         (gnus-score-mode): Use define-derived-mode.
1205         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1206         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1207         into declaration.
1208         (gnus-kill-file-mode): Use define-derived-mode.
1209         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1210         Use derived-mode-p.
1211         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1212         (gnus-group-setup-buffer, gnus-group-name-at-point)
1213         (gnus-group-make-web-group, gnus-group-enter-directory)
1214         (gnus-group-suspend): Use derived-mode-p.
1215         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1216         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1217         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1218         (gnus-article-setup-buffer, gnus-article-prepare)
1219         (gnus-article-prepare-display, gnus-sticky-article)
1220         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1221         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1222         (gnus-article-read-summary-keys): Use derived-mode-p.
1223
1224 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1227
1228 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1231         shift_jis from the default value set for Japanese users.
1232
1233 2013-08-13  Glenn Morris  <rgm@gnu.org>
1234
1235         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1236
1237         * gnus.el (gnus-valid-select-methods): Fix type.
1238
1239         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1240
1241 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1242
1243         * mm-decode.el (mm-display-external): Run a timer for the temp files
1244         deletion after a viewer exits; add a deletion timer for the needsterm
1245         case, too.
1246
1247         * mm-decode.el (mm-display-external): Try to delete temporary files by
1248         using a 1-min. timer.
1249
1250 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1253         New internal variables.
1254         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1255         (mm-display-external): Use it to delete temporary files instead of
1256         using timers.
1257
1258 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1261
1262 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1263
1264         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1265         with cond for backwards compatability.
1266
1267 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * mm-decode.el (mm-display-external): Bind process-connection-type to
1270         nil; don't delete a temp file immediately even if a viewer finishes,
1271         since it may be a shell script, like xdg-open, that launches a real
1272         viewer program belatedly.
1273
1274 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1275
1276         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1277         that we can create nndoc groups that excerpt other groups.
1278
1279 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * gnus-delay.el (gnus-delay-article): Fix typo.
1282
1283         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1284         articles.
1285
1286         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1287         we can get spell-checking etc.
1288
1289 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1292         a single one used for encoding the whole text in a header.
1293
1294 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1297         doesn't work properly on XEmacs.
1298
1299 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1302         before sending.
1303
1304         * dgnushack.el (dgnushack-compile): Add a temporary check for
1305         gnus-icalendar.
1306
1307         * mm-decode.el (mm-command-output): New face.
1308         (mm-display-external): Use it.
1309
1310 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1311
1312         * nnmbox.el (nnmbox-request-article): Don't change point.
1313
1314 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1317         Include `handle' parameter.
1318
1319 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1320
1321         * gnus-icalendar.el: New file.
1322
1323 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1326
1327         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1328         dummy roots, too.
1329
1330 2013-08-01  David Edmondson  <dme@dme.org>
1331
1332         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1333         out on ttys.
1334
1335 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1338         not empty.
1339
1340         * nnrss.el (nnrss-discover-feed): Indent.
1341
1342 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1345
1346 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1349         dirty to ensure nnimap data being saved.
1350
1351 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1352
1353         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1354         menu entry.
1355
1356         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1357         the current thread's total score instead of the current article's
1358         score.
1359
1360         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1361         (gnus-sort-threads-recursively): Delete defcustom.
1362         (gnus-sort-threads-recursive): Adapt accordingly.
1363
1364 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1365
1366         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1367         (gnus-sort-threads-recursive): Use it.
1368         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1369         again.  Now that determines how to sort subthreads.
1370
1371 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1372
1373         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1374         (gnus-sort-threads): Use it.
1375
1376 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1377
1378         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1379         punctuation characters follow parentheses (bug#14950).
1380
1381 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * gnus.el (gnus-continuum-version):
1384         * gnus-msg.el (gnus-extended-version): Simplify.
1385
1386         * gnus.el (gnus-continuum-version-1): Remove.
1387         * gnus-msg.el (gnus-bug): Revert.
1388
1389         Calculate gnus-version correctly on Cygwin.
1390
1391         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1392         (gnus-continuum-version-1): New function, return a string.
1393
1394         * gnus-msg.el (gnus-extended-version, gnus-bug):
1395         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1396
1397 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1398
1399         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1400         (bug#13384).
1401
1402 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403
1404         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1405         that were only relevant in a development version a long time ago.
1406
1407 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1410         that the old Emacs 24s bundle.
1411
1412 2013-07-10  David Engster  <deng@randomsample.de>
1413
1414         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1415         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1416         fixes a bug in Emacs trunk where the 'unexist' marks were always
1417         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1418         Gnus v0.03".
1419
1420 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1421
1422         * gnus.el (gnus-summary-line-format): Reference
1423         `gnus-user-date-format-alist' for the &user-date; format, not
1424         `gnus-summary-user-date-format-alist'.
1425
1426 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1429         delete files (bug#13481).
1430
1431 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1432
1433         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1434
1435 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1436
1437         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1438         display images.
1439
1440         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1441
1442         * message.el (message-cancel-news): According to
1443         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1444         preferred over "cmsg cancel" in the Subject.
1445
1446         * nnir.el (nnir-engines): Note that the group specs are regexps
1447         (bug#13238).
1448
1449         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1450         gotten read-only text properties, ensure that those aren't heeded when
1451         copying stuff over (bug#13434).
1452
1453         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1454         (bug#13762).
1455
1456 2013-07-05  David Kastrup  <dak@gnu.org>
1457
1458         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1459         authinfo file again (important for blank passwords).  This had been
1460         broken with 2013-06-15 change.
1461
1462 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1463
1464         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1465         Revert 2013-01-14 change.
1466
1467 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1468
1469         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1470         of 'create-image' for XEmacs compatibility; check errors when decoding
1471         image.  Reported by Uwe Brauer.
1472
1473 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1476         gnus-button-push revised at 2011-01-19.
1477
1478 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1481         now live in the lisp/net Emacs 24 repository.
1482
1483 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * eww.el (eww-update-header-line-format): Quote % characters.
1486
1487 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * eww.el (eww-process-text-input): Display passwords as asterisks.
1490
1491         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1492
1493 2013-06-19  Tom Tromey  <tromey@redhat.com>
1494
1495         * eww.el (eww-top-url): Remove.
1496         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1497         (eww-render): Set new variables.  Don't set eww-top-url.
1498         (eww-handle-link): Handle "prev", "home", and "contents".
1499         Downcase the rel text.
1500         (eww-top-url): Choose best top URL.
1501
1502 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503
1504         * eww.el: Rewrite to implement form elements "by hand" instead of
1505         relying in widget.el.  Using widget.el leads to too many
1506         user interface inconsistencies.
1507         (eww-self-insert): Implement entering commands in text fields.
1508         (eww-process-text-input): New function to make text input field editing
1509         work.
1510         (eww-submit): Rewrite to use the new-style form methods.
1511         (eww-select-display): Display the correct selected item.
1512         (eww-change-select): Implement changing the select value.
1513         (eww-toggle-checkbox): Implement radio/checkboxes.
1514         (eww-update-field): Fix compilation error.
1515         (eww-tag-textarea): Implement <textarea>.
1516
1517         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1518         don't shadow mode-specific bindings.
1519
1520         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1521         nothing to push.
1522
1523         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1524
1525 2013-06-19  Glenn Morris  <rgm@gnu.org>
1526
1527         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1528
1529 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1530
1531         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1532
1533 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * shr.el (shr-make-table-1): Implement <td rowspan>.
1536         (shr-table-horizontal-line): Allow nil as a value, and change the
1537         default.
1538         (shr-insert-table-ruler): Respect the nil value.
1539
1540 2013-06-18  Tom Tromey  <tromey@barimba>
1541
1542         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1543         New defvars.
1544         (eww-open-file): New defun.
1545         (eww-render): Initialize new variables.
1546         (eww-display-html): Handle "link" and "a".
1547         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1548         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1549         (eww-back-url): Rename from eww-previous-url.
1550         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1551         defuns.
1552
1553 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * shr.el (shr-tag-table): Insert the images after the table, so that
1556         they're not covered by the table colourisation, which often looked
1557         awkward.
1558         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1559         <dd>.
1560         (shr-make-table-1): Implement <td colspan=> support.
1561         (shr-insert-document): Use one less than window width if `shr-width' is
1562         nil, since otherwise things may get one character too wide.
1563
1564 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * eww.el (eww-detect-charset): Improve regexp; move backward.
1567
1568 2013-06-18  Glenn Morris  <rgm@gnu.org>
1569
1570         * mm-decode.el (widget-convert-button): Autoload.
1571
1572         * sieve-manage.el (mm-enable-multibyte): Autoload.
1573
1574         * shr.el (libxml-parse-html-region): Declare.
1575         (shr-render-buffer): Explicit error if no libxml2 support.
1576
1577 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1578
1579         * auth-source.el (auth-source-current-line): New function.
1580         (auth-source-netrc-parse-entries): When a data token is "machine",
1581         assume we're in the wrong place and abort parsing the current line.
1582
1583 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1586         (eww-convert-widgets): Don't bug out if the first widget starts at the
1587         beginning of the buffer.
1588         (eww-convert-widgets): Fix last patch.
1589         (eww-tag-input): Support <input type=image>.
1590
1591         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1592         (shr-tag-base): Protect against base specs that are degenerate.
1593         (shr-ensure-paragraph): Don't delete empty lines that have text
1594         properties, because these may be input fields.
1595
1596         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1597         we can navigate to them.
1598
1599         * shr.el (shr-colorize-region): Put the colours over the entire region.
1600         (shr-inhibit-decoration): New variable.
1601         (shr-add-font): Use it to inhibit text property decorations while doing
1602         preliminary table renderings.  This speeds up typical Wikipedia page
1603         renderings by 15%.
1604         (shr-tag-span): Don't respect the <title>, because that overwrites the
1605         help-echo from links inside the spans.
1606         (shr-next-link): Use `help-echo' for navigation, so that we can
1607         navigate to form elements, too.
1608
1609         * eww.el (eww-button): New face.
1610         (eww-convert-widgets): Use it to make submit buttons more button-like.
1611
1612         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1613         that Gnus commands work.
1614
1615         * shr.el (shr-render-td): Support horizontal alignment.
1616
1617         * eww.el (eww-put-color): Removed.
1618         (eww-colorize-region): Use `add-face-text-property'.
1619
1620         * shr.el (shr-add-font): Append face data, so that we get the correct
1621         precedence: The innermost value (which is applied first) wins.
1622         (shr-make-overlay): Obsolete function.
1623
1624         * mm-decode.el (mm-convert-shr-links): New function to convert
1625         new-style shr URL links into widgets.
1626         (mm-shr): Use it.
1627
1628         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1629         widget commands, since we're no longer using widgets for links.
1630
1631         * shr.el (shr-next-link): New command.
1632         (shr-previous-link): New command.
1633         (shr-urlify): Don't use `widget-convert', because that's slow.
1634         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1635         because collecting the overlays and reapplying them when generating
1636         tables is slow.
1637         (shr-insert-table): Ditto.
1638
1639 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1640
1641         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1642         * shr.el (browse-url): Require `url'.
1643         * eww.el (url): Require format-spec.
1644
1645 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * eww.el (eww-display-html): Default to using the entire window width.
1648         (eww-browse-url): Don't add a User-Agent header (twice), because that
1649         makes Bing refuse connection.
1650
1651         * shr.el (shr-make-table): Cache the table rendering at the table
1652         level, and not the <td> level.  This is a bit faster.
1653
1654         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1655         #id.
1656
1657         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1658         browsers don't.
1659         (shr-expand-url): Respect #anchor links.
1660         (shr-parse-base): Chop off the anchor before using.
1661         (shr-descend): Respect display: none.
1662         (shr-descend): Allow marking elements that have certain IDs.
1663
1664         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1665
1666         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1667
1668         * eww.el (eww-tag-textarea): Support <textarea>.
1669
1670 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1671
1672         * shr.el (shr-dom-to-xml): Fixed function call.
1673
1674         * eww.el (eww): New group.
1675         (eww-header-line-format): New custom variable.
1676         (eww-current-title): New variable.
1677         (eww-display-html): Update header and handle title tag.
1678         (eww-update-header-line-format): New function.
1679         (eww-tag-title): New function.
1680
1681         * shr.el (shr-dom-to-xml): New function.
1682         (shr-tag-svg): Add support for the SVG tag.
1683         (shr-bullet): New custom variable.
1684         (shr-tag-li): Support custom bullet in unordered lists.
1685
1686 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * shr.el (shr-expand-url): Respect // URLs.
1689
1690         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1691         put a background colour onto the entire buffer.
1692         (eww-render): When being redirected, use the redirect URL as the new
1693         base URL.
1694
1695         * shr.el (shr-parse-base): Fix parsing error.
1696
1697         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1698
1699         * shr.el (shr-parse-base): New function.
1700         (shr-expand-url): Use it to expand relative URLs reliably.
1701
1702 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1703
1704         * auth-source.el (auth-source-search-collection): Fix docstring.
1705         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1706         single-quoted strings and multiline entries.
1707         (auth-source-netrc-parse-next-interesting)
1708         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1709         functions to support parser.
1710
1711 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * eww.el (eww-submit): Get submit button logic right when hitting RET
1714         on non-submit buttons.
1715
1716         * shr.el: Remove shr-preliminary-table-render, since that can't really
1717         be used for anything in practice.
1718
1719 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1720
1721         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1722         (sieve-manage-quit).
1723
1724 2013-06-14  Glenn Morris  <rgm@gnu.org>
1725
1726         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1727
1728 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1729
1730         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1731         control the maximum size of photo ID image.
1732         (mml2015-epg-key-image-to-string): Respect it.
1733
1734 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1737         instead of the final one so that we can more easily distinguish them.
1738
1739         * eww.el (eww-submit): Compute the submission URL correctly.
1740
1741 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1742
1743         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1744         Use plist-get rather than CL's getf.
1745         (sieve-manage-parse-capability): Avoid CL's remove-if.
1746
1747 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1748
1749         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1750         (sieve-manage-quit).
1751
1752 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1755         last slash.
1756
1757         * eww.el (eww-tag-select): Use the first value as the default value.
1758
1759 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1760
1761         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1762         (eww-mode): Use `define-derived-mode'.
1763         (eww-parse-headers): Parse headers from beginning of buffer so that
1764         file:// links work.
1765
1766 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1769
1770 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1773         to handle them at all.
1774
1775 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1778         work, too.
1779         (eww-tag-select): Implement <select>.
1780
1781 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1782
1783         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1784         stream managing functions by using open-protocol-stream to do most of
1785         the work.  Has the nice benefit of enabling STARTTLS.
1786         Wait for capabilities after STARTTLS: following RFC5804, the server
1787         sends new capabilities after successfully establishing a TLS connection
1788         with the client.  The client should update the cached list of
1789         capabilities, but we just ignore the answer for now.
1790         (sieve-manage-network-p, sieve-manage-network-open)
1791         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1792         (sieve-manage-forward, sieve-manage-streams)
1793         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1794         API, nor called by any other function.
1795         Enable Multibyte for SieveManage buffers: The parser won't properly
1796         handle umlauts and line endings unless multibyte is turned on in the
1797         process buffer.
1798
1799 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * eww.el (eww-tag-input): Support password fields.
1802         (eww-submit): Support POST.
1803
1804 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * eww.el (eww-tag-form): Protect against degenerate forms.
1807
1808         * shr.el (shr-expand-url): Expand URLs that start with a slash
1809         correctly.
1810
1811         * eww.el (eww-submit): Get submit button logic right.
1812
1813         * shr.el (shr-final-table-render): New variable to signal when we're
1814         doing the final table rendering so that we can collect more data at
1815         that point.
1816
1817         * eww.el (eww-submit): Make form submission work.
1818         (eww-tag-input): Implement submit buttons.
1819         (eww-click-radio): Implement radio and checkboxes.
1820         (eww-submit): Handle hidden elements.
1821
1822         * shr.el (shr-descend): Allow other packages to override (or provide)
1823         rendering of elements.
1824         (shr-expand-url): Strip query strings from URLs before expanding them.
1825
1826         * eww.el: Don't require cl-lib.
1827         (eww-tag-form): Start form support.
1828
1829         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1830
1831         * eww.el: Start writing a new, tiny web browser.
1832         (eww-previous-url): New command.
1833         (eww-quit): New command.
1834
1835 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1836
1837         * sieve.el: Put point at beginning of buffer when viewing a script.
1838         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1839         number in sieve-buffer's header.  Fixed code to also work with a string
1840         as port specifier.  Properly close the connection on pressing 'q'.  Make
1841         sieve-manage-quit close the connection and process buffer.  Also, remove
1842         duplicate keybinding for 'q'.
1843
1844 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1845
1846         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1847         make it easier to read.
1848         (mm-pkcs7-enveloped-magic): Ditto.
1849
1850 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1851
1852         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1853         before `image-type-available-p' to avoid loading the image libraries
1854         needlessly.
1855
1856 2013-06-05  David Engster  <deng@randomsample.de>
1857
1858         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1859         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1860         to see whether the group was synced before.
1861
1862 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1863
1864         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1865         when opening the connection.
1866         Suggested by João Távora <joaotavora@gmail.com> in
1867         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1868
1869 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1872         assume Date header begins with "Date", that may be customized into
1873         something like "X-Sent" using gnus-article-time-format.
1874         (article-transform-date): Allow multi-line Date header.
1875
1876 2013-06-02  David Engster  <deng@randomsample.de>
1877
1878         * registry.el (initialize-instance, registry-lookup)
1879         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1880         (registry-lookup-secondary-value, registry-search, registry-delete)
1881         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1882         not wrap methods in `eval-and-compile'.  This breaks due to latest
1883         changes in EIEIO (introduction of eieio-core.el).
1884
1885 2013-05-30  Glenn Morris  <rgm@gnu.org>
1886
1887         * nnmail.el (nnmail-fancy-expiry-target):
1888         Also bind mail-dont-reply-to-names.
1889
1890         * spam-stat.el (spam-stat-save):
1891         No need to tweak font-lock in temp buffers.
1892
1893         * shr.el (shr-put-image): Silence compiler.
1894
1895 2013-05-29  Glenn Morris  <rgm@gnu.org>
1896
1897         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1898
1899         * gnus-group.el (gnus-sequence-of-unread-articles)
1900         (gnus-summary-add-mark, gnus-mark-article-as-read)
1901         (gnus-group-make-articles-read): Declare.
1902
1903         * gnus-sum.el (gnus-parameter-list-identifier)
1904         (gnus-article-stop-animations, gnus-stop-downloads)
1905         (gnus-article-only-boring-p, article-goto-body)
1906         (gnus-flush-original-article-buffer, article-narrow-to-head)
1907         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1908         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1909
1910         * gnus.el: No need to eval-and-compile autoloads.
1911
1912         * gravatar.el (help-function-arglist): Autoload.
1913
1914         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1915
1916         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1917
1918         * spam.el: No need to load spam-report when compiling.
1919         No need to eval-and-compile autoloads.
1920         (spam-report-resend-to): Declare.
1921         (spam-report-resend-register-routine): Require 'spam-report.
1922
1923 2013-05-24  Julien Danjou  <julien@danjou.info>
1924
1925         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1926         setup.
1927
1928 2013-05-23  Glenn Morris  <rgm@gnu.org>
1929
1930         * gnus-util.el (rmail-swap-buffers-maybe)
1931         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1932         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1933         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1934
1935         * mm-decode.el: No need to load term when compiling.
1936         (term-mode, term-char-mode): Declare.
1937
1938         * mm-util.el: No need to load jka-compr when compiling.
1939         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1940
1941         * nnmaildir.el: Require is automatically eval-and-compile.
1942         (nnmail): Require at run-time too.
1943
1944         * registry.el (registry-size): Move definition before use.
1945
1946 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1947
1948         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1949         signed data to conform the standard.  (Bug#14232)
1950
1951 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1952
1953         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1954         double angle quotation mark.
1955
1956 2013-05-20  Glenn Morris  <rgm@gnu.org>
1957
1958         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1959
1960 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1961
1962         * message.el (message-insert-formatted-citation-line): handle finding
1963         first/lastname when more than 2 names appear.
1964
1965 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1966
1967         * shr.el (shr-tag-span): New function.
1968
1969 2013-05-18  Glenn Morris  <rgm@gnu.org>
1970
1971         * message.el (message-mode): Use message-mode-abbrev-table,
1972         with text-mode-abbrev-table as parent.  (Bug#14413)
1973
1974 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * message.el (message-expand-group): Decode group names.
1977
1978 2013-05-16  Julien Danjou  <julien@danjou.info>
1979
1980         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1981         app-icon.
1982
1983 2013-05-15  Glenn Morris  <rgm@gnu.org>
1984
1985         * shr-color.el (shr-color-visible-luminance-min)
1986         (shr-color-visible-distance-min): Use shr-color group.
1987
1988 2013-05-11  Glenn Morris  <rgm@gnu.org>
1989
1990         * gnus-vm.el: Make it loadable without VM.
1991         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1992         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1993
1994 2013-05-09  Glenn Morris  <rgm@gnu.org>
1995
1996         * mml1991.el: Make it loadable.  (Bug#13456)
1997
1998         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1999         * gnus-async.el (gnus-async-post-fetch-function):
2000         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2001         * gnus-html.el (gnus-html-image-cache-ttl):
2002         * gnus-notifications.el (gnus-notifications-timeout):
2003         * gnus-picon.el (gnus-picon-properties):
2004         * gnus-util.el (gnus-completion-styles):
2005         * gnus.el (gnus-other-frame-resume-function):
2006         * message.el (message-user-organization-file)
2007         (message-cite-reply-position):
2008         * nnir.el (nnir-summary-line-format)
2009         (nnir-retrieve-headers-override-function):
2010         * shr-color.el (shr-color-visible-luminance-min):
2011         * shr.el (shr-blocked-images):
2012         * spam-report.el (spam-report-resend-to):
2013         * spam.el (spam-summary-exit-behavior): Fix custom types.
2014
2015         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2016
2017 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2020         because of let-binding help-xref-following.  (Bug#14356)
2021
2022 2013-05-06  Glenn Morris  <rgm@gnu.org>
2023
2024         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2025
2026 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2027
2028         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2029         entering into the registry.
2030
2031 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2032
2033         * gnus.el: Ma Gnus v0.7 is released.
2034
2035 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2038         (Bug#14304)
2039
2040 2013-04-27  Glenn Morris  <rgm@gnu.org>
2041
2042         * gnus.el (gnus-list-debbugs):
2043         Use require rather than autoload.  (Bug#14262)
2044
2045 2013-04-27  Julien Danjou  <julien@danjou.info>
2046
2047         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2048         port to "sieve" now that it has an official IANA port assigned.
2049
2050 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2053         Don't set the MAILHOST environment variable permanently (Bug#14271).
2054
2055 2013-04-26  Glenn Morris  <rgm@gnu.org>
2056
2057         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2058
2059 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2060
2061         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2062         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2063
2064 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2065
2066         * nnir.el (nnir-close-group): Make sure we are in the right group.
2067
2068         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2069         dependency table from all newly retrieved headers.
2070
2071 2013-04-16  David Edmondson  <dme@dme.org>
2072
2073         Support <img src="data:...">.
2074
2075         * shr.el (shr-image-from-data): New function.
2076         (shr-tag-img): Use it.
2077
2078 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2079
2080         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2081         group.
2082
2083 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2086         corresponding to any existing group (Bug#14166).
2087
2088 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2089
2090         * nnir.el (number-sequence): No longer used.
2091         (nnir-request-set-mark): New function.
2092         (nnir-request-update-info): Improve marks updating.
2093         (nnir-request-scan): Don't duplicate marks updating.
2094         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2095         Use 'assq rather than 'assoc.  Quote anonymous function.
2096         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2097         Use 'gnus-group-prefixed-p.
2098         (gnus-summary-create-nnir-group): Make sure server for method is open.
2099
2100 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2101
2102         * nnir.el (gnus-nnir-group-p): New function.
2103         (nnir-possibly-change-group): Use it.
2104
2105         * gnus-msg.el (gnus-setup-message): Use it.
2106
2107 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2110         `initial-input' for the argument name.
2111         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2112
2113 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2114
2115         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2116         (used by MH-E).
2117
2118 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2119
2120         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2121         group.
2122
2123         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2124         fix compilation.
2125
2126 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2127
2128         * nnir.el (nnir-method-default-engines): And another typo.
2129
2130 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2131
2132         * nnir.el (nnir-method-default-engines): Fix typo.
2133
2134 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2135
2136         * nnir.el: Define 'number-sequence for xemacs.
2137         (gnus-summary-create-nnir-group): New function to create an nnir group
2138         from an nnir summary buffer based on the current query.
2139         (nnir-request-create-group): Update to allow nnir group creation based
2140         on the current query.
2141
2142 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2143
2144         * nndraft.el (nndraft-request-expire-articles):
2145         Make expiry target always `delete'.
2146
2147 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2148
2149         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2150         buffer use the posting-style and gcc of the original article group.
2151         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2152
2153         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2154         after other deffoos.
2155
2156 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2157
2158         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2159         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2160         support for real (i.e. not ephemeral) nnir groups.
2161         (gnus-summary-make-nnir-group): New function for initiating searches
2162         from a summary buffer.
2163
2164 2013-03-18  Sam Steingold  <sds@gnu.org>
2165
2166         * message.el (message-bury): Minor cleanup.
2167
2168 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2169
2170         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2171
2172 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2175         nnml-request-list.  (Bug#13873)
2176         (nndir-request-newsgroups): Remove, unused.
2177
2178         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2179
2180 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2181
2182         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2183         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2184         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2185
2186 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2187
2188         * shr.el: Make all the overlays set the `evaporate' property so that
2189         they're removed properly.
2190
2191 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2192
2193         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2194         shell-quote-argument.
2195
2196 2013-02-22  David Engster  <deng@randomsample.de>
2197
2198         * gnus-registry.el (gnus-registry-save): Provide class name when
2199         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2200         `condition-case' to stay compatible with older EIEIO versions which
2201         only accept one argument.
2202
2203 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2204
2205         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2206         (epg-user-id-validity): Autoload.
2207         (mml2015-epg-check-user-id): New function.
2208         (mml2015-epg-check-sub-key): New function split from
2209         mml2015-epg-find-usable-key.
2210         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2211         optional name-is-key-id, to handle the case when user-id is unusable.
2212         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2213
2214 2013-02-17  Glenn Morris  <rgm@gnu.org>
2215
2216         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2217
2218 2013-02-16  Glenn Morris  <rgm@gnu.org>
2219
2220         * shr.el (shr-put-image): Only animate images that specify a delay.
2221         This is consistent with the old image-animated-p behavior.
2222
2223 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2226         for XEmacs.
2227
2228 2013-02-13  Juri Linkov  <juri@jurta.org>
2229
2230         * gnus-art.el (gnus-article-mode-map):
2231         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2232         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2233
2234 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2235
2236         * auth-source.el (auth-source-format-prompt): Don't get confused by
2237         any "\" in replacement text.  (Bug#13637)
2238
2239 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2240
2241         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2242         (gnus-backend-trace): Honour gnus-backend-trace.
2243
2244         * mml.el (mml-insert-part): Insert closing tag.
2245
2246         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2247
2248 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2251         able to find the article, which can happen in debbugs groups,
2252         apparently.
2253
2254 2013-01-16  Glenn Morris  <rgm@gnu.org>
2255
2256         * smiley.el (smiley-style): Make the file loadable in batch mode.
2257
2258 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2259
2260         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2261         imap process running.
2262
2263 2013-01-14  Julien Danjou  <julien@danjou.info>
2264
2265         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2266         Compare addresses against addresses, not against the full From field.
2267
2268 2013-01-13  Richard Stallman  <rms@gnu.org>
2269
2270         * message.el (message-forward-make-body-mime): New args BEG, END
2271         specify what part of FORWARD-BUFFER to use.  Do the work directly
2272         instead of calling `mml-insert-buffer'.
2273
2274 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2275
2276         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2277         cross-reference(s).
2278
2279         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2280         cross-reference(s).
2281
2282 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2283
2284         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2285         and point-max-marker.
2286         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2287
2288 2013-01-11  Julien Danjou  <julien@danjou.info>
2289
2290         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2291         max are almost equal.  Also return the correct value for V which is
2292         already between 0 and 1.
2293
2294 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2295
2296         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2297         to mml2015-encrypt-to-self.
2298         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2299
2300 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2301
2302         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2303         mml-smime-epg-find-usable-secret-key.
2304
2305 2013-01-08  Glenn Morris  <rgm@gnu.org>
2306
2307         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2308
2309 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2310
2311         * mml-smime.el: Support signing by sender.
2312         Requested by Uwe Brauer.
2313         (mml-smime-sign-with-sender): New user option analogous
2314         to mml2015-sign-with-sender.
2315         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2316         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2317         mml2015.el.
2318
2319 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2322         isn't running, because Gnus will probably not know how to handle the
2323         Gcc header (bug#11941).
2324
2325         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2326         articles.
2327
2328 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2331         (nnfolder-generate-active-file): Make this function work with recursive
2332         folder names.
2333
2334 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2335
2336         * nntp.el (nntp-open-connection): Use HELP as the capability command
2337         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2338         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2339
2340 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2341
2342         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2343         place holder since this gives `Invalid face reference: nil' messages.
2344         Use the `default' face instead.  It has the same effect here, even
2345         though it is not no-op.
2346
2347         * gnus-util.el
2348         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2349
2350 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2351
2352         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2353         non-string posting styles (bug#13285).
2354
2355 2012-12-27  Glenn Morris  <rgm@gnu.org>
2356
2357         * plstore.el (plstore-passphrase-callback-function):
2358         Use plstore-get-file.
2359
2360 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2361
2362         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2363         stderr.
2364
2365 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2368
2369         * gnus-compat.el (set-buffer-multibyte): Remove.
2370
2371 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2372
2373         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2374         temporary file to get PGP key image.  Pass no-show-photos when
2375         extracting image to avoid having it pop up twice.
2376
2377 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2378
2379         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2380         eligible for treatment.
2381
2382         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2383         lines.  This makes summary commands with hidden threads work more
2384         reliably.
2385
2386         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2387         button to mark the hidden citations (bug#9395).
2388
2389 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2390
2391         * mml2015.el (mml2015-epg-signature-to-string): New function.
2392         (mml2015-epg-verify-result-to-string): New function.
2393         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2394         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2395         instead of epg-verify-result-to-string.
2396         (epg-signature-key-id, epg-signature-to-string): Autoload.
2397         (epg-verify-result-to-string): Remove autoload.
2398
2399 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2400
2401         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2402         ID image from GPG public key.
2403         (mml2015-epg-key-image-to-string): New function.
2404
2405 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2406
2407         * plstore.el (plstore-passphrase-callback-function): Fix error when
2408         error when plstore-cache-passphrase-for-symmetric-encryption is set
2409         (bug#13264).
2410
2411 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2414         buffer to the article buffer here, because that clobbers multiple
2415         article buffers.
2416
2417         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2418         buffer always points to the right summary buffer.
2419
2420 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2421
2422         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2423         the password (bug#12097).
2424
2425 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2426
2427         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2428         (bug#13263).
2429
2430         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2431         buffer exists before using it (bug#12475).
2432
2433         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2434         offline groups (bug#11937).
2435
2436         * message.el (message-yank-original): When using customize to set the
2437         value of `message-cite-style', the variable it set to a symbol that's
2438         the name of the variable, which must then be dereferenced (bug#12616).
2439
2440 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2441
2442         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2443         the `face' property with a list whose car is the face specified in the
2444         format string and whose cdr is (nil).
2445         * lisp/gnus-util.el
2446         (gnus-put-text-property-excluding-characters-with-faces):
2447         Change accordingly.
2448         (gnus-get-text-property-excluding-characters-with-faces): New function.
2449         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2450         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2451         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2452
2453 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2454
2455         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2456         login methods.
2457         (nnimap-login): Respect the `nnimap-authenticator' variable.
2458
2459         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2460         mark state when moving articles.  Otherwise unticked articles will get
2461         their ticks back after moving.
2462
2463 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2464
2465         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2466
2467         * message.el (message-ignored-news-headers): Always remove
2468         X-Message-SMTP-Method to avoid information leakage if the user
2469         mistakenly inserts the header into news messages.
2470
2471         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2472
2473         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2474         right than four characters, this command would move point to
2475         `point-max'.  Don't do that.
2476
2477         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2478         to nil to allow re-selecting groups that gain articles.
2479         (gnus-bug-group-download-format-alist): Update the URL.
2480
2481 2012-12-23  Andreas Schwab  <schwab@suse.de>
2482
2483         * shr.el (shr-tag-em): Render em as italic, not bold.
2484
2485 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2486
2487         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2488         for reuse.
2489         (gnus-open-server): Use it to add more tracing.
2490         (gnus-finish-retrieve-group-infos): Add backend tracing.
2491         (gnus-backend-trace): Also note the elapsed seconds.
2492
2493 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2494
2495         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2496         Set epa-file-encrypt-to from variable to avoid querying.
2497
2498 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2499
2500         * sieve-mode.el (sieve-font-lock-keywords):
2501         Keywords should be word delimited.  (Bug#13173)
2502
2503 2012-12-13  Andreas Schwab  <schwab@suse.de>
2504
2505         * tls.el (tls-program): Update customize type.
2506
2507 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2510         instead of <pre> to align message header.
2511
2512 2012-12-12  Sam Steingold  <sds@gnu.org>
2513
2514         * gnus.el (gnus-other-frame-resume-function): Add user option.
2515         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2516
2517 2012-12-06  Sam Steingold  <sds@gnu.org>
2518
2519         * gnus-start.el (gnus-before-resume-hook): Add.
2520         (gnus-1): Run it when Gnus is alive.
2521
2522 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2525         * gnus-art.el (article-unsplit-urls)
2526         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2527         * gnus-registry.el (gnus-registry-get-article-marks)
2528         * message.el (message-goto-body): Use it.
2529         (message-called-interactively-p): Remove.
2530
2531         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2532         (spam-stat-score-buffer): Use it.
2533
2534         * spam.el: Silence the warnings against BBDB functions when compiling.
2535
2536         * gnus-score.el (gnus-score-decode-text-parts):
2537         Use append+mapcar instead of the cl function mapcan.
2538
2539 2012-12-05  Sam Steingold  <sds@gnu.org>
2540
2541         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2542         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2543         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2544
2545 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * gmm-utils.el (gmm-called-interactively-p): Revert.
2548         This seems to cause Emacs to get stuck!
2549         * gnus-art.el (article-unsplit-urls)
2550         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2551         * gnus-registry.el (gnus-registry-get-article-marks)
2552         * message.el (message-goto-body)
2553         (message-called-interactively-p): Revert.
2554
2555         * gmm-utils.el (gmm-called-interactively-p): New function.
2556         * gnus-art.el (article-unsplit-urls)
2557         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2558         * gnus-registry.el (gnus-registry-get-article-marks)
2559         * message.el (message-goto-body): Use it.
2560         (message-called-interactively-p): Remove.
2561
2562         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2563         * gnus-sync.el (gnus-sync-lesync-call)
2564         * message.el (message-read-from-minibuffer): Use it.
2565
2566 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * gmm-utils.el (gmm-flet): Remove.
2569         * gnus-sync.el (gnus-sync-lesync-call)
2570         * message.el (message-read-from-minibuffer): Don't use it.
2571
2572 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2575
2576 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2579
2580         * gnus-sync.el (gnus-sync-lesync-call)
2581         * message.el (message-read-from-minibuffer): Use gmm-flet.
2582
2583         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2584
2585         * gnus-util.el (gnus-macroexpand-all): Remove.
2586
2587 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2588
2589         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2590         to TAB, not [tab].
2591         (gnus-summary-article-map): Likewise.
2592
2593         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2594         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2595
2596 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2597
2598         * time-date.el: Commentary fix.
2599
2600 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2601
2602         * color.el: Don't require cl.
2603         (color-complement): `caddr' -> `nth 2'.
2604
2605         * time-date.el (time-to-seconds): De-obsolete.
2606
2607 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * message.el (message-get-reply-headers):
2610         Make sure the reply goes to the author if it is a wide reply.
2611
2612 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2613
2614         * gnus-score.el (gnus-score-body):
2615         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2616         scoring by body.
2617
2618 2012-11-16  Glenn Morris  <rgm@gnu.org>
2619
2620         * gnus-diary.el (nndiary-request-create-group-functions)
2621         (nndiary-request-update-info-functions)
2622         (gnus-subscribe-newsgroup-functions)
2623         (nndiary-request-accept-article-functions):
2624         Use new names for hooks rather than obsolete aliases.
2625
2626 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2629
2630 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2633         in meta tag with the one the part specifies in its header.
2634
2635 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2636
2637         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2638         by default.
2639
2640 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2643         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2644
2645 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2648         and a runtime function for it, of which the XEmacs version takes only
2649         two arguments.
2650
2651 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2652
2653         * nndiary.el (nndiary-request-create-group-functions)
2654         (nndiary-request-update-info-functions)
2655         (nndiary-request-accept-article-functions):
2656         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2657         "-hooks" suffix.
2658
2659 2012-10-19  Julien Danjou  <julien@danjou.info>
2660
2661         * gnus-art.el: Require gnus-util because it uses
2662         `gnus-timer--function'.
2663
2664 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2665
2666         * starttls.el (starttls-extra-arguments): Doc fix.
2667
2668 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2671         it.
2672
2673 2012-10-06  Glenn Morris  <rgm@gnu.org>
2674
2675         * gnus-notifications.el (gnus-notifications):
2676         Add missing group :version tag.
2677         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2678         (gnus-gcc-post-body-encode-hook):
2679         * gnus-sync.el (gnus-sync-lesync-name)
2680         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2681
2682 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2683
2684         * color.el (color-hsl-to-rgb): Fix incorrect results for
2685         small and large hue values.  (Bug#12559)
2686
2687 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         New UIDL implementation.
2690
2691         * mail-source.el (mail-sources, mail-source-keyword-map):
2692         Add :leave as a pop3 keyword.
2693         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2694
2695         * pop3.el (pop3-leave-mail-on-server): Allow number.
2696         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2697         (pop3-movemail): Add UIDL support.
2698         (pop3-send-streaming-command): Take a list of mail numbers instead of
2699         the number of mails.
2700         (pop3-write-to-file): Add X-UIDL header.
2701         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2702         (pop3-uidl-add-xheader): New functions.
2703
2704         * message.el (message-ignored-resent-headers):
2705         Add X-Content-Length and X-UIDL headers.
2706
2707 2012-10-05  Glenn Morris  <rgm@gnu.org>
2708
2709         * color.el (color-name-to-rgb, color-rgb-to-hex)
2710         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2711         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2712         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2713         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2714
2715 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2718         a user about whether to delete temp files if once a user answered as n.
2719
2720 2012-09-25  Chong Yidong  <cyd@gnu.org>
2721
2722         * password-cache.el (password-read-and-add): Use a declare form to mark
2723         this function obsolete.
2724
2725 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2726
2727         * lpath.el: Bind mail-encode-mml for old Emacsen.
2728
2729 2012-09-17  Richard Stallman  <rms@gnu.org>
2730
2731         * message.el (message-in-body-p): Don't set mark or modify buffer.
2732
2733         * mml.el (mml-attach-file): Doc fix.
2734         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2735         Set mail-encode-mml when in Mail mode.
2736         Simplify code to set HEAD and move back to HEAD.
2737         (mml-insert-multipart, mml-insert-part):
2738         Set mail-encode-mml when in Mail mode.
2739
2740 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-util.el (gnus-timer--function): New function.
2743
2744         * gnus-art.el (gnus-article-stop-animations): Use it.
2745
2746 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2747
2748         Fix glitches caused by addition of psec to timers.
2749         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2750         rather than raw access to timer vector.
2751
2752 2012-09-11  Julien Danjou  <julien@danjou.info>
2753
2754         * gnus-notifications.el (gnus-notifications): Check for nil values in
2755         ignored addresses check.
2756
2757 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2758
2759         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2760
2761 2012-09-07  Chong Yidong  <cyd@gnu.org>
2762
2763         * gnus-util.el
2764         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2765
2766         * gnus-salt.el (gnus-tree-highlight-node):
2767         * gnus-sum.el (gnus-summary-highlight-line):
2768         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2769
2770 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2771
2772         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2773
2774 2012-09-06  Juri Linkov  <juri@jurta.org>
2775
2776         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2777         scheme for buffer names to be more consistent with other group and
2778         article buffer names in Gnus.
2779
2780 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2781
2782         * gnus-util.el
2783         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2784
2785         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2786         Jenkner.
2787
2788         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2789
2790         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2791
2792         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2793
2794 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2797         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2798
2799         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2800         string-prefix-p in Emacs >=23.2.
2801
2802         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2803         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2804         instead of string-match-p.
2805         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2806
2807 2012-09-06  Kenichi Handa  <handa@gnu.org>
2808
2809         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2810         lowercase a..f.
2811
2812 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2813
2814         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2815
2816 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2817
2818         * nnimap.el (nnimap-request-move-article): Decode the group name when
2819         doing internal moves to avoid charset issues.
2820
2821         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2822         TIME is set.
2823
2824 2012-09-05  Juri Linkov  <juri@jurta.org>
2825
2826         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2827         than one group at a time (bug#11961).
2828
2829 2012-09-05  Julien Danjou  <julien@danjou.info>
2830
2831         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2832         this hide the real reason with a message giving absolutely no hint.
2833
2834 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2835
2836         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2837         to the backend (bug#11804).
2838
2839         * message.el (message-insert-newsgroups): Don't insert newsgroup
2840         duplicates (bug#12275).
2841
2842 2012-09-05  John Wiegley  <johnw@newartisans.com>
2843
2844         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2845         sieve rules.
2846
2847 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2848
2849         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2850         function.
2851
2852         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2853
2854         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2855
2856 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2857
2858         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2859         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2860         This should make nnmaildir more usable with offlineimap.
2861
2862 2012-09-05  Julien Danjou  <julien@danjou.info>
2863
2864         * nnimap.el (nnimap-request-list): Revert change that made listing
2865         synchronous.
2866         (nnimap-get-responses): Restore.
2867
2868 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2869
2870         * dgnushack.el: XEmacs 21.5 compilation fix.
2871
2872         * gnus-notifications.el (gnus-notifications-notify): Use it.
2873
2874         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2875         warnings on XEmacs.
2876
2877 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2878
2879         Better seeds for (random).
2880         * gnus-sync.el (gnus-sync-lesync-setup):
2881         * message.el (message-canlock-generate, message-unique-id):
2882         Change (random t) to (random), now that the latter is more random.
2883
2884 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2885
2886         * nnimap.el (nnimap-change-group): Document result value
2887
2888         * auth-source.el (auth-sources): Fix macos keychain access.
2889
2890         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2891         allow the backend `request-head' function to determine the group
2892         name on its own.
2893         (gnus-request-expire-articles): Filter out negative article numbers
2894         during expiry (Bug#11980).
2895
2896         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2897         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2898
2899         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2900         you've found the article when you haven't.
2901
2902         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2903         that nnimap-change-group can return t.
2904
2905 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2906
2907         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2908
2909 2012-08-30  Julien Danjou  <julien@danjou.info>
2910
2911         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2912         `gnus-notifications-timeout'.
2913         (gnus-notifications-timeout): Add.
2914         (gnus-notifications-action): New function.
2915         (gnus-notifications-notify): Add :action using
2916         `gnus-notifications-action'.
2917         (gnus-notifications-id-to-msg): New variable.
2918         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2919         notifications id to messages.
2920
2921 2012-08-30  Kenichi Handa  <handa@gnu.org>
2922
2923         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2924         once.
2925
2926 2012-08-29  Julien Danjou  <julien@danjou.info>
2927
2928         * gnus-notifications.el: New file.
2929         (gnus-notifications-notify): New function.
2930         (gnus-notifications): Use `gnus-notifications-notify'.
2931
2932 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2935         transfer encoding first; bind gnus-newsgroup-charset to the charset
2936         that the article specifies (Bug#12209).
2937
2938 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2941         (gnus-group-customize-done): Encode values posting-style holds.
2942
2943         * gnus-msg.el (gnus-summary-resend-message)
2944         (gnus-configure-posting-styles): Decode values posting-style group
2945         parameter holds.
2946
2947 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2950         `name' and `address' in Resent-From header.
2951
2952 2012-08-14  Chong Yidong  <cyd@gnu.org>
2953
2954         * gnus-art.el (article-display-face): Handle failure in
2955         gnus-create-image (Bug#11802).
2956
2957 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2958
2959         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2960         Use defsetf.
2961
2962 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2963
2964         * auth-source.el (auth-source-plstore-search)
2965         (auth-source-secrets-search): Ignore :require and :type in search spec.
2966
2967 2012-08-06  Julien Danjou  <julien@danjou.info>
2968
2969         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2970         `nnimap-request-move-article'.
2971
2972         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2973         Remove autoload, already handled by gnus.el.
2974
2975         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2976
2977         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2978         supported by nnimap actually.  Reverts previous change.
2979
2980         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2981         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2982         to-buffer argument that is already supported.
2983
2984 2012-08-05  Julien Danjou  <julien@danjou.info>
2985
2986         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2987         Add autoload.
2988
2989 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * gnus.el (gnus-valid-select-methods): Fix custom type.
2992
2993 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2994
2995         * auth-source.el (auth-sources, auth-source-backend-parse)
2996         (auth-source-macos-keychain-search)
2997         (auth-source-macos-keychain-search-items)
2998         (auth-source-macos-keychain-result-append)
2999         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3000         auth-source.el through the /usr/bin/security utility.
3001         (auth-sources): Fix syntax error.
3002         (auth-source-macos-keychain-result-append): Fix variable name.
3003         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3004
3005 2012-07-27  Julien Danjou  <julien@danjou.info>
3006
3007         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3008         Emacs < 24.1
3009
3010 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * message.el (message-kill-address): Don't kill last newline.
3013         (message-skip-to-next-address): Don't move to the next header.
3014         (message-fill-field-address): Work properly.
3015
3016 2012-07-25  Julien Danjou  <julien@danjou.info>
3017
3018         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3019
3020 2012-07-24  Julien Danjou  <julien@danjou.info>
3021
3022         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3023
3024         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3025         (nntp-async-timer-handler): Remove, unused.
3026
3027         * nnimap.el (nnimap-get-responses): Remove, unused.
3028
3029         * nnheader.el (mail-header-set-extra): Remove, unused.
3030
3031         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3032         unused.
3033
3034         * mm-view.el (mm-view-sound-file): Remove, unused.
3035
3036         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3037         (mm-url-encode-multipart-form-data): Remove, unused.
3038
3039         * message.el (message-remove-signature, message-make-host-name)
3040         (message-fill-address): Remove, unused.
3041
3042         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3043         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3044         unused.
3045
3046         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3047         (gnus-xmas-call-region): Remove, unused.
3048
3049         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3050
3051         * gnus-util.el (gnus-extract-address-component-name)
3052         (gnus-extract-address-component-email, gnus-sortable-date)
3053         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3054         (gnus-process-live-p): Remove, unused.
3055
3056         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3057
3058         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3059         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3060         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3061         function.
3062
3063         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3064
3065         * gnus-score.el (gnus-summary-score-crossposting)
3066         (gnus-score-regexp-bad-p): Remove, unused.
3067
3068         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3069
3070         * gnus-range.el (gnus-sublist-p): Remove, unused.
3071
3072         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3073         unused.
3074
3075         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3076
3077         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3078         (gnus-request-associate-buffer): Remove, unused.
3079
3080         * gnus-group.el (gnus-group-set-method-info)
3081         (gnus-group-set-params-info): Remove, unused.
3082
3083         * gnus-fun.el (gnus-shell-command-to-string)
3084         (gnus-shell-command-on-region): Remove, unused.
3085
3086         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3087
3088         * gnus-art.el (gnus-article-text-type-exists-p)
3089         (article-translate-characters, gnus-article-hide-text-of-type)
3090         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3091         Remove, unused.
3092
3093 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3094
3095         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3096
3097 2012-07-21  Julien Danjou  <julien@danjou.info>
3098
3099         * message.el (message-dont-reply-to-names): Replace deprecated
3100         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3101         (message-get-reply-headers): Ditto.
3102
3103 2012-07-18  Julien Danjou  <julien@danjou.info>
3104
3105         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3106         `sieve-upload-and-kill'.
3107
3108         * sieve.el (sieve-bury-buffer): Remove function.
3109         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3110         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3111
3112 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3113
3114         * shr.el (shr-expand-url): Handle URL starting with `//'.
3115
3116 2012-07-13  Chong Yidong  <cyd@gnu.org>
3117
3118         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3119         instead of calling toggle-read-only with a (bogus) argument.
3120
3121 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3122
3123         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3124         of initial input when reading the author to restrict the summary to.
3125
3126 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * mm-decode.el (mm-shr):
3129         Allow overriding charset by mm-charset-override-alist.
3130
3131 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * gnus-art.el (gnus-article-view-part):
3134         Toggle subparts of multipart/alternative part.
3135
3136 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3137
3138         * shr.el (shr-render-buffer): New command.
3139         (shr-visit-file): Use it.
3140
3141 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3144         Set no-byte-compile and no-update-autoloads.
3145
3146 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3149
3150 2012-06-25  Julien Danjou  <julien@danjou.info>
3151
3152         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3153         `nnimap-request-move-articles-find-limit' since we do not use it only
3154         for move operations.
3155         (nnimap-request-accept-article): Use
3156         `nnimap-request-articles-find-limit' to limit search by message-id.
3157
3158 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3159
3160         Support higher-resolution time stamps (Bug#9000).
3161
3162         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3163         VARLIST.  It's optional, for backward compatibility.
3164         (encode-time-value): New optional arg PICO.  New type 3.
3165         (time-to-seconds) [!float-time]: Support the new picoseconds
3166         component if it's used.
3167         (seconds-to-time, time-subtract, time-add):
3168         Support ps-resolution time stamps as well.
3169
3170 2012-06-19  Julien Danjou  <julien@danjou.info>
3171
3172         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3173
3174         * nnimap.el (nnimap-log-buffer): Check that
3175         `window-point-insertion-type' is boundp, since it's not available in
3176         XEmacs.
3177
3178 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3179
3180         * nnimap.el (nnimap-log-buffer): Add this, setting
3181         `window-point-insertion-type' in the buffer to t.
3182         (nnimap-log-command): Use nnimap-log-buffer.
3183
3184 2012-06-19  Julien Danjou  <julien@danjou.info>
3185
3186         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3187         argument to be able to limit the search.
3188         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3189         (nnimap-request-move-articles-find-limit): Add this to limit the search
3190         by Message-Id after a message move.
3191         (nnimap): Add defgroup.
3192
3193 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3194
3195         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3196
3197 2012-06-15  Julien Danjou  <julien@danjou.info>
3198
3199         * nnimap.el (nnimap-find-article-by-message-id): Use
3200         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3201         (nnimap-possibly-change-group): Add read-only argument.
3202         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3203         issuing EXAMINE manually.
3204         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3205         with read-only argument.
3206         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3207         cannot possibly change because we need to be sure that it's either
3208         read-write or read-only.
3209
3210 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3213         being bound to a lambda form.
3214
3215 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3216
3217         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3218         articles when fetch-old is non-nil (bug#11370).
3219
3220 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3221
3222         * gnus-picon.el (gnus-picon-properties): New defcustom.
3223         (gnus-picon-create-glyph): Use it.
3224
3225 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * gnus-group.el (gnus-group-get-new-news): Respect
3228         `gnus-group-use-permanent-levels', as documented (bug#11638).
3229
3230 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3231
3232         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3233         groups (bug#11641).
3234
3235 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3236
3237         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3238         is an integer to avoid later problems.
3239
3240 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241
3242         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3243         locales.
3244
3245         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3246         on a handle.
3247
3248         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3249         address as the default.
3250         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3251
3252         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3253         makes no sense to query the user about internal files.
3254
3255         * gnus-spec.el: Remove all the byte-compilation stuff, since
3256         benchmarking shows that it doesn't help when entering large summary
3257         buffers.
3258
3259         * gnus-xmas.el (gnus-xmas-define): Remove.
3260
3261         * gnus-util.el (gnus-byte-code): Remove.
3262
3263         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3264         grouplens stuff.
3265
3266 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3269         (bug#11514).
3270
3271 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3272
3273         * message.el (message-buffers): Return all buffers derived from Message
3274         to make `gnus-dired-attach' work with mu4e.
3275
3276 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3277
3278         * nntp.el: Stop the `letf' madness.
3279         (nntp--report-1): New var.
3280         (nntp-report): Merge nntp-report-1 into it.
3281         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3282         the nntp-report function.
3283
3284         * auth-source.el: Fix comment-style to follow the convention.
3285
3286 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3287
3288         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3289         (mm-dissect-singlepart): Don't guess the MIME type of
3290         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3291         set.
3292         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3293         toplevel MIME type is multipart/encrypted.
3294
3295 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3298         a string so that Gcc works (bug#11514).
3299
3300 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3301
3302         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3303         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3304
3305 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3306
3307         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3308         jumping to *Server* from a dedicated *Group* window.
3309         (gnus-configure-frame): CSE.
3310
3311         * gnus-registry.el: Minor style cleanup.
3312         (gnus-registry--set/remove-mark): New function, extracted from
3313         gnus-registry-install-shortcuts.
3314         (gnus-registry-install-shortcuts): Use it.
3315
3316 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3317
3318         * nnspool.el (news-path): Use eval-and-compile.
3319
3320 2012-05-24  Glenn Morris  <rgm@gnu.org>
3321
3322         * nnspool.el (news-directory, news-path, news-inews-program):
3323         Move here from paths.el.  Don't see a need for these to be autoloaded.
3324
3325         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3326         Merge in doc from paths.el version.  Don't see any need for this to be
3327         autoloaded, or for the warning about users not setting it.
3328
3329 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3330
3331         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3332         format.  In particular, add an optional argument and a docstring.
3333
3334         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3335
3336         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3337         current before calling `gnus-groups-to-gnus-format'.
3338         Note that this was already the case for `gnus-active-to-gnus-format'.
3339
3340 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3341
3342         Fix minor Y10k bug.
3343         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3344
3345 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3346
3347         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3348         message once it's actually open.
3349
3350 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3351
3352         * gnus.el: Ma Gnus v0.5 is released.
3353
3354 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3355
3356         * auth-source.el (auth-source--aput-1, auth-source--aput)
3357         (auth-source--aget): New functions and macros.
3358         Use them instead of aput/aget.
3359
3360 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3361
3362         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3363
3364 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3365
3366         * plstore.el (plstore-called-interactively-p): New compat macro copied
3367         from message.el.
3368         (plstore-mode): Use it.
3369
3370 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3371
3372         * plstore.el: Revive the editing feature.
3373         (plstore-mode): New mode to edit plstore file.
3374         (plstore-mode-toggle-display, plstore-mode-original)
3375         (plstore-mode-decoded): New command.
3376         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3377         (plstore--insert-buffer, plstore--make): New function.
3378         (plstore-open, plstore-save): Simplify by using them.
3379
3380 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3383
3384 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3385
3386         * tls.el (open-tls-stream): Remove unused binding.
3387
3388 2012-04-16  Glenn Morris  <rgm@gnu.org>
3389
3390         * nndraft.el (nndraft-request-list): Fix declaration.
3391
3392 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * mm-decode.el (mm-dissect-buffer): Doc fix.
3395
3396         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3397         don't have a current group.
3398
3399         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3400         buffer if it doesn't exist.
3401
3402         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3403         given, mark the group as ephemeral with the current window conf.
3404
3405         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3406         buffer exists, which it doesn't if we haven't started Gnus.
3407         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3408
3409 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3412         type is.
3413
3414         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3415         `unexists' entries.
3416         (gnus-clean-old-newsrc): Fix last checkin.
3417
3418         * nnimap.el (nnimap-update-info): None of the articles below the active
3419         low-water mark exist.
3420
3421         * dgnushack.el: Get rid of XEmacs compilation warning.
3422
3423         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3424         would have gotten if we posted to the group, and use that to compare
3425         against the message we want to cancel (bug#10808).
3426
3427         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3428         on XEmacs.
3429
3430 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3431
3432         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3433         `scroll-margin'.
3434
3435 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3436
3437         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3438         citation prefix within a block of cited text should be considered part
3439         of that block *only* if it is a blank line.
3440
3441 2012-04-09  Chong Yidong  <cyd@gnu.org>
3442
3443         * binhex.el, hashcash.el, uudecode.el:
3444         Remove * characters from the front of variable docstrings.
3445
3446 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3449         before kinsoku-bol characters nor within kinsoku-eol characters.
3450
3451 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3454         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3455         (gnus-sync-read): Use mapc instead of mapcar.
3456
3457         * mm-archive.el: Require mm-decode for some macros.
3458         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3459         the byte compiler.
3460         (mm-archive-decoders): New function that returns the value of
3461         the mm-archive-decoders variable.
3462
3463         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3464         instead.
3465         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3466
3467         * nnimap.el (gnus-refer-thread-use-nnir):
3468         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3469
3470 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3473
3474 2012-03-12  Peter Münster  <pmrb@free.fr>
3475
3476         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3477         (gnus-demon-cancel): Ditto.
3478         (gnus-demon-run-callback): When function cannot be called due to low
3479         idleness, call it when idleness reaches the expected value, instead of
3480         waiting another timer period.
3481         (gnus-demon-init): Add `time' to arguments of call-back.
3482
3483 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3486
3487         * gnus.el: Register gnus-registry functions.
3488
3489         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3490         indent.
3491
3492         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3493         enabled before warping.
3494
3495 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3496
3497         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3498         registry about each article retrieved.
3499
3500         * gnus-int.el (gnus-select-group-with-message-id): New function.
3501         (gnus-try-warping-via-registry): Ditto.
3502         (gnus-warp-to-article): Fall back on the registry.
3503
3504 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3505
3506         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3507         inboxes.
3508
3509 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3512
3513 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3516         gnus-gcc-self-resent-messages may be a group parameter.
3517         (gnus-summary-resend-message): Don't encode encoded words in header
3518         when Gcc'ing resent message.
3519
3520 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * shr.el (shr-insert): Treat non-breaking space just like normal
3523         space.  This seems to produce more pleasing results.
3524         (shr-insert): Only insert a blank line if we're starting from an image.
3525         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3526         (shr-ensure-paragraph): Consider lines with white space to be blank.
3527
3528 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3529
3530         * Makefile.in: Respect DESTDIR.
3531
3532 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3533
3534         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3535         and gnus-gcc-post-body-encode-hook.
3536
3537 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3540         messages that don't exist.
3541
3542         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3543
3544 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3547         Remove.
3548
3549         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3550
3551         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3552
3553 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3556         have a group name.
3557
3558         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3559         a multibyte buffer (bug#7410).
3560         (article-wash-html): Parse the original article buffer to get the
3561         unencoded data (bug#7410).
3562
3563         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3564         .newsrc.el files.
3565
3566 2012-04-05  Bastien Guerry  <bzg@altern.org>
3567
3568         * color.el (color-lighten-name): Fix typo.
3569
3570 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3573         "#" to avoid having them interpreted as comments.
3574
3575 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * shr.el (shr-insert): Update the text state properly to avoid
3578         inserting spurious paragraph starts.
3579
3580 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * shr.el (shr-table-widths): Divide the extra width more fairly over
3583         the TDs (bug#10973).
3584         (shr-render-td): Don't delete too much padding.
3585         (shr-natural-width): Compute the natural width more correctly.
3586         (shr-insert): Allow the natural width to be computed for tables again.
3587         (shr-tag-table-1): Rework how the natural widths are computed by
3588         rendering the table a third time.
3589         (shr-natural-width): Removed.
3590         (shr-buffer-width): New function.
3591         (shr-expand-newlines): Use it.
3592
3593         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3594         using a `gnus-use-full-window' setup (bug#11013).
3595
3596 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3599         24.1 release.
3600
3601 2012-03-10  David Edmondson  <dme@dme.org>
3602
3603         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3604         'Forwarded Message' header and the start of the message.
3605
3606 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3607
3608         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3609         isn't running (bug#10897).
3610
3611 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3614         This is inconsistent with all the other stream functions, which leave
3615         the setting up to the higher levels (if so wanted) (bug#10931).
3616
3617 2012-02-28  Glenn Morris  <rgm@gnu.org>
3618
3619         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3620         mm-decode.el: Standardize possessive apostrophe usage.
3621
3622 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3625
3626 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3627
3628         * parse-time.el (parse-time-string): Allow extractor to return nil.
3629
3630 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3633
3634 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3635
3636         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3637
3638 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3639
3640         * mm-decode.el (mm-shr): Remove "soft hyphens".
3641
3642         * nnimap.el (nnimap-request-list): Return the group names encoded as
3643         utf8.  Otherwise non-European group names don't work.
3644         (nnimap-request-newgroups): Ditto.
3645
3646         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3647         the default in `read-string' (bug#10757).
3648
3649         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3650         topics (bug#10843).
3651
3652         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3653         buffer.  Suggested by Herbert Valerio Riedel.
3654         (nnimap-request-move-article): Delete the message from the correct IMAP
3655         server.
3656
3657 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3658
3659         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3660         Reported by Peter Münster.
3661
3662 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3663
3664         * shr.el (shr-image-fetched): Make sure we really kill the right
3665         buffer.
3666
3667 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3668
3669         * gnus-start.el (gnus-1): Avoid duplicate entries.
3670
3671 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3672
3673         * imap.el: Remove.
3674
3675         * nntp.el (nntp-coding-system-for-read): Remove.
3676         (nntp-coding-system-for-write): Ditto.
3677         (nntp-open-connection): Just use `binary' directly.
3678
3679         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3680         Gnus 0.3.
3681
3682 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3683
3684         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3685         application/octet-stream parts really is.
3686
3687         * gnus-sum.el (gnus-propagate-marks): Remove.
3688
3689 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3690
3691         * shr.el (shr-rescale-image): Undo previous change; see
3692         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3693
3694 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3695
3696         * gnus.el: Ma Gnus v0.3 is released.
3697
3698 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3699
3700         * gnus-sum.el (gnus-summary-local-variables): Make
3701         `gnus-newsgroup-unexist' into a local variable.
3702
3703 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3704
3705         * registry.el (registry-usage-test, registry-persistence-test): Move to
3706         tests/gnustest-registry.el.
3707         (registry-make-testable-db, registry-match-test)
3708         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3709
3710         * gnus-registry.el (gnus-registry-misc-test)
3711         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3712
3713         * tests/gnustest-registry.el: New file with the registry and
3714         gnus-registry ERT tests.
3715
3716 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * gnus-msg.el (gnus-summary-resend-message): Make
3719         gnus-summary-resend-message-insert-gcc be last item in
3720         message-header-setup-hook.
3721
3722 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3723
3724         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3725         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3726         Remove.
3727         (nnfolder-open-server): Don't use marks.
3728         (nnfolder-request-delete-group): Ditto.
3729         (nnfolder-request-rename-group): Ditto.
3730         (nnfolder-request-set-mark, nnfolder-request-marks)
3731         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3732         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3733
3734         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3735         (nnml-marks-modtime): Remove.
3736         (nnml-request-delete-group): Don't use marks.
3737         (nnml-request-rename-group): Ditto.
3738         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3739         (nnml-save-marks, nnml-open-marks): Remove.
3740
3741         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3742         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3743         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3744         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3745         (nntp-server-to-method-cache): Remove.
3746
3747         * shr.el (shr-rescale-image): Fix wrong merge.
3748
3749 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3750
3751         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3752         too-wide lines.
3753
3754 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3755
3756         * nnimap.el (nnimap-record-commands): New variable.
3757         (nnimap-log-command): Use it.
3758         (nnimap-make-process-buffer): Add a space to the process buffer.
3759         (nnimap-transform-headers): Don't bug out on header lines containing
3760         stuff that look like IMAP length encodings.
3761
3762         * shr.el (shr-rescale-image): Allow viewing large images.
3763
3764 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3765
3766         * nnml.el (nnml-request-compact-group): Delete the marks file after
3767         compaction (bug#10800).
3768
3769         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3770         group exit.
3771
3772         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3773         QRESYNC/FETCH output.
3774
3775 2012-02-11  Glenn Morris  <rgm@gnu.org>
3776
3777         * sieve-manage.el (sieve-manage-default-stream):
3778         * shr.el (shr):
3779         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3780         (nnir-retrieve-headers-override-function)
3781         (nnir-imap-default-search-key, nnir-notmuch-program)
3782         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3783         (nnir-method-default-engines):
3784         * message.el (message-cite-reply-position):
3785         * gssapi.el (gssapi-program):
3786         * gravatar.el (gravatar):
3787         * gnus-sum.el (gnus-refer-thread-use-nnir):
3788         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3789         (gnus-registry-max-pruned-entries):
3790         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3791         * gnus-int.el (gnus-after-set-mark-hook)
3792         (gnus-before-update-mark-hook):
3793         * gnus-async.el (gnus-async-post-fetch-function):
3794         * auth-source.el (auth-source-cache-expiry):
3795         Add missing :version tags to new defcustoms and defgroups.
3796
3797 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3798
3799         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3800         `gnus-newsgroup-unexist'.
3801
3802         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3803         marks.
3804         (gnus-article-special-mark-lists): Put the `unexist' in the special
3805         marks list instead.
3806
3807         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3808         articles in the list of articles to be selected.
3809
3810         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3811         articles.
3812         (nnimap-update-info): Keep track of unexisting articles.
3813         (nnimap-update-qresync-info): Ditto.
3814
3815 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3816
3817         * message.el (message-default-send-mail-function): Made into own
3818         function for reuse by emacsbug.el.
3819
3820 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3821
3822         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3823         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3824
3825 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3826
3827         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3828         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3829
3830         * gnus-compat.el: Define `timer-set-function'.
3831
3832         * mm-decode.el (mm-display-external): Output the text from the command
3833         in the buffer after the command finished.  This makes text-based
3834         commands behave better.
3835
3836 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3837
3838         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3839
3840 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3841
3842         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3843         23.1.
3844
3845 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3848
3849 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3850
3851         * message.el (smtpmail-smtp-user): Silence compiler warning.
3852
3853 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3854
3855         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3856         SMTP user name.
3857
3858 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * gnus-sum.el (gnus-summary-show-thread):
3861         next-single-char-property-change may return nil in XEmacs.
3862         (gnus-summary-article-map): Fix typo.
3863
3864 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3865
3866         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3867         running.
3868
3869         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3870
3871         * gnus.el (gnus-server-extend-method): Don't add an -address component
3872         if the method already has one (bug#9676).
3873
3874 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3875
3876         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3877         of an initial-input for consistency (bug#10757).
3878
3879         * dgnushack.el: Fix XEmacs compilation warning.
3880
3881         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3882
3883         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3884
3885 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3886
3887         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3888         lines that are narrower than the window width.  Otherwise background
3889         "blocks" will look less readable.
3890
3891 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3892
3893         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3894         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3895         have newlines within the strings, and where the UID comes after the
3896         BODYSTRUCTURE element (bug#10537).
3897
3898         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3899         (bug#10732).
3900
3901         * shr.el (shr-insert-document): Add doc string.
3902         (shr-visit-file): Ditto.
3903         (shr-remove-trailing-whitespace): New function.
3904         (shr-insert-document): Use it to clean up trailing whitespace as the
3905         final step (bug#10714).
3906
3907 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3908
3909         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3910         buffer if `gnus-kill-summary-on-exit' is nil.
3911
3912 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3913
3914         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3915         when just reading a single group from "without" Gnus.
3916
3917 2012-02-06  Chong Yidong  <cyd@gnu.org>
3918
3919         * gnus-sum.el (gnus-summary-show-thread):
3920         next-single-char-property-change never returns nil (Bug#8657).
3921
3922 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3923
3924         * message.el (message-multi-smtp-send-mail): New function.
3925         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3926         header to implement multi-SMTP functionality.
3927
3928         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3929         (gnus-agentize): Don't set it.
3930         (gnus-agent-send-mail): Don't use it.
3931
3932         * gnus-sum.el (gnus-summary-widget-backward): New function and
3933         keystroke.
3934
3935         * gnus-compat.el: More the compat functions more compatible.
3936
3937         * shr.el (shr-put-image): Remove underlines from sliced images.
3938         (shr-zoom-image): Compute the region to be replaced more correctly.
3939
3940 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3943         (gnus-summary-resend-message-insert-gcc): New function.
3944         (gnus-summary-resend-message): Modify message-header-setup-hook and
3945         message-sent-hook to make it work for Gcc.
3946         (gnus-inews-do-gcc): Update the number of unread articles of groups
3947         that messages are Gcc'd to.
3948
3949         * message.el (message-resend): Run message-sent-hook to do Gcc.
3950
3951 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3952
3953         * lpath.el: Fix an XEmacs compilation warning.
3954
3955         * gnus-compat.el: Require `help-fns' to fix compilation error.
3956
3957         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3958         a higher level to silence compilation.
3959
3960         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3961         parameter to allow controlling the scaling.
3962
3963         * shr.el (shr-zoom-image): New command and keystroke.
3964         (shr-put-image): Take a `size' flag to say how to scale the image.
3965
3966         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3967         deletion unless already defined.
3968
3969         * gnus.el (gnus-compat): Require it.
3970
3971         * gnus-compat.el: New file.
3972
3973         * gnus-start.el (gnus-clean-old-newsrc): New function.
3974         (gnus-read-newsrc-file): Use it.
3975
3976         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3977         Use recursive deletion.
3978         (mm-dissect-archive): Add support for zip files.
3979
3980         * gnus-util.el (gnus-recursive-directory-files): New function.
3981
3982         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3983         (mm-archive-decoders): Add tgz support.
3984
3985         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3986         Otherwise inserting text into the Gnus buffer can look odd.
3987
3988         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3989
3990         * mm-archive.el (mm-archive-decoders): Add support for tar.
3991
3992         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3993
3994         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3995
3996 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3997
3998         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3999
4000         * mm-archive.el: New file.
4001
4002         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4003
4004         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4005
4006         * message.el (message-goto-*): Make all the `message-goto-*' commands
4007         push the mark before moving point.  This makes it easier to go back to
4008         where you came from after editing whatever you jumped to.
4009
4010 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4011
4012         * gnus.el: Ma Gnus v0.1 is released.
4013
4014 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4015
4016         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4017         without reconnecting.
4018         (nnimap-possibly-change-group): Ditto.
4019         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4020         connection has died before being called.
4021
4022 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4023
4024         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4025         an initial sync unless we're really doing one.
4026
4027         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4028         address parameter if one already exists (bug#9676).
4029
4030         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4031         not the prefix, as documented (bug#10689).
4032
4033 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4034
4035         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4036         the "server".
4037
4038         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4039         the real error message with the useless "previously known to be down".
4040         Which isn't even correct.
4041
4042         * nntp.el (nntp-open-connection): Report the error message if the nntp
4043         server can't be reached.
4044
4045         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4046         groups we do a total scan for.
4047         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4048         doing that.
4049
4050 2012-01-31  Jim Meyering  <jim@meyering.net>
4051
4052         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4053         Correct a comment (insert "not") and hide nominally-doubled "to".
4054
4055 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4056
4057         * gnus.el (gnus-version): Change name to "Ma Gnus".
4058
4059 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4060
4061         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4062         section in the manual.
4063
4064 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4065
4066         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4067         words.
4068         (rfc2047-encode-string): Ditto.
4069         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4070         understand folded filename="..." parameters, for instance.
4071
4072         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4073         the message for greater debuggability.
4074
4075 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4076
4077         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4078         instead of setting it locally, since the latter doesn't seem to have
4079         any effect (most of the time).
4080
4081 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4082
4083         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4084         function call.
4085
4086 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4087
4088         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4089         seconds, and make the repeat clause with HH:MM specs work as
4090         documented.
4091
4092 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4093
4094         * proto-stream.el (proto-stream-capability-open): Fall back on
4095         :end-of-command if :end-of-capability doesn't exist.
4096
4097 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4100         bound globally in old Emacsen and XEmacsen.
4101
4102 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4105         so that previous errors don't prohibit getting new news.
4106
4107         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4108
4109         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4110
4111 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4112
4113         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4114         buffer, not of the string which is its name.
4115
4116 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4117
4118         * proto-stream.el (proto-stream-capability-open): Wait for
4119         :end-of-capability, not :end-of-command.
4120
4121         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4122         non-server-marks groups.
4123         (gnus-group-make-articles-read): Ditto.
4124
4125         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4126         methods (bug#9676).
4127
4128         * gnus.el (gnus-method-ephemeral-p): New function.
4129
4130 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4133         left-to-right.
4134
4135 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4136
4137         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4138         warning.
4139
4140 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4141
4142         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4143         macroexpand the nnir things, since they haven't been defined yet, and
4144         nnir requires gnus-sum.
4145
4146 2012-01-24  Julien Danjou  <julien@danjou.info>
4147
4148         * color.el (color-rgb-to-hsl): Fix value computing.
4149         (color-hue-to-rgb): New function.
4150         (color-hsl-to-rgb): New function.
4151         (color-clamp, color-saturate-hsl, color-saturate-name)
4152         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4153         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4154
4155 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4158
4159 2012-01-19  Julien Danjou  <julien@danjou.info>
4160
4161         * color.el (color-name-to-rgb): Use the white color to find the max
4162         color component value and return correctly computed values.
4163         (color-name-to-rgb): Add missing float conversion for max value.
4164
4165 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4166
4167         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4168         logical server name in addition to the actual machine address.
4169
4170         * auth-source.el (auth-source-user-and-password): Add convenience
4171         wrapper to search by just host and optionally user.
4172
4173 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4174
4175         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4176         after rendering.
4177
4178 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4179
4180         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4181         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4182         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4183
4184 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4187         (bug#9693).
4188         (gnus-summary-setup-buffer): Document return value (bug#9697).
4189
4190         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4191         since ido doesn't work on symbols (bug#9632).
4192
4193         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4194         when getting a single value as when getting all the values.  This means
4195         that atoms like `gcc-self' work cumulatively, like variable settings,
4196         instead of getting the value from the last matching clause.
4197         (gnus-group-find-parameter): Protect against the group buffer not
4198         existing (bug#9585).
4199
4200 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * gnus-start.el (gnus-activate-group): Document more parameters
4203         (bug#9694).
4204
4205         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4206         (bug#9692).
4207
4208         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4209         article was fetched, so that it can be expired later (bug#9958).
4210         (gnus-agent-summary-fetch-series): Add doc string.
4211         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4212         (bug#9517).
4213
4214         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4215         retrieval is happening.
4216
4217         * gnus.el (gnus-parameters): Doc fix.
4218
4219 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4220
4221         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4222         show the thread after expansion.
4223
4224 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225
4226         * gnus-art.el (article-narrow-to-head): If the head is completely
4227         empty, narrow to the empty region (bug#9764).
4228
4229         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4230         read, and then mark them as unread only when the unread mark is used.
4231         This makes `C-- T k' actually work, even though it's confusing.
4232
4233         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4234         alive before we try to find its window.
4235
4236 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4237
4238         * mm-decode.el (mm-display-external): Use a longer timeout for the
4239         deletion to allow slow programs to display the file.
4240
4241 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4244         prompt to be less confusing.
4245
4246         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4247         argument to `message-reply'.  This broke `special-display-*' frame
4248         pop-uping (bug#10238).
4249
4250 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4253         systems, since these allegedly don't work there.
4254
4255 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4256
4257         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4258         live buffer.
4259
4260 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * nnir.el (nnir-retrieve-headers): Protect against the article not
4263         existing on the server (bug#10335).
4264
4265 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4266
4267         * gnus-agent.el (gnus-agent-load-local): Recompute
4268         gnus-agent-article-local on changing method.
4269
4270 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * gnus.el (gnus-parameters): Note precedence.
4273
4274 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4275
4276         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4277         in the group buffer.
4278
4279 2012-01-04  Julien Danjou  <julien@danjou.info>
4280
4281         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4282         change.
4283
4284 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4285
4286         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4287         too.
4288
4289         * nntp.el (nntp-retrieve-group-data-early): Use it.
4290
4291 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292
4293         * nntp.el (nntp-retrieval-in-progress): New variable.
4294         (nntp-make-process-buffer): Make it buffer-local.
4295
4296         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4297         2010.
4298         (gnus-demon-init): Use it to compute the time if time is on the form
4299         "04:23".
4300
4301         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4302
4303         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4304         status in the correct buffer.
4305
4306 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4307
4308         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4309         when opening topics (bug#10407).
4310
4311 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4312
4313         * gnus-cus.el (gnus-score-customize):
4314         * gnus-sum.el (gnus-sort-gathered-threads):
4315         * message.el (message-shorten-references):
4316         * nnmairix.el (nnmairix-request-group):
4317         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4318
4319 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4320
4321         * gnus-agent.el (gnus-agent-regenerate-group):
4322         * gnus-int.el (gnus-retrieve-group-data-early):
4323         * mm-util.el (mm-codepage-ibm-list):
4324         * nndiary.el (Commentary, nndiary-get-new-mail):
4325         * nnir.el (nnir):
4326         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4327
4328 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * mm-view.el (mm-display-inline-fontify): Add comment.
4331
4332 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4333
4334         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4335         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4336
4337 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4338
4339         * gnus-art.el (gnus-split-methods):
4340         * gnus-msg.el (gnus-configure-posting-styles):
4341         * gnus-spec.el (gnus-parse-simple-format):
4342         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4343         * message.el (message-do-actions): Spelling fix.
4344
4345 2011-12-15  Juri Linkov  <juri@jurta.org>
4346
4347         * mm-decode.el (mm-inline-media-tests): Add missing
4348         `mm-handle-media-subtype'.
4349
4350 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4351
4352         * gnus-group.el (gnus-group-tool-bar):
4353         * gnus-sum.el (gnus-summary-tool-bar):
4354         * message.el (message-tool-bar):
4355         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4356
4357 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4358
4359         * plstore.el (plstore--insert-buffer): Spelling fix.
4360
4361 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4362
4363         * message.el (message-valid-fqdn-regexp): Update with newly approved
4364         top-level domain names ".tel" and ".asia".
4365
4366 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4369         unconditionally.
4370
4371 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4374         pop-to-buffer-same-window for old Emacsen.
4375
4376 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4377
4378         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4379
4380 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4381
4382         * netrc.el (netrc-credentials): Spelling fix.
4383
4384 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4385
4386         * gnus-fun.el (gnus-fun-ppm-change-string):
4387         * gnus-msg.el (gnus-inews-do-gcc):
4388         * gnus-sum.el (gnus-summary-find-for-reselect):
4389         * gnus.el (gnus-summary-cancelled):
4390         * message.el (message-cancel-hook, message-send-news):
4391         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4392         * nnir.el (nnir-run-hyrex):
4393         * nntp.el (nntp-with-open-group-function):
4394         * pgg.el (pgg-pending-timers): Spelling fix.
4395
4396 2011-12-04  Chong Yidong  <cyd@gnu.org>
4397
4398         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4399         change (Bug#10200).
4400
4401 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * compface.el (uncompface):
4404         * gnus-art.el (gnus-article-x-face-command): Update the header format
4405         of icon data for the most recent icontopbm program.
4406
4407 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * gnus-msg.el (gnus-inews-do-gcc):
4410         * message.el (message-send-mail):
4411         * mml.el (mml-generate-mime): Share the value of the buffer-local
4412         `message-options' variable between a draft buffer and temprary working
4413         buffers.
4414
4415 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4416
4417         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4418
4419 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4422         for Cygwin.
4423
4424 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4425
4426         * gnus-group.el (gnus-group-prepare-flat):
4427         * mm-bodies.el (mm-encode-body):
4428         * mml.el (mml-preview):
4429         * nnml.el (nnml-request-compact-group):
4430         * pop3.el (pop3-stream-type): Spelling fix.
4431
4432 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4433
4434         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4435
4436 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4437
4438         * color.el (color-rgb-to-hsl):
4439         * gmm-utils.el (gmm-tool-bar-style):
4440         * gnus-group.el (gnus-group-prepare-flat):
4441         * gnus-topic.el (gnus-topic-prepare-topic):
4442         * mm-decode.el (mm-discouraged-alternatives):
4443         * rfc2047.el (rfc2047-encode-1):
4444         * starttls.el: Spelling fix.
4445
4446 2011-11-24  Glenn Morris  <rgm@gnu.org>
4447
4448         * binhex.el (binhex-begin-line): Give it basic doc-string.
4449
4450         * starttls.el, tls.el: Fix case of "GnuTLS".
4451
4452 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4453
4454         * gnus-group.el (gnus-group-highlight): Fix typo.
4455
4456 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4457
4458         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4459         value of `delete-file', that returns nil for a local file but returns t
4460         for a remote file using ssh.
4461
4462 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4463
4464         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4465
4466 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4467
4468         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4469         avoid later breakage.
4470
4471 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4474         article buffers' name.
4475
4476 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4479         by Paul Eggert's spellfixes two days ago.
4480
4481 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4482
4483         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4484         doesn't have it.
4485
4486         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4487         buffer-local instead of binding them to avoid warnings.  Also demote
4488         errors (bug#10063).
4489         (font-lock-mode-hook): Shut up byte compiler.
4490
4491 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4492
4493         * mm-util.el (mm-charset-after):
4494         * nnir.el (nnir-run-hyrex):
4495         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4496         (ntlm-get-password-hashes, ntlm-md4hash):
4497         * smime.el: Fix typo.
4498
4499 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4500
4501         * gnus-agent.el (gnus-agent-expire-group-1):
4502         * nndiary.el (nndiary-last-occurence):
4503         * nnimap.el (nnimap-request-set-mark):
4504         * nnmairix.el (nnmairix-only-use-registry):
4505         * gnus-group.el (gnus-group-prepare-flat):
4506         * gnus-sum.el (gnus-decode-encoded-word-methods):
4507         * message.el (message-wash-subject):
4508         * nntp.el (nntp-retrieve-headers-with-xover):
4509         * smime.el (smime-certificate-directory): Spelling fix.
4510
4511 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4512
4513         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4514
4515         * color.el:
4516         * gnus-agent.el (gnus-agent-possibly-alter-active):
4517         * gnus-dired.el (gnus-dired-print):
4518         * mail-parse.el:
4519         * nnmairix.el (nnmairix-request-group):
4520         * shr.el (shr-image-displayer):
4521         * sieve-manage.el:
4522         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4523
4524 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4525
4526         * gnus-sum.el (gnus-auto-select-subject):
4527         * spam-report.el (spam-report-resend): Spelling fix.
4528
4529 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4530
4531         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4532         * gnus-art.el (gnus-default-article-saver):
4533         * gnus-srvr.el (gnus-server-copy-server):
4534         * gnus.el (gnus-sloppily-equal-method-parameters):
4535         * html2text.el (html2text-format-tag-list):
4536         * message.el (message-narrow-to-head):
4537         * nndiary.el:
4538         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4539         * sieve.el: Spelling fix.
4540
4541 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4542
4543         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4544         * gnus-sum.el (gnus-summary-make-menu-bar):
4545         * gnus-uu.el (gnus-uu-decode-postscript)
4546         (gnus-uu-decode-postscript-and-save):
4547         * mailcap.el (mailcap-print-command):
4548         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4549         Fix typos.
4550
4551 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4552
4553         * gnus-art.el (gnus-article-part-wrapper):
4554         * html2text.el (html2text-fix-paragraphs):
4555         * mm-decode.el (mm-image-fit-p):
4556         * rfc2047.el (rfc2047-encode-message-header):
4557         * shr-color.el (shr-color-visible-distance-min)
4558         (shr-color-relative-to-absolute, set-minimum-interval)
4559         (shr-color-visible): Fix typos.
4560
4561 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4562
4563         * gmm-utils.el (gmm-tool-bar-item):
4564         * gnus-art.el (gnus-treat-body-boundary):
4565         * gnus-diary.el (gnus-user-format-function-d):
4566         * gnus-start.el (gnus-get-unread-articles):
4567         * pgg-gpg.el (pgg-gpg-update-agent):
4568         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4569
4570 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4571
4572         * gnus-topic.el (gnus-group-prepare-topics):
4573         * gnus-uu.el (gnus-extract-view):
4574         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4575
4576 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4577
4578         * spam.el: Move BBDB autoloads.
4579         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4580         BBDB 2 and 3.
4581         (spam-check-BBDB): Use it.
4582         (spam-enter-ham-BBDB): Use it.
4583
4584 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4585
4586         * smime.el (smime-draw-buffer): Spelling fix.
4587
4588 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4589
4590         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4591         for scanning exactly one level.
4592         * gnus-start.el (gnus-get-unread-articles): Ditto.
4593
4594 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4595
4596         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4597         slightly clearer.
4598
4599 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4600
4601         * gnus-sync.el: More commentary about setup.
4602
4603 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4604
4605         * message.el (message-send-and-exit): Document `arg'.
4606
4607 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4608
4609         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4610
4611 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4612
4613         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4614
4615         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4616         we don't use `bound-and-true-p'.
4617
4618 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4619
4620         * gnus-util.el (gnus-bound-and-true-p): Remove.
4621         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4622         * nnir.el: Use it.
4623         * nnmairix.el: Use it.
4624
4625 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4626
4627         * gnus-sync.el: Improve docs about CouchDB admins.
4628
4629         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4630         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4631         for reasons unknown.
4632         * nnir.el: Use it.
4633         * nnmairix.el: Use it.
4634
4635         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4636         * nnir.el: Ditto.
4637         * nnmairix.el: Ditto.
4638
4639         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4640
4641 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4642
4643         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4644         not needed.  Provide xmlplistread list function to produce XML plist
4645         output for non-Gnus LeSync clients.
4646
4647 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4648
4649         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4650
4651         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4652         and save against it.  Group subscriptions, read marks, other marks,
4653         subscription levels, topic names, and topic offsets (the group's
4654         position within the topic) are saved.  This is an experimental backend
4655         and may change significantly.  Load json.el from the gnus-fallback-lib
4656         if it's not available otherwise.
4657         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4658
4659 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4660
4661         * message.el (message-completion-function): Make sure
4662         message-tab-body-function is not attempted if one of
4663         message-completion-alist fails to find a completion (bug#9158).
4664
4665 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4666
4667         * mml.el (mml-quote-region): Quote <#secure> tag.
4668         (mml-generate-mime-1): Unquote <#secure> tag.
4669
4670 2011-10-20  Chong Yidong  <cyd@gnu.org>
4671
4672         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4673         calling a minor mode from Lisp with nil arg enables it, so we have to
4674         make the wording a bit ambiguous here).
4675
4676 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4679         * nnir.el (nnir-mode): Use it.
4680         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4681         Use it.
4682
4683         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4684         * nnmairix.el (gnus-registry-enabled): Ditto.
4685
4686 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4687
4688         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4689         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4690         only while we need to find out if it should be t or nil.
4691         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4692         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4693         the registry is installed.  Set it to nil when it's unloaded.
4694         (gnus-registry-install-p): Provide user guidance for the initial value
4695         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4696         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4697         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4698         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4699         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4700         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4701         `gnus-registry-install'.
4702
4703 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4704
4705         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4706         previous change.
4707         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4708         primary key is marked as disabled.
4709
4710 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4711
4712         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4713         primary key is marked as disabled.
4714
4715 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4716
4717         * html2text.el (html2text-clean-anchor): Check for quotes around
4718         `href' value.
4719
4720 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4721
4722         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4723         searching.  Drop `bbdb-cache'.
4724
4725 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * message.el (message-signed-or-encrypted-p): Exclude header when
4728         checking if there is signed or encrypted body in text/plain message.
4729
4730 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4731
4732         * html2text.el (html2text-get-attr): Correctly handle attribute values
4733         containing "=".
4734
4735 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4736
4737         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4738         handle bindings.
4739
4740 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4741
4742         * gnus-win.el (gnus-configure-windows): Protect against reading
4743         ephemeral groups outside of Gnus.
4744
4745 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * shr.el (shr-tag-img): Don't get images displayed in tables.
4748
4749 2011-10-03  Glenn Morris  <rgm@gnu.org>
4750
4751         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4752         the "maintainer" version of debbugs.gnu.org reports.
4753
4754 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4755
4756         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4757         make asynchronous adjacent image insertion work better.
4758
4759 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4760
4761         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4762         documentation.
4763
4764 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4767         `gnus-asynchronous' isn't shadowed.
4768
4769 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4772
4773         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4774         (nnimap-insert-partial-structure): The charset parameter isn't
4775         case-sensitive.
4776
4777         * nnheader.el (nnheader-message-maybe): New function.
4778
4779         * shr.el (shr-tag-table): Render totally broken tables better.
4780
4781         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4782         computing the boundary.
4783
4784 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * pop3.el (pop3-number-of-responses): Remove.
4787         (pop3-wait-for-messages): Rewrite to take linear time instead of
4788         exponential time.
4789
4790 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791
4792         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4793         re-fetch images.
4794
4795         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4796         re-fetch images when hitting `g' in Gnus.
4797
4798 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4801         (mml-compute-boundary): Don't check collision if it is non-nil.
4802         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4803         before checking collision.
4804
4805 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4806
4807         * message.el (message-indent-citation): Really make sure there's a
4808         newline at the end.
4809
4810         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4811         Fix suggested by John Wiegley.
4812
4813         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4814
4815         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4816
4817         * message.el (message-default-send-rename-function): Break out into its
4818         own function.
4819
4820         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4821         doesn't work under XEmacs.
4822
4823         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4824         of "imaps" to word around Windows problems.
4825         (nnimap-open-connection-1): Use it.
4826
4827         * message.el (message-indent-citation): Revert last change which made
4828         `F' not work.
4829
4830 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4831
4832         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4833         terminal as well.
4834
4835 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4838         because it displays images using overlays that aren't easy to copy to
4839         the article buffer.
4840
4841 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4842
4843         * message.el (message-indent-citation): Fix empty line removal at the
4844         end of the citation.
4845
4846 2011-09-20  Julien Danjou  <julien@danjou.info>
4847
4848         * auth-source.el (auth-source-netrc-create): Use default value for
4849         password if specified.  Evaluate default.
4850         (auth-source-plstore-create): Ditto.
4851         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4852         value evaluation.
4853         (auth-source-netrc-create): Typo fix.
4854         (auth-source-plstore-create): Ditto.
4855
4856         * password-cache.el (password-cache-remove): Remove entries even if the
4857         value is nil, so that password with a nil value (negative caching) is
4858         possible to invalidate.
4859
4860         * auth-source.el (auth-source-format-cache-entry): New function.
4861
4862 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4865
4866 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4869
4870 2011-09-19  Julien Danjou  <julien@danjou.info>
4871
4872         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4873         which work with things that are not ASCII.
4874
4875 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4876
4877         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4878
4879 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4882         message level.
4883
4884 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4887
4888 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889
4890         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4891
4892 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4893
4894         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4895         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4896
4897 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4898
4899         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4900         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4901         articles.
4902
4903 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4904
4905         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4906         (message-mail-other-window, message-mail-other-frame)
4907         (message-news-other-window, message-news-other-frame):
4908         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4909         instead of setting buffer display varibles.
4910
4911 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4914
4915         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4916
4917 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4918
4919         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4920         duplicates" to a higher level.
4921
4922         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4923         most egregious messages.
4924
4925 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4926
4927         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4928
4929 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4930
4931         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4932         up the file (bug#9351).
4933
4934 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4937         it does with all other backends, but decode the names immediately after
4938         getting them.
4939
4940         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4941         decoding nnimap groups.
4942
4943         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4944         newsrc file.  It doesn't seem like an important optimization any more.
4945
4946 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4947
4948         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4949         overflows.
4950
4951 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4954         (gnus-interactive-exit): Extend to `quiet'.
4955
4956         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4957
4958         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4959         string.
4960
4961         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4962         renaming function arguments from `this'.
4963
4964         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4965
4966         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4967         has been renamed.
4968         (gnus-lrm-string-p): Include RLM and PDF, too.
4969
4970         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4971         (bug#9225).
4972
4973 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4974
4975         Add autoload cookies for functions used by sendmail.el.
4976         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4977
4978         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4979
4980 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-art.el (article-date-ut): Work properly even when there are
4983         things like Date header in the body; work for forwarded parts.
4984
4985 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4986
4987         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4988         original-article-buffer.
4989
4990 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4991
4992         * nnir.el (nnir-compose-result): Fix matching of server type.
4993         (nnir-run-swish++): Ditto.
4994         (nnir-run-namazu): Ditto.
4995         (nnir-run-notmuch): Ditto.
4996
4997 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5000         (bug#9405).
5001
5002         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5003         (bug#9421).
5004
5005         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5006         (bug#9425).
5007
5008         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5009         thing (bug#9426).
5010
5011 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012
5013         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5014         the error message.
5015
5016 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5017
5018         * message.el (message-setup-1): Return t (Bug#9392).
5019
5020 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5021
5022         * gnus-sum.el: When adding article headers to a summary buffer also
5023         update gnus-newsgroup-articles (bug#9386).
5024
5025 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * auth-source.el: Autoload help-mode.
5028
5029 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5032         names.
5033
5034 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5035
5036         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5037         mm-replace-in-string for compatibility issues.
5038         * mml2015.el (mml2015-epg-verify): Ditto.
5039
5040 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5043
5044         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5045
5046 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047
5048         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5049         continue on and do the clean-up phase (bug#9188).
5050
5051         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5052         just ignore groups that can't be opened instead of erroring out
5053         (bug#9225).
5054
5055         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5056         nil since some many people are fuddy-duddies.
5057
5058         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5059         images.
5060
5061         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5062         instead.
5063
5064         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5065
5066         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5067
5068         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5069         processing.
5070
5071         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5072         buffer to avoid warnings.
5073
5074 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5075
5076         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5077         specified to reduce precision.
5078
5079 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5082         bodystructures (bug#9314).
5083
5084 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5087         Make button keymap non-sticky after buttons.
5088
5089 2011-08-18  David Engster  <dengste@eml.cc>
5090
5091         * nnmairix.el (nnmairix-request-set-mark)
5092         (nnmairix-goto-original-article): Remove adding of article to registry,
5093         since `gnus-registry-add-group' isn't available anymore.
5094         (nnmairix-determine-original-group-from-registry):
5095         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5096         available anymore.
5097
5098 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5099
5100         * starttls.el (starttls-any-program-available): Define as obsolete
5101         function.
5102
5103 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5106         versions which Gnus use when appropriate.
5107
5108         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5109         a pretty destructive command.
5110
5111         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5112
5113 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5114
5115         * message.el (message-fix-before-sending): Make a different warning
5116         about NUL characters (bug#9270).
5117
5118         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5119         from custom (bug#9260).
5120
5121         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5122         things work in Emacs 22 and XEmacs, too.
5123
5124         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5125         default From.
5126
5127         * gnus-spec.el (gnus-lrm-string-p): New macro.
5128         (gnus-lrm-string): New constant.
5129         (gnus-summary-line-format-spec): LRM-ify the from.
5130         (gnus-tilde-max-form): LRM-ify string chopping.
5131
5132         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5133
5134         * message.el (message-is-yours-p): Allow disabling canlock checking
5135         (bug#9295).
5136         (message-shoot-gnksa-feet): Add `canlock-verify'.
5137         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5138         message directory isn't writable (bug#9304).
5139
5140         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5141         non-world-readable.
5142
5143 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5146         articles.
5147
5148 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5149
5150         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5151         copy-list.
5152
5153 2011-08-12  Sam Steingold  <sds@gnu.org>
5154
5155         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5156         in the reverse order to avoid modifying the cache with `nreverse'.
5157         (gnus-all-score-files): Do not modify the value returned by
5158         `gnus-score-find-alist' because it lives in a cache variable.
5159         (gnus-current-home-score-file): No need to `nreverse' the return value
5160         of `gnus-score-find-alist', it is already in the correct order.
5161
5162 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5163
5164         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5165         type MESSAGE and subtype RFC822 is slightly different from those of
5166         type TEXT.
5167
5168 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5169
5170         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5171         This allows article-referral to work from an nnir group.
5172
5173 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5174
5175         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5176
5177 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5178
5179         * mml1991.el (mml1991-epg-find-usable-key)
5180         (mml1991-epg-find-usable-secret-key): New function.
5181         (mml1991-epg-sign): Check if signing key is usable.
5182         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5183
5184 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5185
5186         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5187         server-variables only.  This should fix a bug introduced with commit
5188         e1889675b7f4adf057833c5513c9374134c4e053.
5189         (nnir-run-query): 'nnir-search-engine should not be set from the global
5190         environment.
5191
5192 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5193
5194         * nnir.el (nnir-search-thread): Position point on referring article
5195         line.
5196         (nnir-warp-to-article): Clean up summary buffers.
5197
5198         * nnimap.el (nnimap-request-thread): Whitespace fix.
5199
5200 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5201
5202         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5203
5204 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5205
5206         * starttls.el (starttls-available-p): Rename from
5207         `starttls-any-program-available' and changed return convention.
5208
5209 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5210
5211         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5212         `unix-sync' unless it's defined.
5213
5214 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5215
5216         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5217         `aref' for XEmacs compatibiltiy.
5218
5219 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5222
5223 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5224
5225         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5226         closures, quote the form properly (bug#9194).
5227
5228 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5231         (gnus-summary-insert-new-articles): Protect against servers that are
5232         down.
5233
5234 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5235
5236         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5237         in mm handle if none is specified.
5238
5239 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5240
5241         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5242
5243 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5244
5245         * nnir.el (nnir-search-thread): New function to make an nnir group
5246         based on a thread query.
5247
5248         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5249         of nnir in thread referral.
5250         (gnus-summary-refer-thread): Use it.
5251
5252         * nnimap.el (nnimap-request-thread): Use it.
5253
5254 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * shr.el (shr-tag-comment): Ignore HTML comments.
5257
5258 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5259
5260         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5261         argument.
5262         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5263         Use `nnir-address' to handle server info rather than passing an arg.
5264
5265         * nnimap.el (nnimap-make-thread-query): New utility function to format
5266         an imap thread search query.
5267         (nnimap-request-thread): Use it.
5268
5269         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5270         right select-method if we are not going back to the group buffer.
5271
5272 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5273
5274         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5275         enter invalid buffer configurations into the quit form (bug#9107).
5276         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5277         unplugged/plugged.
5278
5279         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5280         keep track of which ones are unread (bug#9061).
5281
5282         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5283         (bug#9055).
5284
5285         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5286         (bug#9041).
5287
5288         * gnus-html.el (mm-util): Require (bug#9073).
5289
5290         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5291         (gnus-summary-refer-thread): Use it to remove duplicates in the
5292         un-threaded view (bug#9053).
5293         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5294
5295 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5296
5297         * nnir.el (nnir-read-server-parm): Use default value from global
5298         variable.  Without this the default search engine parameters aren't
5299         used at all.
5300
5301 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302
5303         * message.el (message-unique-id): Don't use the undocumented return
5304         value from (random t) (bug#9118).
5305
5306 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307
5308         * message.el (message-auto-save-directory): If the ~/Mail directory
5309         doesn't exist, use ~ as the auto-save directory (bug#4432).
5310
5311         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5312         hasn't already been started.
5313
5314 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5317
5318         * message.el (message-reply): Work around mysterious bug where
5319         `message-mode' seems to overwrite the locally bound `subject' variable.
5320
5321 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5322
5323         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5324         correct group.
5325
5326         * gnus-int.el (gnus-request-thread): Add group argument.
5327
5328         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5329
5330 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5333
5334         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5335         renamed to `debbugs-gnu-*'.
5336
5337 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5338
5339         * plstore.el: Revert the editing feature since it is not urgent.
5340         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5341         (plstore-mode-decoded): Remove.
5342
5343 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5346         isn't very interesting any more, and it leaks potentially secret data.
5347         (gnus-debug): Remove.
5348
5349         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5350         use of :custom-show.
5351
5352 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5353
5354         * plstore.el: Add documentation.
5355         (plstore-mode): New mode to edit plstore file.
5356         (plstore-mode-toggle-display, plstore-mode-original)
5357         (plstore-mode-decoded): New command.
5358         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5359         (plstore--insert-buffer, plstore--make): New function.
5360         (plstore-open, plstore-save): Simplify by using them.
5361
5362 2011-07-06  Glenn Morris  <rgm@gnu.org>
5363
5364         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5365
5366 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5369         no longer is much used.
5370         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5371         Articles".
5372
5373 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5374
5375         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5376         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5377         `notmuch' backend.
5378
5379 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5380
5381         * mm-decode.el (mm-text-html-renderer): Doc fix.
5382
5383         * gnus-msg.el (gnus-bug): Fix the MML tag.
5384
5385         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5386
5387 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5388
5389         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5390         secondary methods if started with `gnus-no-server'.
5391
5392 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5393
5394         * message.el (message-return-action): Fix typo in docstring.
5395
5396 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5397
5398         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5399         bug reports at once.
5400
5401         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5402
5403 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * nndraft.el: Require gnus-group.
5406         (nndraft-request-list): Declare.
5407
5408         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5409         no unread article unless it matches gnus-permanently-visible-groups.
5410
5411         * nndraft.el (nndraft-update-unread-articles): New function.
5412         (nndraft-request-associate-buffer): Use it to update the number of
5413         unread articles for the nndraft groups in the group buffer when saving
5414         or killing a draft message.
5415
5416 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417
5418         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5419         systems to binary before writing and reading the mbox files.
5420
5421         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5422         instead of trying to list them all (bug#8978).
5423
5424 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5425
5426         * pop3.el (pop3-open-server): Use :end-of-capability.
5427
5428 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5429
5430         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5431         the id is always a number.
5432
5433         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5434
5435         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5436         debbugs mode, if possible.
5437
5438 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5439
5440         * auth-source.el (auth-source-token-passphrase-callback-function):
5441         Reindent.
5442         (epg-context-operation): Remove unnecessary autoload.
5443
5444 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * gnus.el (gnus-list-debbugs): New command.
5447
5448         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5449         mboxstat instead of the maintbox, since the stat seems to be fuller.
5450
5451         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5452         summary buffers.
5453
5454         * message.el (message-get-reply-headers): Delete all duplicates,
5455         instead of the first.
5456         (message-get-reply-headers): Ensure that we have progress while
5457         deleting duplicates.
5458
5459         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5460         gnus-posting-style value from the summary buffer to make it easier to
5461         make that a per-buffer conf.
5462
5463 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5464
5465         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5466         found by setting `shortcut' in 'query.
5467         (nnir-request-article): Use `shortcut' setting when requesting article
5468         by Message-ID.
5469
5470 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5471
5472         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5473         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5474         Bring the pseudo-headers back too.
5475
5476 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5477
5478         * auth-source.el (auth-source-token-passphrase-callback-function):
5479         Simplify and remove EPA dependency.
5480
5481 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5482
5483         * nnir.el (nnir-request-article): Fix error message text.
5484
5485 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5486
5487         * auth-source.el (plstore-delete): Autoload.
5488         (auth-source-plstore-search): Support delete operation.
5489         * plstore.el (plstore-delete): New function.
5490
5491 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5494         mark actually existing articles as unread rather than the ones that
5495         active asserts.
5496
5497 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5498
5499         * nntp.el (nntp-record-command):
5500         * gnus-util.el (gnus-message-with-timestamp-1):
5501         Use format-time-string rather than decoding time stamps by hand.
5502         This is simpler and insulates the code from potential changes to
5503         current-time format.
5504
5505 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5508
5509 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5510
5511         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5512         (plstore-save): Support public key encryption.
5513         (plstore--init-from-buffer): New function.
5514         (plstore-open): Use it; fix error when opening a non-existent file.
5515         (plstore-revert): Use plstore--init-from-buffer.
5516
5517 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5518
5519         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5520
5521 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5524         for old Emacsen.
5525
5526 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5527
5528         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5529         is not fully working.
5530
5531 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * dgnushack.el: Autoload sha1 on XEmacs.
5534
5535         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5536         quit window configuration.
5537
5538         * auth-source.el (epg-context-set-passphrase-callback):
5539         Remove duplicate autoload.
5540
5541 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5542
5543         * nnir.el (nnir-request-article): Allow requesting articles by
5544         Message-ID with nnimap.
5545
5546         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5547         current server.
5548
5549 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5550
5551         * auth-source.el: Autoload EPA/EPG functions.
5552         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5553         changed when EPA/EPG is not available.
5554         (auth-source-backend): Rename "arg" member to "data".
5555         (auth-source-backend-parse, auth-source-plstore-search)
5556         (auth-source-plstore-create): Use it.
5557
5558 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5559
5560         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5561         `gnus-refer-article-methods'.
5562
5563 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5564
5565         * auth-source.el: Require EPA and EPG.
5566         (auth-source-passphrase-alist): New variable.
5567         (auth-source-passphrase-callback-function)
5568         (auth-source-token-passphrase-callback-function): Callbacks for the
5569         netrc field encryption (GPG tokens).
5570         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5571         Symmetric encryption and decryption of the netrc GPG tokens.
5572         (auth-source-netrc-normalize): Use them, simplifying the closure.
5573
5574 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5577         is available.
5578
5579 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580
5581         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5582         non-nil, and `nnimap-split-methods' is nil, use the former.
5583
5584 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5585
5586         * plstore.el (plstore-revert): New function.
5587         (plstore-open): Use it; hide the buffer from user.
5588
5589 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5590
5591         * auth-source.el (auth-source-backend): New member "arg".
5592         (auth-source-backend-parse): Handle new backend 'plstore.
5593         * plstore.el: New file.
5594
5595 2011-06-30  Glenn Morris  <rgm@gnu.org>
5596
5597         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5598
5599 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5600
5601         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5602         expiring articles to.
5603
5604         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5605         variations as ASCII (bug#5458).
5606
5607 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5610
5611 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5612
5613         * message.el (message-point-in-header-p): Tweak the function to default
5614         to saying that we're not in the headers if there is no separator at
5615         all.  This makes it possible to use the Message version of `M-q' in
5616         buffers with no headers (bug#7987).
5617         (message-point-in-header-p): Fix last checkin to work with an empty
5618         mail-header-separator, too.
5619
5620         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5621         again, save the choice via customize.
5622
5623 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5626
5627         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5628         ended the connection, bail out before waiting infinitely on a new
5629         connection.
5630
5631 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5632
5633         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5634         reports.
5635
5636         * gnus.el (gnus-bug-package): Use "gnus."
5637         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5638
5639 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5640
5641         * dgnushack.el: Make the timer warning go away on XEmacs.
5642
5643         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5644         animations going on at article exit time.
5645
5646         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5647         since removing it breaks people upgrading.
5648
5649         * shr.el (shr-put-image): Use the new interface for animating images.
5650         (shr-put-image): Animate for 60 seconds.
5651
5652         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5653         avoid compiler warnings.
5654
5655         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5656         error with `find-file-hooks' on Emacs 22.
5657         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5658         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5659         on all architectures.
5660
5661         * spam.el (spam-stat): Require in a normal fashion without binding
5662         `spam-stat-install-hooks' to avoid compilation warnings.
5663
5664         * spam-stat.el (spam-stat-install-hooks): Remove.
5665         (spam-stat-install-hooks): Don't run automatically.
5666
5667 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5668
5669         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5670         and keystroke.
5671
5672 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * auth-source.el (auth-source-netrc-cache): Move forward.
5675
5676 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5677
5678         * proto-stream.el (proto-stream-open-starttls): Use
5679         `gnutls-available-p' to see whether we have built-in support.
5680
5681         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5682         we already know.
5683         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5684         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5685
5686 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5689         %S format, since that looks odd.
5690         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5691         file, especially when saving.
5692
5693 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5694
5695         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5696         article found.
5697
5698 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5699
5700         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5701         `auth-source-save-secrets' with a more sensitive alist that can be
5702         configured per file.  Experimental, so defaults to 'never.
5703         (auth-source-netrc-create): Use it.  Still experimental code.
5704         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5705         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5706
5707 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5708
5709         * auth-source.el (auth-source-save-secrets): New variable to control if
5710         secret tokens should be saved encrypted.
5711         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5712         to `auth-source-netrc-normalize'.
5713         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5714         on the EPA variables being defined.
5715         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5716         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5717         the lexical-let closure.
5718         (auth-source-netrc-create): Create "gpg:" tokens according to
5719         `auth-source-save-secrets'.
5720
5721 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * gnus-group.el (gnus-group-update-group): Add new argument
5724         `info-unchanged' that stops updating dribble buffer.
5725
5726         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5727         deletes lines matching to it in dribble buffer.
5728
5729         * gnus-agent.el (gnus-agent-fetch-group-1):
5730         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5731         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5732         * gnus-start.el (gnus-group-change-level):
5733         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5734
5735         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5736         if newsgroup info is not changed.
5737
5738         * gnus-group.el (gnus-group-get-new-news-this-group):
5739         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5740         Don't update dribble buffer.
5741
5742 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5743
5744         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5745         remove entries with groups we ignore.
5746
5747 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5748
5749         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5750         the underline comes at the bottom.
5751
5752 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5753
5754         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5755         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5756         (gnus-registry-article-marks-to-names): Rename from
5757         `gnus-registry-user-format-function-M2'.
5758
5759 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5762         ephemeral group.
5763
5764 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * shr.el (shr-browse-image): Copy the URL if called interactively.
5767
5768 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5769
5770         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5771         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5772         done, then unselected articles may be marked as read.
5773
5774         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5775         since not doing this seems to lead to a race condition in pop3-logon.
5776
5777         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5778         so that the call chain it correct when we call "upwards".
5779
5780         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5781         in read-only groups.
5782
5783         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5784
5785         * message.el (message-cite-reply-position): Doc string fix.
5786
5787         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5788         avoid regexp overflow.
5789         (nnimap-transform-split-mail): Ditto.
5790
5791         * pop3.el (pop3-retr): Error out if the server closes the connection.
5792
5793 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5794
5795         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5796         mm-with-unibyte-current-buffer.  The buffer should not contain any
5797         multibyte chars anyway at this stage.
5798
5799 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800
5801         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5802         at the end of lines.
5803
5804 2011-05-29  Julien Danjou  <julien@danjou.info>
5805
5806         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5807
5808 2011-05-27  Glenn Morris  <rgm@gnu.org>
5809
5810         * gnus-group.el (gnus-bug-group-download-format-alist):
5811         Use the "maintainer" version of debian reports as well.
5812
5813 2011-05-26  Glenn Morris  <rgm@gnu.org>
5814
5815         * gnus-group.el (gnus-bug-group-download-format-alist):
5816         Use the "maintainer" version of debbugs.gnu.org reports.
5817
5818 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5821
5822 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5823
5824         * gnus-cus.el (gnus-agent-customize-category):
5825         * gnus-delay.el (gnus-delay-send-queue):
5826         * gnus.el (gnus-other-frame):
5827         Don't quote lambda expressions with `quote'.
5828
5829 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5830
5831         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5832         the thread moves us backwards and so we loop forever.
5833
5834 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5837         whitespace in base64 data lines.
5838
5839 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * gnus-registry.el (gnus-registry-user-format-function-M):
5842         Use `mapconcat'.
5843         (gnus-registry-user-format-function-M2): Use to see the full text of
5844         the marks.  Make "," the mark text separator.
5845
5846         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5847         authentication with auth-source.
5848
5849 2011-05-17  Glenn Morris  <rgm@gnu.org>
5850
5851         * gnus-group.el (gnus-import-other-newsrc-file):
5852         Use insert-file-contents.
5853
5854 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5857         1000 iterations.
5858
5859 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * nntp.el (nntp-open-connection): Check if process-type is available.
5862
5863 2011-05-16  Julien Danjou  <julien@danjou.info>
5864
5865         * shr.el (shr-tag-del): Add support for del tag.
5866
5867 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-html.el (gnus-html-put-image): Register a displayer.
5870
5871         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5872
5873 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5874
5875         * registry.el (prune-factor): New initialization parameter defaulting
5876         to 0.1.
5877         (registry-prune-hard): Use it.
5878
5879         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5880         0.1 expicitly.
5881
5882 2011-05-13  Glenn Morris  <rgm@gnu.org>
5883
5884         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5885         is bound, since this function requires sendmail.
5886
5887 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5888
5889         * registry.el (registry-usage-test): Disable pruning test.
5890
5891 2011-05-11  David Engster  <dengste@eml.cc>
5892
5893         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5894         Bind set-network-process-option for XEmacs.
5895
5896 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5897
5898         * registry.el (registry-prune-hard-candidates)
5899         (registry-prune-soft-candidates): Helper methods for registry pruning.
5900         (registry-prune): Use them.  Make the sort function optional.
5901
5902 2011-05-10  Jim Meyering  <meyering@redhat.com>
5903
5904         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5905
5906 2011-05-10  Julien Danjou  <julien@danjou.info>
5907
5908         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5909         symbol and not a list.
5910
5911 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * gnus-art.el (gnus-article-mode): Move binding of
5914         shr-put-image-function here from gnus-article-prepare-display.
5915
5916         * shr.el (shr-put-image-function): New variable.
5917         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5918         (shr-put-image): Return scaled image.
5919
5920         * gnus-art.el (gnus-shr-put-image): New function.
5921         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5922
5923         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5924         original ones, as deletable.
5925
5926 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5927
5928         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5929
5930 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5931
5932         * registry.el (registry-full): Add convenience method.  Fix logic.
5933         (registry-insert): Use it.  Fix logic here too.
5934
5935         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5936         `registry-prune' if `registry-full' returns t.
5937         (gnus-registry-handle-action)
5938         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5939         (gnus-registry-usage-test): Use it.
5940
5941 2011-05-07  Julien Danjou  <julien@danjou.info>
5942
5943         * shr.el (shr-link): Make shr-link inherit from link by default.
5944
5945 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5946
5947         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5948
5949 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5950
5951         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5952         error out because the face is not a list.
5953
5954 2011-05-05  Glenn Morris  <rgm@gnu.org>
5955
5956         * proto-stream.el (gnutls-negotiate): Fix declarations.
5957
5958         * gnus-start.el (gnus-propagate-marks): Declare.
5959
5960 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5961
5962         * registry.el (registry-reindex): Fix percentage message.
5963
5964         * proto-stream.el (network-stream-open-starttls): Adjust to call
5965         `gnutls-negotiate' with :process and :hostname arguments.
5966
5967 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5968
5969         * shr.el: Add shr-link face for links.
5970         (shr-urlify): Use it.
5971
5972         * registry.el (registry-insert): Make error message more helpful.
5973
5974 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975
5976         * gnus-html.el (gnus-html-schedule-image-fetching):
5977         Use url-queue-retrieve, if it exists.
5978
5979         * shr.el (shr-tag-img): Ditto.
5980
5981         * gnus.el: Autoload more gnus-agent functions.
5982
5983         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5984         agent if we haven't already (bug#8502).
5985
5986         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5987         into the Agent, too.
5988
5989         * gnus-agent.el (gnus-agent-store-article): New function.
5990
5991         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5992         and moved from that file for reuse.
5993
5994         * pop3.el (pop3-open-server): Error messages are "-ERR".
5995
5996 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5999         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6000
6001 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6002
6003         * gnus.el: No Gnus v0.17 is released.
6004
6005 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6006
6007         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6008         buffer has moved to a different frame.
6009
6010 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011
6012         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6013         to get the conversion from unibyte to multibyte buffers to work on
6014         Emacs 22.
6015
6016         * nntp.el (nntp-request-article): Slight clean-up.
6017
6018 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * shr.el (shr-strike-through): New face.
6021         (shr-tag-s): Use it to provide <s> support.
6022         (shr-tag-s): Remove duplicate definition.
6023
6024 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6025
6026         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6027         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6028
6029 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6030
6031         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6032         `gnutls-negotiate'.
6033         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6034
6035 2011-04-23  Glenn Morris  <rgm@gnu.org>
6036
6037         * gnus-sum.el (gnus-extra-headers): Bump :version.
6038
6039 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6040
6041         * shr.el (shr-tag-sup): New function.
6042         (shr-tag-sub): Ditto.
6043
6044 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6045
6046         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6047         for the case where `gnus-registry-ignored-groups' is a list of lists,
6048         and don't call `gnus-parameter-registry-ignore' otherwise.
6049
6050 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6051
6052         * nnimap.el (nnimap-user): New backend variable.
6053         (nnimap-open-connection-1): Use it.
6054         (nnimap-credentials): Accept user parameter so it's explicit what user
6055         name is desired.
6056
6057         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6058         default.
6059
6060         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6061         not gnus-registry.el.
6062
6063         * gnus-registry.el: Mention in comments how to modify
6064         `gnus-extra-headers' for proper recipient tracking and that it may
6065         already have To and Cc recently, which it does as of this commit.
6066         (gnus-registry-ignored-groups): Remove defcustom.
6067         Explain why in comments.
6068         (gnus-registry-action): Fix data-header reference to use the extra
6069         headers.  Explain in package commentary how to add To and Cc headers to
6070         the gnus-extra-headers.
6071         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6072         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6073         parameter list or a string list in `gnus-registry-ignored-groups'.
6074         Fix logic error.
6075
6076 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077
6078         * shr.el (shr-expand-url): Protect against null urls.
6079
6080 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6081
6082         * shr.el (shr-base): New binding.
6083         (shr-tag-base): Keep track of <base>.
6084         (shr-expand-url): New function used throughout.
6085
6086 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6087
6088         * gnus-registry.el
6089         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6090         (gnus-registry-ignored-groups): New variable.
6091         (gnus-registry-ignore-group-p): Use it.
6092         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6093         set the destination group to nil (same as delete) if it's ignored.
6094
6095 2011-04-20  David Engster  <dengste@eml.cc>
6096
6097         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6098
6099         * Makefile.in (test-nntp): New rule.
6100         (check): Add it.
6101         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6102
6103 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * gnus-registry.el (gnus-registry-action)
6106         (gnus-registry-fetch-header-fast):
6107         Don't use mail-header that looks an internal function of mailheader.el.
6108
6109 2011-04-19  Glenn Morris  <rgm@gnu.org>
6110
6111         * time-date.el (time-to-days): Remove unused local variables.
6112
6113 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * gnus-registry.el: Eliminate cl functions.
6116         (gnus-registry-sort-addresses): New function that replaces mapcan.
6117         (gnus-registry-action, gnus-registry-spool-action)
6118         (gnus-registry-split-fancy-with-parent)
6119         (gnus-registry-fetch-recipients-fast): Use it.
6120         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6121
6122         * registry.el (initialize-instance, registry-lookup)
6123         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6124         (registry-lookup-secondary-value, registry-search, registry-delete)
6125         (registry-insert, registry-reindex, registry-size, registry-prune):
6126         Use eval-and-compile.
6127
6128 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * registry.el (registry-reindex): New method to recreate the secondary
6131         registry indices.
6132
6133         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6134         tracked field changes.
6135         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6136         (gnus-registry-action, gnus-registry-spool-action)
6137         (gnus-registry-handle-action)
6138         (gnus-registry--split-fancy-with-parent-internal)
6139         (gnus-registry-split-fancy-with-parent)
6140         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6141         move, and delete actions, and for fancy splitting with parent.
6142         (gnus-registry-extract-addresses)
6143         (gnus-registry-fetch-recipients-fast)
6144         (gnus-registry-fetch-header-fast): Convenience functions.
6145         (gnus-registry-misc-test): ERT test of
6146         `gnus-registry-extract-addresses'.
6147
6148 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6149
6150         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6151         Track by subject first, then sender.
6152
6153 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6154
6155         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6156
6157         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6158         Lisp.
6159
6160         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6161         (gnus-draft-send): Use it to avoid popping
6162         up frames from gnus-group-send-queue.
6163
6164 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6165
6166         * gnus-registry.el: Updated gnus-registry docs.
6167
6168 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6169
6170         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6171         Fix logic bug.
6172         (gnus-registry-post-process-groups): Fix logging of no results and
6173         quote sender and subject.
6174
6175 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6176
6177         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6178         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6179         gnutls-cli are too slow to be done opportunistically.
6180
6181         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6182         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6183         we had no early-data returned.
6184         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6185         two async commands to the same server at the same time.
6186
6187 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6188
6189         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6190
6191 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6194         "warning" level.
6195
6196         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6197         (mm-url-insert-file-contents): Don't set the package names.
6198
6199 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6200
6201         * gnus-registry.el (gnus-registry-action): Remove properties and
6202         simplify subject in `gnus-registry-handle-action'.
6203         (gnus-registry-spool-action): Get subject and sender from message if
6204         they are not passed in.
6205         (gnus-registry-handle-action): Remove properties and simplify subject
6206         consistently.
6207
6208 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6209
6210         * registry.el: Require CL before using defmacro*.
6211
6212 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * gnus-art.el (article-treat-date): Assume that
6215         gnus-article-date-headers may be a group parameter.
6216
6217 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6218
6219         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6220
6221         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6222         interactively so the newsrc file can contain foreign groups too.
6223         Useful for debugging but not much for users.
6224
6225 2011-04-07  David Engster  <dengste@eml.cc>
6226
6227         * registry.el (registry-usage-test): Only do
6228         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6229         lexical binding.
6230
6231 2011-04-07  David Engster  <dengste@eml.cc>
6232
6233         * Makefile.in (check, test-registry): New rules for test-suite.
6234
6235 2011-04-06  David Engster  <dengste@eml.cc>
6236
6237         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6238         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6239
6240 2011-04-06  David Engster  <dengste@eml.cc>
6241
6242         * registry.el (initialize-instance): Change :after to :AFTER to be
6243         compatible with old EIEIO version in XEmacs.
6244
6245 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6246
6247         * gnus-registry.el (gnus-registry-post-process-groups)
6248         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6249         and provide better messaging.
6250
6251 2011-04-06  David Engster  <dengste@eml.cc>
6252
6253         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6254         errors.
6255
6256         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6257         dgnushack-compile with error-on-warn enabled, and to signal an error if
6258         clean compilation failed.
6259         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6260         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6261
6262 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6263
6264         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6265         unconditionally anyway, discarding errors.
6266         (gnus-registry-delete-entries): New convenience function.
6267         (gnus-registry-import-eld): Import from old .eld registry.
6268
6269         * registry.el: Don't use ERT if it's not available.  Load it
6270         unconditionally anyway, discarding errors.
6271
6272         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6273         version from the Claudio Bley GnuTLS patch (extra optional parameters
6274         and host name).
6275
6276 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6277
6278         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6279         fixup the parameters that can be customized by the user between
6280         save/read cycles.
6281         (gnus-registry-read): Use it.
6282         (gnus-registry-make-db): Use it.
6283         (gnus-registry-spool-action, gnus-registry-handle-action):
6284         Fix messaging.
6285         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6286         Map references to actual group names with sender and subject tracking.
6287         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6288         (gnus-registry-usage-test): Add subject lookup test.
6289
6290         * registry.el (registry-db, initialize-instance): Set up constructor
6291         instead of :initform arguments for the sake of older Emacsen.
6292         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6293         pre-lexbind merge bug.
6294         (registry-usage-test): Use it.
6295         (initialize-instance, registry-db): Move the non-function initforms
6296         back to the class definition.
6297
6298 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6299
6300         * registry.el: New library to manage gnus-registry-style data.
6301
6302         * gnus-registry.el: Use it (major rewrite).
6303
6304         * nnregistry.el: Use it.
6305
6306         * spam.el: Use it.
6307
6308 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6311         marks on non-selected articles.
6312
6313 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6314
6315         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6316         parameter to open-protocol-stream.
6317
6318 2011-04-01  Julien Danjou  <julien@danjou.info>
6319
6320         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6321         fundamental-mode.
6322
6323 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6324
6325         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6326         servers.
6327
6328 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6329
6330         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6331         made marks not propagate, again.
6332
6333 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6334
6335         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6336         Make this the default type.
6337         (proto-stream-open-plain): Rename from proto-stream-open-default.
6338         (open-protocol-stream, proto-stream-open-starttls)
6339         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6340         with `plain'.
6341
6342         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6343         value.
6344
6345         * nntp.el (nntp-open-connection-function): Document the fact that some
6346         values are not functions but are instead handled specially.
6347         Recognize nntp-open-plain-stream value.
6348         (nntp-open-connection): Recognize that value.
6349
6350 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351
6352         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6353         where it seems to be needed.
6354
6355 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6356
6357         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6358         stuff.
6359
6360         * gnus-score.el (gnus-score-string): Fix calling convention of
6361         `gnus-simplify-buffer-fuzzy' after last patches.
6362
6363         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6364         server for articles we didn't get any headers for.  This is a sanity
6365         check.
6366
6367 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6368
6369         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6370         new CAPABILITY, use it.
6371
6372 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6373
6374         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6375         downloading anything.
6376
6377         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6378
6379 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6380
6381         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6382         colors.
6383         (gnus-splash-svg-color-symbols): New function.
6384
6385 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6386
6387         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6388         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6389         (gnus-simplify-subject-fuzzy): Use the local
6390         gnus-simplify-subject-fuzzy-regex instead of the global one.
6391         This makes using this variable in group parameters work.
6392
6393 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6394
6395         * gnus-registry.el (gnus-registry-unfollowed-groups):
6396         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6397         archive:sent-YYYY-MM-DD groups).
6398         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6399         tracking if there are more than `gnus-registry-max-track-groups'
6400         matches.
6401
6402 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6403
6404         * message.el (message--yank-original-internal): New function to do the
6405         insertion cleanly inside eval in `message-yank-original'.
6406         (message-yank-original): Use it.
6407
6408 2011-03-29  Julien Danjou  <julien@danjou.info>
6409
6410         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6411         local variables disabled rather than `normal-mode'.
6412
6413 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6414
6415         * imap.el (imap-shell-open, imap-process-connection-type):
6416         Use imap-process-connection-type for 'shell' streams as well as
6417         Kerberos, SSL, other subprocesses.
6418
6419 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6420
6421         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6422         with open-network-stream.
6423         (proto-stream-always-use-starttls): Option removed.
6424         (open-protocol-stream): Return a process object by default.  Provide a
6425         new parameter :return-list specifying a list-type return value, which
6426         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6427         :type `network' to `try-starttls', and `network-only' to `default'.
6428         Make `default' the default, for compatibility with open-network-stream.
6429         Handle the no-parameter case exactly as open-network-stream, with no
6430         additional stream processing.  Search plists using plist-get.
6431         Explicitly add :end-of-commend parameter if it is missing.
6432         (proto-stream-open-default): Rename from
6433         proto-stream-open-network-only.  Return 'default as the type.
6434         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6435         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6436         failed.  Always return a list with a (possibly dead) process as the
6437         first element, for compatibility with open-network-stream.
6438         (proto-stream-open-tls): Use plist-get.  Always return a list.
6439         (proto-stream-open-shell): Return `default' as connection type.
6440         (proto-stream-capability-open): Use plist-get.
6441         (proto-stream-eoc): Function deleted.
6442
6443         * nnimap.el (nnimap-stream, nnimap-open-connection)
6444         (nnimap-open-connection-1): Handle renaming of :type parameter for
6445         open-protocol-stream.
6446         (nnimap-open-connection-1): Pass a :return-list parameter
6447         open-protocol-stream to obtain a list return value.  Parse this list
6448         using plist-get.
6449
6450         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6451         for open-protocol-stream.  Accept open-protocol-stream return value
6452         that is a subprocess object instead of a list.  Handle the case of a
6453         dead returned process.
6454
6455 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6456
6457         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6458
6459         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6460
6461 2011-03-21  Julien Danjou  <julien@danjou.info>
6462
6463         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6464         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6465         query.
6466         (mm-inline-text): Render normal text with fontification whenever
6467         possible.
6468
6469         * gnus-sum.el (gnus-summary-save-parts-1):
6470         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6471         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6472         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6473         Use `mm-handle-filename'.
6474
6475         * mm-util.el (mm-handle-filename): New function, return the filename of
6476         an handle.
6477
6478 2011-03-18  Julien Danjou  <julien@danjou.info>
6479
6480         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6481         (gnus-buffer-live-p): Check that buffer is not nil.
6482
6483 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6484
6485         * gnus.el: No Gnus v0.15 is released.
6486
6487 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6488
6489         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6490         avoid warning on XEmacs.
6491
6492         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6493         on XEmacs.
6494
6495         * gnus-art.el: Require mouse, which the build bot seems to say is
6496         needed.
6497
6498         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6499
6500         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6501         XEmacs, since it doesn't have url-retrieve-synchronously.
6502
6503         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6504         since assoc-string doesn't exist in XEmacs.
6505
6506 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6507
6508         * gnus-group.el (gnus-group-list-ticked): New function.
6509         (gnus-group-make-menu-bar): Provide a menu entry for it.
6510         (gnus-group-list-map): Provide a binding for it.
6511
6512 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6513
6514         * shr.el (shr-visit-file): New command.
6515
6516         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6517
6518 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6519
6520         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6521         servers.
6522
6523 2011-03-16  Julien Danjou  <julien@danjou.info>
6524
6525         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6526         inline.
6527
6528         * gnus-art.el (article-hide-list-identifiers):
6529         Use gnus-group-get-list-identifiers.
6530
6531         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6532         (gnus-summary-remove-list-identifiers):
6533         Use gnus-group-get-list-identifiers to get regexp.
6534         (gnus-select-newsgroup, gnus-summary-insert-subject)
6535         (gnus-summary-insert-articles):
6536         Call gnus-summary-remove-list-identifiers unconditionally.
6537
6538 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6539
6540         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6541         we're selecting a group with unread articles.
6542
6543         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6544
6545         * gssapi.el: New file separated out from imap.el to provide a general
6546         Kerberos 5 connection facility for Emacs.
6547
6548         * message.el (message-elide-ellipsis): Document the format spec
6549         ellipsis.
6550
6551 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * message.el (message-elide-region): Allow the ellipsis to say how many
6554         lines were removed.
6555
6556 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6557
6558         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6559         window configurations containing buffers that are now dead.
6560
6561         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6562         parsing to avoid integer overflows.
6563         (nnimap-parse-flags): Simplify the last change.
6564         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6565         too large for 32-bit Emacsen.
6566
6567 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6568
6569         * auth-source.el (auth-source-netrc-create):
6570         * message.el (message-yank-original): Fix use of `case'.
6571
6572 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6573
6574         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6575         XEmacs, which was one character too wide.
6576
6577 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6578
6579         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6580         default number of articles to display.
6581         (gnus-articles-to-read): Use pretty names for prompt.
6582
6583 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6584
6585         * gnus-int.el (gnus-open-server): Ditto.
6586
6587         * gnus-start.el (gnus-activate-group): Give a backtrace if
6588         debug-on-quit is set and the user hits `C-g'.
6589         (gnus-read-active-file): Ditto.
6590
6591         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6592
6593 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6594
6595         * message.el (message-yank-original): Use cond instead of CL case.
6596
6597 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6598
6599         * auth-source.el (auth-source-netrc-create): Use usual format for the
6600         default in prompts.
6601
6602 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * lpath.el: Fbind read-char-choice for XEmacs.
6605
6606 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6607
6608         * auth-source.el (auth-source-netrc-create): Show the default in the
6609         prompt when prompting for token creation.
6610
6611 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6612
6613         * auth-source.el (auth-source-format-prompt): Always convert the value
6614         to a string to avoid evaluating non-string arguments.
6615         (auth-source-netrc-create): Offer default properly, not as initial
6616         content in `read-string'.
6617         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6618         of line to determine if we've been run before.  If so, don't run again,
6619         but print a trivial message to indicate the cache was hit instead.
6620
6621 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6622
6623         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6624         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6625         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6626         Gnus.
6627
6628 2011-03-11  Julien Danjou  <julien@danjou.info>
6629
6630         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6631         modified file".
6632
6633 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6634
6635         * auth-source.el (auth-source-read-char-choice): New function to read a
6636         character choice using `dropdown-list', `read-char-choice', or
6637         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6638         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6639         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6640         (auth-source-netrc-saver): Use it.
6641         (auth-source-pick-first-password): New convenience function.
6642
6643 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6644
6645         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6646         parameter in the credentials.
6647         (nnimap-open-connection-1): Use it after a successful login.
6648         (nnimap-credentials): Add IMAP-specific user and password prompt.
6649
6650         * auth-source.el (auth-source-search): Add :require parameter, taking a
6651         list.  Document it and the :save-function return token.  Pass :require
6652         down.  Change the CREATED message from a warning to a debug statement.
6653         (auth-source-search-backends): Pass :require down.
6654         (auth-source-netrc-search): Pass :require down.
6655         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6656         Change save prompt to indicate all modifications saved here are
6657         deletions.
6658         (auth-source-netrc-create): Take user login name as default in user
6659         prompt.  Move all the save functionality to a lexically bound function
6660         under the :save-function token in the returned list.  Set up clearer
6661         default prompts for user, host, port, and secret.
6662         (auth-source-netrc-saver): New function, intended to be wrapped for
6663         :save-function.
6664
6665 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6666
6667         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6668         lines to be spaces instead.
6669
6670 2011-03-07  Julien Danjou  <julien@danjou.info>
6671
6672         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6673         (sieve-sasl-auth): Check that auth-source-search did return something,
6674         or just return an empty string.
6675
6676 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6677
6678         * gnus.el (gnus-interactive): Use read-directory-name.
6679
6680         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6681         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6682         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6683         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6684         Likewise.
6685
6686         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6687
6688 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6689
6690         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6691         onto the list of killed groups, too.  This makes killed nnimap groups,
6692         for instance, more reliably not reappear.
6693
6694         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6695         the parent.
6696
6697         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6698
6699         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6700         really have server-side marks.
6701
6702         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6703         since most backends do not usefully have server-side marks.
6704         (gnus-update-read-articles): Propagate marks to all backends that
6705         really have server-side marks.
6706
6707 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6708
6709         * message.el (message-cite-reply-position, message-cite-style):
6710         New variables.
6711         (message-yank-original): Use the new citation styles.
6712
6713 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6714
6715         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6716         buffer-local issue); don't mark it buffer-local when running under
6717         XEmacs.
6718
6719 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6720
6721         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6722         numbers too big to be `read'.
6723
6724 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * password-cache.el (password-in-cache-p): Add autoload.
6727
6728         * message.el (message-options): Make buffer-local two ways to attempt
6729         to fix a XEmacs bug.
6730
6731 2011-03-02  Julien Danjou  <julien@danjou.info>
6732
6733         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6734
6735 2011-03-01  Julien Danjou  <julien@danjou.info>
6736
6737         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6738         group.
6739         (article-hide-list-identifiers): Use list-identifier group parameter.
6740
6741 2011-02-28  Julien Danjou  <julien@danjou.info>
6742
6743         * sieve.el (sieve-buffer-script-name): New local variable to store
6744         sieve script name.
6745         (sieve-edit-script): Store sieve script name.
6746         (sieve-upload): Use sieve script name when uploading.
6747         (sieve-upload): Use substitute-command-keys.
6748         (sieve-edit-script): Use substitute-command-keys.
6749         (sieve-refresh-scriptlist): Use substitute-command-keys.
6750         (sieve-manage-mode-map): Define keymap properly.
6751         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6752         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6753         Remove commented code about cvs.
6754         (sieve-manage-quit): New function.
6755         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6756
6757 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758
6759         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6760
6761 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * auth-source.el (auth-source-search): Cache empty result sets.
6764
6765         * password-cache.el (password-in-cache-p): Convenience function to
6766         check if a key is in the cache, even if the value is nil.
6767
6768         * auth-source.el (auth-source-save-behavior): New variable to replace
6769         `auth-source-never-create'.
6770         (auth-source-netrc-create): Use it.
6771         (auth-source-never-save): Remove.
6772
6773 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6774
6775         * nnimap.el (nnimap-stream): Doc fix.
6776         (nnimap-open-connection-1): Reverse the order of the ports to that the
6777         prompted-for port is first.
6778
6779         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6780         retrieval by the no-group selection.
6781
6782         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6783         numerical parameters.
6784
6785 2011-02-25  Julien Danjou  <julien@danjou.info>
6786
6787         * gnus-gravatar.el: Use gnus-with-article-buffer.
6788
6789         * gnus-art.el (gnus-with-article-buffer): Check that the
6790         gnus-article-buffer is alive.
6791
6792 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6793
6794         * auth-source.el (auth-source-creation-prompts): New variable to manage
6795         creation-time prompts.
6796         (auth-source-search): Document it.
6797         (auth-source-format-prompt): Add utility function.
6798         (auth-source-netrc-create): Don't default the user name to
6799         user-login-name.  Use `auth-source-creation-prompts' and some default
6800         prompts for user, host, port, and password (the default generic prompt
6801         remains ugly).
6802         (auth-source-never-save): Add customizable option to never save info.
6803         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6804         mode excursion.
6805
6806 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6809         argument that XEmacs doesn't support.
6810
6811         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6812         compiled for Emacsen having no `libxml-parse-html-region' support.
6813
6814         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6815
6816         * lpath.el: Bind buffer-save-without-query for XEmacs.
6817
6818 2011-02-23  Julien Danjou  <julien@danjou.info>
6819
6820         * gnus-art.el (article-make-date-line): Ignore errors if time is
6821         invalid and not convertible.
6822         (article-make-date-line): Only add lapsed time if time is not nil.
6823
6824 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6825
6826         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6827         `read-char-choice' for backwards compatibility.
6828         (auth-source-netrc-element-or-first): New function to DTRT for
6829         parameter extraction.
6830         (auth-source-netrc-create): Use it and fix multiple parameter print
6831         bug.  Use the default passed from above (given-default) or the
6832         built-in (user-login-name for :user).
6833
6834 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6835
6836         * gnus-start.el (gnus-dribble-read-file):
6837         Set buffer-save-without-query, since we always want to save the dribble
6838         file, probably.
6839
6840         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6841         nnimap.
6842
6843         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6844         -summary- since it's a user-visible variable.
6845
6846         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6847         first time you use the new Gnus.
6848
6849 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6850
6851         * auth-source.el: Don't load netrc.el.
6852         (auth-sources): Search ~/.netrc as well by default.
6853         (auth-source-debug): Add 'trivia option for extra output.
6854         (auth-source-do-trivia): Use it.
6855         (auth-source-search): Simplify logic to use
6856         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6857         appropriate.  Don't keep a running count at this level.  Layer :create
6858         and :delete options appropriately on the first and second passes.
6859         Don't track the backend with the search results.
6860         (auth-source-search-backends): New function to search a list of
6861         backends for a processed spec.
6862         (auth-source-netrc-parse): Cache all netrc files, making
6863         auth-source-netrc-cache an alist keyed by the file name and using the
6864         file mtime as the caching criterion.  Keep the obfuscated data secret
6865         with a lexical bind.
6866         (auth-source-netrc-search): Don't calculate the length of the results
6867         unnecessarily.
6868         (auth-source-search-backends): Fix bug.
6869         (auth-source-netrc-create): Rework prompts.
6870
6871 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6872
6873         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6874         Lower case names of search constraints.
6875         (nnir-run-query): Cache and reuse search constraints for all imap
6876         servers.
6877
6878 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6879
6880         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6881         after exit.
6882         (gnus-setup-message): Define missing variable from last checkin.
6883
6884         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6885         value, show the raw article.
6886
6887 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6888
6889         * gnus.el: No Gnus v0.13 is released.
6890
6891 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6892
6893         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6894         auth-source now accepts numbers.
6895
6896         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6897         spec, too.
6898         (auth-source-ensure-strings): New function.
6899
6900         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6901         (gnus-article-setup-buffer): Always restart the date timer so that user
6902         changes to the frequency is respected.
6903
6904         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6905         port numbers, so make sure it gets that if nnimap-server-port is
6906         explicit.
6907
6908 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6909
6910         * nnimap.el (nnimap-inbox): Doc fix.
6911
6912 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6913
6914         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6915         Autoload.  Add optional arg FRAME, and pass it to color-values.
6916         (color-complement): Caller changed.  Doc fix.
6917         (color-gradient): Rewrite for better clarity and efficiency.
6918
6919 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6920
6921         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6922         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6923         color-lab-to-srgb.
6924
6925 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6926
6927         * color.el: First part of merge from hexrgb.el.
6928         (color-rgb-to-hex): Rename from color-rgb->hex.
6929         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6930         saturation to zero if the value is too small.
6931         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6932         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6933         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6934         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6935         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6936         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6937         (color-cie-de2000): Doc fix.
6938
6939 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6940
6941         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6942         given method as in the group name if we're using an extended method.
6943         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6944         command, if we're using that, instead of waiting for the beginning.
6945
6946         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6947         we're sure to get unique server names, and we don't output two async
6948         commands in the same buffer.  This fixes an NNTP hang for some users.
6949
6950 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6951
6952         * gnus.el: No Gnus v0.11 is released.
6953
6954 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6955
6956         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6957         summary buffer before reading going to the next buffer.  This avoids
6958         putting the point in the group buffer if you `C-g' the command.
6959
6960         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6961         cache (for now) to make ~/.authinfo.gpg files usable.
6962
6963         * nnfolder.el (copyright-update): Define for the compiler.
6964
6965         * auth-source.el (auth-source-search): Fix unbound variable.
6966
6967 2011-02-19  Glenn Morris  <rgm@gnu.org>
6968
6969         * gnus.el (gnus-meta): Doc fix.
6970
6971 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6972
6973         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6974         in case it's not yet loaded.
6975
6976 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6977
6978         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6979         line we're waiting for.
6980
6981 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6982
6983         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6984         face with line-width greater than zero will cause RET in gnus summary
6985         buffer to scroll down article page-wise because auto vscroll happens,
6986         it should be temporally disabled when doing a scroll-up.
6987
6988 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6989
6990         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6991         outputs from the server.
6992
6993 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6994
6995         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6996         later so that bbdb can hook in easier.
6997
6998 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6999
7000         * auth-source.el (auth-source-search): Don't try to create credentials
7001         if the caller doesn't want that.
7002         (auth-source-search): If we don't find a match, don't bug out on
7003         non-bound variables.
7004         (auth-source-search): Only ask a single backend to create the
7005         credentials.
7006
7007         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7008         logging.
7009         (nnimap-credentials): Protect against auth-source-search returning nil.
7010         (nnimap-request-list): Protect against not being able to open the
7011         server.
7012
7013 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7014
7015         * auth-source.el (auth-source-search): Do a two-phase search, one with
7016         no :create to get the responses from all backends.
7017
7018         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7019         when getting credentials.
7020
7021         * gnus-util.el (gnus-delete-duplicates): New function.
7022
7023 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7024
7025         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7026         a creation default, pass the whole port list down.  It will be
7027         completed.
7028
7029         * auth-source.el (auth-source-search): Updated docs to talk about
7030         multiple creation choices.
7031         (auth-source-netrc-create): Accept a list as a value (from the search
7032         parameters) and do completion on that list.  Keep a separate netrc line
7033         with the password obscured for showing the user.
7034
7035         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7036         first choice to `auth-source-search' so it will be used for entry
7037         creation instead of the server's Gnus-specific name.
7038         (nnimap-credentials): Rely on the auth-source library to select which
7039         port is actually wanted in the new netrc entry, so don't override
7040         `auth-source-creation-defaults'.
7041
7042         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7043         :protocol and accept a missing user, host, or port as a wildcard match.
7044         (auth-source-debug): Default to off.
7045
7046         (auth-source-netrc-search, auth-source-netrc-create)
7047         (auth-source-secrets-search, auth-source-secrets-create)
7048         (auth-source-user-or-password, auth-source-backend, auth-sources)
7049         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7050         instead of :protocol.
7051
7052         * nnimap.el (nnimap-credentials): Pass a port default to
7053         `auth-source-search' in case an entry needs to be created.
7054         (nnimap-open-connection-1): Use :port instead of :protocol.
7055
7056 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * auth-source.el: Bind load-path when loading EIEIO from
7059         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7060         21.4 doesn't support, to `require'.
7061         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7062         delete-dups that is not available in XEmacs 21.4.
7063
7064 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7065
7066         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7067         as EIEIO must also be loaded when auth-source.el is being
7068         byte-compiled.
7069
7070 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7071
7072         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7073
7074         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7075
7076         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7077
7078         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7079
7080         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7081
7082         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7083
7084         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7085
7086         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7087         necessary.
7088
7089 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7090
7091         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7092         nil means that nnimap doesn't get updated.
7093
7094 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7095
7096         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7097         result when the user doesn't want to write to the file.
7098         (auth-source-netrc-search): Expect a synthetic result and proceed
7099         accordingly.
7100         (auth-source-cache-expiry): New variable to override
7101         `password-cache-expiry'.
7102         (auth-source-remember): Use it.
7103
7104         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7105         parameter.  Create entry if necessary by using :create t.
7106         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7107
7108 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7109
7110         * auth-source.el (auth-source-debug): Enable by default and don't
7111         mention the obsolete `auth-source-hide-passwords'.
7112         (auth-source-do-warn): New function to debug unconditionally.
7113         (auth-source-do-debug): Use it.
7114         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7115         and for Secrets API entries when the secrets.el library is not
7116         available.
7117
7118 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7119
7120         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7121         (gnus-summary-exit): Kill the correct article buffer on exit from a
7122         `C-d' group.
7123
7124         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7125         gnus-propagate-marks.
7126
7127         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7128         before killing the buffers so that a non-full window conf gets handled
7129         correctly.
7130         (gnus-summary-exit): Ditto.
7131         (gnus-summary-read-group-1): Ditto.
7132
7133         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7134         async code again so that we can debug it properly.
7135
7136         * message.el (message-reply): Take an optional switch-buffer parameter
7137         so that Gnus window confs are respected better.
7138
7139 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7140
7141         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7142         `plist-get' to accept non-list parameters (XEmacs issue).
7143         Fix docstring.
7144         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7145         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7146         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7147         Login collection is "Login" and not "login".
7148
7149 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7150
7151         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7152         multiple headers.
7153
7154         * nnimap.el (nnimap-inhibit-logging): New variable.
7155         (nnimap-log-command): Don't log login commands.
7156
7157         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7158         to have more parameters.
7159
7160         * nnimap.el (nnimap-send-command): Mark the command time for each
7161         command, so that we don't get NOOPs stepping on our toes.
7162
7163         * gnus-art.el (article-date-ut): Get the date from the Date header on
7164         `t'.
7165
7166 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * auth-source.el (auth-source-search): Use copy-sequence instead of
7169         the cl.el copy-list.
7170
7171 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7172
7173         * imap.el: Bring it back (revert
7174         84d800cd31de3064f0ed39617d725709a2f8f42f).
7175
7176 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7177
7178         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7179         Improve prompt.
7180
7181 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7182
7183         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7184         washing status from the default format.  It isn't very informative.
7185
7186 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7187
7188         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7189         Fix Gcc processing on imap.
7190
7191 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7192
7193         * imap.el: Remove file.  All the functionality is in nnimap.el.
7194
7195 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7196
7197         * message.el (message-bury): Don't pop up a new window when selected
7198         window is dedicated.
7199
7200 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7201
7202         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7203
7204 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7205
7206         * sieve-manage.el: Autoload `auth-source-search'.
7207         (sieve-sasl-auth): Use it.
7208
7209 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7210
7211         * nnimap.el: Autoload `auth-source-forget+'.
7212         (nnimap-open-connection-1): Use it if the connection fails.
7213
7214         * auth-source.el: Require `password-cache'.
7215         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7216         obsolete.
7217         (auth-source-magic): Marker for `password-cache' keys.
7218         (auth-source-do-cache): Update docstring.
7219         (auth-source-search): Use and check cache.
7220         (auth-source-forget-all-cached, auth-source-remember)
7221         (auth-source-recall, auth-source-forget, auth-source-forget+)
7222         (auth-source-specmatchp): Caching support functions.
7223         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7224         Remove and obsolete.
7225         (auth-source-user-or-password): Remove caching to further discourage
7226         using it.  Always hide passwords.
7227
7228         * password-cache.el (password-cache-remove): Accept secrets that are
7229         not strings.
7230
7231 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7232
7233         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7234         code for now, since it doesn't work for all users.
7235
7236 2011-02-09  Julien Danjou  <julien@danjou.info>
7237
7238         * message.el (message-options): Make message-options really buffer
7239         local.
7240
7241 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7242
7243         * mail-source.el: Autoload `auth-source-search'.
7244         (mail-source-keyword-map): Note order matters.
7245         (mail-source-set-1): Get all the mail-source source values and
7246         defaults and search auth-source on those if needed.  This can all
7247         probably be simplified.
7248
7249         * nnimap.el: Autoload `auth-source-search'.
7250         (nnimap-credentials): Use it.
7251         (nnimap-open-connection-1): Ask for the virtual server and physical
7252         address in one shot.
7253
7254         * nntp.el: Autoload `auth-source-search'.
7255         (nntp-send-authinfo): Use it.  Note TODO.
7256
7257 2011-02-08  Julien Danjou  <julien@danjou.info>
7258
7259         * shr.el (shr-tag-body): Add support for text attribute in body
7260         markups.
7261
7262         * message.el (message-options): Make message-options a local variable.
7263
7264 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7265
7266         * auth-source.el (auth-source-secrets-search)
7267         (auth-source-user-or-password): Use `append' instead of `nconc'.
7268         (auth-source-user-or-password): Build return list better and protect
7269         against nil :secret.
7270
7271 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7272
7273         * nnimap.el (nnimap-update-info): Refactor slightly.
7274         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7275         (nnimap-update-info): Clean up slightly.
7276         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7277         characters.
7278         (nnimap-process-quirk): Rename function to avoid collision.
7279         (nnimap-update-info): Fix macrology bug-out.
7280         (nnimap-update-info): Simplify split history test.
7281
7282 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7283
7284         * auth-source.el (top): Require 'eieio unconditionally.
7285         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7286         (auth-source-secrets-search): Limit search when `max' is greater than
7287         number of results.
7288
7289 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7290
7291         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7292         part not returning any data.
7293
7294         * proto-stream.el (open-protocol-stream): Document the return value.
7295
7296 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7297
7298         * auth-source.el (auth-source-secrets-search): Add examples.
7299
7300 2011-02-06  Julien Danjou  <julien@danjou.info>
7301
7302         * message.el (message-setup-1): Handle message-generate-headers-first
7303         set to t.
7304
7305 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7306
7307         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7308         API with a string "secrets:collection-name" and with 'default.
7309         (auth-source-backend-parse): Parse "secrets:collection-name" and
7310         'default.  Recurse on parses instead of repeating code.  Use the
7311         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7312         message when ignoring a source.
7313         (auth-source-search): List ignored search keys at the top level.
7314         (auth-source-netrc-create): Use `case' instead of `cond'.
7315         (auth-source-secrets-search): Created with TODOs.
7316         (auth-source-secrets-create): Created with TODOs.
7317         (auth-source-retrieve, auth-source-create, auth-source-delete)
7318         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7319         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7320         (auth-source-user-or-password-sftp)
7321         (auth-source-user-or-password-smtp): Remove.
7322         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7323         around `auth-source-search'.  Not tested thoroughly.
7324
7325 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7326
7327         * auth-source.el: Bring in assoc and eioeio libraries.
7328         (secrets-enabled): New variable to track the status of the Secrets API.
7329         (auth-source-backend): New EIOEIO class to represent a backend.
7330         (auth-source-creation-defaults): New variable to set prompt defaults
7331         during token creation (see the `auth-source-search' docstring for
7332         details).
7333         (auth-sources): Simplify to allow a simple string as a netrc backend
7334         spec.
7335         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7336         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7337         (auth-source-search): Main auth-source API entry point.
7338         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7339         (auth-source-search-collection): Helper function for searching.
7340         (auth-source-netrc-parse, auth-source-netrc-normalize)
7341         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7342         Supports search, create, and delete.
7343         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7344         backend stubs.
7345         (auth-source-user-or-password): Call `auth-source-search' but it's not
7346         ready yet.
7347
7348 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7349
7350         * message.el (message-setup-1): Remove the read-only stuff, since it
7351         doesn't work under XEmacs, for some reason.
7352
7353         * gnus-sum.el (gnus-user-date): Rename back from
7354         gnus-summary-user-date since user code refers to it.
7355
7356         * shr.el (shr-render-td): Store the actual background color used.
7357
7358         * message.el (message-setup-1): Don't bind the constant
7359         -forbidden-properties.
7360         (message-setup-1): Revert previous change, since it needs to bind the
7361         props to insert them.
7362         (message-resend): Allow removing the read-only separator line.
7363
7364 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7365
7366         * nnimap.el (nnimap-request-accept-article): Give an error message if
7367         the APPEND wasn't successful.
7368
7369 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7370
7371         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7372         that have no groups.
7373
7374 2011-02-03  Julien Danjou  <julien@danjou.info>
7375
7376         * gnus-draft.el: Remove progn around gnus-draft-setup.
7377
7378 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7379
7380         * gnus-start.el (gnus-read-active-for-groups): This function is never
7381         called with a nil `infos', so clean that up.
7382         (gnus-get-unread-articles): Request active files from primary/secondary
7383         methods that have no groups (yet).
7384
7385 2011-02-03  Julien Danjou  <julien@danjou.info>
7386
7387         * message.el (message-setup-1): Always generate References first.
7388         (message-mail): Return the return value of message-setup, not always t.
7389         (message-setup-1): Insert mail-header-separator with read-only and
7390         intangible properties set.
7391
7392         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7393         user-date in docstring.
7394
7395         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7396
7397         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7398         docstring.
7399
7400         * gnus.el (gnus-user-date-format-alist): Change default value.
7401         Use defcustom, with type and group.  Move from gnus-util.el.
7402         Rename to gnus-summary-user-date-format-alist.
7403
7404 2011-02-03  Glenn Morris  <rgm@gnu.org>
7405
7406         * nnimap.el (gnus-fetch-headers): Declare.
7407
7408         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7409
7410 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7411
7412         * message.el (message-forward-make-body-digest-plain)
7413         (message-followup, message-reply): Clean up things noted by Stefan.
7414
7415         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7416         gnus-article-update-date-headers is nil.
7417         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7418         it didn't really work with defcustom.
7419         (article-update-date-lapsed): Make sure the window start doesn't move,
7420         either.
7421
7422 2011-02-01  Julien Danjou  <julien@danjou.info>
7423
7424         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7425         format.
7426
7427         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7428         standard in Emacs nowadays.
7429
7430         * color.el (color-gradient): Add a color-gradient function.
7431
7432 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7433
7434         * message.el (message-expand-name): Don't trust the return value of
7435         bbdb-complete-name.
7436         (message-check-news-header-syntax): Remove unused var `start'.
7437         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7438         (message-inhibit-body-encoding): Move to before first use.
7439         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7440         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7441         (Organization, Message-ID, Date, mh-previous-window-config):
7442         Defvar the vars using dynamic scoping.
7443
7444 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7445
7446         * shr.el (shr-render-td): Only do colors at the final rendering.
7447         Should be slightly faster.
7448         (shr-insert-table): Fix up TD background colors when doing the
7449         vertical padding.
7450
7451         * gnus-art.el (article-date-ut): Protect against articles with no Date
7452         header.
7453         (article-update-date-lapsed): Don't use current-column to find the
7454         horizontal position.  It's fragile in the presence of \003 characters.
7455
7456         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7457
7458 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7459
7460         * gnus-art.el (article-transform-date): Rewrite to still work when
7461         there are several rfc2822 parts.
7462         (article-transform-date): Fix infinite recursion.
7463         (article-date-ut): Replace infinitely many Date headers with a single
7464         one when called interactively.
7465
7466         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7467         secure manner.
7468
7469         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7470         move around by not using save-window-excursion.  It seems to work...
7471
7472 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * gnus-art.el (article-make-date-line): Work for user-defined format.
7475
7476 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7477
7478         * nntp.el (nntp-retrieve-group-data-early)
7479         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7480         fetching functions.
7481
7482         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7483         thoroughly for all backends that have no known groups.  This should
7484         allow new nnml methods to retrieve mail.
7485
7486         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7487         that Gnus doesn't know exists again.
7488
7489         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7490         (gnus-treat-date-ut): Ditto.
7491         (gnus-article-update-date-header): Rename.
7492         (gnus-treat-date-local): Remove.
7493         (gnus-treat-date-english): Remove.
7494         (gnus-treat-date-lapsed): Remove.
7495         (gnus-treat-date-combined-lapsed): Remove.
7496         (gnus-treat-date-original): Remove.
7497         (gnus-treat-date-iso8601): Remove.
7498         (gnus-treat-date-user-defined): Remove.
7499         (gnus-article-date-headers): New variable to control all the date
7500         header options.
7501         (article-date-ut): Rewrite to allow using the new way to format date
7502         headers(s).
7503
7504 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7505
7506         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7507         method.
7508         (nnmail-article-group): A better test for fanciness.
7509
7510         * nnimap.el (nnimap-request-head): Protect against not finding the
7511         article by Message-ID.
7512
7513 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7514
7515         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7516         keep point at the "same place".
7517
7518 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7519
7520         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7521         data if the group is inactive.
7522
7523 2011-01-28  Julien Danjou  <julien@danjou.info>
7524
7525         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7526         (gnus-all-windows-visible-p): Remove old compatibility code.
7527         (gnus-window-top-edge): Add docstring.
7528
7529         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7530
7531 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7532
7533         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7534         older request-update-info.
7535
7536         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7537
7538 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7539
7540         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7541         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7542
7543 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7544
7545         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7546         groups.  This makes the nndraft:queue group pop up if it's not already
7547         there.
7548
7549         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7550         messages" logic, which was reversed.
7551
7552         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7553         the "same place" even if point is on the line being replaced.
7554         (article-update-date-lapsed): Allow updating both the combined lapsed
7555         and the lapsed headers.
7556         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7557         (article-make-date-line): Limit the number of segments dynamically to
7558         avoid too-long lines.
7559
7560 2011-01-27  Julien Danjou  <julien@danjou.info>
7561
7562         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7563         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7564
7565 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7568         Use plist-get instead of the cl function getf.
7569
7570 2011-01-27  Glenn Morris  <rgm@gnu.org>
7571
7572         * gnus-util.el (float-time): Get rid of compiler warning, again.
7573
7574 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7575
7576         * shr.el (shr-put-color): Special-case background colors: Do put them
7577         at the blank parts at the front of the lines.
7578
7579         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7580         exit hook to nix out all data on readedness on group exit.
7581
7582         * gnus-util.el (float-time): If float-time is bound, always use it on
7583         all Emacsen.  It's unclear why the subrp check was there.
7584         (time-date): Require to make some autoload issues on XEmacs go away.
7585
7586         * shr.el (shr-put-color): Don't do the box padding in tables, since
7587         they're already padded.
7588
7589 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7590
7591         * gnus-art.el (gnus-article-next-page): When the last line of the
7592         article is displayed, scroll down once more instead of going to the
7593         next article at once.
7594         (article-lapsed-string): Refactor out and allow specifying how many
7595         segments you want.
7596         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7597         (gnus-article-update-lapsed-header): New variable.
7598
7599         * shr.el: Revert change that made headings use different-sized faces.
7600         The Emacs display engine isn't advanced enough that, for instance,
7601         tables can comfortably use differently-sized faces.
7602
7603 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7604
7605         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7606         used.
7607         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7608         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7609         we're using an encrypted connection.
7610
7611         * proto-stream.el: Alter the interface functions to also return the
7612         actual stream type used: network or tls.
7613
7614 2011-01-25  Julien Danjou  <julien@danjou.info>
7615
7616         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7617         (mm-display-javascript-inline): New function.
7618
7619         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7620         viewing function.
7621
7622 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * shr.el (shr-expand-newlines): Fix variable name.
7625
7626 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7627
7628         * shr.el (shr-expand-newlines): Make nested boxes work.
7629
7630 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7631
7632         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7633         backgrounds.
7634         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7635         in a more sensible manner.
7636
7637 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7638
7639         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7640         if EPG is loaded.
7641
7642 2011-01-24  Julien Danjou  <julien@danjou.info>
7643
7644         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7645         tags.
7646
7647 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7648
7649         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7650         commands.
7651
7652         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7653         in the article buffer.
7654         (gnus-gravatar-insert): Use blank space from the current buffer to
7655         avoid breaking text properties.  This makes X-Sent updating work again.
7656
7657         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7658
7659 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7660
7661         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7662         fix the bug in url-http.el instead.
7663
7664         * shr.el (shr-image-fetched): Ditto.
7665
7666         * shr.el (shr-image-fetched): Avoid having point move in the article
7667         buffer.
7668
7669         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7670         buffer after being called.  It's apparently being killed by url.el, and
7671         killing it made point move to end-of-buffer in a random buffer.
7672
7673         * shr.el (shr-image-fetched): Ditto.
7674
7675 2011-01-23  Julien Danjou  <julien@danjou.info>
7676
7677         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7678
7679         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7680         text/x-org.
7681
7682 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7683
7684         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7685         (i.e., nnimap) returning nil as the article number.
7686
7687 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7688
7689         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7690         "DelSp" parameter in RFC3676.
7691
7692 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7693
7694         * message.el (message-check-recipients): Display the encoded version of
7695         the bogus address if they differ.
7696
7697         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7698         after sending.
7699
7700         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7701
7702         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7703
7704         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7705         group buffer after sending the queue.
7706
7707         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7708
7709 2011-01-22  Julien Danjou  <julien@danjou.info>
7710
7711         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7712
7713 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7714
7715         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7716         nested related parts.
7717
7718         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7719         unexpired articles.  This fixes the regression that led expiry marks to
7720         disappear from nnfolder groups.
7721
7722 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7723
7724         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7725         Don't confuse the "ret" of "retrograde" with RET.
7726
7727 2011-01-21  Julien Danjou  <julien@danjou.info>
7728
7729         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7730         than mm-insert-inline.
7731
7732 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7735         Widen article buffer.
7736
7737 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7738
7739         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7740         the temp buffer.
7741         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7742
7743 2011-01-20  Julien Danjou  <julien@danjou.info>
7744
7745         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7746
7747         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7748         than mm-insert-inline to insert inline part: this respect
7749         mm-inline-media-tests displayers.
7750
7751         * mm-view.el (mm-display-shell-script-inline): New function.
7752
7753         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7754
7755         * mm-uu.el (mm-uu-type-alist): Add org block.
7756         (mm-uu-org-src-code-block-extract): New function.
7757
7758         * mm-view.el (mm-display-org-inline): New function.
7759
7760         * mm-decode.el (mm-automatic-display): Add text/org.
7761
7762         * mailcap.el (mailcap-mime-extensions): Add .org.
7763
7764 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7767         gnus-article-add-buttons.
7768
7769 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7770
7771         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7772         From header with a date and "nobody" as the sender.
7773
7774 2011-01-19  Julien Danjou  <julien@danjou.info>
7775
7776         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7777         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7778         if you have the same regexp several times.
7779         (gnus-button-push): Fix matching when regexp is symbol.
7780
7781 2011-01-15  Glenn Morris  <rgm@gnu.org>
7782
7783         * message.el (message-mail): A compose-mail function should
7784         accept headers as strings.
7785
7786 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7787
7788         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7789         Add :vert-only tags.
7790         (message-mail): New arg RETURN-ACTION.
7791         (message-return-action): New var.
7792         (message-bury): Use it.
7793         (message-mode): Make it buffer-local.
7794         (message-send-and-exit): Always call message-bury.
7795
7796         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7797         message-mail.
7798
7799 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7800
7801         * nnimap.el (nnimap-convert-partial-article): Protect against
7802         zero-length body parts.
7803
7804         * mm-decode.el (mm-preferred-alternative-precedence):
7805         Discourage showing empty parts.
7806
7807         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7808         and stuff if the backend didn't return the article number.  This fixes
7809         an Exchange-related nnimap bug.
7810
7811         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7812         group window, because it does the wrong thing when a separate frame
7813         displays the group buffer.
7814
7815         * proto-stream.el (open-protocol-stream): Protect against the low-level
7816         transport functions returning nil.
7817
7818 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7819
7820         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7821         (mml2015-epg-find-usable-secret-key): New function.
7822         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7823         mml2015-epg-find-usable-key (Bug#7797).
7824         (mml2015-epg-encrypt): Ditto.
7825
7826 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * dgnushack.el (rot13-string): Fix the way to get the argument.
7829
7830 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7831
7832         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7833
7834 2011-01-03  Glenn Morris  <rgm@gnu.org>
7835
7836         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7837
7838         * sieve.el (sieve-open-server): Give a more explicit error if
7839         sieve-manage-open returns nil.  (Bug#7720)
7840
7841 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7842
7843         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7844
7845 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846
7847         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7848         This avoids sending passwords in plain text over non-encrypted
7849         channels.
7850
7851         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7852
7853         * nnimap.el (nnimap-login): Refactored out into own function, and
7854         implement CRAM-MD5.
7855         (nnimap-wait-for-line): Refactored out.
7856
7857         * mm-view.el (mml-smime): Require.
7858
7859 2010-12-20  David Engster  <deng@eml.cc>
7860
7861         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7862         use EPG to decrypt S/MIME messages instead of openssl.
7863
7864 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7867
7868         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7869         status is the group clearly is unreachable.
7870
7871         * auth-source.el (auth-source-create): Add the optional second
7872         parameter to `local-variable-p' to be compatible with XEmacs.
7873
7874 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7875
7876         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7877         work when using a compressed nnml folder.
7878
7879 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7880
7881         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7882         backends after sanitising on entry, because this never makes sense:
7883         If the articles have gone missing, then the data no longer exists on
7884         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7885         overwrite anything anyway.
7886
7887         * shr.el (shr-insert-document): Bind shr-width dynamically to
7888         window-width if it's nil.
7889
7890 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7891
7892         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7893         with the meaning of using the full emacs window width for rendering.
7894
7895 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7896
7897         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7898         case when sender is not given.
7899
7900 2010-12-23  Julien Danjou  <julien@danjou.info>
7901
7902         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7903         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7904         the addresses, otherwise we might misplaced the gravatar.
7905
7906 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7907
7908         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7909         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7910         obsolete in Emacs.
7911
7912 2010-12-20  Julien Danjou  <julien@danjou.info>
7913
7914         * gnus-util.el (gnus-rescale-image): Revert last change.
7915
7916 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7917
7918         * binhex.el: Improve commentary (Bug#7482).
7919
7920 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921
7922         * gnus-group.el (gnus-group-delete-articles): New command.
7923
7924 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7925
7926         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7927
7928 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7929
7930         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7931         here, since it's up to the backends to do CRLF removal if their
7932         protocol has it.
7933
7934         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7935
7936 2010-12-17  Julien Danjou  <julien@danjou.info>
7937
7938         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7939         they are from file.  Can also scale up.
7940
7941 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7942
7943         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7944         Restore gnus-use-agent.
7945         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7946
7947         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7948
7949 2010-12-17  Julien Danjou  <julien@danjou.info>
7950
7951         * gravatar.el (gravatar-retrieve-synchronously): New function.
7952         (gravatar-get-data): Make more robust.
7953
7954 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7957
7958 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959
7960         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7961         to really consider the last line.
7962
7963 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7964
7965         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7966         list of recipient keys, or use symmetric encryption if not a list.
7967         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7968         EPA override, replacing the call to `netrc-store-data'.
7969
7970 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7971
7972         * gnus-srvr.el: Avoid passing nil regexp argument to
7973         delete-matching-lines.
7974
7975 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7976
7977         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7978         fetching stops when Gnus exits.
7979
7980         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7981         function.
7982         (nnfolder-request-expire-articles): Save all the buffers after doing
7983         expiry.
7984
7985         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7986         the last article", since that led to serious performance regressions
7987         when expiring nnml groups.
7988
7989 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7990
7991         * nnir.el: Improve customizations.
7992
7993 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7996
7997         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7998         group has been killed.
7999         (gnus-group-yank-group): Ditto.
8000
8001         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8002
8003         * nnimap.el (nnimap-request-update-group-status): New function.
8004
8005         * gnus-int.el (gnus-request-update-group-status): New interface
8006         function.
8007
8008         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8009         copying read-ness to the backends.
8010
8011         * nnimap.el (nnimap-quirk): New function.
8012         (nnimap-retrieve-group-data-early): Use it.
8013         (nnimap-quirks): New alist.
8014
8015 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8018         don't delete it within indentation.
8019
8020 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8021
8022         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8023         previous line.
8024
8025 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8026
8027         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8028         QRESYNC command by deleting a superfluous space which broke Cyrus
8029         servers.  This change will break other servers that are buggy the other
8030         way around.
8031
8032 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8033
8034         * spam.el: Reindent and fix long lines.
8035         (spam-copy-or-move-routine): Exclude invalid move destinations.
8036
8037 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8038
8039         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8040         installed the registry.
8041
8042 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8045
8046 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8047
8048         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8049         groupname doesn't contain "gmane".
8050
8051 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8052
8053         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8054         and netrc-bound-and-true-p bindings.
8055         (netrc-parse): Cache the netrc contents.
8056
8057         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8058         (gnus-1): Don't create the nndrafts group twice.
8059         (gnus-setup-news): There's no need to read the active file here, since
8060         that's done again later on a per-backend basis.
8061         (gnus-start-draft-setup): Make sure that the new group is started out
8062         empty.
8063
8064         * gnus-agent.el (gnus-agentize): Don't create the queue group
8065         automatically on startup.  It'll be created later, if needed.
8066
8067         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8068         of automatically subscribed groups.
8069         (gnus-auto-subscribed-categories): New variable.
8070         (gnus-matches-options-n): Use it.
8071         (gnus-default-subscribed-newsgroups): Remove unused variable.
8072         (gnus-start-draft-setup): Message a bit less.
8073
8074 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8075
8076         * nnir.el (nnir-run-imap): Return article list in order of increasing
8077         UID.
8078
8079 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8080
8081         * gnus-sum.el (gnus-summary-enter-digest-group):
8082         Mention gnus-auto-select-on-ephemeral-exit.
8083
8084         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8085         convention of the network-only option.
8086
8087 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8088
8089         * proto-stream.el (proto-stream-open-network-only): New function to
8090         have a way to specify non-STARTTLS upgrade connections.
8091
8092 2010-12-10  Julien Danjou  <julien@danjou.info>
8093
8094         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8095         email address is nil.
8096
8097         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8098
8099 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8100
8101         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8102         deletion.
8103         (nnir-run-imap): Only need to parse list once.
8104
8105 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * shr.el (shr-tag-script): Ignore <script>.
8108         (shr-tag-label): Add <label> support.
8109
8110 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8113
8114         * shr.el (shr-image-displayer): Work for images lined side by side.
8115
8116 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8117
8118         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8119         parameter, since XEmacs doesn't accept t as a parameter.
8120
8121 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8122
8123         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8124         ids.
8125         (nnir-run-gmane): Simplify groupspec formatting.
8126         (nnir-request-expire-articles): New function.
8127
8128 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8131         overflow, possibly.
8132
8133         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8134         (shr-render-td): Handle td style="" better.
8135         (shr-tag-table): Use the color from the style sheet.
8136         (shr-render-td): Make sure we copy over all the overlays, too.
8137
8138 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8139
8140         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8141         (nnir-request-article): Improve article retrieval.
8142
8143 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * mm-util.el (mm-extra-numeric-entities): New variable.
8146
8147         * mm-url.el (mm-url-decode-entities):
8148         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8149
8150         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8151
8152 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8153
8154         * message.el: Use completion-at-point.
8155         (message-completion-function): New fun, extracted from message-tab.
8156         (message-mode): Use it for completion-at-point-functions.
8157         (message-tab): Use it and completion-at-point.
8158
8159 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8162         character if a non-breakable character follows.
8163
8164 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8167         any stream.
8168
8169         * shr.el (shr-tag-font): Colorize the region.
8170         (shr-tag-body): Ditto.
8171         (shr-tag-font): Actually let the styles be inherited instead of
8172         overwriting them.
8173         (shr-tag-font): Get the background color right.
8174         (shr-tag-style): Ignore all <style> tags for the moment.
8175
8176         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8177         a Message-ID to avoid having nnimap depend on gnus-sum.
8178
8179         * shr.el (shr-descend): Only colorize something if we have a node that
8180         sets colors.
8181
8182 2010-12-06  Julien Danjou  <julien@danjou.info>
8183
8184         * shr.el (shr-render-td): Render td content with shr-descend, so style
8185         will be applied to <td> too.
8186         (shr-colorize-region): Colorize region even if we only have a background.
8187         (shr-tag-body): Fix color and background color inheritance.
8188         Do not recolorize after shr-generic.
8189         (shr-tag-font): Let shr-generic colorize via inheritance.
8190
8191 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8194
8195 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8196
8197         * nnir.el (nnir-request-move-article): Remove obsolete code.
8198
8199 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8202
8203 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * gnus-sum.el (gnus-summary-respool-article): The completion function
8206         expects a list instead of an alist.
8207
8208         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8209         string as the parameter.
8210
8211         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8212
8213         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8214         styles.
8215         (shr-colorize-region): New function.
8216         (shr-insert-background-overlay): Remove.
8217         (shr-render-td): Background setting should be taken care of on a higher
8218         level.
8219         (shr-tag-body): Use post-hoc colorizations.
8220         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8221         (shr-put-color-1): Don't overwrite old colors.
8222         (shr-colorize-region): When the background color isn't explicit, use
8223         a fixed background.
8224
8225         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8226         nnmail variables.
8227
8228 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8229
8230         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8231         unless necessary.
8232
8233 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8234
8235         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8236         server.
8237
8238 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8239
8240         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8241         so that TAB works.
8242
8243         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8244         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8245
8246         * shr.el (shr-urlify): Show the URL before the title to avoid
8247         misleading URLs.
8248
8249 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8250
8251         * shr.el (shr-urlify): Display the title in <a> tags.
8252
8253 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8254
8255         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8256
8257 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8258
8259         * nnir.el: Rearrange code to allow macros to be autoloaded by
8260         gnus-sum.el.
8261         (nnir-retrieve-headers-override-function): Make this variable
8262         customizable.
8263         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8264
8265         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8266         from nnir.el.
8267
8268 2010-12-03  Julien Danjou  <julien@danjou.info>
8269
8270         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8271
8272 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8275         allow optional argument `environment'.
8276
8277 2010-12-03  Glenn Morris  <rgm@gnu.org>
8278
8279         * mm-extern.el (message-goto-body): Update declaration.
8280
8281 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * gnus-util.el (gnus-macroexpand-all): New function.
8284
8285         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8286         instead of macroexpand-all that is unavailable in XEmacs.
8287
8288 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8289
8290         * nnir.el (nnir-summary-line-format): New variable.
8291         (nnir-mode): Use it.
8292         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8293         (nnir-article-ids): Reimplement as defsubst.
8294         (nnir-retrieve-headers): Don't mangle the subject header.
8295         (nnir-run-imap): Use 100 as RSV score.
8296         (nnir-run-find-grep): Fix for full server searching.
8297         (nnir-run-gmane): Better restriction to gmane groups.
8298
8299         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8300         summary buffers.
8301
8302 2010-12-02  Julien Danjou  <julien@danjou.info>
8303
8304         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8305
8306         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8307
8308         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8309         support.
8310
8311 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8312
8313         * nnir.el: Update to handle the registry better.
8314         (autoload): Silence byte-compiler.
8315         (nnir-open-server): Add a hook for nnir groups.
8316         (nnir-request-move-article): Don't mangle the header.  Better to use
8317         formatting variables (which will be added in the future).
8318         (nnir-registry-action): Update the registry using the original article
8319         group name.
8320         (nnir-mode): Install nnir-specific hooks for updating the registry.
8321
8322         * gnus-sum.el
8323         (gnus-article-original-subject, gnus-newsgroup-original-name):
8324         Remove obsolete variables.
8325         (gnus-summary-move-article): Remove use of obsolete variables.
8326         (gnus-summary-local-variables): Make move and delete hooks local to
8327         summary buffers.
8328
8329 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8330
8331         * rtree.el: New file.
8332
8333 2010-12-01  Julien Danjou  <julien@danjou.info>
8334
8335         * message.el (message-user-organization): Do not use
8336         gnus-local-organization.
8337
8338         * gnus.el: Remove gnus-local-organization.
8339
8340         * gnus-msg.el: Remove nastygram thing.
8341
8342 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8343
8344         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8345         funcall.
8346
8347 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8350         names.
8351
8352         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8353         characters.
8354
8355         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8356         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8357         Suggested by Štěpán Němec <stepnem@gmail.com>.
8358         (gnus-gravatar-transform-address): Use mail-extract-address-components
8359         that supports non-ASCII names rather than mail-header-parse-addresses.
8360
8361 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8362
8363         * proto-stream.el (open-protocol-stream): All starttls connections are
8364         handled by the network handler.
8365
8366 2010-11-30  Julien Danjou  <julien@danjou.info>
8367
8368         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8369         (nnimap-open-connection-1): Fix PREAUTH.
8370
8371         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8372
8373 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8376         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8377         (shr-insert): Use them.
8378         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8379
8380 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8381
8382         * nnir.el (nnir-request-move-article): Bail out if original group
8383         doesn't support article moves.
8384         (nnir-get-active): Improve active list retrieval.
8385
8386 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8387
8388         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8389
8390 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8391
8392         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8393         seem to accept strings-with-numbers as port numbers.
8394
8395 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8396
8397         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8398         change the registry.
8399
8400 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8403         delete-dups that is not available in XEmacs 21.4.
8404
8405         * mm-util.el (mm-delete-duplicates): Add comment.
8406
8407 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8408
8409         * nnir.el (nnir-ignored-newsgroups): New variable.
8410         (nnir-get-active): Use it.
8411
8412 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * proto-stream.el (proto-stream-open-network): Add some comments.
8415
8416         * nntp.el (nntp-open-connection): Provide a :success condition.
8417
8418         * nnimap.el (nnimap-open-connection-1): Ditto.
8419
8420         * proto-stream.el (proto-stream-open-network): See what the response to
8421         the STARTTLS command is.
8422
8423         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8424         backwards compatibility).
8425         (nnimap-open-connection-1): Really respect nnimap-server-port.
8426
8427         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8428         TLS upgrades we don't really care about the identity of the peer.
8429         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8430         that what we've checked for.
8431         (proto-stream-always-use-starttls): Only default to t if
8432         open-gnutls-stream exists.
8433         (proto-stream-open-network): If STARTTLS failed, then just open a
8434         normal connection.
8435         (proto-stream-open-network): Wait until the greeting before doing
8436         STARTTLS.
8437
8438         * nntp.el (nntp-open-connection): Report what the connection error is.
8439
8440         * proto-stream.el (open-protocol-stream): Rename from
8441         open-proto-stream.
8442
8443 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * nnimap.el (nnimap-stream): Change default to `undecided'.
8446         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8447         first, and then network.
8448         (nnimap-open-connection-1): Respect nnimap-server-port.
8449         (nnimap-open-connection): Be more backwards-compatible.
8450
8451         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8452         (proto-stream-open-starttls): De-duplicate the starttls code.
8453         (proto-stream-open-starttls): Folded back into the main function.
8454         (proto-stream-open-network): Fix typo in the gnutls path.
8455         (proto-stream-command): Refactor out.
8456
8457         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8458
8459         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8460         starttls.el STARTTLS.
8461
8462         * color.el (color-lab->srgb): Fix function call name.
8463
8464         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8465         if we're using tls.el.
8466         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8467         built in, then don't try to establish a STARTTLS connection.
8468
8469         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8470         servers.
8471
8472         * proto-stream.el (open-proto-stream): Use network, not stream.
8473         (open-proto-stream): Add a way to specify what the end of a command is.
8474
8475         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8476         connections types.
8477         (nntp-open-network-stream): Remove.
8478         (nntp-open-ssl-stream): Remove.
8479         (nntp-open-tls-stream): Remove.
8480         (nntp-ssl-program): Remove.
8481
8482         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8483
8484 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8485
8486         * nnir.el: Fix typos.
8487         (nnir-retrieve-headers-override-function): Rename variable to reflect
8488         new semantics.
8489         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8490         macros.
8491         (nnir-request-article, nnir-request-move-article): Use them.
8492         (nnir-categorize): New function.
8493         (nnir-run-query): Use it.
8494         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8495         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8496         sorted.
8497         (nnir-group-full-name): Use gnus-group-full-name instead.
8498         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8499         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8500
8501 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502
8503         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8504
8505         * proto-stream.el: New library to provide protocol-specific
8506         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8507         protocols.
8508         (open-proto-stream): Complete the documentation.
8509         (proto-stream-open-network): Fix some typos.
8510
8511         * nnimap.el (nnimap-open-connection): Use it.
8512
8513 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8514
8515         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8516         negotiation.
8517
8518 2010-11-26  Julien Danjou  <julien@danjou.info>
8519
8520         * color.el: Rename various rgb functions to srgb.
8521
8522 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523
8524         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8525         names.
8526
8527 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * shr.el (shr-insert): Revert last change.
8530         (shr-find-fill-point): Never leave point being at bol;
8531         relax the kinsoku limitation when rendering tables.
8532
8533 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8534
8535         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8536         results from -accept-article.
8537
8538         * shr-color.el: Require cl when compiling.
8539
8540         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8541         checkin.
8542
8543         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8544
8545         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8546
8547         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8548         'add and 'delete to set backend marks.
8549
8550         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8551
8552         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8553
8554         * nntp.el (nntp-request-set-mark): Use it.
8555
8556         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8557
8558         * nnml.el (nnml-request-set-mark): Ditto.
8559
8560         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8561         introduces regressions in article selection.
8562         (nnimap-find-uid-response): New function.
8563         (nnimap-request-accept-article): Use the UID returned, if any.
8564         (nnimap-request-move-article): Use the UID returned, if any.
8565         (nnimap-get-groups): Reimplement to work with folded lines.
8566         (nnimap-find-uid-response): The UID is the last element in the list.
8567         (nnimap-request-set-mark): Extend syntax with 'set.
8568
8569         * nnml.el (nnml-request-set-mark): Ditto.
8570
8571         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8572
8573         * nntp.el (nntp-request-set-mark): Ditto.
8574
8575 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * message.el (message-called-interactively-p): A temporary macro.
8578         (message-goto-body): Use it temporarily.
8579
8580 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8581
8582         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8583         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8584         (nnimap-last-response-string): Fix last unfolding fix.
8585
8586 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * shr.el (shr-insert): Fix the way to fold lines.
8589
8590 2010-11-25  Julien Danjou  <julien@danjou.info>
8591
8592         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8593
8594         * color.el: Rename from color-lab.el
8595         (color-rgb->hex): Add.
8596         (color-complement): Add.
8597         (color-complement-hex): Add.
8598
8599         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8600
8601 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602
8603         * shr-color.el (shr-color-visible): Don't bug out if the color names
8604         don't exist.
8605
8606 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8609         assuming that article displaying or another mml-preview may be
8610         interrupted for an error or for the like.
8611
8612         * shr.el (shr-get-background): Fix argument name.
8613
8614 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8615
8616         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8617
8618         * gnus-sum.el (gnus-summary-include-articles): New function.
8619
8620         * message.el (message-goto-body): called-interactively-p needs a
8621         parameter, so use `any'.
8622
8623         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8624         clear marks before moving, since they're synced from the Gnus side
8625         first.
8626
8627         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8628         (gnus-summary-move-article): Copy over all marks before moving, so that
8629         IMAP doesn't think a new article has arrived.
8630
8631 2010-11-24  Julien Danjou  <julien@danjou.info>
8632
8633         * shr.el (shr-insert-background-overlay): Fix typo.
8634         (shr-render-td): Copy the background before rendering.
8635
8636         * shr-color.el (shr-color-visible): Fix docstring.
8637
8638         * shr.el (shr-tag-table): Add bgcolor support.
8639         (shr-render-td): Add bgcolor support.
8640         (shr-get-background): Add.
8641         (shr-insert-foreground-overlay): Use shr-get-background.
8642
8643         * message.el (message-goto-body): Use called-interactively-p.
8644         (message-in-body-p): message-goto-body returns point.
8645
8646 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647
8648         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8649         Fixes something or other in Emacs 23, and is backwards compatible.
8650
8651         * message.el (message-goto-body): Remove the <#secure special-casing,
8652         which is too special.
8653
8654         * shr.el (shr-parse-style): Drop !important from styles.
8655
8656 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8657
8658         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8659         this function to return incorrect results when calling it with an
8660         explicit article argument different from
8661         (gnus-summary-article-number).
8662
8663 2010-11-24  Julien Danjou  <julien@danjou.info>
8664
8665         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8666         (shr-tag-body): Add background support.
8667         (shr-descend): Add background support.
8668         (shr-tag-title): Add.
8669
8670         * shr-color.el (shr-color-visible): Really return original background
8671         if fixed.
8672
8673 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * shr.el (shr-color-check): Protect against non-existent color names.
8676
8677 2010-11-24  Julien Danjou  <julien@danjou.info>
8678
8679         * color-lab.el: Require 'cl when compiling.
8680
8681         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8682
8683         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8684         matched part.
8685
8686         * color-lab.el: Fix all expt calls to use float type.
8687
8688 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8691         expression to shr-color-check as is.
8692
8693         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8694
8695         * color-lab.el: Add coding cookie.
8696         (float-pi): Use eval-and-compile.
8697
8698         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8699         compiled for Emacsen having no `libxml-parse-html-region' support.
8700
8701 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8702
8703         * shr.el (shr-insert-color-overlay): Split stuff like
8704         "#444444 !important" to find the real color.
8705         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8706         parse <font color="red"> entries.
8707
8708 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8709
8710         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8711         point when parsing headers.
8712
8713         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8714         is positioned properly when parsing headers.
8715
8716 2010-11-23  Julien Danjou  <julien@danjou.info>
8717
8718         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8719
8720         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8721
8722         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8723
8724         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8725         Use shr-color-hue-to-rgb.
8726         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8727
8728 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * shr.el (shr-color->hexadecimal): Autoload.
8731         (shr-descend): Add color to all tags.
8732
8733 2010-11-22  Julien Danjou  <julien@danjou.info>
8734
8735         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8736         shr-color->hexadecimal.
8737
8738         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8739         RGB() or HSL() color representation.
8740
8741         * shr.el (shr-tag-font): Add.
8742         (shr-tag-color-check): New function to get better colors.
8743         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8744         tag-span.
8745
8746         * shr-color.el: New file.
8747
8748         * color-lab.el: New file.
8749
8750         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8751
8752 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8753
8754         * nnir.el: Fix typo in comments.
8755         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8756         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8757
8758 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8761
8762         * nnimap.el (nnimap-get-capabilities): Refactor out.
8763         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8764
8765 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8766
8767         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8768         appearing when `mm-uu-hide-markers' is nil.
8769
8770 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8771
8772         * nnimap.el (nnimap-unselect-group): Make into its own function.
8773         (nnimap-request-rename-group): Unselect group before renaming.
8774         This had gotten lost somewhere.
8775         (nnimap-request-accept-article): Keep track of examined groups, and
8776         unselect the group before APPENDing to read-only groups.
8777         (nnimap-request-move-article): Clear flags before moving so that they
8778         can be re-set later.
8779
8780 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8783         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8784
8785 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus-art.el (gnus-mime-display-single):
8788         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8789         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8790         parameter.
8791
8792 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8793
8794         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8795         (shr-table-vertical-line): New variable.
8796         (shr-insert-table): Use it.
8797
8798 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * gnus-html.el (gnus-html-wash-images): Don't display images if
8801         gnus-inhibit-images is non-nil; register displayer for cid images.
8802         (gnus-html-display-image): Work for cid image.
8803         (gnus-html-insert-image): Allow arguments.
8804         (gnus-html-put-image): Inhibit read-only.
8805         (gnus-html-prefetch-images): Don't prefetch images if
8806         gnus-inhibit-images is non-nil.
8807
8808 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809
8810         * shr.el (shr-put-image): Break lines when inserting big pictures.
8811
8812 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8813
8814         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8815         sender, thanks Katsumi Yamaoka.
8816
8817 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8818
8819         * nnir.el (nnir-run-imap): Reverse the article list for each group
8820         rather than the whole list.
8821
8822 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * shr.el (shr-image-displayer): Protect function against non-existent
8825         image source.
8826
8827         * gnus-art.el (gnus-inhibit-images): New user option.
8828         (gnus-mime-display-single): Don't display image if it is non-nil.
8829
8830         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8831         gnus-inhibit-images.
8832
8833         * shr.el (shr-image-displayer): New function.
8834         (shr-tag-img): Use it.
8835
8836 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8837
8838         * mml2015.el (mml2015-epg-sign): Use From header.
8839
8840 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8843
8844         * gnus-util.el (gnus-find-text-property-region): Return markers.
8845
8846         * shr.el (shr-tag-img): Put a displayer in the text property.
8847
8848         * gnus-util.el (gnus-find-text-property-region): New utility function.
8849
8850         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8851         (gnus-html-show-images): Remove.
8852
8853         * gnus-art.el (gnus-article-show-images): New, more general function.
8854
8855         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8856         image url text properties.
8857
8858         * shr.el: Ditto.
8859
8860         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8861         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8862
8863 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8866         work for two or more articles.
8867
8868 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8871         divide an image that's in an html article to two or more when washing
8872         non-ASCII characters in alt text of it.
8873
8874 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8877         smime-decrypt-region using function argument.
8878         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8879
8880         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8881
8882         * smime.el (smime-decrypt-region): Catch it.
8883
8884 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8885
8886         * smime.el (smime-mode-map): Move initialization into declaration.
8887         (gnus-run-mode-hooks): Don't autoload.
8888         (smime-mode): Use define-derived-mode.
8889
8890 2010-11-11  Glenn Morris  <rgm@gnu.org>
8891
8892         * smime.el (from): Restrict declaration to XEmacs.
8893
8894         * nnir.el (gnus-group-topic-name): Autoload.
8895
8896 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * shr.el (shr-insert): Don't break long line if it is because of
8899         kinsoku-bol characters in the line end.
8900
8901 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8902
8903         * nnir.el (nnir-request-move-article): Fix to provide original group
8904         and subject.
8905         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8906         been retrieved.
8907
8908         * gnus-sum.el (gnus-summary-move-article): Use original group and
8909         subject for virtual articles such as those in an nnir summary buffer.
8910
8911 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8914         least 21.5).
8915
8916         * smime.el (from): Declare it again for XEmacs.
8917
8918 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8919
8920         * message.el (message-resend): Don't disable encoding unless it's
8921         already encoded.
8922
8923         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8924         low-numbered articles.
8925
8926 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * rfc2047.el (rfc2047-syntax-table): Simplify.
8929
8930         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8931
8932         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8933         set-char-table-range for XEmacs.
8934
8935 2010-11-10  Glenn Morris  <rgm@gnu.org>
8936
8937         * time-date.el (time-to-seconds): Always an alias on Emacs,
8938         never a real function.
8939         (with-no-warnings): Remove compat stub, now unused.
8940         (time-less-p): Doc fix.
8941         (time-to-number-of-days): Simplify.
8942
8943         * smime.el (from): Remove unused declaration.
8944
8945         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8946         (gnus-float-time): On Emacs, always an alias.
8947
8948         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8949         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8950
8951 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * dgnushack.el: Don't use ignore-errors in the top level form since it
8954         is unavailable in XEmacs even if cl is loaded.
8955
8956         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8957
8958 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8959
8960         * shr.el (browse-url-mailto): Autoload.
8961
8962         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8963
8964         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8965         regexp doesn't need quoting.
8966
8967 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8968
8969         * message.el (message-subject-trailing-was-ask-regexp)
8970         (message-subject-trailing-was-regexp): Match was: in addition to was.
8971
8972 2010-11-09  Glenn Morris  <rgm@gnu.org>
8973
8974         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8975         (nnbabyl-check-mbox): Use point-at-bol.
8976
8977 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8978
8979         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8980
8981         * message.el (message-mailto): New function.
8982         (message-mailto): Should accept other parameters.
8983         (message-mailto): Remove since it duplicates browse-url-mailto
8984         functionality.
8985
8986 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987
8988         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8989         methods.
8990         (gnus-read-active-file): Ditto.
8991
8992         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8993         ": " from the prompt.
8994         (gnus-group-make-group): Ditto.
8995
8996 2010-11-07  Glenn Morris  <rgm@gnu.org>
8997
8998         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8999         (gnus-bookmark-kill-line): Use point-at-eol.
9000
9001 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9004         asterisks in From header.
9005
9006 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9009         string to avoid making the From headers syntactically invalid.
9010
9011         * message.el (message-send-mail): Don't insert courtesy messages if the
9012         message already has List-Post and List-ID messages.
9013
9014 2010-11-06  Glenn Morris  <rgm@gnu.org>
9015
9016         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9017         `condition', `type', `length' a prefix.
9018         (gnus-treat-predicate): Update for above name changes.
9019
9020 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9021
9022         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9023         binding.  Handled by `gnus-summary-refer-thread' instead.
9024         (nnir-warp-to-article): New backend function.
9025
9026         * nnimap.el (nnimap-request-thread): Force dependency updating.
9027
9028         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9029         (gnus-summary-refer-thread): Rework to improve thread-referral.
9030
9031         * gnus-int.el (gnus-warp-to-article): New function.
9032
9033         * gnus-sum.el (gnus-summary-article-map): Bind it.
9034
9035 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9036
9037         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9038         gnus-summary-refer-thread.
9039
9040         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9041         headers.
9042         (gnus-summary-limit-include-thread): Prevent articles in thread from
9043         being cut in gnus-cut-threads.
9044         (gnus-summary-refer-thread): Limit retrieved headers to those in
9045         thread.
9046
9047 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9048
9049         * message.el (message-send-mail): Use the value of
9050         message-courtesy-message from the message buffer.
9051
9052         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9053
9054         * shr.el (shr-browse-url): Implement mailto: URLs.
9055
9056         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9057         "raw".
9058
9059         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9060         if it's already selected.
9061
9062         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9063
9064 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9067         to measure the length and truncate alt text.
9068
9069 2010-11-03  Glenn Morris  <rgm@gnu.org>
9070
9071         * nndiary.el (nndiary-generate-nov-databases-1)
9072         (nndiary-generate-active-info): Rename dynamic variable `files' to
9073         something less generic.
9074
9075 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9076
9077         * nnir.el (nnir-request-move-article): Call the underlying backend to
9078         move articles from nnir.
9079
9080 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081
9082         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9083
9084 2010-11-02  Julien Danjou  <julien@danjou.info>
9085
9086         * nnir.el: Remove wais support.
9087
9088 2010-11-02  Glenn Morris  <rgm@gnu.org>
9089
9090         * gnus-html.el: Reorder requirements to quieten compiler.
9091
9092 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9095         properly for XEmacs as well.
9096         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9097         (gnus-article-natural-long-line-p): Use window-width rather than
9098         frame-width.
9099
9100 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9101
9102         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9103         (nnir-read-parms): Don't modify query.
9104         (nnir-run-query): Add ability to search topic on current line.
9105         (nnir-get-active): Clean up.
9106
9107 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9108
9109         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9110         degenerate articles.
9111
9112         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9113         (gnus-print-buffer): Just print the buffer as is, without any copying
9114         to a buffer and then re-highlighting.
9115
9116         * nnimap.el (nnimap-request-group): Store the new updated info.
9117         (nnimap-request-group): Select the group when we don't know whether it
9118         exists or not.
9119
9120         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9121         groups.
9122
9123         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9124         groups.
9125
9126         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9127         groups.
9128
9129         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9130         long-lines case by only filling the long lines.
9131
9132         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9133         (bug#7311).
9134
9135 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * shr.el: No need to declare `declare-function' since shr.el is for
9138         only Emacsen that provide `libxml-parse-html-region'.
9139
9140         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9141         effective only in a file it is referred to.
9142
9143 2010-11-01  Glenn Morris  <rgm@gnu.org>
9144
9145         * mm-util.el (gnus-completing-read): Autoload.
9146         (mm-read-coding-system): Simplify Emacs definition.
9147
9148         * nnmail.el (gnus-activate-group):
9149         * nnimap.el (gnutls-negotiate):
9150         * nntp.el (netrc-parse): Fix declarations.
9151
9152 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9155         string-match-p in Emacs >=23.
9156
9157         * gnus-msg.el (gnus-configure-posting-styles):
9158         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9159
9160 2010-11-01  Glenn Morris  <rgm@gnu.org>
9161
9162         * nnir.el (declare-function): Add compat stub.
9163         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9164         (nnir-run-gmane): Require 'mm-url.
9165
9166         * mm-util.el (mm-string-to-multibyte): Simplify.
9167
9168         * shr.el (declare-function): Add compat stub.
9169         (url-cache-create-filename): Declare.
9170         (mm-disable-multibyte, widget-convert-button): Autoload.
9171
9172         * smime.el (ldap-search): Declare.
9173         (smime-cert-by-ldap-1): Require ldap on Emacs.
9174
9175         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9176         (nnimap-keepalive): Use gnus-float-time.
9177
9178         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9179         (mail-source-delete-crash-box): Use gnus-float-time.
9180
9181         * gnus-dired.el (gnus-completing-read): Autoload.
9182
9183         * mm-view.el (gnus-rescale-image): Autoload.
9184
9185         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9186
9187         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9188
9189         * sieve-manage.el: Require 'cl when compiling.
9190
9191         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9192         (gnus-iswitchb-completing-read): Require iswitchb.
9193         (gnus-select-frame-set-input-focus): Silence compiler.
9194
9195 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9196
9197         * message.el (message-subject-trailing-was-query): Change default to t,
9198         since I think that's what most people want.
9199
9200         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9201         appending for easier debugging.
9202         (nnimap-wait-for-connection): Take a regexp.
9203         (nnimap-request-accept-article): Wait for the continuation line before
9204         sending anything unless we're streaming.
9205
9206         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9207         leave the header washing to take place.
9208
9209 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9210
9211         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9212         regular expression match and replace in posting styles.
9213
9214 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9215
9216         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9217         an entire server.
9218         (nnir-get-active): New function.
9219         (nnir-run-imap): Use it.
9220         (nnir-run-gmane): Who knew, gmane search returns an article score!
9221
9222         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9223         server on the current line with nnir.
9224
9225 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226
9227         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9228         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9229         left edge.
9230         (gnus-article-foldable-buffer): Skip past the prefix when determining
9231         raggedness.
9232
9233         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9234         the raw article, and change `C-u g' to show the article without doing
9235         treatments.
9236
9237         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9238         on to `gnus-treat-article'.
9239         (gnus-inhibit-article-treatments): New variable.
9240
9241         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9242
9243         * gnus-art.el (gnus-treatment-function-alist): Have
9244         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9245         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9246         sections.
9247
9248         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9249         parameter.
9250         (gnus-article-fill-cited-long-lines): New function.
9251         (gnus-article-fill-cited-article): Allow filling only long sections.
9252
9253         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9254         and non-punctuation (like after the apostrophe in "'We").
9255
9256         * gnus-sum.el (gnus-summary-select-article): Make sure
9257         gnus-original-article-buffer is alive.
9258
9259         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9260         reflect the order they're in in the digest.
9261
9262         * gnus.el (gnus-group-startup-message): Move point to the start of the
9263         buffer.
9264
9265         * nnimap.el (nnimap-capability): New function.
9266         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9267         is set.
9268
9269 2010-10-31  David Engster  <dengste@eml.cc>
9270
9271         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9272         conform with changes to gnus-completing-read.
9273
9274 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9275
9276         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9277
9278 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9279
9280         * nnir.el: Move defvar, defcustom around to keep file organized
9281         and keep byte-compiler quiet.
9282         (nnir-read-parms): Accept search-engine as arg.
9283         (nnir-run-query): Pass search-engine as arg.
9284         (nnir-search-engine): Remove.
9285
9286 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9287
9288         * shr.el (shr-generic): The text nodes should be text, not :text.
9289
9290         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9291         later in the file.
9292
9293 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9294
9295         * nnir.el: General clean up.  Allow searching with multiple engines.
9296         Allow separate extra-parameters for each engine.
9297         Batch queries when possible.
9298         (nnir-imap-default-search-key, nnir-method-default-engines):
9299         Add customize interface.
9300         (nnir-run-gmane): New engine.
9301         (nnir-engines): Use it.  Qualify all prompts with engine name.
9302         (nnir-search-engine): Remove global variable.
9303         (nnir-run-hyrex): Restore for now.
9304         (nnir-extra-parms, nnir-search-history): New variables.
9305         (gnus-group-make-nnir-group): Use them.
9306         (nnir-group-server): Remove in favor of gnus-group-server.
9307         (nnir-request-group): Avoid searching twice.
9308         (nnir-sort-groups-by-server): New function.
9309
9310 2010-10-30  Julien Danjou  <julien@danjou.info>
9311
9312         * gnus-group.el: Remove gnus-group-fetch-control.
9313
9314         * gnus-start.el (gnus-find-new-newsgroups):
9315         Remove gnus-check-first-time-used.
9316
9317         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9318
9319 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9320
9321         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9322         set on groups that don't have \* permanentflags.
9323
9324 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9327         control the background color.
9328         (shr-tag-img): Ignore very small web bug type images.
9329         (shr-put-image): Add help-echo alt texts to the images.
9330         (shr-tag-video): Show the video poster image.
9331
9332 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9333
9334         * shr.el (shr-table-depth): New variable.
9335         (shr-tag-table-1): Only insert the images after the top-level table.
9336
9337         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9338
9339         * gnus-util.el (gnus-list-memq-of-list): New function.
9340
9341         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9342         selected.
9343         (nnimap-unsplittable-articles): New slot.
9344         (nnimap-new-articles): Use it.
9345
9346 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9347
9348         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9349         move to the previous line on `M-g'.
9350
9351 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9352
9353         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9354         *-request-group, which seems unnecessary.
9355
9356         * nnimap.el (nnimap-quote-specials): Function copied over from
9357         imap.el.
9358         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9359         they support that.  Suggested by Tom Regner.
9360
9361 2010-10-29  Julien Danjou  <julien@danjou.info>
9362
9363         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9364         defalias.
9365         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9366
9367         * gnus.el: Remove `gnus-nntp-service' variable.
9368         (gnus-secondary-servers): Make obsolete.
9369         (gnus-nntp-server): Make obsolete.
9370
9371         * gnus-start.el (gnus-1): Remove x-splash calls.
9372
9373         * gnus-ems.el (gnus-x-splash): Remove.
9374
9375         * gnus.el (gnus-group-startup-message): Simplify/update code.
9376
9377         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9378         definition.
9379
9380         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9381         capability before doing anything.
9382         (gnus-group-insert-group-line): Remove useless
9383         gnus-group-remove-excess-properties.
9384
9385 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9388
9389 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9392         config after reselecting.
9393
9394 2010-10-28  Julien Danjou  <julien@danjou.info>
9395
9396         * shr.el (shr-put-image): Use point even if only inserting text.
9397         (shr-put-image): Save excursion when inserting alt text on non-graphic
9398         display, so the behavior is the same when we are on a graphic display.
9399
9400         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9401
9402 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9405         (gnus-mime-copy-part): Check coding system, not charset.
9406         (gnus-mime-view-part-externally): Never remove part.
9407         (gnus-mime-view-part-internally): Don't remove part here.
9408         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9409         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9410         multipart/alternative.
9411
9412         * mm-decode.el (mm-display-part): Take optional arg `force'.
9413
9414 2010-10-26  Julien Danjou  <julien@danjou.info>
9415
9416         * gnus-group.el (gnus-group-default-list-level): Add this function to
9417         compute the default list level.
9418         (gnus-group-default-list-level): Add possibility to use a function.
9419
9420 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9423
9424         * gnus-group.el (gnus-group-completing-read)
9425         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9426         gnus-replace-in-string.
9427
9428 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * shr.el (shr-tag-div): Add.
9431
9432         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9433
9434 2010-10-25  Julien Danjou  <julien@danjou.info>
9435
9436         * gnus-util.el: Remove `gnus-with-local-quit'.
9437
9438         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9439
9440 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9443         the original article buffer.
9444
9445 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * nnimap.el (nnimap-request-head): New function.
9448         (nnimap-request-move-article): Try to be slightly faster by not
9449         requesting the entire message when moving.
9450         (nnimap-transform-headers): Don't bug out on bodiless articles.
9451         (nnimap-send-command): Have no outstanding messages if the IMAP server
9452         doesn't support streaming.
9453         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9454
9455 2010-10-24  Julien Danjou  <julien@danjou.info>
9456
9457         * message.el (message-default-headers): Fix type.
9458
9459 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9460
9461         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9462         prefetching images.
9463
9464         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9465         backend for unknown groups.  This is mainly useful for nnimap groups.
9466
9467         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9468         group isn't covered by the agent.
9469
9470 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9471
9472         * nnir.el (nnir-method-default-engines): New variable.
9473         (nnir-run-query): Use it.
9474         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9475         (gnus-summary-nnir-goto-thread): Change group if needed.
9476
9477         * gnus-group.el (gnus-group-group-map): Add key binding for
9478         gnus-group-make-nnir-group.
9479
9480 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * shr.el (shr-tag-object): Add.
9483
9484         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9485         original article buffer live.
9486         (gnus-summary-select-article-buffer):
9487         Mention gnus-widen-article-buffer.
9488
9489 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * shr.el (shr-tag-strong): Add.
9492
9493 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9494
9495         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9496         group names.  They mess up the group buffer badly.
9497
9498         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9499
9500         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9501         instead of the summary one.
9502
9503 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * mml.el (mml-preview): Work properly when editing article.
9506
9507         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9508         gnus-have-read-active-file if it's already been in.
9509
9510 2010-10-22  Tom Tromey  <tromey@redhat.com>
9511
9512         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9513         gnus-group-completing-read.
9514
9515 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * message.el (message-mode-map): Don't bind M-; to comment region, to
9518         allow the global comment-dwim to work.
9519
9520 2010-10-21  Julien Danjou  <julien@danjou.info>
9521
9522         * message.el (message-setup-1): Allow message-default-headers to be a
9523         function.
9524
9525 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * shr.el (shr-tag-table): Simplify.
9528
9529 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9530
9531         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9532         to avoid trying to snarf invalid stuff.
9533
9534         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9535
9536         * gnus.el (gnus-message-archive-group): Quote value.
9537         (gnus-message-archive-group): Mark as changed.
9538
9539         * shr.el (shr-add-font): Don't put the font properties on the newline
9540         or the indentation.
9541
9542         * message.el (message-fix-before-sending): Change options when sending
9543         non-printable characters.
9544
9545         * gnus.el (gnus-message-archive-method): Change the default to
9546         monthly outgoing groups.
9547
9548         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9549         that have gotten new numbers.
9550
9551         * nnimap.el (nnimap-request-replace-article): New function.
9552
9553 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9556         (nnrss-request-article): Don't use special html washing code.
9557
9558 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * shr.el (shr-tag-table): Remove useless nconc.
9561
9562 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * gnus-art.el (article-wash-html): Simplify and remove the charset
9565         stuff.  Use the normal html rendering code instead of the special html
9566         washing code.
9567
9568         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9569         `gnus-w3m' symbols.
9570         (mm-text-html-washer-alist): Remove.
9571
9572         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9573         (mm-inline-media-tests): Remove use.
9574         (mm-text-html-renderer): Change default to the `shr' symbol.
9575
9576         * mm-view.el (mm-inline-text-html): Remove use.
9577
9578         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9579         `gnus-blocked-images' to be a function.
9580         (gnus-article-wash-function): Remove.
9581
9582 2010-10-20  Julien Danjou  <julien@danjou.info>
9583
9584         * spam.el (spam-list-of-processors): Mark as obsolete.
9585
9586         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9587         (nnimap-insert-partial-structure): Fix boundary detection.
9588
9589 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9590
9591         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9592         run file-truename on remote files.  This can be expensive and even
9593         prevent one from editing drafts if some unrelated buffer has a stale
9594         connection.
9595
9596 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9599         kinsoku-eol regardless of shr-kinsoku-shorten.
9600         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9601         (shr-tag-table): Support caption, thead, and tfoot.
9602
9603 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9606         lines.
9607         (shr-save-contents): New command and keystroke.
9608
9609         * nndoc.el (nndoc-type-alist): Add git support.
9610         (nndoc-git-type-p): New function.
9611         (nndoc-transform-git-article): Ditto.
9612         (nndoc-transform-git-headers): Ditto.
9613         (nndoc-transform-git-headers): Generate Subject headers.
9614
9615         * shr.el (shr-parse-style): New function.
9616         (shr-tag-span): Ditto.
9617
9618         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9619         to `G G' to avoid collisions.
9620
9621 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * shr.el: Load kinsoku if necessary.
9624         (shr-kinsoku-shorten): New internal variable.
9625         (shr-find-fill-point): Make kinsoku shorten text line if
9626         shr-kinsoku-shorten is bound to non-nil.
9627         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9628         shr-indentation too when testing if table is wider than frame width.
9629         (shr-insert-table): Use `string-width' instead of `length' to measure
9630         text width.
9631         (shr-insert-table-ruler): Make sure indentation is done at bol.
9632
9633 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9634
9635         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9636         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9637         undecoded network data.
9638
9639 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9640
9641         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9642         name in the mode line spec so that the mode line menu works
9643         (bug#2431).
9644
9645         * message.el (message-get-reply-headers): If we're fed `to-address',
9646         then always use that.
9647
9648         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9649         aren't so wide as to need to switch off the edit menu.
9650
9651         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9652         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9653
9654         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9655         `M-g'.
9656         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9657         the permanent marks.
9658
9659 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9660
9661         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9662         Splitting according to references/in-reply-to obeys the ignore-groups
9663         variable, while splitting by sender and subject do not.
9664
9665 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9668         alist, so that we can look for non-Unicode chars.
9669         (article-translate-strings): Allow both character and string maps.
9670
9671 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * shr.el (shr-insert): Don't insert space behind a wide character
9674         categorized as kinsoku-bol, or between characters both categorized as
9675         nospace.
9676
9677 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9678
9679         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9680         headers to gnus-newsgroup-headers.
9681
9682 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9683
9684         * shr.el (shr-tag-img): Don't align images -- since we're not
9685         rescaling, this often leads to ugly displays.
9686
9687 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9688
9689         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9690         duplicates.
9691
9692 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9693
9694         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9695         call.
9696
9697 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9698
9699         * gnus.el: Autoload gnus-html-show-images.
9700
9701         * nnimap.el: Use nnheader-message throughout.
9702
9703         * shr.el (shr-tag-img): Ignore images with no data.
9704
9705 2010-10-15  Julien Danjou  <julien@danjou.info>
9706
9707         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9708         a possibility to disable format=flow encoding when using hard newlines.
9709
9710 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * shr.el (shr-insert): Remove space inserted before or after a
9713         breakable character or at the beginning or the end of a line.
9714         (shr-find-fill-point): Do kinsoku; find the second best point or give
9715         it up if there's no breakable point.
9716
9717 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9718
9719         * nnimap.el (nnimap-open-connection): Message when opening connection
9720         for debugging purposes.
9721
9722         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9723         on every setup buffer call to allow this to change from article to
9724         article.
9725
9726         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9727         buffers where we have a wide table.
9728
9729 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9730
9731         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9732         uses *-request-thread.
9733
9734 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735
9736         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9737         incantation, which is no longer valid.
9738
9739 2010-10-14  Julien Danjou  <julien@danjou.info>
9740
9741         * shr.el: Fix defcustom type (char -> character).
9742
9743 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9744
9745         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9746         programs.
9747
9748 2010-10-14  Julien Danjou  <julien@danjou.info>
9749
9750         * shr.el (shr-tag-a): Use url-link as widget type.
9751
9752         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9753         `gnus-group-get-icon'.
9754
9755 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9756
9757         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9758         This should make server editing work better.
9759
9760         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9761
9762         * tls.el (tls-program): Remove spurious %s from openssl.
9763
9764         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9765         (nnimap-parse-flags): Fix regexp.
9766
9767         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9768         probably work for CJVK text, too.
9769
9770         * nnimap.el (nnimap-extend-tls-programs): Remove.
9771         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9772
9773         * tls.el (tls-starttls-switches): Remove starttls hack.
9774         (open-tls-stream): Ditto.
9775         (tls-find-starttls-argument): Ditto.
9776
9777 2010-10-13  Julien Danjou  <julien@danjou.info>
9778
9779         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9780         responses.
9781
9782 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9785
9786         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9787         anything in Emacs.
9788
9789         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9790
9791 2010-10-13  Julien Danjou  <julien@danjou.info>
9792
9793         * shr.el (shr-width): Make shr-width a defcustom with default to
9794         fill-column.
9795         (shr-tag-img): Use shr-width rather than fill-column.
9796
9797 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * dgnushack.el (byte-optimize-apply):
9800         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9801
9802         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9803         position when (X-)Faces exist.
9804         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9805         avatars when called interactively.
9806
9807 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9810         gnus-article-x-face-too-ugly is bound.
9811
9812 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813
9814         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9815
9816         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9817         mailbox that doesn't exist.
9818
9819 2010-10-12  Julien Danjou  <julien@danjou.info>
9820
9821         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9822         (shr-get-image-data): Encode URL properly when fetching from cache.
9823         (shr-tag-img): Use aligned-to spaces to align correctly images.
9824
9825         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9826         before inserting the Gravatar.
9827
9828         * shr.el (shr-tag-img): Add align attribute support for <img>.
9829
9830 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9831
9832         * gnus-gravatar.el (gnus-art): Require.
9833
9834         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9835         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9836         Remove long obsoleted functions.
9837
9838 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9841
9842         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9843
9844         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9845         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9846         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9847         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9848         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9849         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9850         * sieve-manage.el, smime.el, spam.el:
9851         Fix comment for declare-function.
9852
9853 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9854
9855         * nnimap.el (nnimap-request-rename-group): Select group read-only
9856         before renaming it.
9857
9858         * shr.el (shr-insert): Fix up the white space only regexp.
9859
9860         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9861         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9862
9863         * shr.el (shr-current-column): New function.
9864         (shr-find-fill-point): New function.
9865
9866 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9867
9868         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9869         numbers.
9870
9871 2010-10-11  Julien Danjou  <julien@danjou.info>
9872
9873         * shr.el (shr-hr-line): Add.
9874         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9875         display hr lines.
9876         (shr-max-columns): Do not change state to nil if we just inserting
9877         spaces.
9878
9879 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9880
9881         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9882         select the last group.
9883
9884 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9885
9886         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9887
9888 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9889
9890         * dig.el (dig-mode-map): Declare and define in one step.
9891
9892 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9893
9894         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9895         for Gnus.
9896         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9897         (nnimap-update-qresync-info): Mark \Seen articles as read.
9898
9899         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9900         non-variable, too.
9901
9902         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9903         available.
9904         (nnimap-update-info): Rely more on the current active than the param
9905         active to avoid marking articles as read too much.
9906
9907         * auth-source.el (auth-source-create): Use (user-login-name) for the
9908         user name default.
9909
9910         * nnimap.el (nnimap-update-info): If the server doesn't return any
9911         useful info, just use the previous info.
9912         (nnimap-update-info): Prefer old info over start-article.
9913         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9914
9915 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9916
9917         * nnir.el (autoload): Clean up autoloads.
9918         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9919         Use key rather than value.
9920         (nnir-imap-search-other): New variable.
9921         (nnir-read-parm): Use it.
9922         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9923         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9924
9925 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9926
9927         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9928         the process, too.
9929
9930 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9931
9932         * spam.el (gnus-summary-mode-map): Bind to "$".
9933         Suggested by Russ Allbery.
9934
9935         * shr.el: Rework the way things are indented by <li> slightly.
9936
9937         * gnus.el (gnus-group-set-parameter): Fix typo.
9938
9939         * nnimap.el: Start implementing QRESYNC support.
9940
9941 2010-10-09  Julien Danjou  <julien@danjou.info>
9942
9943         * nnir.el (nnir-engines): Fix too many arguments.
9944
9945 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9946
9947         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9948         group is the "last", so that the backends like nnfolder actually save
9949         their folders.
9950
9951         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9952         try to use that for the tls stream.
9953         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9954         UIDVALIDITY and find out which groups are read-only and not.
9955         (nnimap-get-flags): Use the same marks parsing code as the rest of
9956         nnimap.
9957
9958 2010-10-09  Julien Danjou  <julien@danjou.info>
9959
9960         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9961
9962         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9963         retrieving gravatars.
9964
9965         * shr.el (shr-table-corner): Add.
9966         (shr-table-line): Add.
9967         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9968
9969 2010-10-08  Julien Danjou  <julien@danjou.info>
9970
9971         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9972
9973 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9974
9975         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9976
9977         * gnus-sum.el (gnus-mark-article-as-unread)
9978         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9979         (gnus-summary-set-bookmark): Use it.
9980
9981         * gnus-msg.el (gnus-setup-message): Use it.
9982
9983         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9984
9985         * gnus.el (gnus-group-remove-parameter): Use it.
9986
9987         * gnus-group.el (gnus-group-make-web-group): Use it.
9988
9989         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9990
9991         * nnregistry.el: Update docs to mention manual.
9992
9993         * gnus-registry.el: Update docs to mention nnregistry.el.
9994         (gnus-registry-initialize): Don't install nnregistry refer method
9995         automatically.
9996         (gnus-registry-install-nnregistry): Remove it.
9997
9998 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9999
10000         * shr.el (shr-insert): Don't insert double spaces.
10001
10002 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * gnus-gravatar.el (gnus-treat-from-gravatar)
10005         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10006         called interactively.
10007
10008         * gnus-art.el (gnus-mime-view-part-externally)
10009         (gnus-mime-view-part-internally): Make predicate function passed to
10010         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10011         of a mime type.
10012
10013         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10014
10015 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016
10017         * shr.el (require): Require cl when compiling.
10018         (shr-tag-hr): New function.
10019
10020         * nnimap.el (nnimap-update-info): Remove double setting of high.
10021         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10022         This makes nnimap work properly on Courier again.
10023
10024         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10025         the variable for backwards compatibility.
10026
10027         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10028         the file name before using to avoid setting mm-default-directory to
10029         nil.
10030
10031         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10032         bidning gnus-agent variables.
10033
10034         * shr.el (shr-render-td): Use a cache for the table rendering function
10035         to avoid getting an exponential rendering behavior in nested tables.
10036         (shr-insert): Rework the line-breaking algorithm.
10037         (shr-insert): Don't leave trailing spaces.
10038         (shr-insert-table): Also insert empty TDs.
10039         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10040
10041 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10042
10043         * gnus-sum.el (gnus-number): Rename from `number'.
10044         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10045         (gnus-summary-limit-children): Update uses correspondingly.
10046
10047 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10050         (gnus-gravatar-transform-address): Don't show avatars of people of
10051         which mail addresses match gnus-gravatar-too-ugly.
10052
10053 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10054
10055         * shr.el (shr-table-widths): Expand TD elements to fill available
10056         space.
10057
10058 2010-10-07  Julien Danjou  <julien@danjou.info>
10059
10060         * nnimap.el (nnimap-request-rename-group): Add this method.
10061
10062 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10065         name from XEmacs' function-arglist.
10066
10067         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10068         gravatar under XEmacs.
10069
10070 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10071
10072         * auth-source.el: Update docs with TODO items.
10073
10074         * gnus-sync.el: Update docs to explain state and plans.
10075
10076         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10077         Hooks for mark updates.
10078         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10079
10080         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10081         hooks with arguments, which is needed for mark update hooks.
10082
10083 2010-10-06  Julien Danjou  <julien@danjou.info>
10084
10085         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10086         was matched.
10087
10088         * sieve-manage.el: Update example in `Commentary'.
10089
10090         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10091
10092         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10093         not 2000.
10094         (sieve-manage-authenticate): Re-add function.
10095
10096 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10097
10098         * shr.el (shr-insert): Get 'space transition right.
10099         (shr-render-td): Only delete space at the end of the TD.
10100
10101         * nnimap.el (nnimap-open-connection): Prepare to support
10102         open-gnutls-stream.
10103
10104         * shr.el: Rearrange function order to be more logical.
10105
10106 2010-10-06  Julien Danjou  <julien@danjou.info>
10107
10108         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10109         (nnrss-discover-feed): Remove 404 URL in docstring.
10110
10111         * nnir.el: Fix Swish-E URL.
10112         Fix Namazu URL.
10113
10114         * message.el (message-change-subject): Remove 404 URL in a comment.
10115
10116 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10119         called interactively.
10120
10121         * gnus-util.el (gnus-remove-if): Allow hash table.
10122         (gnus-remove-if-not): New function.
10123
10124         * gnus-art.el (gnus-mime-view-part-as-type):
10125         * gnus-score.el (gnus-summary-score-effect):
10126         * gnus-sum.el (gnus-read-move-group-name):
10127         Replace remove-if-not with gnus-remove-if-not.
10128
10129         * gnus-group.el (gnus-group-completing-read):
10130         Regard collection as a hash table if it is not a list.
10131
10132 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10133
10134         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10135
10136         * shr.el: Document the table-rendering algorithm.
10137
10138 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10141         for Emacsen having no `libxml-parse-html-region' support.
10142
10143 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10144
10145         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10146         invalid URLs.
10147
10148         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10149         line-broken.
10150         (shr-tag-img): Ignore image fetching errors.
10151         (shr-overlays-in-region): Compute overlay positions correctly.
10152
10153         * mm-decode.el (mm-shr): Require shr.
10154
10155         * gnus-art.el (gnus-blocked-images): Move variable here.
10156
10157         * shr.el (shr-insert-table): Bind free variable.
10158
10159         * mm-decode.el (mm-shr): Bind shr-content-function.
10160
10161         * shr.el (shr-content-function): New variable.
10162
10163         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10164         added for symmetry.
10165
10166         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10167
10168         * gnus-group.el (gnus-group-make-group): Doc fix.
10169
10170         * nnimap.el (nnimap-request-newgroups): Return success.
10171
10172         * shr.el (shr-find-elements): New function.
10173         (shr-tag-table): Put all the images after the table.
10174         (shr-tag-table): Really inhibit images inside the table.
10175         (shr-collect-overlays): Copy over overlays from the TD elements to the
10176         main document.
10177
10178         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10179         gnus-blocked-images.
10180
10181 2010-10-05  Julien Danjou  <julien@danjou.info>
10182
10183         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10184
10185         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10186         (gnus-html-maximum-image-size): Add this function.
10187         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10188
10189         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10190         server-value of the capability is nil.
10191
10192 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193
10194         * shr.el (shr-tag-em): Add <EM> tag.
10195
10196 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10197
10198         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10199         customizable.
10200
10201         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10202         handing broken links to browse-url.
10203
10204 2010-10-05  Julien Danjou  <julien@danjou.info>
10205
10206         * gnus-util.el (gnus-emacs-completing-read)
10207         (gnus-iswitchb-completing-read): Use autoload rather than require.
10208
10209 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10212         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10213         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10214         iswitchb-temp-buflist for XEmacs.
10215
10216         * gnus-util.el (gnus-completing-read-function): Exclude
10217         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10218         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10219         XEmacs.
10220
10221         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10222         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10223
10224         * gnus-html.el: Don't require help-fns under XEmacs.
10225         (gnus-html-schedule-image-fetching): Work for XEmacs.
10226
10227         * mm-decode.el (mm-shr): Decode contents by charset.
10228
10229 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10230
10231         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10232         unknown.
10233
10234         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10235         (shr-get-image-data): Ensure against the cache file missing.
10236
10237         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10238         for data.
10239
10240         * spam-report.el (spam-report-url-ping-plain): Don't query about
10241         killing the process.
10242
10243         * shr.el (shr-render-td): Protect against too-wide text.
10244
10245 2010-10-04  Julien Danjou  <julien@danjou.info>
10246
10247         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10248         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10249
10250         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10251         retrieved.
10252
10253 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10254
10255         * shr.el (browse-url): Require.
10256         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10257         lines.
10258         (shr-show-alt-text, shr-browse-image): New commands.
10259         (shr-browse-url, shr-copy-url): New commands.
10260
10261         * gnus-sum.el (gnus-widen-article-window): New variable.
10262         (gnus-summary-select-article-buffer): Use it.
10263
10264         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10265         without @ signs.
10266
10267 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10268
10269         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10270
10271 2010-10-04  Julien Danjou  <julien@danjou.info>
10272
10273         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10274         for XEmacs.
10275
10276 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10277
10278         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10279
10280         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10281         (nnimap-close-server): Implement.
10282
10283         * dgnushack.el (iswitchb): Require to shut up the compiler.
10284
10285         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10286         (shr-insert): Tweak line breaking.
10287         (shr-insert): Handle <pre> better.
10288         (shr-tag-li): Get <li> indentation right.
10289         (shr-tag-li): Get <li> indentation even righter.
10290         (shr-tag-blockquote): Ensure paragraph start.
10291         (shr-make-table): Tweak table generation.
10292         (shr-make-table): Fix typo.
10293
10294         * shr.el: Implement table rendering.
10295
10296 2010-10-04  Julien Danjou  <julien@danjou.info>
10297
10298         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10299
10300 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10301
10302         * shr.el (shr-insert): Use string anchors instead of line anchors.
10303
10304 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10305
10306         * shr.el: Add headings.
10307         (shr-ensure-paragraph): Actually work.
10308         (shr-tag-li): Make <ul> prettier.
10309         (shr-insert): Get white space at the beginning/end of elements right.
10310         (shr-tag-p): Collapse subsequent <p>s.
10311         (shr-ensure-paragraph): Don't insert double line feeds after blank
10312         lines.
10313         (shr-insert): \t is also space.
10314         (shr-tag-s): Fix "s" tag name function.
10315         (shr-tag-s): Fix face prop name.
10316
10317 2010-10-03  Julien Danjou  <julien@danjou.info>
10318
10319         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10320
10321         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10322         gnus-window-inside-pixel-edges.
10323
10324         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10325         gnus-ems.
10326
10327         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10328
10329         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10330         function.
10331
10332         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10333         resize choice.
10334
10335 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10336
10337         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10338         beginning of the buffer.
10339
10340         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10341         article buffer again.
10342
10343         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10344
10345         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10346         when it's at the start of the buffer.
10347
10348         * shr.el (shr-tag-blockquote): Convert name.
10349         (shr-rescale-image): Use the right image-size variant.
10350
10351         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10352         buffer isn't shown, then select the current article first instead of
10353         bugging out.
10354         (gnus-summary-select-article-buffer): Show both the article and summary
10355         buffers again.
10356
10357         * shr.el (shr-fontize-cont): Protect against regions with no text.
10358         Rename tag functions to shr-tag-* for enhanced security.
10359         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10360
10361 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10362
10363         * shr.el (shr-insert):
10364         * pop3.el (pop3-movemail):
10365         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10366         loaded.
10367
10368 2010-10-03  Glenn Morris  <rgm@gnu.org>
10369
10370         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10371
10372         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10373
10374         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10375
10376         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10377
10378         * gnus-util.el (gnus-make-local-hook): Simplify.
10379
10380 2010-10-02  Julien Danjou  <julien@danjou.info>
10381
10382         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10383         (gnus-ido-completing-read): New function.
10384         (gnus-emacs-completing-read): New function.
10385         (gnus-completing-read): Use gnus-completing-read-function.
10386         Add gnus-completing-read-function.
10387
10388 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10389
10390         * shr.el (shr-insert-document): Autoload.
10391         (shr-img): Be silent.
10392         (shr-insert): Add a newline after every picture before text.
10393         (shr-add-font): Use overlays for combining faces.
10394         (shr-insert): Pass upwards the text start point.
10395
10396         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10397         possible.
10398         (mm-shr): New function.
10399
10400 2010-10-02  Julien Danjou  <julien@danjou.info>
10401
10402         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10403         should go backward.
10404
10405 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10406
10407         * shr.el (shr): Fix typo in provide call.
10408
10409 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10410
10411         * shr.el: New file.
10412
10413         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10414
10415         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10416         completing read.
10417
10418 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10419
10420         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10421         we're being queried about.  Suggested by Dan Jacobson.
10422
10423         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10424         Suggested by Jason Eisner.
10425
10426         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10427         table, too.  Suggested by Stefan Wiens.
10428         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10429         the table unnecessary.  Suggested by Stefan Wiens.
10430
10431         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10432         longer needed, and probably doesn't work either, as pointed out by
10433         Stefan Wiens.
10434         (gnus-summary-exit): Remove call to the clearing function.
10435         (gnus-summary-exit-no-update): Ditto.
10436
10437         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10438         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10439         Reported by Stefan Monnier.
10440         (gnus-summary-save-in-rmail): Ditto.
10441
10442         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10443         article buffer, instead of both the article buffer and the summary
10444         buffer.  Sort of suggested by Dan Jacobson.
10445
10446         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10447
10448         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10449         Suggested by Dan Jacobson.
10450
10451         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10452         documentation clearer.
10453
10454         * message.el (message-shorten-references): Comment on the number "21".
10455         Suggested by Stefan Monnier.
10456
10457         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10458         Suggested by Dan Jacobson.
10459
10460         * gnus.el (gnus-large-newsgroup):
10461         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10462
10463         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10464         externalize attachments.  Bug reported by Steve Wen.
10465
10466         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10467         really message anything to the user.
10468
10469         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10470         directly.
10471
10472         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10473         messages in empty groups.
10474
10475 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10476
10477         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10478         non-UIDNEXT group.
10479
10480 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10481
10482         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10483         not the value from the collection.
10484
10485         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10486         values.  This sometimes happens on some groups that have no info.
10487         (nnimap-request-newgroups): New function.
10488
10489 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10490
10491         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10492         check into `gnus-registry-initialize'.
10493         (gnus-registry-initialize): Ditto.
10494         Fix and extend header docs.
10495
10496 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497
10498         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10499         regexp backtrace overflows.
10500
10501         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10502         for starttls that tls.el implements; i.e. openssl.
10503
10504         * tls.el (tls-starttls-switches): Give up on using starttls with
10505         gnutls-cli.
10506         (tls-program): Add --insecure to be consistent with the defaults from
10507         openssl s_client.  Now all three commands are insecure.
10508
10509 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * lpath.el: Bind completion-styles-alist for XEmacs.
10512
10513         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10514         (gravatar-create-image): New function that's an alias to
10515         gnus-xmas-create-image, gnus-create-image, or create-image.
10516         (gravatar-data->image): Use it.
10517
10518 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10519
10520         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10521         install the nnregistry refer method.
10522         (gnus-registry-install-hooks): Use it.
10523         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10524         unfollowed groups.
10525
10526 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10527
10528         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10529         expanding threads.
10530
10531 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10532
10533         * nnir.el: Use the server names without suffixes (bug#7009).
10534
10535         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10536         unencrypted to STARTTLS, if possible.
10537
10538 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10539
10540         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10541         headers before superseding.
10542
10543 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10544
10545         * nnrss.el (nnrss-use-local): Add documentation.
10546
10547         * nnimap.el (nnimap-extend-tls-programs): New function.
10548         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10549         (nnimap-wait-for-connection): Accept the greeting from the stupid
10550         output from openssl s_client -starttls, too.
10551
10552         * tls.el (tls-starttls-switches): New variable.
10553         (tls-find-starttls-argument): Use it.
10554         (open-tls-stream): Ditto.
10555
10556         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10557         (netrc-machine): Ditto.
10558
10559         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10560         article number.
10561         (nnimap-split-fancy): New variable.
10562         (nnimap-split-incoming-mail): Use it.
10563
10564         * nntp.el (nntp-server-list-active-group): Document.
10565
10566         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10567         SELECT to get the message-id.
10568
10569         * mail-source.el (mail-sources): Remove webmail support.
10570         (defvar): Ditto.
10571         (mail-source-fetcher-alist): Ditto.
10572         (mail-source-fetch-webmail): Remove.
10573
10574         * webmail.el: Remove -- doesn't seem relevant any more.
10575
10576         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10577
10578         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10579         the \r.
10580
10581 2010-09-30  Julien Danjou  <julien@danjou.info>
10582
10583         * gnus-agent.el (gnus-agent-add-group): Fix call to
10584         gnus-completing-read.
10585
10586 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10587
10588         * nndoc.el (nndoc-retrieve-groups): New function.
10589
10590         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10591         `default', use nnmail-split-methods.
10592         (nnimap-request-article): Downcase the NILs so that they are nil.
10593
10594         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10595         symbol.
10596
10597         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10598         code, since if the user has requested network, that's what they ought
10599         to get.
10600         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10601         (nnimap-split-rule): Mark as obsolete.
10602
10603         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10604         New variable.
10605
10606         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10607         correct slot, too.
10608
10609 2010-09-29  Julien Danjou  <julien@danjou.info>
10610
10611         * gnus.el (gnus-local-domain): Declare variable obsolete.
10612
10613         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10614         Fix history computing.
10615         (gnus-ido-completing-read): Require ido.
10616
10617 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10618
10619         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10620         build Gnus.
10621
10622         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10623         when interpreting the structures.
10624         (nnimap-request-accept-article): Add \r\n to the lines to make this
10625         work with Cyrus.
10626
10627         * nndraft.el (nndraft-request-expire-articles): Use the group name
10628         instead if "nndraft".  Fix found by Nils Ackermann.
10629
10630 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10631
10632         * nnregistry.el: Add.
10633
10634 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10635
10636         * nnmail.el (group, group-art-list, group-art):
10637         Remove unneeded directives.
10638
10639 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10642         (mm-mime-charset):
10643         * rfc2047.el (rfc2047-syntax-table):
10644         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10645
10646         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10647         rather than `insert-file-contents' and `eval-region'.
10648
10649         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10650         construction.
10651
10652         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10653
10654         * time-date.el: No need to require cl for Emacs 21.
10655
10656 2010-09-29  Julien Danjou  <julien@danjou.info>
10657
10658         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10659         replacement of `gnus-gravatar-relief' to mimic
10660         `gnus-faces-properties-alist'.
10661         Add :version property.
10662
10663 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * mail-source.el (mail-source-report-new-mail):
10666         * message.el (message-default-mail-headers):
10667         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10668
10669         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10670
10671 2010-09-28  Julien Danjou  <julien@danjou.info>
10672
10673         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10674         mail-address contains the same string as real-name.
10675
10676         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10677         non-blank in header, otherwise it'll get stripped.
10678
10679         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10680         real-name, and then for mail address rather than doing : or , search.
10681
10682 2010-09-27  Julien Danjou  <julien@danjou.info>
10683
10684         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10685         right completing-read function.
10686         (gnus-use-ido): New variable
10687         (gnus-completing-read-with-default): Remove.
10688         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10689         (gnus-agent-add-group):
10690         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10691         * mm-view.el (mm-view-pkcs7-decrypt):
10692         * mm-util.el (mm-codepage-setup):
10693         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10694         * mml-smime.el (mml-smime-openssl-sign-query):
10695         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10696         (mml-insert-multipart):
10697         * gnus-msg.el (gnus-summary-yank-message):
10698         * gnus-int.el (gnus-start-news-server):
10699         * mm-decode.el (mm-interactively-view-part):
10700         * gnus-dired.el (gnus-dired-attach):
10701         * gnus.el (gnus-read-method):
10702         * gnus-bookmark.el (gnus-bookmark-jump):
10703         * gnus-art.el (gnus-mime-view-part-as-type)
10704         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10705         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10706         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10707         * nnmairix.el (nnmairix-create-server-and-default-group)
10708         (nnmairix-update-groups, nnmairix-get-server)
10709         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10710         (nnmairix-get-group-from-file-path):
10711         * nnrss.el (nnrss-find-rss-via-syndic8):
10712         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10713         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10714         (gnus-group-browse-foreign-server):
10715         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10716         (gnus-summary-execute-command, gnus-summary-respool-article)
10717         (gnus-read-move-group-name):
10718         * gnus-score.el (gnus-summary-increase-score)
10719         (gnus-summary-score-effect):
10720         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10721
10722 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10725         x-focus-frame.
10726
10727         * nnimap.el (auth-source-forget-user-or-password)
10728         (auth-source-user-or-password): Autoload.
10729
10730         * message.el (message-from-style, message-interactive)
10731         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10732         (message-yank-prefix, message-indentation-spaces, message-signature)
10733         (message-signature-file): Add comment.
10734
10735 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10736
10737         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10738         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10739         new articles.
10740
10741         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10742         parts.
10743         (nnimap-request-article): Work with the t setting, too.
10744
10745         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10746         that you don't get flashes of other buffers.
10747         (gnus-summary-show-complete-article): Intern before setting.
10748
10749 2010-09-27  David Engster  <dengste@eml.cc>
10750
10751         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10752         well as HEADERS.
10753         (nnmairix-retrieve-headers): Provide new argument for the above.
10754
10755 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10756
10757         * gnus-sum.el (gnus-summary-move-article): Don't alter
10758         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10759         group.
10760
10761         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10762
10763         * message.el (message-cite-prefix-regexp): Revert my last edit.
10764
10765         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10766         variable instead of the Gnus variable.
10767
10768         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10769
10770         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10771
10772         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10773         since some servers don't like it.
10774         (nnimap-open-connection): Forget credentials if the server says the
10775         password was wrong.
10776         (nnimap-parse-line): Protect against invalid data.
10777
10778         * gnus-sum.el (gnus-summary-move-article): Add comment.
10779         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10780         nothing alters it while scanning for new messages.
10781
10782         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10783         which may or may not help.
10784         (nnimap-open-connection): If we're doing a stream connection, and then
10785         discover we're on a STARTTLS-capable server, then open a STARTTLS
10786         connection instead.
10787
10788 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10789
10790         * nnimap.el (utf7): Require.
10791
10792         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10793         prefix.
10794
10795 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10796
10797         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10798
10799 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10800
10801         * nnimap.el (nnimap-request-accept-article): Message the error on
10802         error.
10803
10804 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10807
10808 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809
10810         * nndoc.el (nndoc-request-list): Return success always.
10811
10812         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10813         `fetch-old' -- we only want to fetch the articles we've requested.
10814         The rest are in the agent, probably.
10815         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10816         disappeared server" to something low.  It's not important.
10817
10818         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10819         arrived before the FETCH data.
10820
10821         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10822         target here, because we don't know the Gnus name of the group.
10823
10824         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10825         for the correct group.
10826
10827         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10828
10829         * gnus.el (gnus): Give a final warning after startup.
10830
10831         * gnus-util.el (gnus-action-message-log): New variable.
10832         (gnus-message): Use it.
10833         (gnus-final-warning): New function.
10834
10835         * nnimap.el (nnimap-open-connection): Record the greeting.
10836         (nnimap): Add greeting.
10837
10838 2010-09-26  Julien Danjou  <julien@danjou.info>
10839
10840         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10841         arguments.
10842         (gnus-html-wash-images): Fix spec computing to include start/end.
10843
10844         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10845
10846 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10847
10848         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10849         deletion.
10850         (nnimap-retrieve-headers): Don't select the group, because that's
10851         already done by nnimap-possibly-change-group.
10852
10853         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10854         (gnus-picon-transform-address): Use it.
10855
10856         * mail-source.el (mail-source-value): Revert previous patch.
10857
10858         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10859         on failure.
10860         (nnimap-open-connection): Look up both virtual and physical server name
10861         credentials.
10862
10863         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10864
10865 2009-02-07  Dave Love  <fx@gnu.org>
10866
10867         * tls.el (open-tls-stream): Don't query killing process.
10868
10869 2009-02-08  Dave Love  <fx@gnu.org>
10870
10871         * gnus-win.el (gnus-window-to-buffer-helper)
10872         (gnus-all-windows-visible-p): Function needn't be a symbol.
10873
10874         * mail-source.el (mail-source-value): Function needn't be a symbol.
10875
10876 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10877
10878         * message.el (message-cite-prefix-regexp): Remove } from the cite
10879         prefix.
10880
10881         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10882         highlight again, so that the highlight is correct.
10883
10884         * gnus-picon.el (gnus-picon): Remove again.
10885         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10886
10887         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10888         doing the header highlightling, so that the background color of the
10889         picon is correct.
10890
10891         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10892         (gnus-picon): Ditto.
10893         (gnus-picon): Reinstate.  The background color for picons is white.
10894         (gnus-picon-insert-glyph): Make the background white.
10895
10896         * nnml.el (nnml-open-nov): Don't return dead buffers.
10897
10898         * auth-source.el (auth-source-create): Query the user for whether to
10899         store the credentials.
10900
10901         * netrc.el (netrc-store-data): New function.
10902
10903         * auth-source.el (auth-source-user-or-password): Use the existing auth
10904         sources, if any, for creation.
10905
10906         * gnus.el (gnus-group-fast-parameter): Return the last matching
10907         parameter instead of the first matching parameter.
10908
10909 2010-09-26  Julien Danjou  <julien@danjou.info>
10910
10911         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10912
10913 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10914
10915         * mml2015.el (mml2015-use): Remove gpg support.
10916
10917         * mml1991.el (mml1991-function-alist): Remove gpg function.
10918         (mml1991-gpg-sign): Remove.
10919
10920 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10921
10922         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10923         (gnus-browse-unsubscribe-current-group): Document it.
10924         (gnus-browse-unsubscribe-group): Use it.
10925
10926 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10927
10928         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10929         address to the To list for easier response.
10930
10931         * gnus.el (gnus-play-startup-jingle): Remove.
10932         (gnus-splash): Don't play jingle.
10933         (gnus): Silence gnus-load message.
10934
10935         * gnus-art.el (gnus-treat-play-sounds): Remove.
10936
10937         * gnus.el (gnus-play-jingle): Remove audio support.
10938
10939         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10940
10941         * earcon.el: Remove -- no users.
10942
10943         * gnus-audio.el: Remove -- no users of this package.
10944
10945         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10946
10947         * gnus-start.el (gnus-setup-news): Remove nocem support.
10948
10949         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10950
10951         * gnus.el (gnus-use-nocem): Remove.
10952
10953         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10954         Remove.
10955
10956         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10957         uses NoCeM any more.
10958
10959         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10960         (gnus-button-ctan-handler): Ditto.
10961         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10962         (gnus-button-ctan-directory-regexp): Ditto.
10963         (gnus-button-handle-ctan): Ditto.
10964         (gnus-button-tex-level): Ditto.
10965         (gnus-button-alist): Remove CTAN stuff.
10966
10967 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10968
10969         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10970         nnimap-streaming test.
10971
10972         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10973         servers twice.
10974
10975         * nnimap.el (nnimap-open-connection): Add more error reporting when
10976         nnimap fails early.
10977
10978         * nnheader.el (nnheader-get-report-string): New function.
10979         (nnheader-get-report): Use it.
10980
10981         * gnus-int.el (gnus-check-server): Say what the error was when opening
10982         failed.
10983
10984         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10985         using streaming.
10986
10987 2010-09-25  Julien Danjou  <julien@danjou.info>
10988
10989         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10990         gnus-window-inside-pixel-edges.
10991
10992 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10993
10994         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10995
10996         * mm-decode.el (mm-save-part): Allow saving to other directories the
10997         normal Emacs way.
10998
10999         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11000         Suggested by Jay Berkenbilt.
11001
11002         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11003         there isn't a single byte.
11004
11005         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11006         just do it.  It doesn't really seem to matter what the user responds
11007         here, I think, so it's just a confusing question.
11008
11009         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11010         non-streaming case.
11011
11012         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11013         (gnus-article-encrypt-body): Use it.
11014
11015         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11016         keystroke.
11017
11018         * nnimap.el (nnimap-find-wanted-parts-1):
11019         Use gnus-fetch-partial-articles.
11020
11021         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11022
11023         * nnimap.el (nnimap-insert-partial-structure): New function.
11024         (nnimap-get-partial-article): New function.
11025         (nnimap-request-article): Use it.
11026         (nnimap-wait-for-response): Return whether the wait was successful.
11027         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11028         retrieval wasn't successful.
11029         (nnimap-retrieve-group-data-early): Allow throttling servers.
11030         (nnimap-streaming): New variable.
11031         (nnimap-fetch-partial-articles): Remove.
11032
11033         * mm-decode.el (mm-with-part): Protect against killed buffers.
11034
11035         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11036         for prettier summary display.
11037
11038 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11039
11040         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11041
11042 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11043
11044         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11045         apparently third-party libraries depend on it.
11046
11047         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11048         before starting negotiation.
11049
11050         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11051         privacy reasons.
11052         (gnus-treat-mail-gravatar): Ditto.
11053
11054         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11055         buffer when inserting images.  Inserting text into the headers, for
11056         instance, can make them invalid.
11057
11058 2010-09-25  Julien Danjou  <julien@danjou.info>
11059
11060         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11061         variables.
11062
11063         * nnheader.el: Remove useless variables news-reply-yank-from and
11064         news-reply-yank-message-id.
11065
11066         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11067         variables.
11068
11069         * mml1991.el: Remove useless mml1991-verbose.
11070
11071         * gnus.el: Remove useless variable gnus-use-generic-from.
11072         Remove obsolete variable gnus-topic-indentation.
11073
11074         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11075
11076         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11077
11078         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11079
11080         * gnus-group.el: Remove useless gnus-group-icon-cache.
11081         Remove useless gnus-ephemeral-group-server.
11082
11083         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11084
11085         * mml2015.el: Remove useless mml2015-verbose.
11086
11087         * mml-smime.el: Remove useless mml-smime-verbose.
11088
11089         * gnus.el: Remove useless gnus-local-domain.
11090
11091         * gnus-gravatar.el (gnus-gravatar-transform-address):
11092         Use gnus-gravatar-size.
11093
11094         * gnus-art.el: Remove useless gnus-treat-translate.
11095
11096 2010-09-24  Julien Danjou  <julien@danjou.info>
11097
11098         * gnus-sum.el: Add support for Gravatars.
11099
11100         * gnus-art.el: Add support for Gravatars.
11101
11102         * gnus-gravatar.el: Add this file.
11103
11104         * gravatar.el: Add this file.
11105
11106 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11107
11108         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11109
11110         * gnus-group.el (gnus-group-fetch-faq): Remove.
11111
11112         * gnus.el (gnus-group-faq-directory): Remove.
11113
11114         * gnus-group.el (gnus-group-fetch-charter): Remove.
11115
11116         * gnus.el (gnus-group-charter-alist): Remove.
11117
11118         * gnus-group.el (gnus-group-archive-directory): Remove.
11119         (gnus-group-recent-archive-directory): Ditto.
11120         (gnus-group-make-archive-group): Remove.
11121
11122         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11123
11124         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11125         use the same article number for all the cached articles.
11126
11127         * nnimap.el (nnimap-command): Register the last command time so
11128         that we can use it for idling NOOPs.
11129         (nnimap-open-connection): Start the keeplive timer.
11130         (nnimap-make-process-buffer): Store all the process buffers.
11131         (nnimap-keepalive): New function.
11132
11133         * starttls.el (starttls-open-stream): Add autoload cookie.
11134
11135 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11136
11137         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11138         handling.
11139
11140 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11141
11142         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11143         its data structures.
11144
11145         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11146         instead of the cl.el copy-list.
11147         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11148         equalp.
11149
11150 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11153         and tool-bar-local-item-from-menu.
11154
11155         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11156         mode-line-highlight face for Emacs.
11157
11158         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11159         loading gnus-sum.elc; fix comment for canlock-verify.
11160         (gnus-article-jump-to-part): Use read-number.
11161         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11162         Remove Emacs pre-21 compatible code for help-echo.
11163         (gnus-article-next-page-1): No need to adjust the number of lines.
11164         (gnus-article-describe-bindings): Always use help-buffer.
11165
11166         * gnus-audio.el (gnus-audio-inline-sound):
11167         * gnus-cus.el (gnus-custom-mode):
11168         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11169
11170         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11171
11172         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11173         compatible code.
11174
11175 2010-09-24  Glenn Morris  <rgm@gnu.org>
11176
11177         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11178         visiting the fcc file in rmail-mode.
11179
11180         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11181
11182 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * nnir.el: Silence the byte compiler.
11185
11186         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11187         alias to browse-url-url-encode-chars if any.
11188         (gnus-html-encode-url): Use it.
11189
11190 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11191
11192         * gnus-start.el (gnus-use-backend-marks): New variable.
11193         (gnus-get-unread-articles-in-group): Use it.
11194
11195         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11196         makeover.
11197
11198 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11199
11200         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11201
11202 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11203
11204         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11205         Remove.
11206         (gnus-setup-news-hook):
11207         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11208
11209         * gnus-int.el (gnus-request-update-info): Protect against backends not
11210         having the function.
11211
11212         * nnimap.el (nnimap-stream): Mention starttls.
11213         (nnimap-open-connection): Add starttls support.
11214
11215 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11216
11217         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11218
11219 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11220
11221         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11222         BODYSTRUCTUREs.
11223         (nnimap-transform-headers): Unfold quoted {42} headers.
11224
11225         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11226         the info.
11227         (gnus-get-unread-articles): Only call updatep on backends that support
11228         it.
11229
11230         * nnweb.el (nnweb-request-update-info): NOOP.
11231
11232         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11233
11234         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11235         since it only deals with marks.
11236
11237         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11238         gnus-request-marks, and make a new gnus-request-update-info.
11239
11240         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11241         the active instead of the high number, which is usually too low.
11242
11243 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11244
11245         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11246         * encrypt.el: Remove.
11247
11248 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11249
11250         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11251         server in symbolic form.
11252
11253         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11254
11255 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11256
11257         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11258         (nnimap-update-info): Fix up code slightly.
11259
11260         * gnus-int.el (gnus-open-server): Add tracing for performance
11261         debugging.
11262
11263         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11264         (gnus-group-insert-group-line): Pass the real group name so that it
11265         gets the right data.
11266
11267         * gnus-start.el (gnus-get-unread-articles): Don't have
11268         `gnus-get-unread-articles-in-group' update info, since that can be
11269         really slow and doesn't seem to be needed?
11270
11271 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11272
11273         * time-date.el (date-to-time): Try using parse-time-string first before
11274         using the slower timezone-make-date-arpa-standard.
11275
11276 2010-09-22  Julien Danjou  <julien@danjou.info>
11277
11278         * gnus-group.el (gnus-group-insert-group-line):
11279         Call gnus-group-highlight-line.
11280         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11281         default hook list.
11282         (gnus-group-update-eval-form): Add new function.
11283         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11284         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11285
11286 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11287
11288         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11289         immediate, then expire all articles.
11290         (nnimap-update-info): Fix off-by-one errors.
11291         (nnimap-flags-to-marks): Would return no marks lists for group with no
11292         flags.  Instead return the other data.
11293
11294 2010-09-22  Julien Danjou  <julien@danjou.info>
11295
11296         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11297         Only return an icon.
11298         (gnus-group-insert-group-line): Compute icon to return.
11299
11300         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11301         (gnus-html-image-fetched): Only cache if
11302         gnus-html-image-automatic-caching is set.
11303         (gnus-html-image-fetched): Check for errors.
11304
11305 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11306
11307         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11308         once per method on `g'.  This ensures that backends like nnfolder don't
11309         open all their folders.
11310
11311         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11312         (nnimap-request-list): Nix out group in the correct buffer.
11313         (nnimap-parse-flags): Implement by using `read' instead of
11314         hand-parsing.
11315         (nnimap-flags-to-marks): Pass on permanent-flags.
11316         (nnimap-make-process-buffer): Record the server name.
11317         (nnimap-parse-flags): Fix typo.
11318         (nnimap-request-scan): Run split on the server in general, not just a
11319         single group.
11320
11321         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11322         parameter, and propagate this downwards.
11323
11324         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11325         since EXAMINE changes it on the server.
11326
11327         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11328         this command might take a while.
11329
11330 2010-09-22  Julien Danjou  <julien@danjou.info>
11331
11332         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11333         harmful if you have 2 images side-by-side, they can't be properly
11334         update on text deletion.  Using text-property is safer here.
11335         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11336         data.
11337
11338 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11339
11340         * nnimap.el (nnimap-expunge-inbox): Remove.
11341         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11342         (nnimap-expunge): Flip default to t.
11343
11344         * gnus.el (gnus-method-to-server): Don't push things to the cache
11345         unless it's unique.
11346         (gnus-server-to-method): Ditto.
11347
11348 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11349
11350         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11351
11352 2010-09-22  Julien Danjou  <julien@danjou.info>
11353
11354         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11355         get the start of data.
11356         (gnus-html-encode-url): Add this function to encode special chars in
11357         URL.
11358         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11359         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11360
11361         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11362         default.
11363         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11364
11365         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11366         images alt-text.
11367         (gnus-html-put-image): Put alt-text as help-echo.
11368
11369 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11372         * mm-util.el (mm-decompress-buffer):
11373         * nnir.el (nnir-run-find-grep):
11374         * pop3.el (pop3-list): Use 3rd arg of split-string.
11375
11376         * time-date.el (format-seconds): Comment fix.
11377
11378         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11379         and byte-optimize-form-code-walker.
11380         (dgnushack-make-auto-load): Don't advise make-autoload.
11381
11382         * lpath.el: Remove Emacs 21 stuff.
11383
11384 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11385
11386         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11387         outside the active range.  Suggested by Dan Christensen.
11388
11389         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11390         slightly later to avoid double-getting it.
11391
11392         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11393         previous patch.
11394
11395         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11396
11397 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11398
11399         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11400
11401 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11402
11403         * gnus-int.el (gnus-open-server): Give a better error message in the
11404         "go offline" case.
11405
11406         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11407         marks for nnimap, which is seldom the right thing to do.
11408
11409         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11410         (gnus-same-method-different-name): New function.
11411
11412         * nnimap.el (parse-time): Require.
11413
11414         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11415         method in the presence of many similar methods.
11416
11417         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11418
11419         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11420         nnml-inhibit-expiry.
11421
11422         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11423         find out whether methods are equal.
11424
11425         * nnimap.el (nnimap-find-expired-articles): New function.
11426         (nnimap-process-expiry-targets): New function.
11427         (nnimap-request-move-article): Request the article before looking at
11428         what the Message-ID is.  Fix found by Andrew Cohen.
11429         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11430
11431         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11432         for oldness in addition to being a predicate.
11433
11434         * nnimap.el (nnimap-request-group): When we have zero articles, return
11435         the right data to Gnus.
11436         (nnimap-request-expire-articles): Only delete articles immediately if
11437         the target is 'delete.
11438
11439         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11440         method, this would bug out.
11441
11442         * gnus-group.el (gnus-group-expunge-group): Rename from
11443         gnus-group-nnimap-expunge, and implemented as a normal interface
11444         function.
11445
11446         * gnus-int.el (gnus-request-expunge-group): New function.
11447
11448         * nnimap.el (nnimap-request-create-group): Implement.
11449         (nnimap-request-expunge-group): New function.
11450
11451 2010-09-21  Julien Danjou  <julien@danjou.info>
11452
11453         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11454         (gnus-html-cache-expired): Add new function.
11455         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11456         wethever we should display image for fetch it.
11457         Compute alt-text earlier to pass it to the fetching function too.
11458         (gnus-html-schedule-image-fetching): Change function argument to only
11459         get one image at a time, not a list.
11460         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11461         cache.
11462         (gnus-html-get-image-data): New function to retrieve image data from
11463         cache.
11464         (gnus-html-put-image): Change buffer argument to use image data rather
11465         than file, and place image above region rather than inserting a new
11466         one.  Do not take alt-text as argument, since it's useless now: we place
11467         the image above alt-text.
11468         (gnus-html-prune-cache): Remove.
11469         (gnus-html-show-images): Start to fetch image when we find one, do not
11470         push into a temporary list.
11471         (gnus-html-prefetch-images): Only fetch image if they have expired.
11472         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11473         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11474
11475 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11478
11479 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11480
11481         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11482         spec inser "*" if the group isn't active instead of 0.
11483
11484         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11485         opening the server.
11486         (nnimap-request-delete-group): Implement group deletion.
11487         (nnimap-transform-headers): Return the size of the entire message in
11488         the Bytes header, not just the size of the first part.
11489         (nnimap-request-move-article): When moving an article from nnimap,
11490         request the article first so the accepting form has an article to
11491         accept.  Reported by Dan Christensen.
11492         (nnimap-command): Make sure that the error message doesn't error out.
11493
11494 2010-09-20  David Edmondson  <dme@dme.org>
11495
11496         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11497         we haven't requested anything.
11498
11499 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11500
11501         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11502         "".  Fix found by Andrew Cohen.
11503
11504         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11505         instead of -encode-string.
11506
11507 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11510
11511         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11512         by mm-subst-char-in-string.
11513
11514 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11515
11516         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11517         waiting for the connection string.
11518
11519         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11520         arriving.
11521
11522         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11523         bogus characters.  This allows selecting certain Gmail groups.
11524
11525         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11526         (nnimap-fetch-partial-articles): New variable.
11527         (nnimap-open-connection): When looking for credentials, also use the
11528         nnimap-server-port.
11529         (nnimap-request-article): Return the group/article number, so that Gnus
11530         `^' works as expected.
11531         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11532
11533         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11534         comments.
11535         (gnus-methods-sloppily-equal): New function.
11536         (gnus): When using the development version of Gnus, load the gnus-load
11537         file.
11538
11539         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11540         `gnus-open-server' on each method before trying to scan them etc.
11541         This ensures that all the backend parameters are set correctly.
11542
11543         * nnimap.el (nnimap-authenticator): New variable.
11544         (nnimap-open-connection): Allow anonymous login.
11545         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11546         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11547
11548         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11549         patch, found by Knut Anders Hatlen.
11550
11551 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11552
11553         * gnus-agent.el (gnus-agent-batch-confirmation)
11554         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11555         to gnus-message.
11556         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11557         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11558         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11559         * gnus-int.el (gnus-open-server): Likewise.
11560         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11561         (gnus-score-check-syntax): Likewise.
11562         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11563         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11564         Likewise.
11565         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11566
11567 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11568
11569         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11570         calling conventions so that prefetch doesn't bug out.
11571
11572 2010-09-19  Julien Danjou  <julien@danjou.info>
11573
11574         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11575         rather than `subst-char-in-region' in order to be able to replace ASCII
11576         char by UTF-8 ones.
11577
11578         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11579         than curl.
11580         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11581         the right URL and ALT text on images.
11582         (gnus-html-wash-tags): Fix tag case.
11583         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11584         (gnus-article-html): Add -o display_ins_del=2 option.
11585         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11586
11587 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11588
11589         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11590         the extra mail headers, which sometimes seem to happen for unknown
11591         reasons.
11592
11593         * mail-parse.el (mail-header-encode-parameter): Define as
11594         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11595         (or most, perhaps?) mail readers don't understand the latter, but do
11596         understand the former.
11597
11598         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11599         to nil, so that no methods are automatically agentized.  I think this
11600         is probably what most users want.
11601
11602         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11603         from url-retrieve, for instance about invalid URLs.
11604
11605         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11606         groups that have no articles.
11607         (nnimap-request-article): Check that we really got an article when we
11608         requested one.
11609
11610         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11611         doesn't exist.
11612
11613         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11614         nntp buffer so the agent can save it.
11615         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11616         that CRLF doesn't get translated to \n.
11617         (nnimap-open-connection): Don't make 'shell commands only send \n.
11618
11619 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11620
11621         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11622         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11623         Update var name.
11624         (nnml-generate-nov-file): Use dolist.
11625         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11626         Use with-current-buffer.
11627
11628 2010-09-18  Julien Danjou  <julien@danjou.info>
11629
11630         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11631         parallel.
11632
11633 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11634
11635         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11636         the range update right.
11637         (nnimap-request-group): Don't make `M-g' bug out on group with no
11638         marks.
11639         (nnoo): Require, so that other packages can require nnimap.
11640         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11641         command we're looking for.  This helps when the server sends more
11642         responses after we've gotten everything we expected.
11643         (nnimap): Add a `newlinep' field to keep track of end-of-line
11644         conventions.
11645         Don't send CRLF to things that don't want it.
11646         (nnimap-request-accept-article): Ditto.
11647
11648 2010-09-18  Julien Danjou  <julien@danjou.info>
11649
11650         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11651         than curl to retrieve images.
11652
11653 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11654
11655         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11656         the marks.
11657         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11658         (nnimap-wait-for-connection): New function.
11659         (nnimap-open-connection): If we have PREAUTH, don't query for login
11660         credentials.
11661         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11662         when doing a partial update.
11663
11664 2010-09-18  Julien Danjou  <julien@danjou.info>
11665
11666         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11667         tags.
11668
11669 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11670
11671         * nnimap.el (nnimap-credentials): New function.
11672         (nnimap-open-connection): Use the new function to look for credentials
11673         also on the numeric equivalents of "imap" and "imaps".
11674
11675         * gnus-start.el (gnus-activate-group): Send the info to
11676         gnus-request-group.
11677
11678         * nnimap.el (nnimap-request-group): Have the "check" version of the
11679         function parse flags and update the info, so that a `M-g' get a total
11680         resync of all flags from the group.
11681
11682         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11683         to allow backends to alter the info on group selection.  Also alter all
11684         the backend -request-group functions to take the parameter.
11685
11686         * nnimap.el (nnimap-store-info): New function.
11687         (nnimap-update-info): Store the info for later usage.
11688         (nnimap-request-group): Use the stored info for the dont-check case, so
11689         that we don't retrieve all marks when we enter a group.
11690
11691         * nnimap.el: Use deffoo instead of defun for interface functions.
11692
11693         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11694         update the group info.  This makes the nndraft groups, for instance, go
11695         back to their old behavior.
11696
11697         * gnus-sum.el (gnus-select-newsgroup): Indent.
11698
11699         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11700         in.
11701         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11702         nothing.
11703
11704         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11705         from methods that are denied.
11706
11707         * gnus-int.el (gnus-method-denied-p): New function.
11708
11709         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11710         store the password instead of netrc.
11711         (nnimap-open-connection): Don't error out when we can't make a
11712         connections.
11713
11714         * auth-source.el (auth-source-create): In the password prompt, say what
11715         we're querying for.  Also prompt for user name if that hasn't been
11716         given.
11717
11718         * nnimap.el (nnimap-with-process-buffer): Remove.
11719
11720 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11721
11722         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11723         method when we're reading from the agent.
11724
11725         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11726
11727         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11728         that's probably most useful for users.
11729
11730         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11731         "failed" all the time.
11732
11733         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11734         ...)) with (with-current-buffer ... ).
11735
11736         * nntp.el (nntp-open-server): Return whether the open was successful or
11737         not.
11738
11739         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11740         select an unread unseen article first.
11741
11742         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11743         /etc/services, supply some sensible port defaults.
11744
11745         * dgnushack.el: Define netrc-credentials.
11746
11747 2010-09-17  Julien Danjou  <julien@danjou.info>
11748
11749         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11750
11751 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11752
11753         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11754         doesn't have any parameters.
11755
11756 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11757
11758         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11759         only upcased checks.
11760
11761         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11762
11763         * nnimap.el (nnimap-open-shell-stream): New function.
11764         (nnimap-open-connection): Use it.
11765         (nnimap-transform-headers): Get the number of lines in each message.
11766         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11767         number of lines.
11768         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11769         problem.
11770
11771         * utf7.el (utf7-encode): Autoload.
11772
11773         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11774         to allow the mail splitting to not return a default group.  This is
11775         useful for nnimap, which will leave unmatched mail in the inbox.
11776
11777         * nnimap.el: Rewritten.
11778
11779         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11780         nnimap usage.
11781
11782         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11783         if the move is internal, so that nnimap can do fast internal moves.
11784
11785         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11786         data.
11787         (gnus-read-active-for-groups): Support finishing the early retrieval of
11788         data.
11789
11790         * gnus-range.el (gnus-range-nconcat): New function.
11791
11792         * gnus-int.el (gnus-finish-retrieve-group-infos)
11793         (gnus-retrieve-group-data-early): New functions.
11794
11795 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11796
11797         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11798         (nnrss-retrieve-groups):
11799         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11800         (pop3-quit): Use with-current-buffer.
11801
11802 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11805         instead of nnheader-accept-process-output.
11806
11807         * dgnushack.el (dgnushack-compile): Add comment.
11808
11809         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11810
11811         * gnus-html.el (gnus-html-schedule-image-fetching)
11812         (gnus-html-prefetch-images): Replace process-kill-without-query by
11813         gnus-set-process-query-on-exit-flag.
11814
11815 2010-09-16  Romain Francoise  <romain@orebokech.com>
11816
11817         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11818
11819 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11820
11821         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11822         parameter to unintern is mandatory-ish in Emacs 24.
11823
11824         * gnus-html.el (gnus-html-schedule-image-fetching)
11825         (gnus-html-prefetch-images): Check for curl before using it.
11826
11827         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11828         depend on curl, which isn't essential.
11829
11830         * imap.el: Revert back to version
11831         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11832         seem problematic.
11833
11834 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11835
11836         * gnus-registry.el (gnus-registry-install-shortcuts):
11837         Explicitly pass `obarray' to `unintern' to avoid a warning.
11838
11839 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11840
11841         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11842         change.
11843
11844         * nnrss.el (nnrss-request-list): Remove this function and related
11845         functions, including the moreover stuff.
11846
11847 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11848
11849         * nnrss.el (nnrss-retrieve-groups): New function.
11850
11851 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11852
11853         * .dir-locals.el: Add no-byte-compile cookie.
11854
11855 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * time-date.el (format-seconds): Comment fix.
11858
11859         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11860         for back end that doesn't support request-scan.
11861
11862 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11863
11864         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11865         then do request scans from the backends.
11866
11867         * netrc.el (netrc-credentials): New conveniency function.
11868
11869         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11870         avoid running a hook per line, since this takes a lot of time,
11871         profiling shows.
11872         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11873         directly if gnus-visual-p is true.
11874
11875 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11878         groups; replace mapcar with dolist which is a bit faster; pass groups
11879         info to gnus-read-active-file-1.
11880         (gnus-read-active-file-1): Scan only specified groups if the new
11881         optional arg `infos' is given.
11882
11883 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11884
11885         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11886
11887         * pop3.el (pop3-movemail): Remove.
11888         (pop3-streaming-movemail): Rename to pop3-movemail.
11889
11890         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11891         don't restrict end-tag searches to the end of the line.
11892
11893 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11896         articles of every unchecked group to t, which means unknown since the
11897         server has never been opened.
11898
11899 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11900
11901         * gnus-html.el (gnus-html-show-alt-text): New command.
11902         (gnus-html-browse-image): Ditto.
11903         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11904         to browse the image directly.
11905         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11906         better.
11907
11908         * gnus-async.el (gnus-async-article-callback):
11909         Call `gnus-html-prefetch-images' unconditionally.
11910
11911         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11912         before feeding URLs to curl.
11913
11914 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11917         internal images as deletable by `W D D'.
11918
11919         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11920         (gnus-async-article-callback): Fix typo.
11921
11922 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11923
11924         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11925         current line to work around bugs in the output from w3m.
11926
11927         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11928         for groups that want that.
11929
11930         * nntp.el (nntp-wait-for-string): Supply a timeout for
11931         accept-process-output to ensure progress.
11932
11933         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11934         level to get unread articles from, then use that for foreign groups,
11935         too.
11936
11937         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11938         confuses the rest of the function.
11939
11940         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11941         for the methods that support -retrieve-groups, too.
11942
11943         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11944
11945 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11948         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11949
11950         * pop3.el: Require cl when compiling.
11951         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11952
11953 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11954
11955         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11956         that aren't going to be activated.
11957         (gnus-get-unread-articles): Fix up the last commit.
11958
11959         * gnus-html.el (gnus-article-html): Allow calling without specifying
11960         the handle.  In that case, dissect the buffer first.
11961
11962         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11963
11964         * nnimap.el (nnimap-open-connection): Revert the change that would look
11965         into authinfo for imaps instead of imap.
11966
11967         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11968         say that you don't want to call gnus-request-group with don-check, but
11969         do check the reponse.  This is for virtual groups only.
11970         (gnus-get-unread-articles): Count the archive groups as secondary, so
11971         that they're activated the same way as before.
11972
11973         * imap.el (imap-message-map): Removed optional buffer parameter, since
11974         no callers use it.
11975         (imap-message-get): Ditto.
11976         (imap-message-put): Ditto.
11977         (imap-mailbox-map): Ditto.
11978         (imap-mailbox-put): Ditto.
11979         (imap-mailbox-get): Ditto.
11980         (imap-mailbox-get): Revert last change for this function.
11981
11982         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11983         case-insensitively.
11984         (nnimap-debug): Remove.
11985
11986         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11987         callers to use `imap-fetch' instead.  According to the comments, this
11988         should be safe, since all other IMAP clients use the 1:* syntax.
11989         (imap-enable-exchange-bug-workaround): Remove.
11990         (imap-debug): Remove -- doesn't seem very useful.
11991
11992         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11993         mail from a file, and the file doesn't exist.
11994
11995         * imap.el (imap-log): New convenience function used throughout instead
11996         of repeating the same code all over the place.
11997
11998         * pop3.el (pop3-streaming-movemail): Return t for success.
11999
12000         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12001         .authinfo if we're using ssl connection.
12002
12003         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12004         already have if we're in a main Gnus `g' run.
12005
12006         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12007
12008 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12011
12012         * nnmh.el (nnmh-request-list-1): Bind `file'.
12013
12014         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12015         alias to set-process-query-on-exit-flag or process-kill-without-query.
12016         (pop3-open-server): Use it.
12017
12018 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12019
12020         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12021         box to the Incoming file.  Fixes mistake in previous checkin.
12022
12023         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12024         request loop (for debugging purposes) removed.
12025
12026         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12027         culprit is more visible.
12028         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12029         (nnml-add-incremental-nov): New functions to do "incremental" nov
12030         updates, where we just append to the end of the existing nov files
12031         without reading/writing them in full.
12032
12033         * mail-source.el (mail-source-delete-crash-box): Really only check the
12034         incoming files once in a while.
12035
12036         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12037
12038         * mail-source.el (mail-source-delete-crash-box): Only check the
12039         incoming files for deletion once per day to save a lot of file
12040         accesses.
12041
12042         * pop3.el (pop3-logon): Fix up unbound variable typo.
12043
12044         * mail-source.el (pop3-streaming-movemail): Autoload.
12045
12046         * pop3.el (pop3-streaming-movemail):
12047         Respect pop3-leave-mail-on-server.
12048
12049         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12050         retrieval.
12051
12052         * pop3.el (pop3-process-filter): Remove unused function.
12053         (pop3-streaming-movemail, pop3-send-streaming-command)
12054         (pop3-wait-for-messages, pop3-write-to-file)
12055         (pop3-number-of-responses): New functions for streaming pop3
12056         retrieval.
12057
12058         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12059         come from no known methods.
12060         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12061         list.
12062
12063         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12064         message sizes.
12065         (pop3-movemail): Use erase-buffer instead of looping and deleting
12066         regions, which seems rather odd.
12067
12068         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12069         file once per `g' run.
12070
12071         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12072         directories.  This makes the draft queue directory work.
12073
12074         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12075         data from the backends, so that we only request the list of groups from
12076         each method once.  This should speed things up considerably.
12077
12078         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12079         detect that it's not implemented.
12080
12081         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12082         we actually do recurse down into the tree, but don't stat all leaf
12083         nodes.
12084
12085         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12086         then say so instead of bugging out.
12087
12088         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12089         files exist before trying to read them.
12090
12091         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12092         around <pre_int>.
12093
12094         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12095
12096         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12097
12098 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12099
12100         * mm-util.el (mm-image-load-path): Just return the image directories,
12101         not all directories in the path in addition to the image directories.
12102         (mm-image-load-path): Maintain a cache of the image directories so that
12103         the `g' command in Gnus doesn't have to stat dozens of directories each
12104         time.
12105
12106         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12107         (gnus-html-wash-tags): Add a new `i' command to insert images.
12108         (gnus-html-insert-image): New command and keystroke.
12109         (gnus-html-redisplay-with-images): New command and keystroke.
12110         (gnus-html-show-images): Rename command.
12111         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12112         spacers.
12113         (gnus-html-wash-tags): Decode entities at the end, so that entities
12114         inside the tags don't mess up the rest of the "parsing".
12115
12116         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12117         so that nnimap methods aren't agentized by default.  There's apparently
12118         many problems related to agent/imap behavior.
12119
12120         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12121
12122         * gnus-html.el: Doc fix.
12123
12124 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12127         specifier-spec-list for Emacs 21.
12128
12129         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12130         glyph-width and glyph-height instead of display-graphic-p and
12131         image-size; make avoidance of displaying small images work for XEmacs.
12132
12133         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12134         for XEmacs.
12135
12136         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12137         of symbol that holds plist data.
12138         (gnus-process-plist): Remove plist of process after getting it.
12139
12140 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12141
12142         * message.el (message-generate-hashcash): Change default to
12143         'opportunistic if hashcash is installed.
12144
12145         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12146         (gnus-html-put-image): Only call image-size once, since it's somewhat
12147         time-consuming on remote X servers.
12148
12149 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12152         type on data, not a file name.
12153
12154         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12155         window-pixel-edges for Emacs 21.
12156
12157         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12158         decoded contents.
12159         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12160
12161 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12162
12163         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12164         group line format, since it isn't very interesting.
12165
12166         * gnus-agent.el (gnus-agent-short-article),
12167         (gnus-agent-long-article): Increase values for these two variables,
12168         since most people are likely to have more network connection and
12169         storage than before.
12170
12171         * gnus.el (gnus-refer-article-method): Change default to 'current.
12172         When referring an article, the common behavior is to refer it from the
12173         current select method, not the native select method.  The chances of
12174         the native select method having the message in question is rather slim
12175         these days.
12176
12177         * gnus-sum.el (gnus-auto-select-subject): Change default to
12178         `unseen-or-unread'.  I think it's likely that most people want to
12179         select an unseen article over a previously seen, but unread one.
12180
12181         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12182         means that in the article buffer none of the minor mode elements will
12183         be shown, usually, and this is not desirable in most cases.
12184
12185         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12186         that commands like `d' (and the like) go to the next line in the
12187         buffer, instead of the next unread article.  I think this is the
12188         behavior that is most natural for most users.
12189         (gnus-single-article-buffer): Change default to nil, so that people can
12190         have as many article buffers open as they have summary buffer.  I think
12191         this is the most natural way for the groups to behave.
12192
12193         * message.el (message-generate-new-buffers): Change default to
12194         `unsent', so that all new message buffers start their names with the
12195         string "*unsent", and it's easier to find the buffers if you move from
12196         them.
12197
12198 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12199
12200         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12201         small.  They're probably tracking images.
12202         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12203         (gnus-html-rescale-image): Yet another try at getting the image sizing
12204         right.
12205
12206         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12207         nntp-marks-file-name is nil.
12208
12209 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12210
12211         * gnus-html.el (gnus-html-wash-tags)
12212         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12213         Better logging.
12214
12215 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12216
12217         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12218
12219         * gnus-html.el (gnus-html-wash-tags): Check the value of
12220         gnus-blocked-images in the summary buffer.
12221
12222 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12223
12224         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12225
12226 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12227
12228         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12229         like "a", it seems like.
12230         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12231         since it needs to be picked from the correct buffer.
12232
12233         * nnwfm.el: Remove.
12234
12235         * nnlistserv.el: Remove.
12236
12237 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12238
12239         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12240         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12241
12242 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12243
12244         * nnkiboze.el: Remove.
12245
12246         * nndb.el: Remove.
12247
12248         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12249         alt text.
12250         (gnus-html-rescale-image): Try to get the rescaling logic right for
12251         images that are just wide and not tall.
12252
12253         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12254         overshadow variable bindings.
12255
12256 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12257
12258         * gnus-html.el (gnus-html-wash-tags)
12259         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12260         Add extra logging.
12261
12262 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12263
12264         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12265         (gnus-max-image-proportion): New variable.
12266         (gnus-html-rescale-image): New function.
12267         (gnus-html-put-image): Rescale images.
12268
12269 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12270
12271         Fix up some byte-compiler warnings.
12272         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12273         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12274         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12275         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12276         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12277         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12278         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12279
12280 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * gnus-html.el (gnus-article-html): Decode contents by charset.
12283
12284 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12287         (gnus-html-frame-width, gnus-blocked-images):
12288         * message.el (message-prune-recipient-rules): Add custom version.
12289         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12290
12291         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12292         functions.
12293
12294         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12295         gnus-process-get.
12296
12297 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12298
12299         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12300         instead of lsub directly.
12301
12302 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12303
12304         * nnwarchive.el: Remove.
12305
12306         * gnus-soup.el: Remove.
12307
12308         * nnsoup.el: Remove.
12309
12310         * nnultimate.el: Remove.
12311
12312         * gnus-html.el (gnus-blocked-images): New variable.
12313
12314         * message.el (message-prune-recipients): New function.
12315         (message-prune-recipient-rules): New variable.
12316
12317         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12318         guess whether a long line is natural text or not.
12319
12320         * gnus-html.el (gnus-html-schedule-image-fetching):
12321         Use gnus-process-plist and friends for compatibility.
12322
12323 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12324
12325         * gnus-html.el: Require packages that define macros used in this file.
12326         (gnus-article-mouse-face): Declare to silence byte-compiler.
12327         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12328         process-get.
12329         (gnus-html-put-image): Use plist-get to avoid getf.
12330         (gnus-html-prefetch-images): Use with-current-buffer.
12331
12332 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-ems.el: Provide compatibility functions for
12335         gnus-set-process-plist.
12336
12337         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12338         header-line-format for XEmacs 21.4.
12339
12340         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12341         * gnus.el (gnus-valid-select-methods):
12342         * message.el (message-send-mail-partially-limit):
12343         * mm-decode.el (mm-text-html-renderer):
12344         * mml.el (mml-insert-mime-headers-always):
12345         * smiley.el (smiley-regexp-alist): Bump custom version.
12346
12347 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12348
12349         * gnus-html.el: Require mm-url.
12350         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12351         with the url to `url'.
12352         (gnus-html-wash-tags): Support cid: URLs/images.
12353
12354 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12355
12356         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12357         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12358         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12359
12360         * gnus-move.el: Remove file, since it doesn't really work.
12361
12362         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12363         UTF-8.  This seems to fix problems with some German web feeds.
12364
12365         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12366         at the top so that the proper colors are applied.
12367
12368         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12369         don't have dots in their names.
12370
12371         * gnus-art.el (gnus-article-view-part): Doc fix.
12372
12373         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12374         XEmacs-compatible.
12375         (gnus-html-put-image): Don't do images on non-graphic displays.
12376
12377         * nnslashdot.el: Remove this unused backend.
12378
12379         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12380         actions.
12381         (gnus-undo-register-1): Revert last change.
12382
12383         * gnus-group.el (gnus-group-completing-read): Protect against not
12384         having completion-styles bound.
12385
12386         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12387         make broken recipients happier.
12388
12389         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12390
12391         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12392         point parameter.
12393
12394         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12395
12396         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12397         completion-styles for group selection.
12398
12399 2009-02-04  Andreas Schwab  <schwab@suse.de>
12400
12401         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12402         headers and regexp-quote the match if necessary.
12403
12404 2009-03-24  Miles Bader  <miles@gnu.org>
12405
12406         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12407         the blinking smiley.
12408
12409 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12410
12411         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12412         blink smiley.
12413
12414 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12415
12416         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12417         where the dribbel file lives exists.
12418
12419         * message.el (message-send-mail-partially-limit): Change the default to
12420         nil, since most people don't want this.
12421
12422         * mm-url.el (mm-url-decode-entities): Also decode entities like
12423         &#x3212.
12424
12425 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12426
12427         * gnus-sum.el (gnus-summary-idna-message):
12428         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12429         Hyperlink urls in docstrings with URL `...'.
12430
12431 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12432
12433         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12434         functions.
12435
12436 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12437
12438         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12439         say what the mouseover text should be.
12440
12441         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12442         version of the mm-w3m-safe-url-regexp variable to only download images
12443         in the groups where we want that to happen.
12444
12445         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12446
12447         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12448         easier debugging.
12449         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12450         big pictures in the article buffer.
12451
12452         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12453         gnus-article-html.
12454         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12455         w3m.
12456
12457         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12458
12459 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12460
12461         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12462         which doesn't exist.
12463
12464         * message.el (message-inhibit-ecomplete): New variable to allow some
12465         function to inhibit ecomplete address storage.
12466         (message-resend): Disable ecomplete message storage when resending
12467         messages.
12468
12469         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12470
12471 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12474         Save excursion while copying, moving, and deleting articles in order to
12475         prevent the cursor from jumping to unforeseen place.
12476
12477 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * lpath.el: No need to bind bookmark-current-buffer,
12480         bookmark-yank-point and bookmark-make-record-function.
12481
12482 2010-08-17  Glenn Morris  <rgm@gnu.org>
12483
12484         * gnus-sync.el: Require gnus components whose functions are used.
12485
12486         * gnus-art.el (bookmark-make-record-function):
12487         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12488         Declare for compiler.
12489
12490         * mm-url.el (mml-compute-boundary): Autoload.
12491
12492 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12495
12496 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12497
12498         Typo fix "hoo4a" -> "hook".
12499
12500         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12501
12502 2010-08-14  Glenn Morris  <rgm@gnu.org>
12503
12504         * gnus-sync.el (gnus-sync): Fix defgroup version.
12505
12506 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12507
12508         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12509
12510         * gnus-sync.el: Fix docs.
12511         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12512         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12513
12514 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12515
12516         Optimizations for gnus-sync.el.
12517
12518         * gnus-sync.el: Add docs about gnus-sync-backend
12519         possibilities.
12520         (gnus-sync-save): Remove unnecessary message.
12521         (gnus-sync-read): Optimize and show what groups were skipped.
12522
12523 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12524
12525         Minor bug fixes for gnus-sync.el.
12526
12527         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12528         Don't read the sync on get-new-news.
12529
12530         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12531         quiet.
12532
12533         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12534         (fix typo).
12535
12536 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12537
12538         Make saving and restoring of hidden threads work with overlays.
12539         Patch applied by Ted Zlatanov.
12540
12541         * gnus-sum.el (gnus-hidden-threads-configuration)
12542         (gnus-restore-hidden-threads-configuration): Update to deal with text
12543         properties, rather than searching for a magic character.
12544
12545 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12546
12547         New gnus-sync.el library for synchronization of marks.
12548
12549         * gnus-sync.el: New library for synchronization of marks.
12550
12551         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12552         renamed from `gnus-registry-grep-in-list'.
12553
12554         * gnus-registry.el (gnus-registry-follow-group-p):
12555         Use `gnus-grep-in-list'.
12556
12557         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12558
12559 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12562         determining charset of text fails.
12563
12564 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * nnmail.el (nnmail-get-new-mail-1): Revert.
12567
12568         * nnml.el (nnml-active-number): Make sure names of newly created groups
12569         in nnml-group-alist are encoded.
12570
12571 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12574         containing non-ASCII characters in active file for nnml back end.
12575
12576 2010-07-24  David Engster  <dengste@eml.cc>
12577
12578         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12579         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12580
12581 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12582
12583         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12584         tag (Bug#6654).
12585
12586 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12589         the article buffer, not the summary buffer.
12590
12591 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12594         Emacs 23 as well.
12595
12596 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12599         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12600
12601 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12602
12603         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12604         Patch applied by Karl Fogel.
12605
12606         * gnus-sum.el (gnus-summary-bookmark-make-record):
12607         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12608
12609 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12610
12611         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12612         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12613         C-w still not working correctly from Article buffers; Thierry's
12614         patch to fix that will be applied after this.
12615
12616         * gnus-art.el (bookmark-make-record-function): New local variable.
12617
12618         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12619         article buffer.
12620         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12621
12622 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12623
12624         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12625         on changes in bookmark.el.
12626
12627 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12630         `no-log' instead of message not to log prompt string.
12631
12632 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12633
12634         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12635         the *other* type of HTML form submission.
12636
12637 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12638
12639         * auth-source.el (auth-source-pick): If choice does not contain a
12640         questioned keyword, set the check to t.
12641
12642 2010-06-12  Romain Francoise  <romain@orebokech.com>
12643
12644         * gnus-util.el (gnus-date-get-time): Move up before first use.
12645
12646 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12649         (gnus-article-edit-part): Bind it to make last part that is substituted
12650         or deleted visible.
12651         (gnus-mime-display-single): Buttonize part of which id equals to
12652         gnus-mime-buttonized-part-id.
12653
12654 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12655
12656         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12657         (gnus-dd-mmm): Use gnus-date-get-time.
12658         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12659         simplify logic.
12660         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12661         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12662
12663 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12664
12665         * auth-source.el (top): Autoload `secrets-list-collections',
12666         `secrets-create-item', `secrets-delete-item'.
12667         (auth-sources): Fix tag string.
12668         (auth-get-source, auth-source-retrieve, auth-source-create)
12669         (auth-source-delete): New defuns.
12670         (auth-source-pick): Rewrite in order to avoid 2 passes.
12671         (auth-source-forget-user-or-password): New parameter USERNAME.
12672         (auth-source-user-or-password): New parameters CREATE-MISSING and
12673         DELETE-EXISTING.  Retrieve password interactively, if needed.
12674
12675 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12676
12677         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12678         deleting unused directories when gnus-expert-user is t.
12679
12680 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12683         for each temp file when gnus-article-browse-delete-temp is ask.
12684
12685 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12686
12687         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12688         Replace Lisp calls to delete-backward-char by calls to delete-char.
12689
12690 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12691
12692         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12693
12694 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12695
12696         * password-cache.el (password-cache-remove): Fix docstring.
12697
12698 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12701         article unless decoding article to be saved.
12702
12703 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12706         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12707         generated within the mm-with-unibyte-current-buffer macro.
12708
12709 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12712         to nil when we're in a mml-preview buffer and no group is selected.
12713
12714 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12715
12716         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12717         when catching the `C-g'.  Reported by "Leo".
12718
12719 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * message.el (message-forward-make-body-plain)
12722         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12723         multibyte-string-p.
12724
12725         * lpath.el: Revert.
12726
12727 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * message.el (message-forward-make-body-mml): Assume original message
12730         is multibyte string; error on unibyte.
12731         (message-forward-make-body-plain): Ditto; don't add excessive newline
12732         in body end.
12733
12734         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12735
12736 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12737
12738         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12739         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12740
12741 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * mm-extern.el (mm-extern-url): Don't use
12744         mm-with-unibyte-current-buffer.
12745         (mm-extern-cache-contents): Use with-current-buffer instead of
12746         save-excursion + set-buffer.
12747
12748 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * mm-util.el (mm-emacs-mule): Remove.
12751
12752 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12753
12754         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12755         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12756         change.
12757
12758 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12761         bind the default value of enable-multibyte-characters to nil.
12762
12763 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * message.el (message-forward-make-body-plain)
12766         (message-forward-make-body-mml):
12767         Don't use mm-with-unibyte-current-buffer.
12768
12769 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12770
12771         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12772
12773 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12774
12775         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12776         (Bug#5592).
12777
12778 2010-05-07  Julien Danjou  <julien@danjou.info>
12779
12780         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12781         it to mm-pipe-part.
12782
12783         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12784         it is given.
12785
12786 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * binhex.el (binhex-decode-region-internal):
12789         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12790         (dns-query):
12791         * nnweb.el (nnweb-gmane-search):
12792         * pgg-parse.el (pgg-parse-armor):
12793         * pgg.el (pgg-verify-region):
12794         * sha1.el (sha1-string-external):
12795         * uudecode.el (uudecode-decode-region-internal):
12796         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12797         XEmacs.
12798
12799         * gnus-art.el (gnus-article-browse-html-parts):
12800         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12801         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12802         make-temp-file.
12803
12804         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12805         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12806         compiling.
12807
12808         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12809         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12810         XEmacs when compiling.
12811
12812         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12813         gnus-pick-mode-off-hook for XEmacs when compiling.
12814         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12815         gnus-binary-mode-off-hook for XEmacs when compiling.
12816
12817         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12818         Return nil if char-charset is not available.
12819
12820         * imap.el (imap-disable-multibyte)
12821         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12822         macros.
12823
12824         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12825         instead of encode-coding-string.
12826
12827         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12828         'xemacs) instead of mm-emacs-mule to switch function definitions.
12829         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12830
12831         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12832         bind temporary-file-directory for XEmacs;
12833         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12834         timer-set-function for XEmacs 21.4 and SXEmacs;
12835         bind timer-list for XEmacs 21.4 and SXEmacs;
12836         fbind char-charset and find-charset-region for non-Mule XEmacs;
12837         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12838         encode-coding-region and encode-coding-string for XEmacs having no
12839         file-coding feature.
12840
12841 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12842
12843         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12844
12845 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12848         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12849
12850 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12851
12852         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12853         alias `jka-compr-delete-temp-file' no longer exists.
12854
12855 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12856
12857         Use define-minor-mode in Gnus where applicable.
12858         * mml.el (mml-mode): Use define-minor-mode.
12859         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12860         (gnus-undo-mode): Use define-minor-mode.
12861         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12862         (gnus-dead-summary-mode): Use define-minor-mode.
12863         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12864         Initialize in declaration.
12865         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12866         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12867         (gnus-mailing-list-mode): Use define-minor-mode.
12868         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12869         (gnus-draft-mode): Use define-minor-mode.
12870         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12871         (gnus-dired-mode): Use define-minor-mode.
12872
12873 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12874
12875         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12876         handles on recursive mml-to-mime translation and check them for
12877         boundary delimiter collisions.  Reported by Greg Troxel.
12878
12879 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12882
12883 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12884
12885         * mm-util.el (mm-find-buffer-file-coding-system):
12886         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12887
12888 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12889
12890         * message.el (message-generate-headers): Record insertion of optional
12891         headers as well.  Otherwise the check to prevent repeated insertion of
12892         optional headers is a no-op.
12893
12894 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12895
12896         * smime.el: Don't mention CVS.
12897
12898         * nnrss.el (nnrss-fetch): Don't mention CVS.
12899
12900         * nnir.el: Don't mention CVS.
12901
12902 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12903
12904         * gnus-sum.el (gnus-summary-bookmark-make-record):
12905         Add `location' field.
12906
12907 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * lpath.el: Fbind bookmark-default-handler,
12910         bookmark-get-bookmark-record, bookmark-make-record-default,
12911         bookmark-prop-get for Emacs <23 and XEmacs.
12912
12913 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12914
12915         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12916         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12917         Use with-current-buffer to silence the byte-compiler.
12918         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12919         bother to require `gnus'.
12920         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12921
12922 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12923
12924         * gnus-sum.el (gnus-summary-bookmark-make-record)
12925         (gnus-summary-bookmark-jump): New functions.
12926         (gnus-summary-mode): Setup bookmark support.
12927
12928 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12929
12930         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12931         if set.
12932
12933 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12936         gnus-article-browse-html-save-cid-image; make it work recursively for
12937         forwarded messages as well.
12938         (gnus-article-browse-html-parts): Work when prefix arg is given.
12939         (gnus-article-browse-html-article): Doc fix.
12940
12941 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12942
12943         * message.el (message-default-mail-headers)
12944         (message-default-headers): Carry the value mail-default-headers over
12945         into message-default-mail-headers, rather than message-default-headers.
12946
12947 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12948
12949         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12950         charset.
12951
12952         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12953         charset into the <meta> tag when the article is encoded to utf-8.
12954
12955 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * gnus-art.el (gnus-article-browse-delete-temp-files):
12958         Delete directories as well.
12959         (gnus-article-browse-html-parts): Work for images that do not specify
12960         file names; delete temp directory when quitting; insert header at the
12961         right place; use file: scheme for image files.
12962
12963 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12964
12965         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12966         (gnus-article-browse-html-parts): Use it to make temporary cid image
12967         files in addition to html file so that browser may display them.
12968
12969 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12972
12973 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12974
12975         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12976
12977 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12978
12979         * auth-source.el (auth-sources): Change default to be simpler.
12980         Explain about Secret Service API sources.  Improve Customize options.
12981         (auth-source-pick): Change to accept any number of search parameters.
12982         Implement fallbacks iteratively, not recursively.  Add scoring on the
12983         second pass and sort by score.  Call Secret Service API when needed.
12984         (auth-source-user-or-password): Use it.  Call Secret Service API
12985         directly when needed to get the user name and the password.
12986
12987 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12988
12989         * message.el (message-interactive): Doc fix.
12990         (message-qmail-inject-args): Reflow.
12991         (message-kill-to-signature): Fix typo in docstring.
12992
12993         * smiley.el (smiley-buffer): Fix typo in docstring.
12994
12995 2010-03-24  Glenn Morris  <rgm@gnu.org>
12996
12997         * mail-source.el (gnus-message): Declare.
12998         (mail-source-delete-old-incoming): Require gnus-util.
12999
13000 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13003
13004         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13005
13006         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13007         password-cache's default if it is not bound.
13008         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13009         password-cache-expiry's default if it is not bound.
13010
13011         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13012         available in Emacs 21.
13013
13014         * lpath.el: Suppress compiler warnings for:
13015         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13016         XEmacs;
13017         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13018         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13019         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13020
13021 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13022
13023         * auth-source.el (auth-sources): Fix up definition so extra parameters
13024         are always inline.
13025
13026 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13027
13028         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13029         wasn't updated after mismatch.  Clear cached mailbox info correctly
13030         when uidvalidity changes.
13031         (nnimap-group-prefixed-name): New function to avoid some code
13032         duplication.
13033         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13034         (nnimap-request-group): Use it.
13035         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13036         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13037         with many imap folders.  This is done by caching the group status from
13038         the imap server persistently in a group parameter `imap-status'.  (This
13039         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13040         but not persistently, so every Gnus startup was still very slow.)
13041
13042 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13043
13044         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13045         delete the extra newline.  Otherwise editing of :string and :number
13046         types don't work.
13047
13048 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13049
13050         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13051         secrets.el dependency.
13052         (auth-sources): Add optional user name.  Add secrets.el configuration
13053         choice (unused right now).
13054
13055 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13056
13057         * gnus-sum.el (gnus-summary-make-menu-bar):
13058         Let `gnus-registry-install-shortcuts' fill in the functions.
13059
13060         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13061         warnings.
13062         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13063         (gnus-registry-install-shortcuts): Populate and use it in a
13064         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13065
13066 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13067
13068         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13069         In-place substitutions for the group name encoding/decoding.
13070         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13071         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13072         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13073         (nnimap-update-unseen, nnimap-request-list)
13074         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13075         (nnimap-request-set-mark, nnimap-split-to-groups)
13076         (nnimap-split-articles, nnimap-request-newgroups)
13077         (nnimap-request-create-group, nnimap-request-accept-article)
13078         (nnimap-request-delete-group, nnimap-request-rename-group)
13079         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13080         `encoded-mbx' for consistency.
13081         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13082         variable `imap-current-mailbox'.
13083
13084         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13085         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13086
13087 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13088
13089         * pop3.el (pop3-display-message-size-flag): Display message size byte
13090         counts during POP3 download.
13091         (pop3-movemail): Use it.
13092         (pop3-list): Implement listing of available messages.
13093
13094 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13095
13096         * nnir.el (nnir-get-article-nov-override-function): New function to
13097         override the normal NOV retrieval.
13098         (nnir-retrieve-headers): Use it.
13099
13100 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13101
13102         * auth-source.el (netrc-machine-user-or-password): Autoload.
13103
13104 2010-03-19  Glenn Morris  <rgm@gnu.org>
13105
13106         Stop message.el from loading about 40 libraries it doesn't always need.
13107         The general approach is to autoload rather than require, and to
13108         require in the specific functions rather than the file.  (Bug#5642)
13109
13110         * gmm-utils.el: Don't require wid-edit.
13111         (widget-create-child-value, widget-convert, widget-default-get):
13112         Autoload.
13113
13114         * gnus-util.el: Don't require time-date, netrc.
13115         (message-fetch-field, gnus-group-name-decode): Declare rather than
13116         autoloading.
13117         (gnus-fetch-field): Require message.
13118         (gnus-decode-newsgroups): Require gnus-group.
13119
13120         * ietf-drums.el: Don't require time-date.
13121
13122         * message.el: Don't require hashcash, canlock, ecomplete.
13123         Do require mail-utils.  Require nnheader only when compiling.
13124         (smtpmail-default-smtp-server): Remove declaration.
13125         (message-send-mail-function): Check smtpmail-default-smtp-server
13126         is bound rather than requiring smtpmail.
13127         (message-auto-save-directory, message-insert-signature):
13128         Use expand-file-name rather than nnheader-concat.
13129         (nnheader-insert-file-contents): Autoload.
13130         (hashcash-wait-async): Declare.
13131         (message-send-mail): Only call gnus-setup-posting-charset if
13132         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13133         (message-send-mail-with-sendmail): Require sendmail.
13134         (canlock-password, canlock-password-for-verify): Declare.
13135         (message-canlock-password): Require canlock.
13136         (nnheader-get-report): Autoload.
13137         (gnus-setup-posting-charset): Declare.
13138         (message-send-news): Require gnus-msg.
13139         (message-make-references, message-make-in-reply-to): Use mail-header-id
13140         rather than the alias mail-header-message-id.
13141         (ecomplete-add-item, ecomplete-save): Declare.
13142         (message-put-addresses-in-ecomplete): Require ecomplete.
13143         (ecomplete-display-matches): Autoload.
13144
13145         * mm-decode.el: Don't require mailcap, gnus-util.
13146         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13147         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13148         Autoload.
13149         (mailcap-mime-extensions): Declare.
13150
13151         * mm-encode.el: Don't require mailcap.
13152         (mailcap-extension-to-mime): Autoload.
13153
13154         * mml-sec.el: Don't require password-cache.
13155
13156         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13157         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13158         (mml-minibuffer-read-type): Require mailcap.
13159         (mml-preview): Require gnus-msg.
13160
13161         * mml1991.el: Require password-cache.
13162         (password-cache-expiry): Remove declaration.
13163
13164         * mml2015.el: Require password-cache.
13165         (password-cache-expiry): Remove declaration.
13166
13167         * nneething.el (mailcap): Require mailcap.
13168
13169         * nnheader.el (declare-function): Add compatibility stub.
13170         (message-remove-header): Declare rather than autoload.
13171         (nnheader-replace-header): Require message.
13172
13173         * nnimap.el (declare-function): Add compatibility stub.
13174         (netrc-parse, netrc-machine-user-or-password): Declare.
13175         (nnimap-open-connection): Require netrc.
13176
13177         * nntp.el (declare-function): Add compatibility stub.
13178         (netrc-parse, netrc-machine, netrc-get): Declare.
13179         (nntp-send-authinfo): Require netrc.
13180
13181         * rfc2047.el: Don't require qp.
13182         (quoted-printable-encode-region, quoted-printable-decode-string):
13183         Autoload.
13184
13185         * sieve-mode.el: Don't require easymenu.
13186         (easy-menu-add-item): Autoload it.
13187
13188         * spam-stat.el (time-to-number-of-days): Autoload it.
13189
13190 2010-03-19  Glenn Morris  <rgm@gnu.org>
13191
13192         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13193
13194 2010-03-18  Glenn Morris  <rgm@gnu.org>
13195
13196         * hashcash.el (declare-function): Remove duplicate definition.
13197
13198 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13199
13200         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13201         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13202         value if any backslash escapes).
13203
13204 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13207         if it is available.  (bug#5647)
13208
13209         * lpath.el: Suppress compiler warning for coding-system-from-name for
13210         Emacs 21 and XEmacs.
13211
13212 2010-03-14  Juri Linkov  <juri@jurta.org>
13213
13214         * hmac-def.el:
13215         * hmac-md5.el:
13216         * netrc.el: Fix keywords.
13217
13218 2010-02-26  Glenn Morris  <rgm@gnu.org>
13219
13220         * message.el (message-send-mail-function): Change the default, so that
13221         it inherits from a customized send-mail-function.  (Bug#5643)
13222
13223 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13224
13225         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13226         shell-command-to-string signals an error (bug#5299).
13227
13228 2010-02-24  Glenn Morris  <rgm@gnu.org>
13229
13230         * message.el (message-smtpmail-send-it)
13231         (message-send-mail-with-mailclient): Doc fixes.
13232
13233 2010-02-16  Glenn Morris  <rgm@gnu.org>
13234
13235         * message.el (message-default-mail-headers): Change the default value
13236         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13237
13238 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13241         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13242
13243 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13244
13245         * time-date.el (date-to-time): Doc fix (Bug#5408).
13246
13247 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13248
13249         * message.el (message-mail): Just pass yank-action on to message-setup.
13250         (message-setup): Handle (FUN . ARGS) form of yank-action.
13251         (message-with-reply-buffer, message-widen-reply)
13252         (message-yank-original): Handle non-buffer values of
13253         message-reply-buffer (Bug#4080).
13254         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13255
13256 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13257
13258         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13259         Fix typo in docstring.
13260
13261 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13262
13263         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13264         response.
13265
13266 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13269
13270         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13271
13272         * message.el (message-check-news-header-syntax): Protect against a
13273         string that `rfc822-addresses' returns when parsing fails.
13274
13275 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13278         (gnus-previous-char-property-change): New functions.
13279
13280         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13281
13282 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13283
13284         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13285         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13286
13287 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13288
13289         * message.el (message-exchange-point-and-mark): Rework last change to
13290         avoid using optional arg of exchange-point-and-mark, for backward
13291         compatibility.
13292
13293 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13294
13295         * message.el (message-exchange-point-and-mark):
13296         Call exchange-point-and-mark with an argument rather than setting
13297         mark-active by hand (Bug#5175).
13298
13299 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * nntp.el (nntp-service-to-port): Work for service expressed with
13302         numeric string; replace [:digit:] with [0-9] for XEmacs.
13303
13304 2009-12-17  Glenn Morris  <rgm@gnu.org>
13305
13306         * gnus-group.el (gnus-bug-group-download-format-alist):
13307         Change emacs entry to debbugs.gnu.org.  Bump :version.
13308
13309 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13310
13311         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13312
13313 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * message.el (message-info): Explain why we use `Info-goto-node'.
13316
13317 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13320
13321 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13322
13323         * message.el (message-completion-in-region): New compatibility function.
13324         (message-expand-group): Use it.
13325
13326 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13329         with no unread article should be listed if the 2nd arg `predicate' is
13330         given.
13331
13332 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13335
13336 2009-11-29  Juri Linkov  <juri@jurta.org>
13337
13338         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13339         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13340         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13341
13342 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13343
13344         * sha1.el (sha1-string-external): default-directory "/" in case
13345         otherwise non-existent.  process-connection-type pipe for touch of
13346         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13347
13348 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13349
13350         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13351         it's comms related and sgml-mode.el has "comm" on that basis too.
13352
13353 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13356         containing tspecial characters if they have been already quoted.
13357
13358 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13359
13360         * dns-mode.el (auto-mode-alist): Purecopy string.
13361
13362 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13363
13364         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13365
13366 2009-10-24  Glenn Morris  <rgm@gnu.org>
13367
13368         * gnus-art.el (help-xref-stack-item): Define for compiler.
13369
13370 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13371
13372         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13373
13374 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13377
13378 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13381         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13382
13383 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13386         (gnus-overlays-in): New alias to overlays-in.
13387
13388         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13389         gnus-overlay-get, and gnus-delete-overlay.
13390         (gnus-summary-show-thread): Make it work as well for systems in which
13391         next-single-char-property-change is not available.
13392         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13393
13394         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13395         (gnus-overlay-get): New alias to extent-property.
13396         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13397
13398         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13399         SXEmacs.
13400
13401         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13402         SXEmacs.
13403
13404 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13405
13406         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13407
13408 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13409
13410         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13411         and XEmacs that don't have `remove-overlays'.
13412
13413 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13414
13415         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13416         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13417         selective display.  Use overlays instead.
13418
13419 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13420
13421         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13422
13423 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13424
13425         * spam-stat.el (spam-stat-load): Fix typo in message.
13426
13427 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13428
13429         * dig.el (dig-invoke): Fix typo in docstring.
13430         (query-dig): Reflow docstring.
13431
13432 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13433
13434         * gnus-art.el (gnus-article-encrypt-body):
13435         * message.el (message-check-recipients):
13436         * mm-util.el (mm-codepage-setup):
13437         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13438         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13439
13440 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13441
13442         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13443         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13444         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13445         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13446         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13447
13448 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13449
13450         * dig.el: Add "Keywords: comm", as per net-utils.el.
13451
13452 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13453
13454         * dig.el (dig-mode): Use define-derived-mode.
13455
13456 2009-09-19  Glenn Morris  <rgm@gnu.org>
13457
13458         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13459
13460 2009-09-18  Glenn Morris  <rgm@gnu.org>
13461
13462         * gnus-diary.el (gnus-diary-check-message):
13463         * message.el (message-insert-formatted-citation-line):
13464         * nnbabyl.el (top-level):
13465         * nndiary.el (nndiary-schedule):
13466         Fix typos in condition-case handlers.
13467
13468 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13471         configuration that provides the sole article window in a frame;
13472         position point correctly after deleting a part.
13473
13474 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13475
13476         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13477         (spam-resolve-registrations-routine): Use it to unregister articles
13478         that change status.
13479
13480 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13483         with XEmacs.
13484         (parse-time-string-chars): Use it.
13485
13486 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13487
13488         * imap.el (imap-interactive-login): Better messages.
13489         (imap-open): Fix bug with renamed buffer on reconnect.
13490         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13491         for easier debugging and cleaner code.  On successful (guessed based on
13492         server capabilities) secondary authentication, set imap-state
13493         correctly.
13494         (imap-last-authenticator): Define imap-last-authenticator as a variable
13495         to avoid warnings.
13496
13497 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * nnrss.el (nnrss-request-article): Remove binding of
13500         default-enable-multibyte-characters that has gotten needless by
13501         the 2007-07-13 change in rfc2047-encode-message-header.
13502
13503         * mml.el (mml-insert-multipart): Error on the message header.
13504         (mml-insert-part): Error on the message header; position point at
13505         the end of a MIME tag.
13506
13507 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * time-date.el (autoload): Expand define-obsolete-function-alias into
13510         defalias and make-obsolete for old Emacsen that Gnus supports.
13511         (with-no-warnings): Define it for old Emacsen.
13512         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13513         is available.
13514         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13515         float-time is available; suppress compile warning for time-to-seconds.
13516
13517         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13518         (gnus-float-time): Alias to float-time if it exists.
13519
13520         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13521         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13522         float-time is available; suppress compile warning for time-to-seconds.
13523
13524         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13525         XEmacs.
13526
13527 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13528
13529         * imap.el (imap-message-map): Docstring fix.
13530
13531 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13534         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13535         Add the optional argument `encoding' that overrides the default.
13536
13537         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13538         mm-encode-buffer.
13539
13540 2009-09-04  Glenn Morris  <rgm@gnu.org>
13541
13542         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13543         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13544         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13545         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13546         * mm-util.el (mm-with-unibyte-current-buffer)
13547         (mm-find-buffer-file-coding-system):
13548         * yenc.el (yenc-decode-region): Use default-value rather than
13549         default-enable-multibyte-characters.
13550
13551 2009-09-03  Glenn Morris  <rgm@gnu.org>
13552
13553         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13554         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13555         than default-enable-multibyte-characters.
13556
13557 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13558
13559         * gnus-art.el (gnus-article-read-summary-keys):
13560         Fix gnus-buffer-configuration's value temporarily used.
13561
13562 2009-09-02  Glenn Morris  <rgm@gnu.org>
13563
13564         * gnus-util.el (gnus-float-time): New function.
13565         * gnus-delay.el (gnus-delay-article):
13566         * gnus-sum.el (gnus-thread-latest-date):
13567         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13568         * nnspool.el (nnspool-request-newgroups):
13569         Use gnus-float-time rather than time-to-seconds.
13570         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13571
13572         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13573         (gnus-header-subject-face, gnus-header-newsgroups-face)
13574         (gnus-header-name-face, gnus-header-content-face):
13575         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13576         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13577         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13578         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13579         (gnus-cite-face-11):
13580         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13581         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13582         (gnus-server-closed-face, gnus-server-denied-face)
13583         (gnus-server-offline-face):
13584         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13585         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13586         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13587         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13588         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13589         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13590         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13591         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13592         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13593         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13594         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13595         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13596         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13597         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13598         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13599         (gnus-summary-high-undownloaded-face)
13600         (gnus-summary-low-undownloaded-face)
13601         (gnus-summary-normal-undownloaded-face)
13602         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13603         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13604         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13605         (gnus-splash-face):
13606         * message.el (message-header-to-face, message-header-cc-face)
13607         (message-header-subject-face, message-header-newsgroups-face)
13608         (message-header-other-face, message-header-name-face)
13609         (message-header-xheader-face, message-separator-face)
13610         (message-cited-text-face, message-mml-face):
13611         * sieve-mode.el (sieve-control-commands-face)
13612         (sieve-action-commands-face, sieve-test-commands-face)
13613         (sieve-tagged-arguments-face):
13614         * spam.el (spam-face):
13615         Mark face aliases with "-face" in the name as obsolete.
13616
13617 2009-09-01  Glenn Morris  <rgm@gnu.org>
13618
13619         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13620         than goto-line.
13621
13622 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13625         Don't move point if the command is invoked inside the message header.
13626
13627 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13628
13629         * imap.el (imap-send-command): Simplify.
13630         (imap-wait-for-tag): point-max -> buffer-size.
13631
13632 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13633
13634         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13635         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13636         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13637         * nnir.el (nnir-swish-e-index-file):
13638         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13639         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13640         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13641         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13642         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13643         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13644
13645 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13646
13647         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13648         Don't save excursion.
13649
13650 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13651
13652         * nnheader.el (nnheader-find-file-noselect):
13653         * mm-util.el (mm-insert-file-contents):
13654         Use (default-value 'major-mode) instead of default-major-mode.
13655
13656 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13657
13658         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13659
13660 2009-08-26  Glenn Morris  <rgm@gnu.org>
13661
13662         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13663         than placing in files.el.
13664
13665 2009-08-25  Glenn Morris  <rgm@gnu.org>
13666
13667         * nnir.el (top-level): Don't require cl at run-time.
13668         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13669         Replace cl-function substitute with gnus-replace-in-string.
13670         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13671         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13672         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13673         simplified expansions.
13674
13675 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13676
13677         * dig.el (dig): Add autoload cookie.
13678
13679 2009-08-22  Glenn Morris  <rgm@gnu.org>
13680
13681         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13682         goto-line.
13683
13684 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13685
13686         * parse-time.el (parse-time-string-chars): Save match data.
13687
13688 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13689
13690         * parse-time.el (parse-time-string-chars): Compute using character
13691         classes, to handle non-ascii characters (Bug#3190).
13692
13693 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13696
13697         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13698         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13699         (gnus-mm-display-part, gnus-mime-display-single)
13700         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13701         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13702
13703         * gnus-sum.el
13704         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13705         (gnus-summary-move-article): Add expirable mark to articles copied or
13706         moved to group that has auto-expire turned on if the option is non-nil.
13707
13708 2009-07-24  Glenn Morris  <rgm@gnu.org>
13709
13710         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13711         Fix typo.  (Bug#3903)
13712
13713 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13716         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13717         that should not be used for draft articles.
13718         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13719         that has no concern in minor mode keys.
13720         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13721         Abolish.
13722
13723 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13726         article without making inquiry to a user for unknown encoding.
13727
13728         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13729         (nnmaildir--scan): Assume i-node and device number that file-attributes
13730         returns might be cons-cell.
13731
13732         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13733
13734         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13735
13736 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13737
13738         * auth-source.el: Remove docs now in auth.texi.  Don't use
13739         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13740         `auth-source-hide-passwords' and use them.
13741
13742 2009-07-15  Glenn Morris  <rgm@gnu.org>
13743
13744         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13745
13746 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13749         excessive whitespace from the default values of title and description.
13750
13751 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13754         mail-fetch-field to fetch Content-Description header in order to
13755         exclude newlines.
13756
13757 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13758
13759         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13760         format used by GnuPG 2.0.11.
13761
13762 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13765         to deleted part.
13766
13767 2009-05-30  David Engster  <dengste@eml.cc>
13768
13769         * nnmairix.el: Remove old documentation in the commentary block.
13770         (nnmairix-request-group): Do not update active file for nnml back ends.
13771         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13772         end so that overview files are ignored.
13773         (nnmairix-update-groups): Make updating the groups more robust by using
13774         marks.
13775         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13776         with dollar characters in message-id.
13777
13778 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13781         2008-12-25 in dns.el.
13782
13783 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13784
13785         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13786         could happen if the text is only composed of spaces and/or tabs.
13787
13788 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13789
13790         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13791         when sending a queued message to avoid extra mml tags.
13792
13793 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13796
13797 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13800         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13801         rmail-toggle-header for XEmacs;
13802         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13803
13804 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * gnus-dired.el: Remove autoload for gnus-setup-message.
13807         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13808         displaying Gnus logo; always use compose-mail.
13809
13810 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13813
13814 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13817         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13818         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13819         available.
13820         (gnus-nocem-epg-verify): New function.
13821
13822 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13823
13824         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13825
13826 2009-02-15  Glenn Morris  <rgm@gnu.org>
13827
13828         * gnus-util.el (rmail-insert-rmail-file-header)
13829         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13830         autoloads.
13831         (rmail-default-rmail-file): Remove unnecessary declaration.
13832         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13833
13834 2009-02-14  Glenn Morris  <rgm@gnu.org>
13835
13836         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13837         variable (only used in gnus-util, which declares it anyway).
13838         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13839         which was only needed by gnus-art (changed to not use it any more).
13840         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13841         only used in gnus-util, which autoloads it itself.
13842         (rmail-update-summary): Fix autoload.
13843
13844         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13845         rather than rmail-output-to-rmail-file.
13846
13847 2009-02-07  Glenn Morris  <rgm@gnu.org>
13848
13849         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13850         autoload of function that no longer exists.
13851         (rmail-toggle-header): Declare.
13852         (message-forward-rmail-make-body): Handle mbox Rmail.
13853
13854 2009-01-31  Glenn Morris  <rgm@gnu.org>
13855
13856         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13857         2009-01-09 change.
13858
13859 2009-01-31  Dave Love  <fx@gnu.org>
13860
13861         * imap.el (imap-fetch-safe): Bind debug-on-error.
13862         (imap-debug): Add imap-fetch-safe.
13863
13864 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13865
13866         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13867         (auth-source-forget-all-cached): New convenience function.
13868         (auth-source-user-or-password): Accept list of modes or a single mode.
13869
13870         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13871         auth-source modes.
13872
13873         * netrc.el (netrc-machine-user-or-password): Use list of
13874         auth-source modes.
13875
13876         * nnimap.el (nnimap-open-connection): Use list of
13877         auth-source modes.
13878
13879         * nntp.el (nntp-send-authinfo): Use list of
13880         auth-source modes.
13881
13882 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13883
13884         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13885         now.
13886
13887 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13890         coding system in XEmacs; add a workaround for XEmacs.
13891
13892         * lpath.el: Fbind coding-system-aliasee.
13893
13894 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13897         of current-language-environment.
13898
13899 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13902         available at runtime.
13903
13904 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13907
13908 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13909
13910         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13911         the greatest positive fixnum value doesn't work under an XEmacs with
13912         bignum support; use the most-positive-fixnum constant instead,
13913         available since Emacs 21.1 with cl and XEmacs 21.1.
13914
13915 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13918         XEmacs gets not to work.
13919
13920 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * mm-util.el (mm-coding-system-priorities): Allow the value like
13923         "Japanese (UTF-8)" of current-language-environment.
13924
13925 2009-01-09  Glenn Morris  <rgm@gnu.org>
13926
13927         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13928         with last-command-event.
13929
13930 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13933         in the doc string.
13934
13935         * message.el (message-fix-before-sending): Amend comment.
13936
13937 2009-01-08  Dave Love  <fx@gnu.org>
13938
13939         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13940
13941 2009-01-07  David Engster  <dengste@eml.cc>
13942
13943         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13944         simplified server definitions by converting it via
13945         gnus-server-to-method.
13946
13947 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13950         parameter's operands.
13951
13952 2009-01-06  David Engster  <dengste@eml.cc>
13953
13954         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13955         primary select method (for gnus-group-mark-article-as-read).
13956
13957 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13958
13959         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13960         `(gnus)Face', not `(gnus)X-Face'.
13961
13962 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * mm-util.el (mm-ucs-to-char): New function.
13965
13966         * mm-url.el (mm-url-decode-entities): Use it.
13967
13968         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13969         unicode-to-char.
13970
13971 2009-01-05  Dave Love  <fx@gnu.org>
13972
13973         * time-date.el: Require cl for `declare'.
13974
13975 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13976
13977         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13978         Dave Love.
13979
13980 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13981
13982         * message.el (message-fix-before-sending): Add `eight-bit' to
13983         illegible-text check.
13984
13985 2009-01-03  Michael Olson  <mwolson@gnu.org>
13986
13987         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13988         `headers' is nil.  This can occur if the IMAP server does not have
13989         permissions to read messages from a folder, but can write new messages
13990         to the folder.
13991         (nnimap-request-article-part): Do not insert `data' if it is nil.
13992
13993         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13994         characters which will confuse `read', so skip past them.
13995
13996 2009-01-01  Dave Love  <fx@gnu.org>
13997
13998         * imap.el (imap-string-to-integer): Fix typo.
13999         (imap-fetch-safe): New function.
14000         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14001
14002         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14003
14004         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14005         (imap-parse-greeting): Fix doc strings.
14006         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14007         (imap-parse-flag-list): Make messages unique.
14008         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14009
14010         * nnimap.el: Fix author email.
14011         (nnimap-split-rule): Add FIXME comment.
14012         (nnimap-debug): Fix doc string.
14013
14014 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14015
14016         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14017
14018 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14019
14020         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14021         nslookup if resolv.conf isn't available.
14022         (dns-query): Rename from query-dns.
14023         (dns-query-cached): Rename from query-dns-cached.
14024
14025 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14028         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14029         to check if those variables exist (first appeared in Emacs 18.50).
14030
14031 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * mm-util.el (mm-line-number-at-pos): New function.
14034
14035         * spam-report.el (spam-report-process-queue): Use it.
14036
14037 2008-12-24  David Engster  <dengste@eml.cc>
14038
14039         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14040         parameters that haven't existed as variables as buffer-local variables.
14041
14042 2008-12-23  Dave Love  <fx@gnu.org>
14043
14044         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14045         cadar.
14046
14047         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14048         imap-starttls-p.
14049         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14050
14051 2008-12-22  Dave Love  <fx@gnu.org>
14052
14053         * imap.el: Fix author email.  Doc fixes.
14054         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14055         reply.
14056
14057 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14058
14059         * spam-report.el (spam-report-gmane-max-requests): New constant.
14060         (spam-report-gmane-wait): New variable.
14061         (spam-report-gmane-ham, spam-report-gmane-spam)
14062         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14063         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14064         the server.
14065
14066         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14067         Add explanations.
14068
14069         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14070         nnheader-accept-process-output and nnheader-read-timeout if available.
14071         (pop3-movemail): Use it.
14072
14073         * message.el (message-check-news-body-syntax): Fix signature check if
14074         there's an attachment.
14075
14076 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * mm-util.el: Add comments to the mm- emulating functions.
14079
14080 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14083         Reported by Stephen Berman <stephen.berman@gmx.net>.
14084
14085 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * mm-util.el (mm-substring-no-properties): New function.
14088         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14089         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14090         (mm-string-to-multibyte): Doc fix.
14091
14092         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14093
14094 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * mml.el (mml-attach-file): Strip text properties from file name.
14097         (Bug#1574)
14098
14099 2008-12-16  Glenn Morris  <rgm@gnu.org>
14100
14101         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14102
14103 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14106         knows since the charset specified might be a bogus alias that
14107         mm-charset-synonym-alist provides.
14108
14109 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14110
14111         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14112         "ISO_8859-1".
14113
14114         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14115
14116 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * mm-util.el (mm-charset-eval-alist):
14119         Define it before mm-charset-to-coding-system.
14120         (mm-charset-to-coding-system): Add optional argument `silent';
14121         define it before mm-charset-override-alist.
14122         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14123         default value if it can be used in Emacs currently running;
14124         silence mm-charset-to-coding-system.
14125
14126 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14129         `allow-override' which says whether to use `mm-charset-override-alist'.
14130         (rfc2047-decode-encoded-words): Use it.
14131
14132         * mm-util.el (mm-charset-override-alist): Fix custom type;
14133         add `(gb2312 . gbk)' to choices.
14134
14135 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14138         fast.
14139
14140         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14141
14142         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14143
14144 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14145
14146         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14147         on links.
14148
14149         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14150
14151 2008-12-03  Lute Kamstra  <lute@gnu.org>
14152
14153         * sha1.el: Remove leading * from docstrings of defcustoms,
14154         deffaces, defconsts and defuns.
14155
14156 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14159         users' addresses that don't have domain parts.
14160         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14161         rather than message-narrow-to-head since there will be the message
14162         header separator.
14163
14164 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14165
14166         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14167         since the result is inserted in a unibyte buffer anyway.
14168         (nnimap-demule-use-string-to-multibyte): Remove.
14169         (nnimap-demule): Alias it to mm-string-to-multibyte.
14170
14171 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14174         variable for debugging bug#464 and bug#1174.
14175         (nnimap-demule): Use it.
14176
14177 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14178
14179         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14180         score calculation correctly.
14181
14182 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14183
14184         * message.el (message-send-mail): Just set the buffer to unibyte
14185         rather than use mm-with-unibyte-current-buffer which does a lot more.
14186         (message-send-mail-partially): Don't bother with
14187         mm-with-unibyte-current-buffer since it's already been made unibyte by
14188         message-send-mail.
14189
14190 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14191
14192         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14193
14194 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14195
14196         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14197
14198 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14201         require itself and to remove `with-no-warnings'.
14202
14203 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14204
14205         * starttls.el (starttls-any-program-available): Get the name of the
14206         available TLS layer program.
14207         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14208         well as the host name in the "opening" message.
14209
14210         * auth-source.el (auth-source-cache, auth-source-do-cache)
14211         (auth-source-user-or-password): Cache passwords and logins by default,
14212         allow override with `auth-source-do-cache'.
14213         (auth-source-forget-user-or-password): Allow users to remove cache
14214         entries if needed.
14215
14216 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14217
14218         * md4.el (md4-buffer): Fix typo in docstring.
14219         (md4, md4-64): Doc fixes.
14220         (md4-pack-int32): Reflow docstring.
14221
14222 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14223
14224         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14225         condition-case to only the forward-sexp call.
14226
14227 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14228
14229         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14230         quotes contained.  Make it more robust regardless by an extra
14231         condition-case wrapper.
14232
14233 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14236
14237 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * nnml.el (nnml-request-expire-articles): Check if the function set to
14240         `nnmail-expiry-target' returns the symbol `delete'.
14241
14242         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14243
14244         * nnmail.el (nnmail-expiry-target): Fix custom type.
14245
14246 2008-10-02  Glenn Morris  <rgm@gnu.org>
14247
14248         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14249         Silence compiler warning.
14250
14251 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14252
14253         * tls.el (open-tls-stream): Show the actual command being
14254         executed, instead of the format string.
14255
14256 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * lpath.el: Fbind codepage-setup for Emacs 23.
14259
14260 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14261
14262         * mml.el (mml-menu): Don't assume mml2015 is bound.
14263
14264 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14267         exists.
14268
14269 2008-09-27  Glenn Morris  <rgm@gnu.org>
14270
14271         * gnus-util.el (mail-header-remove-comments): Autoload it.
14272
14273 2008-09-27  Andreas Schwab  <schwab@suse.de>
14274
14275         * gnus-util.el (gnus-split-references): Strip comments.
14276         (gnus-parent-id): Likewise.
14277
14278 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14279
14280         * message.el (message-confirm-send): Fix version.
14281
14282 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * message.el (message-idna-to-ascii-rhs-1): Use
14285         mail-extract-address-components rather than mail-header-parse-addresses
14286         that is an alias by default to ietf-drums-parse-addresses that does not
14287         support non-ASCII names in headers' contents.
14288
14289 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14290
14291         * message.el (message-confirm-send): Fix variable documentation to
14292         avoid the "y/n" wording.
14293
14294 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14295
14296         * message.el (message-set-auto-save-file-name): Save to a different
14297         filename so multiple messages (especially drafts) can be recovered.
14298
14299 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14300
14301         * message.el (message-confirm-send): Add appropriate version.
14302
14303 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14304
14305         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14306         defvar.
14307
14308 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14309
14310         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14311         (mm-pkcs7-enveloped-magic): Ditto.
14312
14313 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14314
14315         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14316         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14317
14318 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14319
14320         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14321         default, it's better.
14322
14323 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14324
14325         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14326         summary line gnus-number property and ignore them (with a warning
14327         message).
14328
14329 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14332         macro caddr in the interactive form since it won't be expanded.
14333
14334 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14337         `charset'; fix name of function called recursively.
14338         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14339
14340 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14343         (gnus-mime-set-charset-parameters): New function.
14344         (gnus-mime-view-part-as-charset): Use it to correctly display part
14345         specifying wrong charset.
14346
14347 2008-09-08  David Engster  <dengste@eml.cc>
14348
14349         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14350         in completing-read for back end server.
14351
14352 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14353
14354         * message.el (message-confirm-send): New variable to confirm sending a
14355         message.
14356         (message-send): Use it.
14357
14358 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14359
14360         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14361
14362 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14365
14366 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14367
14368         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14369         prevent tracking too many groups.
14370         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14371         Use it.
14372
14373 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14374
14375         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14376         moving point to the bottom of the window in order to avoid recentering.
14377
14378 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14381
14382         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14383         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14384         (gnus-article-beginning-of-window): Fix calculation.
14385
14386 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * gnus-msg.el (gnus-summary-supersede-article)
14389         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14390         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14391         message header.
14392
14393 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14394
14395         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14396         pending output coming after the status change.
14397
14398 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14399
14400         * message.el:
14401         * gnus-start.el:
14402         * gnus-registry.el: Remove VMS support.
14403
14404 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14407         macro.
14408         (rfc2104-hash): Use it.
14409
14410 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14413         (gnus-summary-sort-by-most-recent-date): New commands.
14414         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14415         and menu entries.
14416
14417 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14420         don't redisplay article for raw contents; remove plural articles stuff.
14421
14422         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14423         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14424         on gnus-summary-save-article; display results properly.
14425
14426 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * lpath.el: No need to fbind ns-focus-frame.
14429
14430 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14433
14434 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * gnus-art.el (gnus-summary-save-in-pipe):
14437         Consider gnus-save-all-headers.
14438
14439 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14440
14441         * gnus-util.el (ns-focus-frame): Remove declaration.
14442         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14443         like x.
14444
14445 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14446
14447         * rfc2104.el (rfc2104-zero): Delete defconst.
14448         (rfc2104-hex-alist): Likewise.
14449         (rfc2104-hex-to-int): Delete func.
14450         (rfc2104-hexstring-to-bitstring): Likewise.
14451         (rfc2104-nybbles): New defconst.
14452         (rfc2104-hash): Rewrite for speed.
14453
14454 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14455
14456         * tls.el (open-tls-stream): Make it work with the 2nd argument
14457         BUFFER that is a string but does not exist as a buffer object, as
14458         mentioned in the doc-string.
14459
14460 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14463         SXEmacs.
14464
14465 2008-07-16  Glenn Morris  <rgm@gnu.org>
14466
14467         * gnus-util.el (ns-focus-frame): Declare for compiler.
14468
14469 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14472         set as a group parameter.
14473         (gnus-summary-save-in-pipe): Work when it is called independently.
14474         (gnus-summary-pipe-to-muttprint): Don't modify
14475         gnus-summary-pipe-output-default-command.
14476
14477 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14478
14479         * message.el (message-send-mail-with-sendmail):
14480         Display the error message.
14481
14482 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * gnus-art.el (gnus-default-article-saver):
14485         Add gnus-summary-save-in-pipe to choices.
14486         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14487         gnus-summary-pipe-output-default-command as the default command.
14488         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14489         instead of gnus-last-shell-command.
14490
14491         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14492         New user option.
14493         (gnus-summary-muttprint-program): Mention the value will be changed.
14494         (gnus-summary-save-article): Force showing of all headers.
14495         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14496
14497 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14498
14499         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14500
14501 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14502
14503         * nnimap.el (nnimap-id):
14504         * sieve-manage.el (sieve-manage-open): Doc fixes.
14505
14506 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14507
14508         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14509         if available.
14510
14511 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14512
14513         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14514
14515         * nnkiboze.el (nnkiboze-generate-group):
14516         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14517
14518         * nnmairix.el: Require CL.
14519
14520 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * dgnushack.el: Autoload get-display-table and put-display-table for
14523         XEmacs 21.5.
14524
14525         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14526         21.4 and SXEmacs.
14527
14528 2008-06-15  David Engster  <dengste@eml.cc>
14529
14530         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14531
14532 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14533
14534         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14535         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14536         runtime choice under XEmacs.
14537
14538         * gnus-sum.el (gnus-summary-set-display-table):
14539         Use `gnus-put-display-table', `gnus-get-display-table',
14540         `gnus-set-display-table' for the display table, instead of `aset'.
14541
14542         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14543         Use `gnus-put-display-table', `gnus-get-display-table',
14544         `gnus-set-display-table' for the display table.
14545
14546 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14547
14548         * nnmairix.el: Add autoloads.
14549
14550 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14551
14552         * nnmairix.el (nnmairix-delete-recreate-group)
14553         (nnmairix-update-and-clear-marks): Fix error messages.
14554
14555 2008-06-14  David Engster  <dengste@eml.cc>
14556
14557         * nnmairix.el: Upgrade to version 0.6.
14558         (nnmairix-group-toggle-propmarks-this-group)
14559         (nnmairix-group-toggle-readmarks-this-group)
14560         (nnmairix-group-delete-recreate-this-group)
14561         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14562         (nnmairix-remove-tick-mark-original-article): New commands.
14563         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14564         (nnmairix-propagate-marks-to-nnmairix-groups)
14565         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14566         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14567         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14568         functions needed for marks propagation and manipulation of read marks.
14569         (nnmairix-update-groups): New function.
14570         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14571         (nnmairix-determine-original-group-from-registry)
14572         (nnmairix-determine-original-group-from-path)
14573         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14574         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14575         New helper functions.
14576         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14577         keystrokes for new commands.
14578         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14579         (nnmairix-request-group): Check allow-fast group parameter.
14580         (nnmairix-request-create-group): Set allow-fast group parameter if
14581         nnmairix-allowfast-default is set.
14582         (nnmairix-close-group): Propagate marks upon closing if needed.
14583         (nnmairix-group-toggle-threads-this-group): Use new.
14584         nnmairix-group-toggle-parameter helper function.
14585         (nnmairix-search): Better check for empty search result.
14586         (nnmairix-goto-original-article): Use new helper functions for
14587         determining original article.
14588         (nnmairix-show-original-article): Make sure message-id is in brackets.
14589         (nnmairix-call-mairix-binary): Change variable name.
14590         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14591         helper function.
14592         (nnmairix-widget-toggle-activate): Fix doc string.
14593
14594 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * nnir.el: Require edmacro when compiling with XEmacs.
14597         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14598         available in Emacs 21.
14599
14600 2008-06-11  Glenn Morris  <rgm@gnu.org>
14601
14602         * gnus-util.el (x-focus-frame):
14603         * gnus.el (image-size):
14604         * mm-decode.el (image-size): Declare.
14605
14606         * gnus-picon.el (declare-function): Add compat definition.
14607         (image-size): Declare.
14608
14609         * gnus-group.el (tool-bar-map):
14610         * gnus-sum.el (tool-bar-map): Define for compiler.
14611
14612         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14613
14614         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14615
14616         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14617         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14618         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14619         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14620         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14621         * sieve-manage.el, spam-report.el, spam.el:
14622         Remove unnecessary eval-and-compile of autoloads.
14623
14624 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14625
14626         * auth-source.el: Precise Tramp doc.
14627
14628 2008-06-07  Glenn Morris  <rgm@gnu.org>
14629
14630         * nnmairix.el: Remove unnecessary eval-when-compile.
14631
14632 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * lpath.el: Fbind propertize for XEmacs 21.4.
14635
14636 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14637
14638         * nnir.el: Move here from ../contrib.
14639
14640 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14641
14642         * gnus-util.el (gnus-read-shell-command): New function.
14643         * mm-decode.el (mm-pipe-part):
14644         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14645
14646 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14649
14650 2008-06-03  Glenn Morris  <rgm@gnu.org>
14651
14652         * pop3.el (nnheader-accept-process-output): Autoload it.
14653
14654 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14657         are not 2-digit hexadecimal characters that follow `%'s.
14658
14659 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14660
14661         * message.el (message-bogus-recipient-p): Fix type in doc string.
14662         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14663         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14664         Improve custom options.
14665         (message-bogus-recipient-p): Adjust accordingly.
14666
14667 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14668
14669         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14670         long-form month and day names.
14671
14672 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * dgnushack.el: Autoload debug, eudc-expand-inline and
14675         pgg-snarf-keys-region for XEmacs.
14676
14677         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14678
14679         * nnmairix.el: Require edmacro when compiling with XEmacs.
14680
14681 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14682
14683         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14684         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14685
14686 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14687
14688         * auth-source.el: Add more docs.
14689
14690         * netrc.el (netrc-machine): Always match if the port is not given.
14691
14692 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14693
14694         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14695         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14696         retrieval faster in some cases, but might make CPU usage larger.
14697         If this has any bad side effects, we might revert this change.
14698
14699         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14700         seems to make mail retrieval much, much faster.
14701         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14702         unconditionally.
14703
14704         * gnus-draft.el (gnus-group-send-queue):
14705         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14706
14707 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14710
14711         * message.el (message-bogus-address-regexp): Fix and improve custom
14712         type.
14713         (message-setup-hook): Add message-check-recipients as custom option.
14714
14715 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14716
14717         * message.el (message-cite-function): Remove bogus autoload which crept
14718         in during merge from v5-10.
14719
14720 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14721
14722         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14723
14724         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14725
14726         * auth-source.el: Preliminary Tramp docs.
14727         (auth-sources): Change the default auth-sources to use
14728         EPA .gpg files.
14729
14730 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14731
14732         * nntp.el: Autoload `auth-source-user-or-password'.
14733         (nntp-send-authinfo): Use it.
14734
14735         * nnimap.el: Autoload `auth-source-user-or-password'.
14736         (nnimap-open-connection): Use it.
14737
14738         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14739         for the gnus-message function.
14740         (auth-source-user-or-password): Use it.
14741
14742 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14743
14744         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14745         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14746         (rfc2104-hash): Use it.
14747
14748 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14749
14750         * gnus-art.el (gnus-article-toggle-truncate-lines):
14751         Don't use `iff' in docstring.
14752
14753 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14754
14755         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14756
14757         * gnus-util.el (gnus-extract-address-component-name)
14758         (gnus-extract-address-component-email): Convenience functions around
14759         `gnus-extract-address-components'.
14760
14761         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14762         Use `gnus-extract-address-component-email' to fix bug of comparing full
14763         sender name to `user-mail-address'.
14764
14765 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14766
14767         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14768         catch/throw to optimize.
14769         (gnus-registry-find-keywords): Just use member to find a keyword.
14770
14771 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14772
14773         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14774         is current before calling gnus-server-prepare.
14775         (gnus-server-setup-buffer, gnus-server-update-server)
14776         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14777
14778 2008-05-04  Juri Linkov  <juri@jurta.org>
14779
14780         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14781         (mailcap-file-default-commands): Use mailcap-replace-in-string
14782         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14783         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14784
14785 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14786
14787         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14788
14789 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14790
14791         * gnus.el: Bump version to 0.11.
14792
14793 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14794
14795         * gnus.el: No Gnus v0.10 is released.
14796
14797 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14798
14799         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14800         hooks.
14801         (gnus-update-read-articles): Speed up non-marks-using users.
14802         (gnus-use-marks): Define gnus-use-marks.
14803         (gnus-propagate-marks): Rename variable to something more sensible.
14804
14805 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14806
14807         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14808         (gmm-image-load-path-for-library): Fix typos in docstrings.
14809         (gmm-message): Reflow docstring.
14810
14811 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14812
14813         * mail-source.el (mail-source-set-1, mail-source-bind):
14814         Move auth-source code out of the macro to clean it up and fix bugs.
14815
14816 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14817
14818         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14819         by sender if it's equal to user-mail-address, it's likely to be
14820         useless.
14821
14822         * mail-source.el (mail-source-bind): Don't use user or password if they
14823         are not bound.  Unintern them if they are nil.  Don't use server unless
14824         it's bound, and default it to empty string otherwise.
14825
14826 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14827
14828         * mail-source.el: Load auth-source.el.
14829         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14830         get user name or password, if auth-sources is set up.
14831
14832         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14833         strategy of splitting with parent.
14834         (gnus-registry-split-fancy-with-parent)
14835         (gnus-registry-post-process-groups): Use it and fix prior
14836         bug (returning a list as the split result).
14837
14838         * auth-source.el (auth-sources): Remove server parameter.
14839         (auth-source-pick, auth-source-user-or-password)
14840         (auth-source-user-or-password-imap)
14841         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14842         (auth-source-user-or-password-sftp)
14843         (auth-source-user-or-password-smtp): Remove server parameter.
14844
14845 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14846
14847         * smime.el (smime-sign-region, smime-encrypt-region)
14848         (smime-decrypt-region):
14849         Remove redundant calls to `generate-new-buffer-name'.
14850
14851 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14852
14853         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14854         Don't use QP for message/rfc822.
14855         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14856
14857 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14858
14859         * sieve-manage.el (sieve-string-bytes): Remove.
14860         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14861         correct byte-length only if the process's coding-system is the same as
14862         the one used internally by Emacs to represent strings.
14863
14864 2008-04-22  Juri Linkov  <juri@jurta.org>
14865
14866         * mailcap.el (mailcap-file-default-commands): New function.
14867
14868 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14869
14870         * message.el (message-signature-separator, message-cite-function):
14871         Change custom version.
14872
14873 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14874
14875         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14876         commands.
14877         (tls-checktrust): Ditto.
14878
14879 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14880
14881         * mm-decode.el (mm-display-external): Make temp file read-only.
14882
14883 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14884
14885         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14886         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14887         `C-c C-f d'.
14888
14889 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14890
14891         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14892
14893 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * gnus.el: Bump version to 0.9.
14896
14897 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14898
14899         * gnus.el: No Gnus v0.8 is released.
14900
14901 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14902
14903         * mail-source.el (mail-source-value):
14904         Prefer fboundp to functionp so it works with macros as well.
14905
14906 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14907
14908         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14909         Fix last change in case the element is not even a symbol.
14910
14911 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14912
14913         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14914         Prefer fboundp to functionp so it works with macros as well.
14915
14916 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14917
14918         * auth-source.el: Add docs.
14919         (auth-sources): Modify format to support server.
14920         (auth-source-pick, auth-source-user-or-password)
14921         (auth-source-user-or-password-imap)
14922         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14923         (auth-source-user-or-password-sftp)
14924         (auth-source-user-or-password-smtp): Add server parameter.
14925
14926 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14927
14928         * gnus-registry.el: Initialize the registry when gnus-registry-install
14929         is t.
14930
14931 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * compface.el (uncompface): Make buffer unibyte.
14934
14935 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14936
14937         * mail-source.el (mail-source-value):
14938         Prefer fboundp to functionp so it works with macros as well.
14939
14940 2008-04-05  Glenn Morris  <rgm@gnu.org>
14941
14942         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14943
14944 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14945
14946         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14947         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14948
14949         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14950         multibyteness after rather than before erasing it.
14951
14952         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14953         mm-with-multibyte.
14954         (gnus-request-article-this-buffer): Make sure the proper decoding is
14955         used if gnus-original-article-buffer happens to be unibyte.
14956
14957         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14958         default-enable-multibyte-characters.
14959
14960         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14961         default-enable-multibyte-characters.
14962
14963         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14964
14965         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14966
14967 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14968
14969         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14970         Fix last change in case the element is not even a symbol.
14971
14972 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14973
14974         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14975         (imap-message-copyuid-1): Use it.
14976         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14977         J. Williams in
14978         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14979
14980         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14981         imap-enable-exchange-bug-workaround.
14982         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14983
14984 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14985
14986         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14987         a 100 byte status-checks into a 2-3MB transfer for each group.
14988         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14989         to enable bug workaround or not.
14990         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14991
14992 2008-03-31  Glenn Morris  <rgm@gnu.org>
14993
14994         * message.el (mml2015-use): Declare for compiler.
14995         (message-info): Require mml2015 when appropriate.
14996
14997 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15000         whitespace.
15001
15002 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15003
15004         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15005         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15006         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15007         (nntp-service-to-port): New function.
15008         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15009         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15010         (nntp-open-netcat-stream): New function.
15011         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15012
15013 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15014
15015         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15016
15017 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15018
15019         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15020
15021 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15022
15023         * dns.el (dns-write): Use set-buffer-multibyte.
15024
15025 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15026
15027         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15028
15029 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15030
15031         * message.el (message-signature-separator): Change default.
15032         Improve custom type.
15033         (message-cite-function): Change default to
15034         message-cite-original-without-signature.
15035
15036         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15037         toggle.
15038
15039         * message.el (message-check-news-body-syntax): Fix signature check.
15040         (message-setup-1): Mark buffer as unmodified _after_ running
15041         message-setup-hook and handling message-alternative-emails.
15042         (message-shorten-references): Be more strict when building list of
15043         valid references to comply with GNKSA.
15044
15045         * gnus-group.el (gnus-read-ephemeral-bug-group)
15046         (gnus-read-ephemeral-debian-bug-group)
15047         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15048
15049         * message.el (message-info): Don't use booleanp which isn't supported
15050         in Emacs 21 and XEmacs.
15051
15052 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15053
15054         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15055         gnus-group-gmane-group-download-format.
15056         (gnus-group-read-ephemeral-gmane-group): Rename from
15057         gnus-group-read-ephemeral-gmane-group.
15058         (gnus-read-ephemeral-gmane-group-url): Rename from
15059         gnus-group-read-ephemeral-gmane-group-url.
15060         (gnus-bug-group-download-format-alist): New variable.
15061         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15062         (gnus-read-ephemeral-emacs-bug-group): New commands.
15063
15064 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15067         (gnus-visible-headers): Improve custom type.
15068
15069 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15070
15071         * mml.el (mml-menu): Add workarounds for XEmacs.
15072
15073         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15074         X-Boundary header.
15075
15076         * message.el (message-simplify-recipients): Fix previous commit.
15077
15078 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15079
15080         * mm-util.el (mm-set-buffer-multibyte): New function.
15081         * mm-decode.el (mm-copy-to-buffer): Use it.
15082
15083         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15084         Prefer fboundp to functionp so it works with macros as well.
15085
15086 2008-03-19  Glenn Morris  <rgm@gnu.org>
15087
15088         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15089         Accidentally removed in the sync process with Emacs.
15090
15091 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15092
15093         * message.el (message-alter-recipients-discard-bogus-full-name):
15094         New function.
15095         (message-alter-recipients-function): New variable.
15096         (message-get-reply-headers): Use it.
15097         (message-replace-header): New helper function.
15098         (message-recipients-without-full-name): New variable.
15099         (message-simplify-recipients): New command.
15100
15101         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15102
15103         * message.el (message-info): Handle EasyPG manual.
15104
15105         * mml.el (mml-menu): Add entry for EasyPG.
15106
15107 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15108
15109         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15110         parameter.
15111
15112         * message.el (message-disassociate-draft): Specify drafts group name
15113         fully.
15114
15115 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15116
15117         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15118         Eliminate unnecessary duplicates from the match list.
15119
15120 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15123
15124         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15125
15126         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15127         args of `how-many' of which the XEmacs version doesn't take; declare
15128         Info-index-next as function.
15129
15130 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15131
15132         * gnus-score.el (gnus-score-headers): Fix handling of
15133         gnus-inhibit-slow-scoring.
15134
15135         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15136         string.
15137         (gnus-button-url-regexp): Improve handling of parenthesis.
15138         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15139         (gnus-button-handle-info-keystrokes): Handle index entries.
15140
15141 2008-03-15  Glenn Morris  <rgm@gnu.org>
15142
15143         * parse-time.el (parse-time-string): Simplify.
15144
15145 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15148         Incoming* files.
15149
15150 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15151
15152         * auth-source.el (auth-sources): Rename from auth-source-choices.
15153         (auth-source-pick): Use it.
15154
15155 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15156
15157         * binhex.el (binhex-decode-region-internal):
15158         * uudecode.el (uudecode-decode-region-internal):
15159         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15160         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15161         setting default-enable-multibyte-characters.
15162
15163 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15164
15165         * auth-source.el (auth-source-protocols)
15166         (auth-source-protocols-customize, auth-source-choices): Add and
15167         modified variable customizations and defaults.
15168         (auth-source-pick, auth-source-user-or-password)
15169         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15170         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15171         (auth-source-user-or-password-sftp)
15172         (auth-source-user-or-password-smtp): Use new variables and provide an
15173         interface to netrc.el.
15174
15175 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15178         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15179         Make sure the nntp port to specify is a string.
15180
15181 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15182
15183         * nntp.el: Use with-current-buffer.
15184         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15185         dubious mm-with-unibyte-current-buffer.
15186         (nntp-with-open-group-function): New function extracted from
15187         nntp-with-open-group macro.
15188         (nntp-with-open-group): Use the function, so it's easier to debug.
15189         Add indentation and debugging info.
15190         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15191         Recommend the use of the netcat alternatives.
15192
15193         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15194         Avoid mm-string-as-multibyte as well.
15195
15196         * nnweb.el (nnweb-insert-html):
15197         Remove use of nnheader-string-as-multibyte.
15198
15199         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15200         (nnheader-string-as-multibyte): Remove.
15201
15202         * mm-view.el: Use inhibit-read-only.
15203         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15204         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15205         or unibyte-string.
15206
15207         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15208         (mm-uu-yenc-extract): Use with-current-buffer.
15209
15210         * gnus-soup.el (gnus-soup-send-packet): Don't use
15211         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15212
15213         * nnmh.el: Use with-current-buffer.
15214         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15215         mm-string-as-multibyte on the output of mm-encode-coding-string.
15216
15217         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15218         (nnimap-request-move-article): Use with-current-buffer.
15219
15220         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15221         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15222         conversion uses string-make-unibyte rather than string-as-unibyte.
15223
15224         * gnus-msg.el: Use with-current-buffer.
15225
15226         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15227
15228 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15229
15230         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15231         string for caching if it is 'PIN.
15232
15233 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * lpath.el: Consider the case without Emacs/W3.
15236
15237 2008-03-08  Glenn Morris  <rgm@gnu.org>
15238
15239         * time-date.el (date-to-time, time-subtract, time-add)
15240         (safe-date-to-time): Doc fixes.
15241
15242 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15243
15244         * mail-source.el (mail-source-delete-old-incoming-confirm):
15245         Change default to nil.
15246         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15247
15248 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * lpath.el: Rearrange.
15251
15252         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15253         (gnus-article-goto-prev-page): Work for articles having ^L's.
15254
15255         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15256
15257         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15258
15259 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15260
15261         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15262         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15263         (gnus-bookmark-jump): Adjust some variable names.
15264
15265 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15266
15267         * auth-source.el: New package.
15268         (auth-source-choices): Add customization entry point variable.
15269
15270         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15271         bug.
15272
15273 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15274
15275         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15276         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15277         (gnus-registry-install-shortcuts): Rename from
15278         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15279         the `gnus-registry-mark-map' keymap dynamically from
15280         `gnus-registry-marks'.  The generated functions update the summary line
15281         when a registry mark is added or deleted, and will call
15282         `gnus-registry-install-p' (see the comments in the code).
15283         (gnus-registry-user-format-function-M): Use concat intelligently.
15284
15285         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15286         the registry mark functions.
15287
15288 2008-03-05  Glenn Morris  <rgm@gnu.org>
15289
15290         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15291         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15292         gnus-art.
15293         (top-level): No need to load own source when compiling.
15294
15295 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15296
15297         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15298         Suggested by <chris.anderton@zetnet.co.uk>.
15299
15300 2008-03-04  Glenn Morris  <rgm@gnu.org>
15301
15302         * gnus-sum.el (top-level): No need to require gnus when compiling,
15303         since unconditionally required near start of file.
15304         (gnus-summary-display-while-building): Move definition before use.
15305
15306 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15307
15308         * gnus-registry.el (gnus-registry-user-format-function-M):
15309         Add formatting function.
15310
15311 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15312
15313         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15314         with plists.
15315         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15316         Use new format.
15317
15318 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15321         `where-is-internal' that returns a range of key sequences.
15322
15323 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15324
15325         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15326
15327         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15328         (gnus-summary-jump-to-group): Consider windows on other displayed
15329         frames as well.  Similar changes might be needed elsewhere, but that's
15330         the one I've bumped into during my use.
15331
15332         * nndoc.el (nndoc-oe-dbx-type-p):
15333         * gnus-msg.el (gnus-debug):
15334         * gnus-group.el (gnus-update-group-mark-positions):
15335         Use mm-string-to-multibyte.
15336
15337 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15338
15339         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15340         doesn't handle NotDashEscaped.
15341
15342         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15343         (mml-dnd-attach-options): Fix typo in custom choice.
15344
15345         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15346         Change nndoc-article-type to mbox.
15347         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15348
15349         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15350         to nil, instead of html2text.
15351
15352         * imap.el (imap-debug): Add `imap-ping-server'.
15353
15354         * gnus-bookmark.el: Add FIXMEs.
15355
15356         * message.el (message-form-letter-separator)
15357         (message-send-form-letter-delay): New variables.
15358         (message-send-form-letter): Use them.  New command to send form
15359         letters.  Requested by Uwe Siart.
15360         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15361
15362 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15363
15364         * Update copyright years.
15365
15366 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15367
15368         Sync from EMACS_22_BASE.
15369
15370         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15371
15372 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15373
15374         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15375         empty author.
15376
15377 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15378
15379         * gnus-registry.el (gnus-registry-marks): Add variable for
15380         customization of marks and their appearance.
15381         (gnus-registry-read-mark): Use it.
15382         (gnus-registry-do-marks): Add utility function to loop through
15383         `gnus-registry-marks'.
15384         (gnus-registry-install-shortcuts-and-menus): Add function to install
15385         shortcuts and menus.
15386         (gnus-registry-initialize): Use it.
15387         (gnus-registry-default-mark): Clarify documentation.
15388
15389 2008-02-29  Glenn Morris  <rgm@gnu.org>
15390
15391         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15392         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15393         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15394         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15395         Change defcustom :version from 23.0 to 23.1.
15396
15397 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15398
15399         * gnus-registry.el (gnus-registry-follow-group-p)
15400         (gnus-registry-post-process-groups): Add functions to aid registry
15401         splitting and improve logging.  Clarify behavior in function
15402         documentation.
15403         (gnus-registry-split-fancy-with-parent): Use them.
15404
15405 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15406
15407         * gnus-art.el: Use with-current-buffer.
15408
15409 2008-02-27  David Engster  <dengste@eml.cc>
15410
15411         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15412         Express real group name in the response.
15413
15414 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15417         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15418         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15419         autoload gnus-registry-fetch-group when compiling.
15420         (nnmairix-request-group-with-article-number-correction):
15421         Remove unreferenced argument passed to nnmairix-call-backend.
15422
15423 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15424
15425         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15426         (mm-uu-extract): Improve face for low color ttys.
15427         Reported by Sascha Wilde.
15428
15429 2008-02-27  Glenn Morris  <rgm@gnu.org>
15430
15431         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15432         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15433         variables to defconsts.  Convert comments to doc-strings.
15434         (nnmairix-last-server, nnmairix-current-server): Convert from free
15435         variables to defvars.  Convert comments to doc-strings.
15436         (gnus-registry-fetch-group): Autoload.
15437         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15438         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15439         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15440         caddr.
15441         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15442         nnmairix-request-group-with-article-number-correction call.
15443         (nnmairix-fast, nnmairix-group): New, less general names, for free
15444         variables passed from nnmairix-request-group to
15445         nnmairix-request-group-with-article-number-correction.  Declare.
15446         (nnmairix-request-group-with-article-number-correction):
15447         Use nnmairix-fast, nnmairix-group rather than fast, group.
15448
15449 2008-02-26  David Engster  <dengste@eml.cc>
15450
15451         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15452         version 0.5.
15453
15454 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15455
15456         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15457         instead of making an extra function call.  Don't add the current group
15458         to articles only when they have the group.  Use
15459         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15460         Reported by David <de_bb@arcor.de>.
15461
15462 2008-02-24  Miles Bader  <miles@gnu.org>
15463
15464         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15465         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15466         (mm-find-mime-charset-region):
15467         * mm-bodies.el (mm-encode-body):
15468         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15469
15470 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15473         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15474
15475 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15476
15477         * mail-source.el (mail-source-delete-incoming): Change default.
15478         Supplement doc string.
15479
15480         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15481
15482 2008-02-14  Glenn Morris  <rgm@gnu.org>
15483
15484         * time-date.el (format-seconds): New function.
15485
15486 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15487
15488         * nnmail.el (nnmail-message-id-cache-file): Derive from
15489         `gnus-home-directory'.
15490
15491 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15494         Document negative prefix.
15495
15496         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15497
15498 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15499
15500         * message.el (message-unsent-separator): Add the Exim bounce
15501         separator.
15502
15503 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15504
15505         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15506         list.
15507         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15508         recipient/signer list.
15509
15510 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * Makefile.in (datarootdir): Define.
15513         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15514         name that might contain whitespace.
15515
15516 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15517
15518         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15519         fbound (Emacs 23 unicode), signal an error.
15520
15521 2008-02-08  Glenn Morris  <rgm@gnu.org>
15522
15523         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15524
15525 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15526
15527         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15528         ports to the calls to `netrc-machine-user-or-password' in addition to
15529         "imap" and "imaps".
15530
15531 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15532
15533         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15534
15535         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15536
15537 2008-02-01  Kenichi Handa  <handa@m17n.org>
15538
15539         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15540         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15541         (rfc2104-hash): Convert the result of concat to unibyte string.
15542
15543 2008-02-01  Dave Love  <fx@gnu.org>
15544
15545         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15546         coding-system-for-read.
15547         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15548
15549 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15550
15551         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15552         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15553         <hanche@math.ntnu.no>.
15554
15555 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15558
15559         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15560
15561 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15562
15563         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15564         * message.el (message-beginning-of-line): Use featurep instead of bound
15565         tests in order to resolve conditionals at compile time.
15566
15567 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15568
15569         * mail-source.el (mail-sources): Add `group' choice.
15570
15571         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15572         parameter `in-group' to control into which group the articles go.
15573         Add treatment of `group' mail-source.
15574
15575 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15578
15579         * mm-decode.el (mm-dissect-buffer): Decode description.
15580
15581         * mml.el (mml-to-mime): Encode message header first.
15582
15583 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15586         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15587
15588         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15589         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15590
15591 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15592
15593         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15594
15595 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15598         prefix keys.
15599         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15600         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15601         gnus-xmas.el.
15602
15603         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15604         (gnus-xmas-article-describe-bindings): New function.
15605         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15606         gnus-xmas-article-describe-bindings.
15607
15608         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15609
15610 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15611
15612         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15613         Add new variables for article mark management.
15614         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15615         list of extra data entries which, when present, will indicate that the
15616         article ID should not be trimmed from the registry.
15617         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15618         functions.
15619         (gnus-registry-read-mark): New function to read a mark name from the
15620         user.
15621         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15622         (gnus-registry-set-article-mark-internal): New functions to add and
15623         remove marks.
15624         (gnus-registry-get-article-marks): New function to show the marks for
15625         an article, or retrieve them for further use.
15626
15627 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15630         keys when no argument is given.
15631
15632 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15633
15634         * imap.el (imap-ping-server): New variable.
15635         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15636         (imap-ping-server): Minor doc string fixes.
15637
15638 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15639
15640         * imap.el (imap-ping-server): New function.
15641         (imap-opened): Call imap-ping-server.
15642
15643 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15644
15645         * gnus-sum.el (gnus-article-sort-by-random)
15646         (gnus-thread-sort-by-random): Fix doc strings.
15647         Reported by jidanni@jidanni.org.
15648
15649 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * gnus-art.el (gnus-article-describe-bindings): New function.
15652         (gnus-article-read-summary-keys): Use it.
15653         (gnus-article-mode-map): Bind `C-h b' to it.
15654
15655 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15658         XEmacs.
15659         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15660         Protect against non-character events.
15661
15662         * lpath.el: Fbind map-keymap for Emacs 21.
15663
15664 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15665
15666         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15667         New command.
15668         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15669         instead of END.  Change name of the temp file.
15670         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15671         customizable.
15672
15673 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15676         bind `S W' to gnus-article-wide-reply-with-original; set default
15677         binding to gnus-article-read-summary-send-keys.
15678         (gnus-article-read-summary-keys): Fix the order of keys; display
15679         continuation keys correctly in the echo area; describe bindings
15680         correctly when keys end with `C-h'.
15681         (gnus-article-read-summary-send-keys): New function.
15682         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15683         Work for gnus-article-read-summary-send-keys; display continuation keys
15684         correctly in the echo area.
15685         (gnus-article-reply-with-original): Ignore prefix argument.
15686         (gnus-article-wide-reply-with-original): New function.
15687
15688         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15689         Emacs 21.
15690
15691 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15694         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15695
15696 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15699         (gnus-group-read-ephemeral-gmane-group): New command.
15700
15701 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15702
15703         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15704
15705 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15706
15707         * message.el (message-send-mail-function): Increase custom version.
15708
15709         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15710         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15711
15712 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15713
15714         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15715         for the cases where imap-authenticate is called with a nil buffer
15716         parameter.
15717
15718 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15721         html parts correctly; support forwarded messages.
15722         (gnus-article-browse-html-article): Remove work buffers.
15723
15724         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15725         compiling.
15726         (netrc-bound-and-true-p): New macro.
15727         (netrc-parse): Use it instead of bound-and-true-p that is not available
15728         in XEmacs 21.4.
15729
15730 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15731
15732         * gnus-registry.el (gnus-registry-mark-article)
15733         (gnus-registry-article-marks): Add functionality to mark articles
15734         through the Gnus registry.
15735
15736         * encrypt.el: Clarify documentation for the new pgg method.
15737         (encrypt-file-alist): Add PGG option.
15738         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15739         functionality.  Abstract password key and messaging to external
15740         functions.
15741         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15742         (encrypt-message-method-and-cipher): Add new convenience external
15743         functions.
15744         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15745         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15746
15747         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15748         (netrc-parse): Use encrypt-file-alist to determine if
15749         encrypt-find-model or encrypt-insert-file-contents should be used.
15750
15751         * encrypt.el: Clarify documentation.  Load password-cache or
15752         password, whichever one is found first, instead of autoloading.
15753
15754 2007-12-19  Glenn Morris  <rgm@gnu.org>
15755
15756         * mml.el (message-options-set, message-narrow-to-head)
15757         (message-in-body-p, message-mail-p, message-encode-message-body):
15758         Autoload.
15759         (message-remove-header, message-narrow-to-headers-or-head)
15760         (message-subscribed-p, message-make-mail-followup-to)
15761         (message-position-on-field, message-news-p)
15762         (message-options-set-recipient, message-generate-headers)
15763         (message-sort-headers): Declare as functions.
15764
15765 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15766
15767         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15768         convention in doc string.
15769
15770 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15773         title to html parts.
15774         (gnus-article-browse-html-article): Pass message header to it.
15775
15776         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15777
15778 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15781         or password compatible with XEmacs.
15782
15783 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15784
15785         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15786         format document.
15787         (gnus-mime-delete-part): Don't write description line if empty.
15788         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15789
15790 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15791
15792         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15793         (gnus-summary-mark-read-and-unread-as-read)
15794         (gnus-summary-mark-current-read-and-unread-as-read)
15795         (gnus-summary-mark-unread-as-ticked): Doc fix.
15796         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15797
15798 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15799
15800         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15801         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15802
15803 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15804
15805         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15806         yes-or-no-p.
15807
15808 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * mm-decode.el (mm-add-meta-html-tag): New function.
15811         (mm-save-part-to-file, mm-pipe-part): Use it.
15812
15813         * gnus-art.el (gnus-article-browse-delete-temp-files):
15814         Use gnus-y-or-n-p instead of y-or-n-p.
15815         (gnus-article-browse-html-parts): Work with message/external-body; use
15816         mm-add-meta-html-tag.
15817
15818 2007-12-11  Glenn Morris  <rgm@gnu.org>
15819
15820         * gnus-cache.el: Require gnus-sum not just when compiling.
15821
15822         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15823
15824         * gnus-int.el (gnus-server-opened, gnus-status-message):
15825         Move definitions before use.
15826
15827         * mm-decode.el: Require gnus-util.
15828         (mm-remove-part): Only call delete-annotation on XEmacs.
15829
15830         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15831
15832         * nnmail.el: Require gnus-int.
15833
15834         * spam.el: Move `require's before `eval-when-compile's.
15835
15836         * gnus-ems.el (gnus-alive-p):
15837         * gnus-fun.el (message-goto-eoh):
15838         * gnus-util.el (gnus-group-name-decode):
15839         * mail-source.el (gnus-compress-sequence):
15840         * message.el (Info-goto-node, format-spec):
15841         * mm-bodies.el (message-options-get):
15842         * mm-decode.el (mm-view-pkcs7):
15843         * mm-util.el (gmm-write-region):
15844         * mml-smime.el (mml-compute-boundary)
15845         (gnus-completing-read-with-default):
15846         * mml.el (widget-button-press, gnus-make-hashtable):
15847         * mml1991.el (mm-decode-content-transfer-encoding)
15848         (mm-encode-content-transfer-encoding)
15849         (message-options-get, message-options-set):
15850         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15851         * nnfolder.el (gnus-request-group):
15852         * nnheader.el (ietf-drums-unfold-fws):
15853         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15854         * smime.el (gnus-run-mode-hooks):
15855         * spam-stat.el (gnus-message): Autoload.
15856
15857         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15858         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15859         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15860         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15861         Add declare-function compatibility definition.
15862
15863         * gnus-cache.el (nnvirtual-find-group-art):
15864         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15865         (gnus-add-image, gnus-add-wash-type):
15866         * gnus-group.el (nnkiboze-score-file):
15867         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15868         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15869         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15870         (message-tokenize-header, gnus-get-buffer-create)
15871         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15872         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15873         * gnus.el (gnus-group-decoded-name):
15874         * mail-source.el (imap-capability):
15875         * mm-bodies.el (message-options-set):
15876         * mm-decode.el (gnus-configure-windows):
15877         * mm-extern.el (message-goto-body):
15878         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15879         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15880         (epg-sub-key-validity, message-options-set):
15881         * mml.el (widget-event-point, gnus-configure-windows):
15882         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15883         * mml2015.el (epg-check-configuration, epg-configuration)
15884         (message-options-set):
15885         * nndb.el (nndb-request-article):
15886         * nnfolder.el (gnus-request-create-group):
15887         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15888         * nnmaildir.el (gnus-group-mark-article-read):
15889         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15890         * rfc1843.el (message-fetch-field):
15891         * spam.el (gnus-extract-address-components):
15892         Declare as functions.
15893
15894 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15897
15898         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15899
15900         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15901         bind show-trailing-whitespace for XEmacs.
15902
15903 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15904
15905         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15906         new no-op macro for backward compatibility.
15907
15908         * imap.el (imap-string-to-integer): New function.
15909
15910 2007-12-09  Glenn Morris  <rgm@gnu.org>
15911
15912         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15913
15914         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15915         * message.el, mm-view.el, sieve-manage.el, smime.el:
15916         Add declare-function compatibility definition.
15917
15918         * gnus-art.el (w3-region, w3m-region, Info-menu):
15919         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15920         * gnus-sum.el (gnus-get-predicate):
15921         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15922         * message.el (mail-abbrev-in-expansion-header-p):
15923         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15924         (w3m-detect-meta-charset, w3m-region):
15925         * sieve-manage.el (password-read, password-cache-add)
15926         (password-cache-remove):
15927         * smime.el (password-read-and-add): Declare as functions.
15928
15929 2007-12-08  David Kastrup  <dak@gnu.org>
15930
15931         * gnus-sum.el (gnus-summary-simplify-subject-query):
15932         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15933         `message'.
15934
15935 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15938         it to bind idna-program, installation-directory, defined-colors, and
15939         face-attribute for XEmacs of the version that compiles defcustom forms.
15940
15941 2007-12-07  Glenn Morris  <rgm@gnu.org>
15942
15943         * gnus-art.el (article-make-date-line): Revert previous change.
15944
15945 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15946
15947         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15948
15949 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15950
15951         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15952         Call gnus-add-to-range ranges only once with a prepared article-list.
15953
15954 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15955
15956         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15957         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15958         group names with backslashes.
15959         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15960
15961 2007-12-06  Deepak Goel  <deego3@gmail.com>
15962
15963         * gnus-art.el (article-make-date-line):
15964         * gnus-start.el (gnus-load):
15965         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15966
15967 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * gnus-art.el (gnus-use-idna):
15970         * gnus-start.el (gnus-site-init-file):
15971         * message.el (message-use-idna):
15972         * mm-uu.el (mm-uu-hide-markers):
15973         * smiley.el (smiley-style): Revert changes that suppress warnings.
15974
15975 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15978         specify charset to html source.
15979         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15980
15981 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15984         idna-program in order to suppress byte compile warning issued by XEmacs
15985         that came to byte compile the default value section of defcustom forms
15986         recently.
15987
15988         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15989         value of installation-directory.
15990
15991         * message.el (message-use-idna): Don't directly refer to the value of
15992         idna-program.
15993
15994         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15995
15996         * smiley.el (smiley-style): Don't directly call face-attribute.
15997
15998 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15999
16000         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16001
16002         * gnus-dired.el: Reduce Gnus dependencies.
16003         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16004         Don't require.  Use autoloads instead.
16005         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16006         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16007         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16008         (gnus-dired-mode): Adjust doc string.
16009         (gnus-dired-mail-mode): New variable.
16010         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16011         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16012         (gnus-dired-mail-buffers): New function.  Return mail or message
16013         composition buffers.
16014         (gnus-dired-attach): Use it.
16015         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16016         NO-DECODE.
16017         (gnus-dired-print): Use `gnus-print-buffer' depending on
16018         `gnus-dired-mail-mode'.
16019
16020 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16021
16022         * rfc2047.el (rfc2047-encoded-word-regexp)
16023         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16024         explaining what regexp patterns are for.
16025
16026 2007-12-04  Glenn Morris  <rgm@gnu.org>
16027
16028         * password.el: Move to password-cache.el.
16029
16030         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16031         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16032         * mml-smime.el (password-read, password-cache-add)
16033         (password-cache-remove):
16034         No need to autoload, since mml-sec requires password.
16035
16036         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16037         * message.el (gnus-extract-address-components):
16038         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16039
16040         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16041         password.
16042
16043 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16044
16045         * mailcap.el: Reduce dependencies.
16046         (mail-header-parse-content-type): Autoload.
16047         (mailcap-delete-duplicates): New alias.
16048         (mailcap-mime-info): Add optional argument NO-DECODE.
16049         (mailcap-mime-types): Use mailcap-delete-duplicates.
16050
16051         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16052
16053 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16054
16055         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16056         (imap-parse-status): Upcase status-att for servers that sends them
16057         lower-case (e.g., MS Exchange 2007).
16058
16059 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16060
16061         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16062         function.
16063
16064         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16065         (gnus-uu-yenc-article): New function.
16066
16067         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16068
16069         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16070
16071 2007-12-02  Glenn Morris  <rgm@gnu.org>
16072
16073         * binhex.el (binhex): New custom group.
16074         (binhex-decoder-program, binhex-decoder-switches)
16075         (binhex-use-external): Move to the binhex custom group.
16076
16077         * uudecode.el (uudecode): New custom group.
16078         (uudecode-decoder-program, uudecode-decoder-switches)
16079         (uudecode-use-external): Move to the uudecode custom group.
16080
16081         * netrc.el (top-level): Don't load `encrypt' features.
16082         (netrc-parse): Don't use encrypt.
16083         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16084
16085         * encrypt.el: Remove file.
16086
16087 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16088
16089         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16090         matches on patches.
16091
16092         * gnus-art.el (gnus-article-browse-html-article):
16093         Mention `mm-text-html-renderer' in the doc string.
16094
16095         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16096         string.  Add comments.
16097
16098         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16099         if rhs is ASCII.
16100
16101 2007-12-01  Glenn Morris  <rgm@gnu.org>
16102
16103         * mail-source.el (top-level): Require format-spec before
16104         eval-when-compile.
16105
16106 2007-11-30  Glenn Morris  <rgm@gnu.org>
16107
16108         * encrypt.el: Require password, rather than autoloading password-read.
16109
16110 2007-11-29  Glenn Morris  <rgm@gnu.org>
16111
16112         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16113         (sasl-make-client, sasl-next-step, sasl-step-data)
16114         (sasl-step-set-data): Declare as functions.
16115
16116 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16117
16118         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16119
16120 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16121
16122         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16123         certs should be verified and what is to be done in the event of a
16124         verification failure.
16125
16126         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16127         caller can indicate whether the cache should be disregarded for this
16128         call.  This way the result of the call is reproducible at all times and
16129         can be considered a canonical server name for the supplied method.
16130         (gnus-agent-method-p): Canonicalize server names by pushing their
16131         method through `gnus-method-to-server' using the no-cache argument.
16132
16133         * gnus-srvr.el (gnus-server-insert-server-line):
16134         Call `gnus-method-to-server' with `no-cache' argument.
16135
16136         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16137         gnus-agent-possibly-synchronize-flags as this should be called when the
16138         server is actually being opened.
16139         (gnus-agent-possibly-synchronize-flags)
16140         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16141         flags file of an agentized server to the latter function.
16142
16143         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16144         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16145         after a connection has been established successfully.
16146
16147 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * gnus-art.el (article-display-face): Force to display face if called
16150         interactively; check if gnus-article-x-face-too-ugly matches author.
16151         (article-display-x-face): Display face even if From header is missing
16152         as article-display-face does.
16153
16154 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16155
16156         * hashcash.el (message-narrow-to-headers-or-head)
16157         (message-fetch-field, message-goto-eoh)
16158         (message-narrow-to-headers): Declare as functions.
16159
16160 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16161
16162         * mail-source.el (mail-sources): Default to fetch from file for
16163         compatibility with default of nnmail-spool-file.
16164
16165 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16168         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16169         to look for encoded word that should be encoded again.
16170         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16171         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16172         encoding pattern.
16173         (rfc2047-decode-region): Switch strict regexp and loose one according
16174         to rfc2047-allow-irregular-q-encoded-words.
16175
16176 2007-11-25  Romain Francoise  <romain@orebokech.com>
16177
16178         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16179
16180 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16181
16182         * tls.el (tls-program): Provide more custom choices from
16183         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16184         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16185
16186 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16187
16188         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16189         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16190
16191         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16192         `nnmail-spool-file'.
16193
16194         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16195         `nnmail-spool-file'.
16196
16197         * gnus-move.el (gnus-change-server): Ditto.
16198
16199         * gnus-kill.el (gnus-batch-score): Ditto.
16200
16201         * gnus-cache.el (gnus-jog-cache): Ditto.
16202
16203         * gnus-msg.el (gnus-summary-reply):
16204         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16205
16206 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16207
16208         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16209         version.  Minor improvement to doc strings.
16210         (tls-program): Add comment.
16211
16212 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16213
16214         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16215         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16216         mismatch between the hostname provided in the certificate and the name
16217         of the host connnecting to.
16218         (open-tls-stream): Use them.  Check certificates against trusted root
16219         certificates.
16220
16221 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16222
16223         * gnus-cache.el (gnus-cache-generate-nov-databases):
16224         Use nnml-generate-nov-databases-directory instead of
16225         nnml-generate-nov-databases-1.
16226
16227 2007-11-24  Glenn Morris  <rgm@gnu.org>
16228
16229         * message.el (message-tool-bar-retro): Update for rename
16230         mail_send.xpm->mail-send.xpm.
16231
16232 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16233
16234         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16235         `smime-ldap-search' for Emacs 22 and up.
16236
16237 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16238
16239         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16240
16241         * message.el (message-send-mail-function): Fix error convention.
16242         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16243         (message-widen-reply, message-send-mail, message-talkative-question)
16244         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16245         (message-clone-locals, message-send-news): Use with-current-buffer.
16246         (message-insert-or-toggle-importance): Remove unused var `valid'.
16247         (message-make-references): Remove unused var `new-references'.
16248         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16249
16250 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16251
16252         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16253         (spam-split-symbolic-return-positive): Reflow docstring.
16254         (spam-backends, spam-summary-exit-behavior)
16255         (spam-mark-ham-unread-before-move-from-spam-group)
16256         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16257         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16258         (spam-clear-cache, spam-backend-check, spam-install-backend)
16259         (spam-install-statistical-backend, spam-list-of-processors)
16260         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16261         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16262         (spam-check-crm114, spam-initialize, spam-unload-hook):
16263         Fix typos in docstrings.
16264
16265 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16268         been checked if they have never been read and those group levels are
16269         higher than the one that a user specified.
16270
16271 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16274         foreign groups unless a group level is specified by a user.
16275         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16276
16277 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16278
16279         * message.el (message-send-mail-function): Require sendmail.
16280
16281 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16282
16283         * message.el (message-send-mail-function): Check for smtpmail too.
16284
16285         * utf7.el (utf7-encode, utf7-decode): Use coding system
16286         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16287
16288         * message.el (message-send-mail-function): New function.
16289         (message-send-mail-function): Set default using
16290         message-send-mail-function.  Adjust doc string.
16291         (message-send-mail-with-mailclient): New function.
16292
16293 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16294
16295         * smime.el (from):
16296         * rfc2047.el (message-posting-charset):
16297         * qp.el (mm-use-ultra-safe-encoding):
16298         * pop3.el (parse-time-months):
16299         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16300         * nnml.el (files):
16301         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16302         (jka-compr-compression-info-list, ange-ftp-path-format)
16303         (efs-path-regexp):
16304         * nndiary.el (files):
16305         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16306         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16307         (epg-digest-algorithm-alist, inhibit-redisplay)
16308         (password-cache-expiry):
16309         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16310         (pgg-output-buffer, password-cache-expiry):
16311         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16312         (efs-path-regexp):
16313         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16314         (inhibit-redisplay):
16315         * mm-uu.el (file-name, start-point, end-point, entry)
16316         (gnus-newsgroup-name, gnus-newsgroup-charset):
16317         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16318         (latin-unity-ucs-list):
16319         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16320         (mm-uu-binhex-decode-function):
16321         * message.el (gnus-message-group-art, gnus-list-identifiers)
16322         (rmail-enable-mime-composing, gnus-local-organization)
16323         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16324         (gnus-read-active-file, facemenu-add-face-function)
16325         (facemenu-remove-face-function, gnus-article-decoded-p)
16326         (tool-bar-mode):
16327         * mail-source.el (display-time-mail-function):
16328         * gnus-util.el (nnmail-pathname-coding-system)
16329         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16330         (gnus-original-article-buffer, gnus-user-agent)
16331         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16332         (xemacs-codename, sxemacs-codename, emacs-program-version):
16333         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16334         * gnus-start.el (gnus-agent-covered-methods)
16335         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16336         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16337         (gnus-newsgroup-headers, gnus-group-list-mode)
16338         (gnus-group-mark-positions, gnus-newsgroup-data)
16339         (gnus-newsgroup-unreads, nnoo-state-alist)
16340         (gnus-current-select-method, mail-sources)
16341         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16342         (nnmail-spool-file, gnus-cache-active-hashtb):
16343         * gnus-mh.el (mh-lib-progs):
16344         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16345         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16346         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16347         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16348         (gnus-group-buffer):
16349         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16350         (font-lock-set-defaults):
16351         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16352         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16353         (gnus-summary-post-menu, total-parts, type, condition, length):
16354         * gnus-agent.el (gnus-agent-read-agentview):
16355         * flow-fill.el (show-trailing-whitespace):
16356         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16357         eval-and-compile wrappers for byte compiler pacifiers.
16358
16359         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16360         (mm-display-inline-fontify): Check for featurep 'xemacs not
16361         extent-list.
16362
16363         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16364         itimer-list.
16365         (mm-create-image-xemacs): Only do something for XEmacs.
16366         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16367
16368         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16369
16370         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16371         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16372
16373 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16374
16375         * nnimap.el (nnimap-split-download-body):
16376         * gnus-demon.el (gnus-demon):
16377         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16378
16379 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16382         New macros.
16383         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16384         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16385         copy data from unibyte buffer to multibyte current buffer.
16386         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16387         to copy data from unibyte current buffer to multibyte buffer.
16388         (nntp-make-process-buffer): Make process buffer unibyte.
16389
16390         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16391
16392 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16393
16394         * pop3.el (pop3-open-server): Accept and process data more robustly at
16395         connection start to avoid spurious "POP SSL connection failed" errors.
16396
16397 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16400         read group names.
16401
16402 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16403
16404         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16405
16406 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16409         (nnmail-save-active): Use a unibyte buffer when saving active file,
16410         which may contain non-ASCII group names.
16411
16412         * nnml.el (nnml-request-group): Decode group names in messages.
16413
16414 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16415
16416         * message.el (message-citation-line-function)
16417         (message-insert-formatted-citation-line): Fix spelling of
16418         `message-insert-formated-citation-line'.
16419
16420 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16421
16422         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16423
16424 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16427         nnmail-pathname-coding-system.
16428
16429         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16430         that a user enters; decode group names in messages.
16431
16432         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16433
16434 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16435
16436         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16437
16438         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16439
16440         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16441         risky local variable.
16442
16443         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16444
16445 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16446
16447         * encrypt.el: Improve documentation to fix function name typo.
16448         Reported by Daiki Ueno <ueno@unixuser.org>.
16449
16450 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16453         even if the point is not in the last page of an article.
16454         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16455         back to the previous page.
16456
16457 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16458
16459         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16460
16461 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16462
16463         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16464
16465 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16466
16467         * message.el (message-check-news-body-syntax):
16468         Avoid mm-string-as-multibyte.
16469         (message-hide-headers): Don't assume (point-min)==1.
16470
16471 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16472
16473         * message.el (message-remove-blank-cited-lines): Fix if remove is
16474         given.
16475         (message-bogus-address-regexp): New variable.
16476         (message-bogus-recipient-p): New function.
16477         (message-check-recipients): New command.
16478         (message-syntax-checks): Add `bogus-recipient'.
16479         (message-fix-before-sending): Add `bogus-recipient'.
16480
16481         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16482         (gnus-treat-body-boundary): Don't test window-system.
16483
16484 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16485
16486         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16487
16488 2007-10-28  Miles Bader  <miles@gnu.org>
16489
16490         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16491         at compile-time too.
16492
16493 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16494
16495         * gnus-msg.el (gnus-message-setup-hook):
16496         Add `message-remove-blank-cited-lines' to options.
16497
16498 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * message.el (message-remove-blank-cited-lines): New function.
16501         Suggested by Karl Plästerer.
16502
16503 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16506         mapc.
16507
16508         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16509         (top-level): Use mapc to set functions to be traced for debugging.
16510
16511         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16512         called for effect with while loop.
16513
16514         * message.el (message-talkative-question): Replace mapcar called for
16515         effect with mapc.
16516
16517         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16518         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16519         called for effect with dolist.
16520
16521         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16522
16523         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16524         gnus-extra-headers and nnmail-extra-headers.
16525
16526         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16527         called for effect with dolist.
16528         (top-level): Use mapc to set functions to be traced for debugging.
16529
16530         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16531         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16532         dolist.
16533
16534         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16535         Replace mapcar called for effect with mapc.
16536         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16537         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16538         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16539         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16540
16541         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16542         remove-if that's a cl function.
16543
16544         * webmail.el (webmail-debug): Replace mapcar called for effect with
16545         dolist.
16546
16547         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16548         with mapc.
16549
16550 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16553         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16554         with while loop.
16555
16556         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16557         functions from article-* functions.
16558         (gnus-multi-decode-header): Replace mapcar called for effect with
16559         dolist.
16560
16561         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16562         (gnus-bookmark-show-details): Replace mapcar called for effect with
16563         while loop.
16564
16565         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16566         called for effect with while loop.
16567
16568         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16569         with dolist.
16570
16571         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16572         Replace mapcar called for effect with dolist.
16573
16574         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16575
16576         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16577         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16578         Replace mapcar called for effect with dolist.
16579         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16580         mapc.
16581
16582         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16583         Replace mapcar called for effect with dolist.
16584         (gnus-topic-list): Replace mapcar called for effect with mapc.
16585
16586         * gnus.el: Use mapc instead of mapcar to add autoloads.
16587
16588 2007-10-23  Richard Stallman  <rms@gnu.org>
16589
16590         * gnus-group.el (gnus-group-highlight): Mark as risky.
16591
16592 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * gnus.el (gnus-server-to-method): Return method found first in
16595         gnus-newsrc-alist.
16596
16597         * gnus-art.el (gnus-article-highlight-signature)
16598         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16599         button overlay without the front stickiness.
16600
16601 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16602
16603         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16604         overview buffer needed a catch to receive its throw.
16605         (gnus-agent-flush-cache): Declare as interactive to make this function
16606         easier to use.
16607
16608 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16609
16610         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16611         `next-line'.
16612
16613 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16616         exclude address matching message-dont-reply-to-names.
16617
16618 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * gnus-util.el (gnus-string<): New function.
16621
16622         * gnus-sum.el (gnus-article-sort-by-author)
16623         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16624
16625 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16628         the frame-focus tag is set in gnus-buffer-configuration.
16629
16630 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16633         the front stickiness.
16634
16635 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16638         url pattern; remove duplicate one.
16639         (gnus-article-extend-url-button): New function.
16640         (gnus-article-add-buttons): Use it.
16641         (gnus-button-push): Use concatenated url that it makes.
16642
16643 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16644
16645         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16646
16647 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16648
16649         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16650         Don't hardcode point-min==1.
16651
16652 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16653
16654         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16655         Fix comment about "iso8859-1".
16656
16657 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16658
16659         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16660         ones returned from the verify-function.
16661
16662         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16663         Call mml2015-extract-cleartext-signature if extraction failed.
16664
16665 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16666
16667         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16668         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16669         failed.
16670
16671 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16672
16673         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16674
16675 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16678         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16679         recommends to use EasyPG instead of PGG.
16680
16681         * pgg.el: Revert to revision 6.23.2.16.
16682
16683         * pgg-def.el: Revert to revision 6.6.2.14.
16684
16685         * pgg-gpg.el: Revert to revision 6.23.2.34.
16686
16687 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16688
16689         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16690         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16691         thread for both the null and zero (kill/expire thread) universal prefix
16692         cases.
16693         (gnus-summary-expire-thread): Add new function to expire a thread,
16694         using gnus-summary-kill-thread.
16695         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16696         shortcuts for gnus-summary-expire-thread.
16697         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16698         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16699
16700 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16701
16702         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16703         extras value, so an extras entry can be deleted.
16704         (gnus-registry-delete-extra-entry): Use it.
16705         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16706         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16707         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16708         storage through the gnus-registry, and provide an appropriate API for
16709         it.
16710
16711 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16714         Suggested by Leo <sdl.web@gmail.com>.
16715
16716         * gnus.el: Do.
16717
16718 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16721         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16722
16723         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16724
16725         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16726         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16727
16728 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16731         newline.
16732         (nnmbox-request-accept-article): Don't change article in source buffer;
16733         narrow to header to use message-fetch-field rather than
16734         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16735         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16736         as delimiters; make sure article ends with newline.
16737         (nnmbox-delete-mail): Correct last position of article to be deleted;
16738         ignore X-Gnus-Newsgroup header in article body.
16739         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16740         positions; make sure article ends with newline.
16741
16742         * message.el (message-display-abbrev): Don't infloop when a user
16743         inserts SPC in the beginning of header.
16744
16745         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16746         coding-system-for-read and coding-system-for-write for XEmacs having no
16747         file-coding feature.
16748
16749         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16750
16751 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16752
16753         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16754         list of groups not followed by default.  Fix type to be regexp.
16755         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16756
16757 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16758
16759         * hmac-def.el (define-hmac-function): Switch from old-style to
16760         new-style backquotes.
16761
16762         * md4.el (md4-make-step): Likewise.
16763
16764 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16767         raw-text coding system when saving .newsrc file, which may contain
16768         non-ASCII group names.
16769
16770 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * gnus-cus.el (gnus-score-extra): New widget.
16773         (gnus-score-extra-convert): New function.
16774         (gnus-score-customize): Use it for Extra.
16775
16776 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16777
16778         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16779         (mml2015-mailcrypt-clear-verify): Use it.
16780         (mml2015-gpg-clear-verify): Use it.
16781         (mml2015-pgg-clear-verify): Use it.
16782         (mml2015-epg-clear-verify): Replace the current part with the output
16783         from GnuPG; don't extract the plaintext by itself.
16784
16785         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16786         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16787         mml2015-clear-verify-function; don't touch the armor headers or
16788         dash-escaped text here.
16789
16790 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16793         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16794         parts, or application/octet-stream as a last resort.
16795         (gnus-mime-view-part-as-type): Don't toggle display.
16796         (gnus-mime-view-part-as-charset): Don't turn off display before
16797         querying charset.
16798
16799         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16800         stuff to undisplayer function in Emacs.
16801         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16802
16803         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16804         text/calendar parts.
16805
16806 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16809         decoding text/calendar parts.
16810
16811         * message.el (message-forward-make-body-mime): Always mark body as
16812         having no illegible text; remove signed-or-encrypted argument.
16813         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16814
16815         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16816         (mml-generate-mime-1): Don't encode body if it is specified to be in
16817         raw form; don't make buffer be unibyte when inserting multibyte string.
16818
16819 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16820
16821         * sha1.el: Fix up comment style.
16822         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16823         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16824
16825         * hex-util.el: Fix up comment style.
16826         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16827
16828         * gnus-salt.el: Use with-current-buffer.
16829         (gnus-pick-setup-message): Fix long-standing typo.
16830
16831 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * imap.el (imap-logout-timeout): New variable.
16834         (imap-logout, imap-logout-wait): New functions.
16835         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16836
16837         * nnimap.el (nnimap-logout-timeout): New server variable.
16838         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16839         nnimap-logout-timeout.
16840
16841         * gnus-art.el (gnus-article-summary-command-nosave)
16842         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16843
16844 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * gnus.el (gnus-maximum-newsgroup): New variable.
16847
16848         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16849         according to gnus-maximum-newsgroup.
16850
16851         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16852         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16853         Limit the range of articles according to gnus-maximum-newsgroup.
16854
16855 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16856
16857         * gnus-art.el (gnus-sticky-article): Fix problems described in
16858         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16859         Don't perform gnus-configure-windows here; reuse existing sticky
16860         article buffer.
16861
16862         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16863         it doesn't exist in gnus-article-mode.
16864
16865 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16866
16867         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16868         (gnus-agent-decoded-group-name): New function.
16869         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16870         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16871
16872 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16873
16874         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16875         Add binding for gnus-sticky-article.
16876         (gnus-summary-exit): Don't kill sticky article buffers.
16877
16878         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16879         article buffer.
16880         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16881         (gnus-kill-sticky-article-buffers): New commands.
16882
16883 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * nntp.el (nntp-xref-number-is-evil): New server variable.
16886         (nntp-find-group-and-number): If it is non-nil, don't trust article
16887         numbers in the Xref header.
16888
16889 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * gnus-agent.el (gnus-agent-read-group): New function.
16892         (gnus-agent-flush-group, gnus-agent-expire-group)
16893         (gnus-agent-regenerate-group): Use it.
16894         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16895         nnmail-pathname-coding-system.
16896
16897 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16900
16901         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16902         that are unread as unread, and also as selected so that information of
16903         marks having been changed by a user may be updated when exiting group.
16904
16905 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16906
16907         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16908
16909 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16912         calculated ignoring signature parts to gnus-treat-article.
16913
16914 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16917         a point here in order to keep the window start.
16918         (gnus-insert-mime-security-button): Make a button overlay without the
16919         front stickiness.
16920         (gnus-mime-display-security): Goto the end of a button.
16921
16922         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16923
16924 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16927         group-name-at-point.
16928         (gnus-group-completing-read): New function that offers decoded
16929         non-ASCII group names for completion.
16930         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16931         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16932         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16933         (gnus-group-fetch-control): Use it.
16934         (gnus-fetch-group): Use group-name-at-point for the initial value
16935         rather than the default value; use gnus-alive-p.
16936
16937         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16938         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16939         (gnus-summary-post-news): Use gnus-group-completing-read.
16940
16941         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16942         (gnus-read-move-group-name): Decode group name for completion.
16943
16944 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16945
16946         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16947         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16948         Yamaoka slightly modified the code).
16949
16950 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16951
16952         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16953         (nnmail-split-incoming): Bind it.
16954
16955         * nnml.el (nnml-group-name-charset): New function.
16956         (nnml-decoded-group-name): Use it; don't decode group name if
16957         nnmail-group-names-not-encoded-p is non-nil.
16958         (nnml-encoded-group-name): New function.
16959         (nnml-group-pathname): Inline nnml-decoded-group-name.
16960         (nnml-request-expire-articles): Decode group name in message.
16961         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16962         nnmail-pathname-coding-system.
16963         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16964         not decoded ones according to nnmail-group-names-not-encoded-p.
16965         (nnml-generate-active-info): Use nnml-encoded-group-name.
16966
16967 2007-08-08  Glenn Morris  <rgm@gnu.org>
16968
16969         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16970         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16971         doc-strings and comments.
16972
16973 2007-07-25  Glenn Morris  <rgm@gnu.org>
16974
16975         * Relicense all FSF files to GPLv3 or later.
16976
16977 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * gnus-sum.el (gnus-summary-move-article):
16980         Make gnus-summary-respool-article work.
16981
16982 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16983
16984         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16985         string.
16986
16987 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16988
16989         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16990         that should be ignored when comparing distant RSS articles with local
16991         ones.
16992         (nnrss-make-hash-index): New function.  Create a hash index according
16993         to the ignored fields.
16994         (nnrss-check-group): Use it.
16995
16996 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16997
16998         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16999
17000         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17001
17002         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17003         the new optional argument ENCODED is non-nil.
17004         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17005         coding system for encoding group name.
17006         (gnus-group-make-rss-group): Pass un-encoded group name to
17007         gnus-group-make-group.
17008         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17009         encoded.
17010
17011         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17012         Encode group name to which articles are moved or copied.
17013         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17014         coding system for encoding Newsgroup, Followup-To and Xref headers.
17015
17016         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17017         marks; use nnheader-file-coding-system to write a file.
17018         (nnagent-retrieve-headers): Bind file-name-coding-system to
17019         nnmail-pathname-coding-system.
17020
17021         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17022
17023         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17024         (nnml-request-article, nnml-request-create-group)
17025         (nnml-request-rename-group, nnml-find-id)
17026         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17027         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17028         (nnml-save-marks): Use nnml-group-pathname instead of
17029         nnmail-group-pathname.
17030
17031         (nnml-request-create-group, nnml-request-expire-articles)
17032         (nnml-request-move-article, nnml-request-delete-group)
17033         (nnml-deletable-article-p, nnml-possibly-create-directory)
17034         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17035         (nnml-open-marks): Bind file-name-coding-system to
17036         nnmail-pathname-coding-system.
17037
17038         (nnml-request-article): Pass server argument to nnml-find-group-number.
17039         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17040         Pass server argument to nnml-possibly-create-directory.
17041         (nnml-request-accept-article): Pass server argument to
17042         nnml-active-number and nnml-save-mail.
17043         (nnml-find-group-number): Pass server argument to nnml-find-id.
17044         (nnml-request-update-info): Pass server argument to
17045         nnml-marks-changed-p.
17046
17047         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17048         (nnml-save-mail, nnml-active-number): Add server argument.
17049
17050         (nnml-request-delete-group): Warn if group is missing.
17051         (nnml-get-nov-buffer): Decode group name.
17052         (nnml-generate-active-info): Encode group name.
17053         (nnml-open-marks): Decode group name in messages.
17054
17055 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17058         if it is not specified.
17059         (gnus-article-pipe-part, gnus-article-save-part)
17060         (gnus-article-interactively-view-part, gnus-article-copy-part)
17061         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17062         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17063         (gnus-article-replace-part, gnus-article-delete-part)
17064         (gnus-article-view-part-as-type): Pass raw prefix argument to
17065         gnus-article-part-wrapper.
17066
17067 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * gnus-agent.el (gnus-agent-save-active):
17070         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17071
17072         * gnus-cache.el (gnus-cache-save-buffers)
17073         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17074         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17075         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17076         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17077         (gnus-cache-generate-active, gnus-cache-rename-group)
17078         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17079         (gnus-cache-update-overview-total-fetched-for):
17080         Bind file-name-coding-system to nnmail-pathname-coding-system.
17081         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17082         New variables.
17083         (gnus-cache-decoded-group-name): New function.
17084         (gnus-cache-file-name): Use it.
17085         (gnus-cache-generate-active): Use non-decoded group name for active.
17086
17087         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17088         right place.
17089         (gnus-write-active-file): Don't break non-ASCII group names.
17090
17091         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17092         nnmail-pathname-coding-system.
17093
17094         * lpath.el: Bind default-file-name-coding-system,
17095         file-name-coding-system and language-info-alist for XEmacs.
17096
17097         * gnus-uu.el (gnus-uu-decode-save): Typo.
17098
17099 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17102
17103 2007-07-14  David Kastrup  <dak@gnu.org>
17104
17105         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17106         finishing actions if we did not edit the article.
17107
17108 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17111         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17112         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17113         (gnus-agent-flush-group, gnus-agent-flush-cache)
17114         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17115         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17116         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17117         (gnus-agent-regenerate-group)
17118         (gnus-agent-update-files-total-fetched-for)
17119         (gnus-agent-update-view-total-fetched-for):
17120         Bind file-name-coding-system to nnmail-pathname-coding-system.
17121         (gnus-agent-group-pathname): Don't encode file names by
17122         nnmail-pathname-coding-system.
17123         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17124         coding-system-for-write instead of buffer-file-coding-system to
17125         gnus-agent-file-coding-system.
17126
17127         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17128         Decode group name.
17129
17130         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17131
17132         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17133         (gnus-read-newsrc-el-file): Make group names unibyte.
17134
17135         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17136         nnmail-pathname-coding-system.
17137
17138         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17139         (nnrss-request-delete-group): Bind file-name-coding-system to
17140         nnmail-pathname-coding-system.
17141         (nnrss-read-server-data, nnrss-read-group-data):
17142         Bind file-name-coding-system correctly.
17143         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17144
17145         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17146         (nntp-server-to-method-cache): New variable.
17147         (nntp-group-pathname): New function that decodes non-ASCII group names.
17148         (nntp-possibly-create-directory, nntp-marks-changed-p)
17149         (nntp-save-marks, nntp-open-marks): Use it.
17150         (nntp-possibly-create-directory, nntp-open-marks):
17151         Bind file-name-coding-system to nnmail-pathname-coding-system.
17152         (nntp-open-marks): Decode group names when bootstrapping marks.
17153
17154         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17155         Newsgroups and Followup-To headers.
17156
17157 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17160         (gnus-server-closed-face, gnus-server-denied-face)
17161         (gnus-server-offline-face): Remove variable.
17162         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17163
17164         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17165         of modifying message-stack directly for XEmacs.
17166
17167         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17168         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17169         if the coding-system argument is nil for XEmacs.
17170
17171         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17172         mm-charset-override-alist.
17173
17174         * rfc2047.el: Don't require base64; require rfc2045 for the function
17175         rfc2045-encode-string.
17176         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17177         to quote the parameter value.
17178
17179 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17182         form in gnus-group-name-charset-method-alist.
17183
17184         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17185         overrides the default layout edit-form.
17186
17187         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17188
17189         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17190
17191 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17192
17193         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17194         as unfetched articles.
17195
17196 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17197
17198         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17199
17200 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17203         original back end that keeps marks in the local system.
17204
17205 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17208         arg of pop-to-buffer for XEmacs.
17209         (gnus-article-read-summary-keys): Ditto; don't restore window
17210         configuration if summary command ends up with neither article buffer
17211         nor summary buffer; describe bindings if summary keys end with C-h.
17212
17213 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17214
17215         * message.el (message-fix-before-sending): Skip raw message part to be
17216         forwarded while checking illegible text.
17217         (message-forward-make-body-mime, message-forward-make-body):
17218         Mark signed or encrypted raw message as having no illegible text.
17219
17220 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17223         (gnus-message-with-timestamp-1): New macro.
17224         (gnus-message-with-timestamp): New function.
17225         (gnus-message): Use them.
17226
17227         * nnheader.el (nnheader-message): Use them.
17228
17229 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17230
17231         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17232         .newsrc.eld file.
17233
17234 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * gnus-agent.el (gnus-agent-fetch-headers)
17237         (gnus-agent-retrieve-headers):
17238         Bind gnus-decode-encoded-address-function to identity.
17239
17240         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17241         available also when the server returns simply a dot.
17242
17243         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17244
17245 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17248
17249 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * gnus-ems.el (gnus-x-splash): Make it work.
17252
17253         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17254         from being used.
17255
17256         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17257
17258 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17261         4th and the 5th arguments.
17262
17263         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17264         the front stickiness.
17265         (gnus-article-summary-command-nosave): Correct the order of the
17266         arguments passed to pop-to-buffer.
17267         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17268         summary command ends up with the article buffer.
17269
17270         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17271         the same faces.
17272
17273 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17274
17275         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17276
17277 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17278
17279         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17280         * gnus-sum.el (gnus-summary-highlight):
17281         * pgg.el (pgg-sign-region, pgg-sign):
17282         * mail-source.el (mail-source-delete-old-incoming-confirm):
17283         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17284
17285 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17286
17287         * gnus-art.el (gnus-mime-view-part-externally)
17288         (gnus-mime-view-part-internally): Fix predicate function passed to
17289         completing-read.
17290
17291         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17292
17293         * gnus.el (gnus-update-message-archive-method): Add :version.
17294
17295 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * gnus.el (gnus-update-message-archive-method): New variable.
17298
17299         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17300         according to gnus-message-archive-method if
17301         gnus-update-message-archive-method is non-nil.
17302
17303 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17306         Suggested by Loic Dachary <loic@dachary.org>.
17307         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17308
17309 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * message.el (message-pop-to-buffer): Add switch-function argument.
17312         (message-mail): Pass switch-function argument to it.
17313
17314 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17315
17316         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17317         Improve doc string.
17318
17319 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17322         (gnus-header-content):
17323         * gnus-cite.el (gnus-cite-10):
17324         * gnus-srvr.el (gnus-server-closed):
17325         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17326         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17327         (gnus-group-mail-3-empty, gnus-group-mail-low)
17328         (gnus-group-mail-low-empty, gnus-splash):
17329         * message.el (message-header-to, message-header-cc)
17330         (message-header-subject, message-header-other, message-header-name)
17331         (message-header-xheader, message-separator, message-cited-text)
17332         (message-mml): Lighten colors of faces used for dark background.
17333
17334 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17335
17336         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17337         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17338
17339 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17340
17341         * message.el (message-narrow-to-headers-or-head):
17342         Ignore mail-header-separator in the body.
17343
17344 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17345
17346         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17347         same as window size.
17348
17349 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17350
17351         * message.el (message-font-lock-keywords): Use message-header-xheader
17352         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17353         ahead of the anything pattern, to get it recognized.
17354
17355 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17356
17357         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17358         spam.el loads uses it in the compiled defadvice form.
17359
17360 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17361
17362         * gnus-sum.el (gnus-articles-to-read)
17363         (gnus-summary-insert-old-articles): Don't truncate group name for
17364         `read-string'.
17365
17366         * gnus-util.el (gnus-limit-string): Delete this function.
17367
17368         * gnus-sum.el (gnus-simplify-subject-fully):
17369         Use `truncate-string-to-width' instead.
17370
17371 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17372
17373         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17374         Tell if, on summary exit, the next group has to be selected.
17375         (gnus-summary-exit): Use it.
17376
17377 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17378
17379         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17380         non-break space.
17381
17382 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17385         Check if group is not a directory.
17386         (nnfolder-request-expire-articles): Don't delete articles if the target
17387         group is not available.
17388
17389         * nnml.el (nnml-request-create-group): Properly check if group is not a
17390         file.
17391         (nnml-request-expire-articles): Don't delete articles if the target
17392         group is not available.
17393
17394         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17395         Don't quote characters that are within parentheses.
17396
17397 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17400         (gnus-handle-ephemeral-exit): Select article according to it.
17401
17402 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17403
17404         * message.el (message-insert-formated-citation-line): Remove newline.
17405         (message-citation-line-format): Add final \n here so that the user can
17406         avoid a blank line.
17407
17408 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17409
17410         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17411         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17412         Update lanl/arXiv support.
17413
17414 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17415
17416         * gnus.el: Bump version number.
17417
17418 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17419
17420         * gnus.el (gnus-version-number): Bump version.
17421
17422 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17423
17424         * gnus.el: No Gnus v0.6 is released.
17425
17426 2007-04-27  Didier Verna  <didier@xemacs.org>
17427
17428         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17429         * gmm-utils.el (gmm-regexp-concat): ... here.
17430         * message.el: Don't require 'gnus-util.
17431         (message-dont-reply-to-names): Handle name change above.
17432         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17433
17434 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17437         since the initial value varies according to the system.
17438
17439 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17442
17443 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17444
17445         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17446
17447 2007-04-24  Didier Verna  <didier@xemacs.org>
17448
17449         Improve the type of gnus-ignored-from-addresses.
17450         * gnus-util.el (gnus-orify-regexp): New function.
17451         * message.el (gnus-util): Require it.
17452         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17453         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17454         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17455
17456 2007-04-24  Didier Verna  <didier@xemacs.org>
17457
17458         * gnus-sum.el:
17459         * gnus-utils.el: Fix some trailing whitespaces.
17460
17461 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17462
17463         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17464         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17465         article's Message-ID; refer parent article in summary buffer.
17466
17467         * message.el (message-bounce): Call mime-to-mml.
17468
17469         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17470         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17471         optimize and/or forms properly.
17472
17473 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17474
17475         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17476         URL.
17477
17478 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17481
17482 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17485         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17486         displayed of multipart/alternative part if it is invoked from summary
17487         buffer.
17488
17489         * mm-view.el (mm-inline-text-html-render-with-w3m)
17490         (mm-inline-text-html-render-with-w3m-standalone)
17491         (mm-inline-render-with-function): Use mail-parse-charset by default.
17492
17493 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17494
17495         * parse-time.el (parse-time-string-chars): Check if CHAR
17496         is less than the length of parse-time-syntax.
17497
17498 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17501         from gnus-newsgroup-processable.
17502
17503 2007-04-16  Didier Verna  <didier@xemacs.org>
17504
17505         * gnus-msg.el (gnus-configure-posting-styles):
17506         Handle message-signature-directory properly with :file syntax.
17507         Reported by "Leo".
17508
17509 2007-04-11  Didier Verna  <didier@xemacs.org>
17510
17511         New user option: message-signature-directory.
17512         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17513         * message.el (message-insert-signature): Ditto.
17514         * message.el (message-signature-file): Doc update.
17515         * message.el (message-signature-directory): New.
17516
17517 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * gnus-msg.el (gnus-inews-yank-articles):
17520         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17521
17522 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17523
17524         * message.el (message-yank-original): Make sure cited text ends with
17525         newline; don't exchange point and mark.
17526
17527 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17528
17529         * tls.el (open-tls-stream): Properly handle case where there
17530         is no associated buffer.
17531
17532 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17533
17534         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17535         message-yank-original, make sure (< mark TEXT point).
17536
17537 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17538
17539         * message.el (message-fill-column): New variable.
17540         (message-mode): Use it.  Add comment on a possible new hook.
17541
17542         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17543         (nnmail-get-new-mail): Reformat.
17544
17545         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17546
17547         * gmm-utils.el: Fix Commentary.
17548         (gmm-tool-bar-from-list): Fix typo in doc string.
17549
17550 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17551
17552         * message.el (message-yank-original): Don't switch point and mark
17553         unnecessarily to put point and mark as documented.
17554
17555 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17556
17557         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17558         from the message heads.
17559
17560 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17561
17562         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17563         article buffer does not have a window.  This may not be the best
17564         solution but is certainly better than setting the start of the null,
17565         that is the current, window.
17566
17567 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17568
17569         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17570         (gnus-draft-setup): Run it.
17571
17572         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17573         gnus-score-fast-scoring.  Allow regexp.
17574         (gnus-score-headers): Use it.
17575
17576         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17577         XEmacs.
17578
17579         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17580         string.
17581         (gnus-button-alist): Also catch `<f1> k ...'.
17582         (gnus-treat-display-x-face): Fix doc string.
17583
17584 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17585
17586         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17587         evaluation of gnus-extended-version to ensure correct generation of the
17588         User-Agent header when message-generate-headers-first is used.
17589
17590 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17591
17592         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17593         hashcash-path is nil.  Don't call callback with incorrect number of
17594         parameters if val is 0.
17595
17596 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17597
17598         * message.el (message-required-news-headers):
17599         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17600
17601 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17602
17603         * tls.el (open-tls-stream): In handshake-waiting loop,
17604         don't wait more if there is output available to process.
17605
17606 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17607
17608         * tls.el (tls-program): Doc fix.
17609
17610 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * message.el (message-generate-new-buffers): Change the meaning of the
17613         nil value; add `standard' to the choices; treat t as `unique'; improve
17614         doc string.
17615         (gnus-select-frame-set-input-focus): Autoload.
17616         (message-buffer-name): Search for the existing message buffer if
17617         message-generate-new-buffers is nil or `standard'; treat the value t of
17618         message-generate-new-buffers as `unique'.
17619         (message-pop-to-buffer): Raise the frame already displaying the message
17620         buffer; clear the echo area after querying.
17621         (message-setup): Pass the `continue' argument to compose-mail.
17622         (message-mail): Prefer `switch-function' if it is given; search for the
17623         existing message buffer if the `continue' argument is non-nil; pass
17624         continue and switch-function arguments to compose-mail by way of
17625         message-setup.
17626         (message-mail-other-window): Adjust argument of message-setup.
17627         (message-mail-other-frame): Ditto.
17628
17629 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17632         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17633         to turn font-lock on when turning gnus-message-citation-mode on.
17634
17635 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17636
17637         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17638         (mml-smime-function-alist): New variable; add epg as the backend.
17639         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17640         mml-smime- functions instead.
17641         * mm-view.el: Require smime.
17642
17643 2007-03-05  Didier Verna  <didier@xemacs.org>
17644
17645         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17646         instead of just inheritance for posting styles.
17647         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17648
17649 2007-02-24  Chris Moore  <dooglus@gmail.com>
17650
17651         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17652         * pgg-pgp.el (pgg-pgp-encrypt-region):
17653         * pgg-gpg.el (pgg-gpg-encrypt-region):
17654         Check pgg-encrypt-for-me if no other recipients.
17655
17656 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17657
17658         * tls.el (tls-certtool-program): Fix custom type.
17659
17660 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17661
17662         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17663         and point-at-eol instead of line-(beginning|end)-position.
17664
17665         * assistant.el (assistant-parse-buffer): Ditto.
17666
17667         * netrc.el (netrc-parse-services): Ditto.
17668
17669 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17670
17671         * mml2015.el (mml2015-epg-find-usable-key): New function.
17672         (mml2015-epg-sign): Use it.
17673         (mml2015-epg-encrypt): Use it.
17674
17675 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * message.el (message-make-in-reply-to): Quote name containing
17678         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17679         if there are special characters.  Reported by NAKAJI Hiroyuki
17680         <nakaji@jp.freebsd.org>.
17681
17682 2007-02-27  Didier Verna  <didier@xemacs.org>
17683
17684         Include the group parameters as well as the topic ones in the
17685         inheritance filter process.
17686         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17687         argument GROUP-PARAMS-LIST.
17688         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17689
17690 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17691
17692         * nntp.el (nntp-never-echoes-commands)
17693         (nntp-open-connection-functions-never-echo-commands): New variables.
17694         (nntp-send-command): Use them.
17695
17696 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17697
17698         * mml2015.el (mml2015-epg-verify): Simplify.
17699
17700 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * mml.el (mml-content-disposition-alist): New user option.
17703         (mml-content-disposition): New function.
17704         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17705         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17706
17707 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17708
17709         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17710         verification.
17711
17712 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17713
17714         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17715         articles posted in the last 24 hours.
17716
17717 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17718
17719         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17720
17721 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17722
17723         * nntp.el (nntp-send-command): Don't wait for echoes when
17724         nntp-open-ssl-stream is used.
17725
17726 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17729         (gnus-message-add-citation-keywords)
17730         (gnus-message-remove-citation-keywords): Remove.
17731         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17732         directly, make the variables in font-lock-defaults buffer-local, add
17733         gnus-message-citation-keywords to them and then update the value of
17734         font-lock-keywords.
17735
17736 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * message.el (message-cite-original-1): Don't call
17739         gnus-article-highlight-citation.
17740
17741         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17742         citations; fix line count.
17743
17744 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17745
17746         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17747         (gnus-message-add-citation-keywords)
17748         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17749         versions of font-lock-add-keywords and font-lock-remove-keywords to
17750         work with XEmacs correctly.
17751
17752 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * gnus-cite.el (gnus-cite-face-list): Set the values of
17755         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17756         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17757         (gnus-message-cite-prefix-regexp): New variable.
17758         (gnus-message-search-citation-line): Use it; protect against long
17759         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17760         the 0th match data for Emacs.
17761         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17762         (gnus-message-add-citation-keywords): Append keywords rather than
17763         prepending; emulate font-lock-add-keywords if it is not available.
17764         (gnus-message-remove-citation-keywords):
17765         Emulate font-lock-remove-keywords if it is not available.
17766
17767         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17768
17769         * message.el (message-cite-prefix-regexp): Set the value of
17770         gnus-message-cite-prefix-regexp.
17771
17772 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17773
17774         * nnweb.el (nnweb-google-parse-1): Update parser.
17775
17776 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17777
17778         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17779
17780 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17781
17782         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17783         regexp.
17784
17785 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17788         string-to-multibyte.
17789         (uudecode-decode-region-internal): Use it.
17790
17791         * lpath.el: Fbind string-as-multibyte for XEmacs.
17792
17793 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17794
17795         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17796         Fix custom choice.
17797
17798         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17799
17800 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17801
17802         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17803
17804         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17805         `write-region' to respect `mm-inhibit-file-name-handlers'.
17806
17807 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17808
17809         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17810         Use gnus-home-directory instead of "~/" or "$HOME".
17811
17812 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17813
17814         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17815         to mention filename.
17816         Add comments at beginning regarding usage.
17817         (encrypt-write-file-contents): Change interactive so a string is
17818         acceptable.  If the file has no associated model, show an error instead
17819         of a nonsense prompt.
17820
17821 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17822
17823         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17824         Thanks to Yoshihiko Yamada for kind notification of this typo.
17825
17826 2007-01-12  Kenichi Handa  <handa@m17n.org>
17827
17828         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17829         multibyte buffer.
17830
17831 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17832
17833         * gnus-score.el (gnus-score-fast-scoring): New variable.
17834         (gnus-score-headers): Use it.
17835
17836         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17837
17838         * message.el (message-cite-original-1):
17839         Call gnus-article-highlight-citation if requested.
17840         (message-make-from): Allow name and address as optional arguments.
17841
17842         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17843
17844         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17845         bugs to doc string.
17846         (gnus-button-alist): Add mid\\|message-id.
17847         (gnus-button-fetch-group): Extend for use in
17848         `browse-url-browser-function'.
17849         (gnus-button-url-regexp): Try to catch paired parentheses like in
17850         Wikipedia URLs.
17851
17852         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17853         Suggested by Simon Krahnke <overlord@gmx.li>.
17854
17855 2007-01-13  Romain Francoise  <romain@orebokech.com>
17856
17857         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17858         Update copyright.
17859
17860 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17861
17862         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17863
17864 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17865
17866         * gnus-registry.el (gnus-registry-unfollowed-groups)
17867         (gnus-registry-split-fancy-with-parent): Fix documentation.
17868
17869 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17870
17871         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17872         from nnweb groups.
17873
17874 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17875
17876         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17877         Xref urls.  Erase buffer before requesting head.
17878
17879         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17880
17881 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17882
17883         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17884         customizable.
17885
17886 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17887
17888         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17889         no signing key is found.
17890         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17891         no encrypting and/or signing key is found.
17892
17893 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17894
17895         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17896
17897 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17898
17899         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17900         headers read from disk with the ones newly found in the current search.
17901         This should no longer cause problems, because the article numbers in
17902         Gmane's `nov.php' output are ignored since the previous change.
17903
17904 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17905
17906         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17907
17908 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17911         replace-regexp-in-string; bind url-version; fbind display-images-p and
17912         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17913         find-face and set-itimer-function for Emacs; bind itimer-list for
17914         Emacs.
17915
17916         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17917
17918 2007-01-01  Romain Francoise  <romain@orebokech.com>
17919
17920         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17921
17922 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17923
17924         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17925         `define-minor-mode' macro definition expanded properly.
17926         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17927         exclude it there.
17928
17929         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17930         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17931         `fboundp' test.
17932         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17933         This is OK to autoload in (S)XEmacs now.
17934
17935 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17936
17937         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17938         keystroke.
17939         (gnus-summary-limit-to-singletons): Fix typo.
17940
17941         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17942         else fails.
17943
17944 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17945
17946         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17947         docstring.
17948
17949         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17950         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17951         (gnus-summary-insert-dormant-articles): Fix typo in message.
17952
17953 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17954
17955         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17956         nil for XEmacs.
17957         (gnus-message-citation-mode): Don't autoload in XEmacs.
17958
17959         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17960
17961 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17962
17963         * nnimap.el (nnimap-expunge-search-string):
17964         Mention nnimap-search-uids-not-since-is-evil in docstring.
17965
17966 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17967
17968         * spam.el: Revert to make-obsolete-variable because
17969         define-obsolete-variable-alias is not supported in Emacs 21.
17970
17971         * spam.el (spam-ifile-path, spam-ifile-database-path)
17972         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17973         make-obsolete-variable.
17974         (spam-bsfilter-path, spam-bsfilter-program)
17975         (spam-spamassassin-path, spam-spamassassin-program)
17976         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17977         Don't use "path" inappropriately.
17978         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17979         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17980         variable names.
17981
17982 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17983
17984         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17985         summary buffer.
17986
17987         * password.el (password-cache-remove): Use clear-string to burn
17988         password, if available.
17989
17990 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17991
17992         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17993
17994         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17995
17996         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17997         (gnus-message-highlight-citation): Move defcustom here from
17998         gnus-cite.el.
17999         (gnus-message-citation-mode): Autoload.
18000
18001         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18002         checks to make it compile with XEmacs.
18003         (gnus-message-citation-mode): New minor mode.
18004         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18005         (gnus-message-highlight-citation): New variables.
18006         (gnus-message-search-citation-line)
18007         (gnus-message-add-citation-keywords)
18008         (gnus-message-remove-citation-keywords)
18009         (turn-on-gnus-message-citation-mode)
18010         (turn-off-gnus-message-citation-mode): New functions.
18011
18012 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18013
18014         * gnus-cite.el: Enable highlighting of different citation levels in
18015         message-mode.
18016
18017 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18018
18019         * message.el (message-make-fqdn): Fix comment.
18020         (message-bogus-system-names): Add ".local".
18021
18022         * spam.el (spam-ifile-path, spam-ifile-program)
18023         (spam-ifile-database-path, spam-ifile-database)
18024         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18025         Don't use "path" inappropriately.
18026         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18027         strings.
18028         (spam-check-ifile, spam-ifile-register-with-ifile)
18029         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18030         Use new variable names.
18031
18032         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18033         (gnus-treat-display-smileys): Simplify using
18034         gnus-image-type-available-p.
18035
18036         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18037         available.
18038
18039         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18040         Use `display-images-p' if available.
18041
18042 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18043
18044         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18045         one after turning on the buffer's multibyteness instead of decoding
18046         them directly in the unibyte buffer that causes unexpected conversion
18047         in Emacs 23 (unicode).
18048
18049 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18050
18051         * message.el (message-generate-hashcash): Fix custom type.
18052
18053 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18054
18055         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18056
18057 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18058
18059         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18060         disconnect icons.  Add help text.
18061
18062 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18063
18064         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18065         negated to be consistent with the others we handle.
18066
18067 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18068
18069         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18070         version of gnus-summary-buffer to something, so that we can use two
18071         article buffers at the same time.
18072
18073 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18074
18075         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18076         trigger all the extra headers.
18077         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18078         sorting.
18079
18080 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18081
18082         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18083         solid groups.
18084
18085 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18086
18087         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18088
18089 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18090
18091         * legacy-gnus-agent.el: Add Copyright notice.
18092
18093 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18094
18095         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18096
18097 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18098
18099         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18100
18101         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18102         to make it work reliably in CVS Emacs.
18103         (gnus-summary-limit-strange-charsets-predicate)
18104         (gnus-summary-limit-to-predicate): New functions.
18105
18106 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18107
18108         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18109         specifying array size.
18110         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18111         array if it is too small.
18112         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18113         (gnus-sort-threads-loop): New function.
18114
18115 2006-12-06  Chris Moore  <dooglus@gmail.com>
18116
18117         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18118         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18119
18120 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18121
18122         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18123         options.
18124
18125 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18126
18127         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18128         DOS-ing the recipient.
18129
18130         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18131         the headers when creating the mapping to avoid mismappings.
18132         (nnweb-gmane-create-mapping): Always nix out old mapping.
18133
18134 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18135
18136         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18137         and mm-verify-option to never.
18138
18139 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18140
18141         * message.el (message-signed-or-encrypted-p): New function.
18142         (message-forward-make-body): Use it.
18143
18144         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18145         Replace encode-coding-string with mm-encode-coding-string.
18146
18147 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18148
18149         * nneething.el (nneething-decode-file-name):
18150         Replace decode-coding-string with mm-decode-coding-string.
18151
18152         * gnus-int.el (gnus-open-server): Say failed server's name.
18153
18154 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18155
18156         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18157         strings to a single string.  Quote `errors-file-name'.
18158         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18159         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18160         Adjust calls.  Use `shell-quote-argument'.
18161
18162 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18163
18164         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18165         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18166
18167         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18168         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18169         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18170         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18171         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18172         (gnus-subscribe-newsgroup, gnus-1):
18173         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18174         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18175         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18176         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18177
18178 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18179
18180         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18181         keystroke.
18182         (gnus-summary-limit-to-bodies): Implement headersp.
18183
18184 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18185
18186         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18187
18188 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18191
18192 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18193
18194         * message.el (message-generate-hashcash): Expand range of values to
18195         include `opportunistic'.
18196         (message-send-mail): Use it.
18197
18198 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18199
18200         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18201         and comment it.
18202
18203         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18204
18205 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18206
18207         * gnus-util.el (gnus-extract-address-components): Improve comment.
18208
18209 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * gnus-util.el (gnus-extract-address-components): Work with address in
18212         which the name portion contains @.
18213
18214         * lpath.el: Fbind custom-autoload.
18215
18216 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18217
18218         * gnus.el (gnus-start): Move custom group up.
18219         (gnus-select-method): Don't autoload, but make it available for
18220         `customize-variable'.
18221         (gnus-getenv-nntpserver): Don't autoload.
18222
18223 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18224
18225         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18226
18227 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18228
18229         * message.el (message-sendmail-extra-arguments): New variable.
18230         (message-send-mail-with-sendmail): Use it.
18231
18232 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18235         mm-with-unibyte-current-buffer to make string unibyte.
18236
18237         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18238         mm-string-as-multibyte.
18239
18240 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18241
18242         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18243         Reported by Werner Koch <wk@gnupg.org>.
18244
18245 2006-11-14  Daiki Ueno  <ueno@p360>
18246
18247         * mml2015.el: Autoload epa-select-keys when compiling.
18248
18249 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18250
18251         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18252         message-options.
18253         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18254
18255 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18256
18257         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18258         EasyPG (< 0.0.6).
18259         (mml2015-always-trust): New user option.
18260         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18261         prompt.
18262
18263 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * nntp.el (nntp-authinfo-force): New variable.
18266         (nntp-send-authinfo): Use it.
18267
18268 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18269
18270         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18271         decode encoded words.  Improve prompt.  Add comment about forwarding.
18272         (message-replacement-char): Move up.
18273
18274 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18275
18276         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18277         instead of gnus-intersection because arguments of gnus-sorted-nunion
18278         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18279
18280 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18283         (message-simplify-subject-functions):
18284         Enable message-strip-subject-encoded-words by default.
18285
18286 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18287
18288         * message.el (message-strip-subject-encoded-words): New function.
18289         (message-simplify-subject-functions): New variable.
18290         (message-simplify-subject): Use it.  Fix typo in doc string.
18291         Support message-strip-subject-encoded-words.
18292
18293 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18294
18295         * gnus-diary.el (gnus-diary-delay-format-function):
18296         * nndiary.el (nndiary-reminders):
18297         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18298
18299 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18300
18301         * gnus-art.el (article-hide-boring-headers): Fetch date from
18302         gnus-original-article-buffer to avoid problems with localized date
18303         strings.
18304
18305 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18306
18307         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18308
18309 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18310
18311         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18312         New variables.
18313         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18314         (mm-charset-synonym-alist): Move some entries to
18315         mm-codepage-iso-8859-list.
18316         (mm-charset-synonym-alist, mm-charset-override-alist):
18317         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18318
18319 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18320
18321         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18322
18323 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18324
18325         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18326         with Emacs 21 and XEmacs.
18327
18328 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18329
18330         * spam.el (spam-parse-address): New function for better parsing,
18331         catching errors, etc.
18332         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18333
18334 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18335
18336         * mm-view.el: Add interactive arg to html2text autoload.
18337
18338 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18339
18340         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18341
18342 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18343
18344         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18345         New variables.
18346         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18347         (mm-charset-synonym-alist): Move some entries to
18348         mm-codepage-iso-8859-list.
18349
18350         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18351
18352 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18353
18354         * message.el (message-citation-line-format)
18355         (message-insert-formated-citation-line): Fix implementation of %E, %N
18356         and %n according to the doc string.
18357
18358 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18359
18360         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18361         Use car-safe to avoid bad parses.
18362
18363 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18366         names.
18367
18368         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18369
18370 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18373         header.
18374
18375         * message.el (message-draft-headers): Add Date.
18376         (message-headers-to-generate): Fix typo in docstring.
18377
18378         * nndraft.el (nndraft-required-headers): New variable.
18379         (nndraft-generate-headers): Use it.
18380
18381         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18382
18383 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18384
18385         * gnus-registry.el (gnus-registry-wash-for-keywords)
18386         (gnus-registry-find-keywords): New functions to allow easy searching of
18387         articles that are in the registry.
18388
18389 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18390
18391         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18392         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18393         Reported by Damien Elmes <damien@repose.cx>.
18394
18395 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18396
18397         * gnus.el (gnus-mime): Remove unused custom group.
18398
18399 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18400
18401         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18402         "blank line" when searching for end of armor headers.
18403
18404 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18405
18406         * gmm-utils.el (gmm-write-region): Fix variable name.
18407
18408 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18409
18410         * gmm-utils.el (gmm-write-region): New function based on compatibility
18411         code from `mm-make-temp-file'.
18412
18413         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18414
18415         * nnmaildir.el (nnmaildir--update-nov)
18416         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18417         Use `gmm-write-region'.
18418
18419 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18420
18421         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18422         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18423
18424         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18425
18426         * message.el (message-replacement-char): New variable.
18427         (message-fix-before-sending): Use it.
18428         (message-simplify-subject): New function to remove duplicate code.
18429         (message-reply, message-followup): Use it.
18430
18431         * gnus-sum.el (gnus-summary-make-menu-bar):
18432         Clarify gnus-summary-limit-to-articles.
18433
18434 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * gnus-util.el (gnus-with-local-quit): New macro.
18437
18438         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18439
18440 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18441
18442         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18443         ignore non-string data.
18444
18445 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18446
18447         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18448         non-string data (needs to be done in the registry too).
18449
18450 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18451
18452         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18453         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18454         (gnus-registry-split-fancy-with-parent)
18455         (gnus-registry-fetch-simplified-message-subject-fast)
18456         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18457         Remove text properties on ingress into the registry and when it's saved.
18458         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18459         registry from entries with no groups.
18460
18461 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18462
18463         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18464         function to remove string properties.
18465
18466 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18467
18468         * gmm-utils.el (gmm): Adjust custom version.
18469
18470         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18471         Adjust custom version.
18472
18473         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18474
18475 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18476
18477         * gnus-art.el (gnus-insert-prev-page-button)
18478         (gnus-insert-next-page-button): Simplify.  Reformat.
18479
18480 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18481
18482         * gnus-art.el (gnus-insert-prev-page-button)
18483         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18484
18485 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18486
18487         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18488
18489 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18490
18491         * gnus-art.el (gnus-insert-mime-button)
18492         (gnus-insert-mime-security-button):
18493         Apply gnus-article-button-face to MIME and security buttons.
18494
18495 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18496
18497         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18498         readable.
18499
18500 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18501
18502         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18503
18504 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18505
18506         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18507         `browse-url-of-file' instead of `browse-url'.
18508
18509 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18510
18511         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18512         regexp.  Articles containing quotation were cut prematurely.
18513
18514 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * message.el (message-cite-original-1): Use nobody by default for the
18517         value of From header.
18518         (message-reply): Ditto.
18519
18520 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18521
18522         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18523         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18524         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18525
18526 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18527
18528         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18529         mails in the doc string.  Add some URLs in comment.
18530         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18531
18532 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18533
18534         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18535         backslashes handling and the way to find boundaries of quoted strings.
18536
18537 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18538
18539         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18540         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18541         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18542         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18543
18544 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18545
18546         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18547         doc string.
18548         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18549
18550 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18551
18552         * lpath.el: Fbind epg-check-configuration.
18553
18554 2006-09-06  Simon Josefsson  <jas@extundo.com>
18555
18556         * mml2015.el (mml2015-use): Doc fix, mention epg.
18557
18558 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18559
18560         * mml2015.el (mml2015-use): Default to epg, if available.
18561
18562 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18563
18564         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18565         message-sender.
18566         (mml1991-epg-encrypt): Ditto.
18567         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18568         message-sender.
18569         (mml2015-epg-encrypt): Ditto.
18570
18571 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18572
18573         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18574         several common directories.
18575
18576 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18577
18578         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18579         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18580
18581 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18582
18583         * gnus-art.el (article-decode-encoded-words): Make it fast.
18584
18585 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18586
18587         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18588
18589         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18590         in quoted string into `\'.
18591
18592 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18593
18594         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18595         Use standard-syntax-table.
18596
18597 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * gnus-art.el (gnus-decode-address-function): New variable.
18600         (article-decode-encoded-words): Use it to decode headers which are
18601         assumed to contain addresses.
18602         (gnus-mime-delete-part): Remove useless `or'.
18603
18604         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18605         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18606         (gnus-nov-parse-line): Use it to decode From header.
18607         (gnus-get-newsgroup-headers): Ditto.
18608         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18609
18610         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18611         (mail-decode-encoded-address-string): New alias.
18612
18613         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18614         New function.
18615         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18616         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18617         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18618         (rfc2047-decode-string): Ditto.
18619         (rfc2047-decode-address-region): New function.
18620         (rfc2047-decode-address-string): New function.
18621
18622 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18623
18624         * message.el (message-caesar-buffer-body): Allow rotating headers.
18625
18626         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18627
18628         * message.el (message-insert-formated-citation-line): Fix %f.
18629         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18630
18631 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18632
18633         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18634         (gnus-bookmark-mouse-available-p): New macro.
18635         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18636         (gnus-bookmark-bmenu-show-infos): Use it.
18637         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18638         (gnus-bookmark-bmenu-hide-infos): Ditto.
18639         (gnus-bookmark-remove-properties): New function.
18640         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18641         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18642         (gnus-bookmark-write-file): Bind coding-system-for-write.
18643         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18644         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18645         group before selecting it.
18646         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18647         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18648         quit-window if it is not available; use gnus-mouse-2 and bind it to
18649         gnus-bookmark-bmenu-select-by-mouse.
18650         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18651         (gnus-bookmark-bmenu-select-by-mouse): New function.
18652
18653 2006-08-13  Romain Francoise  <romain@orebokech.com>
18654
18655         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18656         space.
18657
18658 2006-08-10  Romain Francoise  <romain@orebokech.com>
18659
18660         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18661         (dns-mode-soa-auto-increment-serial): New user option.
18662         (dns-mode-soa-maybe-increment-serial): New function.
18663         (dns-mode): Add the latter to `write-contents-functions'.
18664
18665 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18666
18667         * compface.el (uncompface): Use binary rather than raw-text-unix.
18668
18669 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * compface.el (uncompface): Make sure the eol conversion doesn't take
18672         place when communicating with the external programs.
18673         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18674
18675 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18676
18677         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18678
18679 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18680
18681         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18682         Make it more robust by parsing author and date independently.
18683
18684 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18685
18686         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18687
18688 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18689
18690         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18691         first matching secret key.
18692         (mml2015-epg-encrypt): Ditto.
18693
18694         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18695         first matching secret key.
18696         (mml1991-epg-encrypt): Ditto.
18697
18698         * mml2015.el (mml2015-encrypt-to-self): New user option.
18699         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18700         mml2015-epg-encrypt-to-self is set.
18701
18702         * mml1991.el (mml1991-encrypt-to-self): New variable.
18703         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18704         mml1991-epg-encrypt-to-self is set.
18705
18706         * mml2015.el (mml2015-signers): New user option.
18707         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18708         (mml2015-epg-encrypt): Allow to select signing keys.
18709
18710         * mml1991.el (mml1991-signers): New variable.
18711         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18712         (mml1991-epg-encrypt): Allow to select signing keys.
18713
18714 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18715
18716         * nnheader.el (nnheader-insert-head): Make it work even if the file
18717         uses CRLF for the line-break code.
18718
18719 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18720
18721         * mml2015.el: Require mml-sec instead of password.
18722         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18723         (mml2015-cache-passphrase): Inherit the default value from
18724         mml-secure-cache-passphrase.
18725         (mml2015-passphrase-cache-expiry): Inherit the default value from
18726         mml-secure-passphrase-cache-expiry.
18727
18728         * mml1991.el: Require mml-sec instead of password.
18729         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18730         (mml1991-cache-passphrase): Inherit the default value from
18731         mml-secure-cache-passphrase.
18732         (mml1991-passphrase-cache-expiry): Inherit the default value from
18733         mml-secure-passphrase-cache-expiry.
18734
18735         * mml-sec.el: Require password.
18736         (mml-secure-verbose): New user option.
18737         (mml-secure-cache-passphrase): New user option.
18738         (mml-secure-passphrase-cache-expiry): New user option.
18739
18740 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18741             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18742
18743         * pgg-def.el (pgg-truncate-key-identifier):
18744         Truncate the key ID to 8 letters from the end.
18745
18746 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18747
18748         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18749         workaround for the url package included with Emacs.
18750
18751         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18752
18753 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18754
18755         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18756         correctly.  This fixes a bug caused by the 2006-05-12 change.
18757
18758 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18759
18760         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18761         some information about the error when saying that the `bogus' mail
18762         group will be used.
18763
18764 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18765
18766         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18767         string.
18768
18769 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18770
18771         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18772
18773 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18774
18775         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18776
18777 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18778
18779         * mml1991.el (mml1991-function-alist): Add epg.
18780         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18781         (mml1991-epg-encrypt): New functions.
18782
18783 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18784
18785         * mml2015.el (mml2015-verbose): New variable.
18786         (mml2015-cache-passphrase): Ditto.
18787         (mml2015-passphrase-cache-expiry): Ditto.
18788         (mml2015-function-alist): Add epg.
18789         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18790         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18791         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18792         New functions.
18793
18794 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18795
18796         * message.el (message-cite-original-1): Preserve region when removing
18797         quoted text due to X-No-Archive in order to avoid bogus attribution
18798         when citing multiple messages.
18799
18800 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18801
18802         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18803         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18804
18805 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18806
18807         * gnus-diary.el (gnus-user-format-function-d)
18808         (gnus-user-format-function-D): Autoload.
18809
18810         * imap.el (Commentary): Fix typo.
18811
18812         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18813         2006-04-22 contribution.
18814
18815 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18816
18817         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18818         It didn't really fix the bogosity I'm seeing with solid web groups.
18819
18820 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18821
18822         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18823         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18824         created using server names.  If we use the feature without declaring
18825         it, Gnus does not properly manage server and group state.
18826
18827         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18828         bound.
18829
18830 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18831
18832         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18833         looking up the method using GROUP's prefix before inventing a new one.
18834         It is used on killed/unknown groups in various places where returning
18835         an all-new method isn't expected by the caller.
18836
18837         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18838         and match semantics of gnus-group-real-prefix.
18839
18840 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18841
18842         * nnmail.el (nnmail-broken-references-mailers): New variable.
18843         (nnmail-ignore-broken-references): New function generalizing
18844         nnmail-fix-eudora-headers.
18845         (nnmail-fix-eudora-headers): Now obsolete.
18846
18847         * gnus-art.el (gnus-button-handle-custom):
18848         Support `customize-apropos*'.
18849
18850 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18851
18852         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18853
18854         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18855         articles.
18856
18857 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18858
18859         * message.el (message-cite-reply-above): New variable.
18860         (message-yank-original): Use it.
18861
18862 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18863
18864         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18865
18866 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18867
18868         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18869         as read.
18870
18871         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18872
18873 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18874
18875         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18876         (gnus-bookmark-default-file): Use gnus-directory.
18877         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18878         Remove "*" in doc string.
18879         (gnus-bookmark-write-file): Simplify.
18880         (gnus-bookmark-maybe-sort-alist): Use `when'.
18881         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18882         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18883         Add FIXME about Emacs 21 and XEmacs compatibility.
18884         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18885         compatibility.
18886         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18887         compatibility.
18888         (gnus-bookmark-menu-heading): Fix version.
18889
18890 2006-06-19  Bastien Guerry  <bzg@altern.org>
18891
18892         * gnus-bookmark.el: New file.
18893
18894 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18895
18896         * message.el (message-syntax-checks): Doc fix.
18897
18898 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18899
18900         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18901         unsubscribed groups as if they were killed ones.  It causes duplicate
18902         entries in gnus-newsrc-alist.
18903
18904 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * message.el (message-syntax-checks): Doc fix.
18907         (message-send-mail): Add check for continuation headers.
18908         (message-check-news-header-syntax): Fix regexp used to check for
18909         continuation headers.
18910
18911 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18912
18913         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18914
18915 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18916
18917         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18918
18919 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18920
18921         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18922         default-truncate-lines.
18923
18924 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18927         to fill the utf-8 entry.
18928
18929         * lpath.el: Fbind unicode-precedence-list.
18930
18931 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18932
18933         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18934
18935 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18936
18937         * gnus-agent.el (directory-files-and-attributes): Move all the way
18938         forward (the third and final move).
18939         (gnus-agent-read-agentview): Trap reconstruction errors due to
18940         nonexistent directory.  Handle by returning nil.
18941
18942 2006-05-30  Didier Verna  <didier@xemacs.org>
18943
18944         * message.el (message-dont-reply-to-names): Update the custom type.
18945         * message.el (message-dont-reply-to-names): New defsubst: potentially
18946         convert a list of regexps into a single one.
18947         * message.el (message-get-reply-headers): Use it.
18948         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18949
18950 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18951
18952         * gnus-agent.el (directory-files-and-attributes): Move forward.
18953
18954 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18955
18956         * gnus-ml.el (gnus-mailing-list-subscribe)
18957         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18958         (gnus-mailing-list-message): Fix doc strings.
18959
18960 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18961
18962         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18963         of doing it manually.
18964
18965 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18966
18967         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18968         comment.
18969
18970 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18971
18972         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18973         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18974         (gnus-agent-read-local): All symbols allocated in my-obarray.
18975         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18976         (gnus-agent-regenerate-group): Check numeric names to see if they are
18977         messages or groups.
18978         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18979         better way of do this...)
18980
18981         * gnus-cache.el (gnus-agent-total-fetched-for):
18982         Ignore 'dummy.group' (there should be a better way of do this...)
18983
18984 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18985
18986         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18987         (gnus-saved-headers): Ditto.
18988         (gnus-default-article-saver): Mention functions may have properties.
18989         (gnus-article-save): Override gnus-save-all-headers and
18990         gnus-saved-headers by :headers property which saver function may have.
18991         (gnus-summary-save-in-file): Add :headers property.
18992         (gnus-summary-write-to-file): Ditto.
18993
18994         * gnus-sum.el (gnus-summary-save-article): Bind
18995         gnus-prompt-before-saving to t when saving many articles in a file;
18996         always show all headers.
18997
18998         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18999
19000 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19001
19002         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19003         marks.
19004
19005         * message.el (message-indent-citation): Add optional arguments to allow
19006         using it outside of message buffers.
19007
19008         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19009         (gnus-article-treat-unfold-headers): Use it.
19010         (gnus-article-truncate-lines): New variable.
19011         (gnus-article-mode): Use it.
19012         (gnus-article-toggle-truncate-lines): New function.
19013
19014         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19015         Add gnus-article-toggle-truncate-lines.
19016
19017         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19018         coding system in XEmacs, use binary.
19019
19020 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19021
19022         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19023         after-load-alist.
19024
19025         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19026         this function should save decoded articles.
19027         (gnus-summary-write-to-file): Use property to specify this function
19028         should save decoded articles and specify gnus-summary-save-in-file
19029         should be used to save articles other than the first one when saving
19030         many articles.
19031         (gnus-summary-save-body-in-file): Use property to specify this
19032         function should save decoded articles.
19033         (gnus-summary-write-body-to-file): Use property to specify this
19034         function should save decoded articles and specify
19035         gnus-summary-save-body-in-file should be used to save articles other
19036         than the first one when saving many articles.
19037
19038         * gnus-sum.el (gnus-summary-save-article): Simplify.
19039
19040 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19041
19042         * gnus-art.el (gnus-default-article-saver):
19043         Add gnus-summary-write-body-to-file.
19044         (gnus-article-save-coding-system): Don't use coding system object
19045         in XEmacs.
19046         (gnus-read-save-file-name): Add optional `dir-var' argument which
19047         specifies directory in which files are saved; work even if optional
19048         `variable' argument is not specified.
19049         (gnus-summary-write-to-file): Read file name.
19050         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19051         (gnus-summary-write-body-to-file): New function.
19052
19053         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19054         (gnus-summary-local-variables): Add it.
19055         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19056         (gnus-summary-save-article): Remove optional `decode' argument;
19057         determine whether to decode articles by the value of
19058         gnus-default-article-saver; when saving many files using
19059         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19060         it first and use gnus-summary-save-in-file or
19061         gnus-summary-save-body-in-file thereafter unless
19062         gnus-prompt-before-saving is always; move point to article which
19063         will be saved.
19064         (gnus-summary-save-article-file): Revert.
19065         (gnus-summary-write-article-file): Revert.
19066         (gnus-summary-save-article-body-file): Revert.
19067         (gnus-summary-write-article-body-file): New function.
19068
19069 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19070
19071         * gnus-art.el (gnus-default-article-saver): Doc fix.
19072         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19073         from gnus-summary-save-article-coding-system, and default to a
19074         certain coding system.
19075         (gnus-output-to-file): Add coding cookie and encode text according
19076         to gnus-article-save-coding-system; don't use mm-append-to-file.
19077
19078         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19079         gnus-art.el and rename to gnus-article-save-coding-system.
19080         (gnus-summary-save-article): Require gnus-art; don't show all
19081         headers if it decodes articles; don't add coding cookie here;
19082         don't bind mm-text-coding-system-for-write.
19083         (gnus-summary-save-article-file): Save decoded articles.
19084         (gnus-summary-write-article-file): When saving many files, use
19085         gnus-summary-write-to-file first and gnus-summary-save-in-file
19086         thereafter unless gnus-prompt-before-saving is always.
19087         (gnus-summary-save-article-body-file): Save decoded articles.
19088
19089         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19090
19091 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19092
19093         * nnrss.el (nnrss-check-group): Bind hash-index.
19094
19095 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19096
19097         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19098         its hash index.  Store this hash in `nnrss-group-data'.
19099         (nnrss-read-group-data): Update accordingly.
19100
19101 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19102
19103         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19104         entry.
19105
19106         * gnus-sum.el (gnus-summary-make-menu-bar):
19107         Add gnus-article-browse-html-article.
19108
19109 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19110
19111         * gnus-sum.el (gnus-summary-mime-map):
19112         Add gnus-article-browse-html-article.
19113
19114         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19115
19116 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19117
19118         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19119         suitable coding systems in customize.
19120
19121 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19122
19123         * mail-source.el (mail-sources): Fix custom type.
19124
19125 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19126
19127         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19128         (gnus-summary-expire-articles-now): Shorten prompt.
19129
19130         * gmm-utils.el (wid-edit): Require.
19131         (defun-gmm): Rename from `gmm-defun-compat'.
19132         (gmm-image-search-load-path): Use it.
19133         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19134
19135 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19136
19137         * gnus-sum.el (gnus-summary-save-article-coding-system):
19138         New variable.
19139         (gnus-summary-save-article): Add optional `decode' argument.
19140         If it is set and gnus-summary-save-article-coding-system is non-nil,
19141         save decoded article.
19142         (gnus-summary-write-article-file): Save decoded article if
19143         gnus-summary-save-article-coding-system is non-nil.
19144
19145         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19146         type.
19147
19148 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19149
19150         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19151
19152 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19155         first to test gnus-single-article-buffer which may be buffer-local.
19156
19157         * gnus-sum.el (gnus-summary-setup-buffer):
19158         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19159         group; make gnus-article-buffer, gnus-article-current, and
19160         gnus-original-article-buffer always buffer-local.
19161         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19162         group.
19163         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19164
19165 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19166
19167         * nnml.el (nnml-request-compact-group): Compressed files might not
19168         have .gz extension.
19169
19170 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19171
19172         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19173         (mm-copy-to-buffer): Use with-current-buffer.
19174         (mm-display-part): Simplify.
19175         (mm-inlinable-p): Add optional arg `type'.
19176
19177 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19178
19179         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19180         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19181         Try harder to show the attachment internally or externally using
19182         gnus-mime-view-part-as-type.
19183
19184 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19185
19186         * message.el (message-from-style, message-signature-separator)
19187         (message-user-organization-file, message-send-mail-function)
19188         (message-citation-line-function, message-yank-prefix)
19189         (message-indent-citation-function, message-signature)
19190         (message-signature-file, message-signature-insert-empty-line):
19191         Remove autoloads.
19192
19193         * gnus-art.el (gnus-buttonized-mime-types):
19194         Remove "multipart/signed".  Revert 2006-04-26 change.
19195
19196 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19197
19198         * gnus.el (gnus-version-number): Bump version.
19199
19200 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19201
19202         * gnus.el: No Gnus v0.5 is released.
19203
19204 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19205
19206         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19207         fetching articles by message-id.
19208
19209 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19210
19211         * message.el (hashcash): Require hashcash as normal.
19212
19213         * ecomplete.el (ecomplete-highlight-match-line):
19214         Use point-at-eol.
19215         (ecomplete-highlight-match-line): Use `highlight', because that
19216         face exists in both Emacs and XEmacs.
19217
19218         * message.el (message-display-abbrev): Use point-at-bol.
19219
19220         * mail-source.el: Don't require timer/timer-funcs.
19221
19222         * gnus-async.el: Ditto.
19223
19224         * password.el: Ditto.
19225
19226         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19227
19228         * mm-url.el: Ditto.
19229
19230         * gnus-xmas.el: Don't require timer-funcs.
19231
19232         * mm-util.el: Require timer/timer-funcs.
19233
19234 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19235
19236         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19237         Close.
19238
19239 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19242         unibyte after clear-decrypt function runs.
19243
19244         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19245         returns as a unibyte string.
19246
19247 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19248
19249         * lpath.el: Revert.
19250
19251         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19252         (pgg-gpg-process-sentinel): Revert.
19253
19254         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19255         (pgg-pgp-lookup-key): Revert.
19256
19257         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19258         (pgg-pgp5-lookup-key): Revert.
19259
19260         * pgg.el (pgg-fetch-key): Revert.
19261
19262 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19263
19264         * lpath.el: Fbind string-as-multibyte for XEmacs.
19265
19266         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19267         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19268         (mml1991-pgg-encrypt): Ditto.
19269
19270         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19271         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19272         a multibyte buffer.
19273
19274         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19275         (pgg-pgp-lookup-key): Ditto.
19276
19277         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19278         (pgg-pgp5-lookup-key): Ditto.
19279
19280         * pgg.el (pgg-fetch-key): Ditto.
19281
19282 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19283
19284         * message.el (message-user-organization-file): Check several
19285         locations of the organization file.
19286
19287         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19288         Add gnus-article-view-part-as-type.
19289
19290         * gnus-art.el (gnus-article-view-part-as-type): New function.
19291
19292         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19293         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19294
19295         * mml.el: Simplify autoload.
19296         (mml-mode): defvar dnd-protocol-alist instead of using
19297         symbol-value.
19298         (mml-default-directory): New variable.
19299         (mml-minibuffer-read-file): Use it.
19300         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19301
19302         * message.el (message-citation-line-format): New variable.
19303         (message-insert-formated-citation-line): New function.
19304         (message-citation-line-function):
19305         Add `message-insert-formated-citation-line' to custom type.
19306
19307         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19308         to doc string.
19309
19310         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19311         depending on mm-verify-option.
19312
19313 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19314
19315         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19316         binding pgg-* variables; reimplement the section which prevents
19317         MIME header from being signed.
19318         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19319         pgg-text-mode; remove a blank line at the top of body.
19320
19321         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19322         lines at the top of body; use gnus-newsgroup-charset if there's no
19323         Charset header.
19324
19325 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19326
19327         * message.el (message-self-insert-commands): Doc fix.
19328
19329         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19330         (mm-uu-pgp-encrypted-test): Ditto.
19331         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19332         between header and body; return application/pgp-encrypted handle
19333         if decryption failed; decode decrypted body by charset.
19334
19335         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19336         element match to application/pgp-*.
19337
19338 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19339
19340         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19341         HTML.
19342
19343 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19344
19345         * mail-source.el (mail-source-call-script): Message the error
19346         string.
19347
19348 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19349
19350         * gnus-util.el (gnus-byte-compile): Use it.
19351
19352 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19353
19354         * gnus-util.el (kill-empty-logs): New function.
19355
19356 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19357
19358         * message.el (message-mail-alias-type): Doc fix.
19359         (message-mail-alias-type-p): New function.
19360         (message-send): Use it.
19361         (message-mode): Ditto.
19362         (message-strip-forbidden-properties): Ditto.
19363
19364         * ecomplete.el (ecomplete-database-file-coding-system):
19365         New variable.
19366         (ecomplete-save): Use it.
19367         (ecomplete-setup): Use it.
19368
19369 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19370
19371         * message.el (message-self-insert-commands): New variable.
19372         (message-strip-forbidden-properties): Use it.
19373
19374 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19375
19376         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19377         that doesn't make XEmacs choke.
19378
19379 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19380
19381         * gnus-util.el (gnus-replace-in-string):
19382         Prefer replace-regexp-in-string over of replace-in-string.
19383
19384 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19385
19386         * gnus-util.el (gnus-select-frame-set-input-focus):
19387         Use select-frame-set-input-focus if it is available in XEmacs; use
19388         definition defined in Emacs 22 for old Emacsen.
19389
19390         * dgnushack.el: Autoload unmorse-region for XEmacs.
19391
19392         * lpath.el: Bind cursor-in-non-selected-windows and
19393         select-frame-set-input-focus for XEmacs.
19394
19395 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19396
19397         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19398
19399 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19400
19401         * gnus-registry.el (gnus-registry-cache-save): Remove text
19402         properties when saving via the temp buffer.
19403
19404 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19405
19406         * message.el (message-generate-hashcash): Honor custom type.
19407
19408 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19409
19410         * message.el (message-generate-hashcash): Default to non-nil when
19411         hashcash is found.
19412
19413         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19414         (gnus-refer-thread-limit): Increase default to 500.
19415
19416         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19417
19418         * flow-fill.el (fill-flowed): Allow delete-space.
19419
19420 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19421
19422         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19423         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19424         Remove autoloads.
19425
19426 2006-04-18  Simon Josefsson  <jas@extundo.com>
19427
19428         * message.el (message-generate-hashcash): Default to.
19429
19430 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19431
19432         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19433         concatenating segments rather than before concatenating them.
19434
19435 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19436
19437         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19438
19439 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19440
19441         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19442
19443         * message.el (message-forward-make-body-plain):
19444         Allow message-forward-ignored-headers to be a list.
19445         (message-remove-ignored-headers): Factor out into function.
19446         (message-forward-make-body-mml): Use it.
19447
19448         * imap.el (imap-quote-specials): New function.
19449         (imap-login-auth): Quote specials.
19450
19451         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19452         (rfc2231-parse-string): Allow concatanation of parameters that
19453         aren't contiguous.  The test case is
19454           (mail-header-parse-content-type "message/external-body;
19455             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19456             access-type=LOCAL-FILE;
19457             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19458
19459 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19460
19461         * nntp.el (nntp-accept-process-output): Return the value of
19462         `nnheader-accept-process-output'.
19463
19464 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19465
19466         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19467         (gnus-button-alist): Recognize more diff formats.
19468         (gnus-button-patch): Strip directory.
19469
19470 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19471
19472         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19473         Emacs 22 when setting focus.
19474
19475 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19476
19477         * gnus-art.el (gnus-article-treat-types): Do treatment of
19478         text/x-verbatim parts.
19479         (gnus-button-patch): New command.
19480
19481         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19482         addresses that contain invalid characters.
19483
19484 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19485
19486         * message.el (message-put-addresses-in-ecomplete):
19487         Use gnus-replace-in-string.
19488         (message-is-yours-p): Use the more correct
19489         mail-header-parse-address instead of
19490         mail-extract-address-components.
19491         (message-put-addresses-in-ecomplete): Fix typo.
19492
19493         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19494         keystroke.
19495
19496         * gnus-art.el (gnus-treatment-function-alist): Change order of
19497         newsgroups/generic header folding to avoid double-folding.
19498
19499         * message.el (message-hidden-headers): Add X-Draft-From.
19500
19501         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19502         New command.
19503         (gnus-summary-repeat-search-article-backward): New command.
19504
19505         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19506         groups in the parent topic.
19507
19508 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19509
19510         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19511         (spam-extra-header-to-number): Return the CRM114 number as a
19512         number instead of a string.
19513
19514 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19515
19516         * gnus-art.el (gnus-face-properties-alist): Move here from
19517         gnus-fun.
19518
19519         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19520
19521 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19522
19523         * message.el (message-strip-forbidden-properties): Only display on
19524         self-insert-command.
19525
19526         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19527         reindent.
19528         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19529
19530 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19531
19532         * smiley.el (smiley-style): Fix typo.
19533
19534 2006-03-23  Kenichi Handa  <handa@m17n.org>
19535
19536         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19537         instead of set-buffer-multibyte.
19538
19539 2006-03-23  Kenichi Handa  <handa@m17n.org>
19540
19541         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19542         buffer and then decode the buffer text if necessary.
19543         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19544         first, and after mm-encode-body, change the buffer to unibyte.
19545
19546 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19547
19548         * hashcash.el (hashcash-insert-payment-async-2):
19549         Use message-goto-eoh instead of doing it manually.
19550         (mail-add-payment): Use message-narrow-to-header instead of trying
19551         to do the same itself.
19552
19553         * message.el (message-hidden-headers): Add Face.
19554
19555         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19556         reparenting code.
19557         (gnus-summary-reparent-children): Refactored out code.
19558         (gnus-summary-thread-map): New keystroke.
19559         (gnus-summary-reparent-children): Make into command.
19560
19561         * smiley.el (smiley-style): Default to `medium' if using a large
19562         font.
19563
19564         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19565         does it itself.
19566
19567         * message.el (message-point-in-header-p): Simplify definition.
19568
19569 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19570
19571         * nnagent.el (nnagent-request-set-mark): Silence log file
19572         writing.
19573         (nnagent-request-set-mark): Use write-region instead of
19574         append-to-file.
19575
19576         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19577         strange select method.
19578
19579         * ecomplete.el (ecomplete-display-matches): Get highlightling
19580         right.
19581         (ecomplete-display-matches): Use literals.
19582         (ecomplete-display-matches): Disable message logging.
19583
19584         * message.el (message-display-abbrev): Small optimization.
19585
19586         * ecomplete.el (ecomplete-display-matches): Allow automatic
19587         display.
19588
19589         * message.el (message-strip-forbidden-properties):
19590         Display abbrevs.
19591         (message-display-abbrev): Get automatic display right.
19592
19593         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19594         keystrokes.
19595
19596 2006-04-13  Romain Francoise  <romain@orebokech.com>
19597
19598         TODO: Backport to v5-10!
19599
19600         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19601         Move here (and rename) from gnus-registry.el.
19602
19603         * gnus-registry.el: Require gnus-util.
19604         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19605
19606 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19607
19608         * gnus-group.el (gnus-group-catchup-current):
19609         Change if-then-else-if-then-else into cond.
19610         (gnus-group-catchup): Indent.
19611         (group-name-at-point): New function.
19612         (gnus-fetch-group): Provide default from thing at point.
19613
19614 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19615
19616         * message.el (message-display-abbrev): Fix regexp.
19617
19618         * ecomplete.el (ecomplete-highlight-match-line):
19619         Reimplement choosing.
19620         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19621         dead variables.
19622
19623         * message.el (message-newline-and-indent): Remove debugging.
19624         (message-display-abbrev): Use new implementation.
19625
19626 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19627
19628         * gnus-art.el (gnus-article-mode):
19629         Set cursor-in-non-selected-windows to nil.
19630
19631         * smiley.el: Revert previous change.
19632         (smiley-data-directory): defvar it before using it in the
19633         defcustom of `smiley-style'.
19634
19635 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19636
19637         * message.el (message-newline-and-indent): New function.
19638
19639         * ecomplete.el: Implement more bits.
19640
19641         * message.el (message-put-addresses-in-ecomplete): Clean up the
19642         string.
19643
19644         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19645
19646         * gnus-sum.el (gnus-summary-save-parts):
19647         Bind gnus-summary-save-parts-counter and use it to make unique file
19648         names.
19649
19650         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19651
19652         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19653         parameter to say whether to actually parse the individual
19654         addresses.
19655
19656         * message.el (message-put-addresses-in-ecomplete): New function.
19657         (ecomplete): Require.
19658         (message-mail-alias-type): Add ecomplete as an option.
19659
19660 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19661
19662         * flow-fill.el (fill-flowed): Remove trailing space from blank
19663         quoted lines.
19664
19665 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19666
19667         * smiley.el (smiley-style): Move definition later to avoid a
19668         compilation warning.
19669
19670 2006-04-12  Kenichi Handa  <handa@m17n.org>
19671
19672         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19673         buffer and then decode the buffer text if necessary.
19674         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19675         first, and after mm-encode-body, change the buffer to unibyte.
19676         Use mm-disable-multibyte instead of set-buffer-multibyte.
19677
19678 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19679
19680         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19681         Content-Type header instead of Content-Disposition header.
19682         (gnus-mime-inline-part): Ditto.
19683         (gnus-mime-view-part-as-charset): Ignore charset that the part
19684         specifies.
19685
19686         * mm-decode.el (mm-display-part): Work with external parts and
19687         usual parts similarly.
19688
19689         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19690         instead of gnus-display-mime.
19691
19692         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19693         instead of with-temp-buffer.
19694
19695         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19696         tag to summarized topics part in order to encode non-ASCII text.
19697
19698 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19699
19700         * smiley.el (smiley-style): New variable.
19701         (smiley-directory): New function.
19702         (smiley-data-directory): Derive from `smiley-style' using
19703         `smiley-directory'.
19704         (smiley-regexp-alist): Add new entries.
19705
19706         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19707         (gnus-article-browse-delete-temp): Add :version.
19708
19709 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19710
19711         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19712         the sieve region.
19713
19714 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19715
19716         * gnus.el (gnus-version-number): Bump version.
19717
19718 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19719
19720         * gnus.el: No Gnus v0.4 is released.
19721
19722 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19723
19724         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19725         layout.
19726
19727         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19728         unknown charset.
19729
19730         * message.el (message-header-synonyms): Add Original-To to the
19731         default.
19732
19733         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19734         optional parameter.
19735
19736 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19737
19738         * gnus-fun.el (gnus): Require it for gnus-directory.
19739
19740 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19741
19742         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19743
19744 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19745
19746         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19747
19748 2006-04-05  Simon Josefsson  <jas@extundo.com>
19749
19750         * password.el (password-reset): New function.
19751
19752 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19753
19754         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19755         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19756
19757 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19758
19759         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19760         Some whitespace was matched into the url, which broke browsing hits
19761         > 100 when mm-url-use-external was nil.
19762
19763 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19764
19765         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19766         Check gnus-extra-headers for 'Newsgroups.
19767
19768         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19769         bound.
19770
19771 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19772
19773         * pgg-gpg.el: Clean up process buffers every time gpg processes
19774         complete.
19775
19776 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19777
19778         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19779         doc string.
19780
19781 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19782
19783         * pgg-gpg.el (pgg-gpg-process-filter)
19784         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19785
19786         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19787         lines, temporary fix.
19788
19789 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19790
19791         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19792
19793 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19794
19795         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19796         default-enable-multibyte-characters.  This reverts the change from
19797         revision 6.17 which is no longer necessary because the passphrase
19798         is sent separately now.  GnuPG messages are unreadable under
19799         multibyte locales with default-enable-multibyte-characters set to
19800         nil.
19801
19802 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19803
19804         * message.el (message-tool-bar-gnome): Move "spell".
19805
19806 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19807
19808         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19809         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19810         instead.
19811
19812 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19813
19814         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19815         Improve newsgroups handling for NNTP overviews which don't include
19816         Newsgroups.
19817
19818 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19819
19820         * message.el (message-resend): Bind message-generate-hashcash to nil.
19821
19822 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19823
19824         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19825         when searching for already-paid recipients.
19826
19827 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19828
19829         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19830         passphrases when it is not needed.
19831         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19832         passphrase stuff from gpg, should only be necessary when you use
19833         gpg with a smartcard.
19834
19835 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19836
19837         * mml.el (mml-insert-mime): Ignore cached contents of
19838         message/external-body part.
19839
19840         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19841         (mm-insert-part): Ditto.
19842
19843 2006-03-23  Simon Josefsson  <jas@extundo.com>
19844
19845         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19846         Reiner.
19847         (pgg-gpg-use-agent-p): Use it again.
19848
19849 2006-03-23  Simon Josefsson  <jas@extundo.com>
19850
19851         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19852         older emacsen.
19853         (pgg-gpg-use-agent-p): Don't use it.
19854
19855 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19856
19857         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19858         if we can.
19859
19860 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19861
19862         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19863         (pgg-gpg-update-agent): New function.
19864         (pgg-gpg-use-agent-p): New function.
19865         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19866         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19867         (pgg-gpg-sign-region): Use it.
19868
19869 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19870
19871         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19872         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19873
19874 2006-03-21  Simon Josefsson  <jas@extundo.com>
19875
19876         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19877         <wilde@sha-bang.de>.
19878         (pgg-gpg-use-agent): New variable.
19879         (pgg-gpg-process-region): Use it.
19880         (pgg-gpg-encrypt-region): Likewise.
19881         (pgg-gpg-encrypt-symmetric-region): Likewise.
19882         (pgg-gpg-decrypt-region): Likewise.
19883         (pgg-gpg-sign-region): Likewise.
19884         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19885
19886 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19887
19888         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19889
19890         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19891         Add comment on version.
19892
19893 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19894
19895         * smiley.el: Add missing test smiley.
19896
19897 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19898
19899         * mm-decode.el (mm-with-part): New macro.
19900         (mm-get-part): Use it; work with message/external-body as well.
19901         (mm-save-part): Treat name and filename equally.
19902
19903         * mm-extern.el (mm-extern-cache-contents): New function.
19904         (mm-inline-external-body): Use it; force the part to be displayed;
19905         move undisplayer added to the cached handle to the parent.
19906
19907         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19908         (gnus-mime-view-part-as-type): Work with message/external-body.
19909
19910         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19911
19912 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19913
19914         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19915         images in image-load-path.  [Sync with image.el, revision 1.60, in
19916         Emacs.]
19917
19918 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19919
19920         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19921         path rather than symbol.  Always return list of directories.
19922         Guarantee that image directory comes first.  [Sync with image.el,
19923         revision 1.59, in Emacs.]
19924
19925         * message.el (message-make-tool-bar): Adjust to new API of
19926         `gmm-image-load-path-for-library'.
19927
19928         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19929
19930         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19931
19932 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19933
19934         * gnus-art.el (gnus-article-only-boring-p):
19935         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19936         intangible text.
19937         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19938
19939 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19940
19941         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19942         Use `defun' instead of `gmm-defun-compat'.
19943
19944 2006-03-14  Simon Josefsson  <jas@extundo.com>
19945
19946         * message.el (message-unique-id): Don't use message-number-base36
19947         if (user-uid) is a float.
19948         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19949
19950 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19951
19952         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19953
19954         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19955         empty line between a part and a message part.
19956
19957 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19958
19959         * smiley.el: Add more test smileys.
19960         (smiley-data-directory, smiley-regexp-alist)
19961         (gnus-smiley-file-types): Fix doc strings.
19962         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19963         adding new elements.
19964         (smiley-mouse-map): Unused code.  Make it a comment.
19965
19966 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19967
19968         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19969         scan latest NoCeM messages instead of old ones.
19970         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19971         delimiters that are recently used.
19972         (gnus-nocem-load-cache): Add autoload cookie.
19973
19974         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19975
19976         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19977         level which is larger than gnus-use-nocem is specified.
19978
19979         * gnus-group.el (gnus-group-get-new-news): Ditto.
19980
19981 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19982
19983         * gnus-util.el (gnus-tool-bar-update): New function.
19984
19985         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19986         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19987
19988         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19989
19990         * gnus-group.el (gnus-group-redraw-when-idle)
19991         (gnus-group-redraw-check): Remove.
19992         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19993
19994 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19995
19996         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19997         if optional last element is specified in splits (FIELD VALUE...).
19998
19999 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20000
20001         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20002         to gmm-image-load-path-for-library.  Call with no-error argument.
20003         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20004
20005         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20006
20007         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20008
20009         * gmm-utils.el (gmm-image-load-path): Remove alias.
20010
20011 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20012
20013         * gmm-utils.el (gmm-image-load-path): Add alias.
20014
20015         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20016         nnml-generate-nov-databases-1.
20017         (nnml-generate-nov-databases): Use it.
20018         (nnml-generate-nov-databases-directory): Document no-active
20019         argument.
20020
20021         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20022         directory if path is t.  Add no-error.
20023
20024         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20025         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20026
20027         * gnus-art.el (gnus-article-browse-delete-temp-files):
20028         Simplify resetting gnus-article-browse-html-temp-list.
20029
20030         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20031         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20032         Add example to docstring.  Rename local variables.  Move error
20033         checks to default case in cond and simplify.
20034
20035 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20036
20037         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20038         handle is multipart when calling it recursively.
20039         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20040
20041 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20042
20043         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20044         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20045
20046 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20047
20048         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20049         is loaded.
20050
20051         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20052         loaded.
20053
20054 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20055
20056         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20057         to "Emacs 23 (unicode)" in doc string.
20058
20059         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20060         "Emacs 23 (unicode)" in comment.
20061
20062 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20063
20064         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20065
20066         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20067         characters 160 through 255 in Emacs 23.
20068
20069 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20070
20071         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20072         gnus-article-browse-html-temp.
20073         (gnus-article-browse-delete-temp): Make it customizable.
20074         Add `file'.  Adjust doc string.
20075         (gnus-article-browse-delete-temp-files): Add argument.
20076         Allow query for each file.  Adjust doc string.
20077         (gnus-article-browse-html-parts):
20078         Add `gnus-article-browse-delete-temp-files' to
20079         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20080
20081 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20082
20083         * gnus-art.el (gnus-article-browse-html-temp)
20084         (gnus-article-browse-delete-temp): New variables.
20085         (gnus-article-browse-delete-temp-files): New function.
20086         (gnus-article-browse-html-parts): Use it.
20087
20088 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20089
20090         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20091
20092         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20093         string.
20094
20095         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20096         gnus-summary-insert-new-articles when unplugged.
20097         Remove gnus-summary-search-article-forward.
20098
20099         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20100         display-visual-class instead of display-color-cells.
20101
20102 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20103
20104         * dgnushack.el: Autoload customize-group for XEmacs.
20105
20106         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20107         message/* containing non-ASCII text properly.
20108
20109 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20110
20111         * message.el: Require gmm-utils, remove autoloads.
20112         (message-tool-bar): Set default based on
20113         gmm-tool-bar-style.
20114         (message-tool-bar-gnome): Add gmm-customize-mode.
20115
20116         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20117         gmm-tool-bar-style.
20118         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20119
20120         * gnus-group.el (gnus-group-tool-bar): Set default based on
20121         gmm-tool-bar-style.
20122         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20123
20124         * gmm-utils.el (gmm-image-directory): Rename variable from
20125         gmm-image-load-path.
20126         (gmm-image-load-path): Use gmm-image-directory.
20127         (gmm-customize-mode): New function.
20128         (gmm-tool-bar-style): New variable.
20129
20130         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20131         gnus-group-redraw-line-number.
20132         (gnus-group-redraw-check): Simplify.
20133         (gnus-group-tool-bar-update): Remove redraw check.
20134         (gnus-group-make-tool-bar): Add redraw check.
20135
20136 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20137
20138         * gnus-art.el (gnus-button): Add missing parentheses.
20139
20140 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20141
20142         * lpath.el: Fbind line-number-at-pos.
20143
20144 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20147
20148 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20149
20150         * gnus-art.el (gnus-button): New face.
20151         (gnus-article-button-face): Use it.
20152
20153         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20154         Add gnus-summary-next-page.  Re-order.
20155
20156         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20157         next-node are now included.
20158         (gnus-group-redraw-line-number): New internal variable.
20159         (gnus-group-redraw-check): Helper function for updating the tool
20160         bar.
20161         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20162
20163         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20164
20165         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20166         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20167         Use it to match format of Spamassassin 3.0 and later.
20168         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20169         (spam-check-bogofilter)
20170         (spam-bogofilter-register-with-bogofilter): Fix args of
20171         `gnus-error' calls.
20172
20173 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20174
20175         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20176         unnecessary interaction when sending queued mails.
20177         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20178
20179 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20180
20181         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20182         first or last are nil.
20183
20184 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20185
20186         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20187
20188 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20189
20190         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20191
20192 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20193
20194         * dns.el (query-dns): Protect more against buggy tcp output.
20195
20196 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20197
20198         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20199         nov.php.
20200
20201 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20202
20203         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20204         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20205         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20206         output on the server side.
20207         (nnweb-google-create-mapping): Update regexps and add some
20208         progress indication.
20209
20210 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20211
20212         * gnus-group.el (gnus-group-tool-bar-gnome):
20213         Fix gnus-agent-toggle-plugged.  Re-order icons.
20214         (gnus-group-tool-bar-gnome):
20215         Add gnus-group-{prev,next}-unread-group.
20216         (gnus-group-tool-bar-gnome): Re-order icons.
20217
20218         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20219         Move gnus-summary-insert-new-articles.
20220
20221         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20222         Fix comments.
20223
20224         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20225         also available in Emacs 21.3.
20226
20227         * message.el (message-fix-before-sending): Change "Emacs 22" to
20228         "Emacs 23 (unicode)" in comment.
20229
20230         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20231         "Emacs 23 (unicode)" in comment.
20232
20233         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20234         comment.
20235         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20236
20237         * mm-view.el (mm-fill-flowed): Add :version.
20238
20239 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20240
20241         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20242         and load-path.
20243
20244 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20245
20246         * message.el: Autoload gmm-image-load-path.
20247         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20248         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20249         consitency.
20250
20251         * gmm-utils.el (gmm-image-load-path): Also search in
20252         "../etc/images".  Don't set gmm-image-load-path if we don't find
20253         the image.
20254
20255 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20256
20257         * gmm-utils.el (gmm-image-load-path): Don't make
20258         `gmm-image-load-path' include subdirectories which the second arg
20259         `image' might specify.
20260
20261         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20262         subdirectory to icon file names.
20263
20264         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20265
20266 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20267
20268         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20269         gmm-image-load-path calls.
20270
20271         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20272
20273         * message.el (message-make-tool-bar): Ditto.
20274
20275         * mml.el (mml-preview): Add comment concerning tool bar icons.
20276
20277         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20278         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20279
20280         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20281         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20282
20283         * message.el (message-tool-bar-gnome): Use new icon names.
20284         (message-make-tool-bar): Use `gmm-image-load-path'.
20285
20286         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20287         New functions from MH-E.
20288         (gmm-image-load-path): New variable from MH-E.
20289         (gmm-image-load-path): New function from MH-E.  Add arguments
20290         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20291         *-image-load-path-called-flag.
20292
20293 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20294
20295         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20296
20297 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20298
20299         * nnimap.el (nnimap-request-move-article): Change folder back to
20300         source group before deleting.
20301
20302 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20303
20304         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20305
20306         * gnus-art.el (mm-url-insert-file-contents-external):
20307         Autoload mm-url.
20308
20309         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20310
20311 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20312
20313         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20314         coding system which mm-charset-to-coding-system returns for a
20315         given charset is valid.
20316
20317 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20318
20319         * html2text.el (html2text-remove-tag-list):
20320         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20321
20322 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20323
20324         * gnus-cus.el: Revert 2005-10-17 change.
20325
20326 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20327
20328         * gnus-art.el (article-strip-banner):
20329         Call article-really-strip-banner only when the regexp match is made.
20330
20331 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20332
20333         * gnus-art.el (article-strip-banner):
20334         Use gnus-extract-address-components instead of
20335         mail-header-parse-addresses to make it work with non-ASCII text;
20336         remove mail-encode-encoded-word-string.
20337
20338         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20339         values which are surrounded with \"...\"; make it never cause a
20340         Lisp error; give up parsing of parameters if it failed in
20341         extracting type.
20342
20343 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20344
20345         * smime.el (smime-cert-by-ldap-1): Fix bug where
20346         `smime-ldap-search' returns results without userCertificates.
20347
20348 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20349
20350         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20351
20352 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20353
20354         * spam.el (spam-check-spamassassin-headers): Adapt format for
20355         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20356         <ari@mbf.ocn.ne.jp>.
20357         (spam-list-of-processors): Add spam-use-gmane.
20358
20359 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20360
20361         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20362         make-temp-file; make it work with XEmacs as well.
20363
20364         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20365         mm-make-temp-file.
20366
20367         * mm-decode.el (mm-display-external): Use the 3rd arg of
20368         mm-make-temp-file.
20369         (mm-create-image-xemacs): Ditto.
20370
20371 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20372
20373         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20374         with message-narrow-to-headers.
20375         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20376         (gnus-draft-check-draft-articles): New function.
20377         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20378
20379 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20380
20381         * gnus-art.el (gnus-article-browse-html-parts):
20382         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20383         Don't use suffix argument for mm-make-temp-file for Emacs 21
20384         compatibility.  Remove useless `format'.
20385
20386 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20387
20388         * nnweb.el (nnweb-google-wash-article): Update regexps.
20389         (nnweb-group-alist): Use defvoo instead of defvar.
20390
20391 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20392
20393         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20394         re-loading nn* modules.
20395
20396 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20397
20398         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20399         for `tool-bar-mode' and don't check it's default-value.
20400
20401         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20402
20403         * message.el (message-make-tool-bar): Ditto.
20404
20405         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20406         `substring'.  Shorten tmp-file name.
20407
20408         * gnus.el: Remove bogus comment.
20409
20410 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20411
20412         * gnus-art.el (gnus-article-browse-html-parts): New function.
20413         (gnus-article-browse-html-article): New function for viewing html
20414         articles with a browser.
20415
20416 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20417
20418         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20419         in elisp.
20420         (pgg-gpg-encrypt-symmetric-region): Ditto.
20421         (pgg-gpg-sign-region): Ditto.
20422
20423         * pgg-def.el (pgg-text-mode): New variable.
20424
20425         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20426         (mml2015-pgg-encrypt): Ditto.
20427
20428         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20429         (mml1991-pgg-encrypt): Ditto.
20430
20431 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20432
20433         * nnfolder.el (nnfolder-insert-newsgroup-line):
20434         Use message-make-date instead of current-time-string.
20435
20436         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20437         to gnus-decoded which mm-uu might set.
20438
20439 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20440
20441         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20442         don't decode quoted parameters; remove misimported Emacs code.
20443         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20444         (rfc2231-decode-encoded-string): Don't use split-string which
20445         behaves differently according to Emacs version; use
20446         mm-decode-coding-region to convert charset to coding-system.
20447         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20448         (rfc2231-encode-string): Remove misimported Emacs code.
20449
20450 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20451
20452         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20453         when calling mail-header-parse-content-type.
20454         (article-de-quoted-unreadable): Ditto.
20455         (article-de-base64-unreadable): Ditto.
20456         (article-wash-html): Ditto.
20457
20458         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20459         calling mail-header-parse-content-type and
20460         mail-header-parse-content-disposition.
20461         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20462         mail-header-parse-content-type.
20463
20464         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20465         insert charset and format parameters; encode description after
20466         inserting it to buffer.
20467         (mml-insert-parameter): Fold lines properly even if a parameter is
20468         segmented into two or more lines; change the max column to 76.
20469
20470         * rfc1843.el (rfc1843-decode-article-body): Don't use
20471         ignore-errors when calling mail-header-parse-content-type.
20472
20473         * rfc2231.el (rfc2231-parse-string): Return at least type if
20474         possible; don't cause an error even if it fails in parsing of
20475         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20476         (rfc2231-encode-string): Don't break lines at the beginning, leave
20477         it to mml-insert-parameter.
20478
20479         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20480         calling mail-header-parse-content-type.
20481
20482 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20483
20484         * spam-report.el (spam-report-gmane-use-article-number):
20485         Improve doc string.
20486         (spam-report-gmane-internal): Check if a suitable header was found
20487         in the article.
20488
20489 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20490
20491         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20492         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20493
20494 2006-02-05  Romain Francoise  <romain@orebokech.com>
20495
20496         Update copyright notices of all files in the gnus directory.
20497
20498 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20499
20500         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20501
20502 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20505         segmented lines of parameter value to cope with Thunderbird 1.5
20506         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20507         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20508         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20509
20510 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20511
20512         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20513         parts.
20514
20515 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20516
20517         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20518         there's only one active file for all servers.
20519         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20520         solid groups.  Gnus might have used a FAST request to select the group.
20521         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20522         and nnweb-search redundantly in the active file.
20523         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20524         (nnweb-request-create-group): Don't use ARGS.
20525         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20526         initializations.  Let nnoo do the work.
20527
20528 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20529
20530         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20531         Say the part has been decoded.
20532
20533         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20534
20535 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20536
20537         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20538         mailcap-viewer-test-cache when there's no 'test clause, since that
20539         will invert the meaning of a "nil" test previously determined by
20540         mailcap-mailcap-entry-passes-test.
20541
20542 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20543
20544         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20545         compiling.
20546
20547         * gnus-sum.el: Ditto.
20548
20549         * message.el: Don't bind tool-bar-map when compiling.
20550
20551 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20552
20553         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20554
20555 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20556
20557         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20558         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20559         current Google Groups.
20560
20561 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20562
20563         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20564         and tool-bar-mode.
20565
20566         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20567         and tool-bar-mode.
20568
20569         * message.el (message-tool-bar-update): Simplify.
20570         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20571
20572         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20573         gnus-summary-buffer.
20574         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20575         gnus-summary-reply.
20576
20577         * gmm-utils.el (gmm): Add :version.
20578
20579 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20580
20581         * Makefile.in (clean): New rule.
20582         (distclean): Use it.
20583
20584 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20585
20586         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20587         Don't autoload.
20588
20589 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20590
20591         * gmm-utils.el (gmm-verbose): Add :group.
20592
20593 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20594
20595         * message.el: Change some comments WRT tool-bars.
20596
20597         * gnus-sum.el (gnus-summary-tool-bar)
20598         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20599         (gnus-summary-tool-bar-zap-list): New variables.
20600         (gnus-summary-make-tool-bar): Complete rewrite using
20601         `gmm-tool-bar-from-list'.
20602
20603         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20604         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20605         New variables.
20606         (gnus-group-make-tool-bar): Complete rewrite using
20607         `gmm-tool-bar-from-list'.
20608         (gnus-group-tool-bar-update): New function.
20609
20610         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20611
20612 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20613
20614         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20615         is dissected into a single part of which the type is the same as
20616         the given one; decode charset.
20617
20618 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20619
20620         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20621         into alists as symbol not string, since that's what
20622         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20623         look for.
20624
20625 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20626
20627         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20628         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20629
20630         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20631
20632 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20633
20634         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20635         (gnus-xmas-mime-security-button-menu): New function.
20636
20637         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20638         (gnus-mime-security-button-menu): New definition.
20639         (gnus-mime-security-button-map): Use them.
20640         (gnus-mime-security-button-menu): New function.
20641         (gnus-insert-mime-security-button): Addition to help echo.
20642         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20643         (gnus-mime-security-pipe-part): New functions.
20644
20645         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20646         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20647
20648         * mm-decode.el (mm-handle-set-disposition): Remove.
20649         (mm-handle-set-description): Remove.
20650
20651 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20652
20653         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20654         (mm-w3m-standalone-supports-m17n-p): New function.
20655         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20656         w3m usage.
20657
20658         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20659         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20660
20661 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20662
20663         * message.el (message-tool-bar-zap-list):
20664         Use gmm-tool-bar-zap-list as custom type.
20665         (message-tool-bar-update): New function.
20666         (message-tool-bar, message-tool-bar-gnome)
20667         (message-tool-bar-retro): Add message-tool-bar-update.
20668         (message-tool-bar-gnome): Add flyspell-buffer.
20669
20670         * gnus-util.el (gnus-error): Describe `args'.
20671
20672         * gmm-utils.el (gmm-error): Describe `args'.
20673         (gmm-tool-bar-zap-list): New widget.
20674         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20675
20676 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20677
20678         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20679         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20680         the number of recursive calls.
20681
20682         * mm-decode.el (mm-handle-set-disposition): New macro.
20683         (mm-handle-set-description): New macro.
20684
20685 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20686
20687         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20688         encoding.
20689
20690 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20691
20692         * message.el (message-tool-bar-zap-list, message-tool-bar)
20693         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20694         (message-tool-bar-local-item-from-menu): Remove.
20695         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20696         (message-make-tool-bar): New function.
20697         (message-mode): Use `message-make-tool-bar'.
20698
20699         * gmm-utils.el: New file.
20700         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20701         (gmm-lazy): New widget copied from `nnmail.el'.
20702         (gmm-tool-bar-from-list): New function for creating customizable
20703         tool bars.
20704         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20705         output.
20706         (gmm): Add :prefix to defgroup.
20707
20708 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20709
20710         * gmm-utils.el (gmm-widget-p): New function.
20711
20712 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20713
20714         * mml.el (mml-attach-file): Describe `description' in doc string.
20715         (mml-menu): Add Emacs MIME manual and PGG manual.
20716
20717 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20718
20719         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20720
20721 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20722
20723         * nntp.el (nntp-end-of-line): Doc fix.
20724
20725 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20726
20727         * imap.el (imap-open): Handle case where buffer is a buffer
20728         object.
20729
20730 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20731
20732         * gnus-delay.el (gnus-delay): Don't autoload.
20733         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20734         to be re-loaded when customizing the `gnus-delay' group.
20735
20736 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20737
20738         * message.el (message-insert-citation-line): Use newlines.
20739
20740 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20741
20742         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20743         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20744         these routines, so the passphrase can be managed externally and
20745         passed in to the system.
20746         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20747         pgg-add-passphrase-to-cache function.
20748
20749         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20750         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20751         these routines, so the passphrase can be managed externally and
20752         passed in to the system.
20753         (pgg-pgp5-sign-region): Use new name of
20754         pgg-add-passphrase-to-cache function.
20755
20756 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20757
20758         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20759         part of the decoded armor to find the key-identifier.
20760         (pgg-gpg-lookup-key-owner): New function to return the
20761         human-readable identifier of a key owner.
20762         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20763         itself.
20764         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20765         the key value) if we have a key and can match it against a secret
20766         key.  Also, added a note pointing out fact that the prompt only
20767         indicates the first matching key.
20768
20769         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20770         pgg-decrypt-region.
20771         (pgg-add-passphrase-to-cache): Rename from
20772         `pgg-add-passphrase-cache' to reduce confusion (all callers
20773         changed).
20774         (pgg-remove-passphrase-from-cache): Rename from
20775         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20776         changed).
20777         (pgg-read-passphrase, pgg-add-passphrase-cache)
20778         (pgg-remove-passphrase-cache): Add informative docstrings.
20779         (pgg-decrypt): Convey provided passphrase in subordinate call to
20780         pgg-decrypt-region.
20781
20782 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20783
20784         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20785         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20786         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20787         'passphrase' argument, so the passphrase can be managed externally
20788         and then passed in to the system.
20789
20790         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20791         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20792         so the passphrase cache can be used reliably with identifiers
20793         besides a pgp packet's key id.
20794
20795         * pgg-gpg.el (pgg-gpg-encrypt-region)
20796         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20797         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20798         these routines, so the passphrase can be managed externally and
20799         passed in to the system.
20800
20801         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20802         'notruncate' argument, so the passphrase cache can be used
20803         reliably with identifiers besides a pgp packet's key id.
20804
20805 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20806
20807         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20808         symmetric encryption.
20809         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20810         encrypted session key.
20811         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20812         message ask for the passphrase in a proper way.
20813
20814         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20815         New user commands for symmetric encryption.
20816
20817 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20818
20819         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20820
20821         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20822
20823 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20824
20825         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20826
20827 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20828
20829         * mm-decode.el (mm-inlined-types): Add application/pgp.
20830         (mm-automatic-display): Ditto.
20831
20832         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20833         part as text.
20834
20835 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20836
20837         * nnrss.el: Update copyright.
20838         (nnrss-opml-import): Query whether to subscribe to each entry.
20839
20840         * gnus-art.el:
20841         * gnus-sum.el:
20842         * gnus-xmas.el:
20843         * messagexmas.el:
20844         * mm-uu.el:
20845         * mm-view.el: Update copyright.
20846
20847 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20848
20849         * message.el (message-info): New function.
20850         (message-mode-menu): Add it.
20851         Update copyright.
20852
20853         * ChangeLog: Fix and update copyright.
20854
20855 2006-01-13  Romain Francoise  <romain@orebokech.com>
20856
20857         * message.el (message-forward-subject-name-subject): Prefer the
20858         address to 'nowhere' if the sender has no name.
20859         Fix typo.  Update copyright year.
20860
20861 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20862
20863         * gnus-art.el (article-wash-html):
20864         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20865         (gnus-article-wash-html-with-w3m-standalone): New function.
20866
20867         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20868         mm-inline-text-html-render-with-w3m-standalone.
20869         (mm-text-html-washer-alist): Map w3m-standalone to
20870         gnus-article-wash-html-with-w3m-standalone.
20871         (mm-inline-text-html-render-with-w3m-standalone): New function.
20872
20873 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20874
20875         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20876         Improve LaTeX.
20877
20878 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20879
20880         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20881         (nnrss-request-article): Render text/plain parts as HTML.
20882
20883         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20884         the buffer.
20885
20886 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20887
20888         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20889         custom definition of `gnus-posting-styles'.
20890
20891         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20892         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20893
20894 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20895
20896         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20897         Use nntp for bug archive.
20898
20899 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20900
20901         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20902         parts.
20903         (nnrss-normalize-date): New function converts ISO 8601 date into
20904         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20905         (nnrss-check-group): Use it.
20906
20907 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20908
20909         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20910
20911         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20912         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20913         (nnrss-insert-w3): Ditto.
20914
20915 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20916
20917         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20918         the articles to be forwarded including the case where neither a
20919         number of articles nor a region is specified.
20920
20921 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20922
20923         * nnrss.el (nnrss-request-article): Fix last change; fill
20924         text/plain parts.
20925
20926 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20927
20928         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20929         in text/plain part.
20930         (nnrss-check-group): Don't add excessive newline to dc:subject.
20931
20932 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20933
20934         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20935         article.
20936
20937 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20938
20939         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20940         (nnml-use-compressed-files, nnml-save-mail): Support other
20941         comression programs such as bzip2.
20942
20943 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20944
20945         * dns.el (query-dns): Make sure we check the buffer size before
20946         removing tcp headers.
20947
20948 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20949
20950         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20951         remove MIME buttons associated with multipart/alternative parts.
20952         (gnus-mime-display-alternative): Tag buttons using `article-type'
20953         text property.
20954
20955         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20956         associated with multipart/alternative parts.
20957
20958         * gnus-art.el (gnus-signature-separator): Fix custom type.
20959
20960         * mm-decode.el (mm-inlined-types): Fix custom type.
20961         (mm-keep-viewer-alive-types): Ditto.
20962         (mm-automatic-display): Ditto.
20963         (mm-attachment-override-types): Ditto.
20964         (mm-inline-override-types): Ditto.
20965         (mm-automatic-external-display): Ditto.
20966
20967 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20968
20969         * spam-report.el (spam-report-user-mail-address)
20970         (spam-report-user-agent): New variables.
20971         (spam-report-url-ping-plain): Use spam-report-user-agent.
20972
20973 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20974
20975         * gnus-art.el (gnus-button-handle-custom): Do not just use
20976         `customize-apropos' for any "M-x customize-*" button but the
20977         function called for.  Accept both the function name and its
20978         argument in order to achieve this.
20979         (gnus-button-alist): Remove support for "custom:" URL's.
20980         Pass function name to `gnus-button-handle-custom' in case of "M-x
20981         customize-*" buttons.
20982
20983 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20984
20985         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20986         multipart/alternative and add xref to mm-discouraged-alternatives
20987         in doc string.
20988
20989         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20990         gnus-buttonized-mime-types in doc string.
20991
20992 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20993
20994         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20995         Suggest image/.* in the doc string.
20996
20997 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20998
20999         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21000         message-marks (Debian bug#342521).
21001
21002 2005-12-12  Simon Josefsson  <jas@extundo.com>
21003
21004         * password.el (password-read-from-cache): Add.
21005         (password-read): Use it.
21006
21007 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21008
21009         * rfc2047.el (rfc2047-charset-to-coding-system):
21010         Recognize us-ascii as a MIME charset.
21011
21012         * mm-bodies.el (mm-decode-content-transfer-encoding):
21013         Protect against the case where the 2nd arg TYPE is nil.
21014
21015 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21016
21017         * pop3.el (pop3-stream-type): Fix custom version.
21018
21019         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21020
21021 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21022
21023         * mm-decode.el (mm-display-external): Add missing cdr.
21024
21025 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21026
21027         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21028         RFC1524) if it is in mailcap or add a suffix according to
21029         mailcap-mime-extensions when generating a temp filename; postpone
21030         deleting a temp file for 2 seconds for some wrappers, shell
21031         scripts, and so on, which might exit right after having started a
21032         viewer command as a background job.
21033
21034 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21035
21036         * nntp.el (nntp-marks-directory): Fix custom group.
21037
21038         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21039         steps when < 10.
21040
21041         * gnus-start.el (gnus-no-server-1):
21042         Mention `gnus-level-default-subscribed' in doc string.
21043
21044 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21045
21046         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21047         parens.
21048
21049 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21050
21051         * gnus-xmas.el (gnus-use-toolbar): Revert.
21052         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21053         gnus-use-toolbar is default.
21054
21055         * messagexmas.el (message-use-toolbar): Revert.
21056         (message-setup-toolbar): Use global default-toolbar if
21057         message-use-toolbar is default.
21058
21059 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21060
21061         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21062         according to default-toolbar-visible-p.
21063
21064         * messagexmas.el (message-use-toolbar): Ditto.
21065
21066 2005-11-26  Dave Love  <fx@gnu.org>
21067
21068         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21069         (tls-program, tls-success): Provide openssl alternative.
21070
21071         * starttls.el: Doc fixes.
21072         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21073         SERVICE to PORT.
21074
21075         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21076         port null or service name.
21077         (starttls-negotiate): Autoload.
21078
21079 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21080
21081         * message.el (message-kill-to-signature): Fix interactive spec.
21082
21083 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21084
21085         * pop3.el (pop3-open-server): Recognize a string as a service name.
21086
21087 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21088
21089         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21090
21091 2005-11-23  Dave Love  <fx@gnu.org>
21092
21093         Add pop3s, pop3/starttls.
21094
21095         * pop3.el (pop3-authentication-scheme): Clarify doc.
21096         (open-tls-stream, starttls-open-stream): Autoload.
21097         (pop3-stream-type): New.
21098         (pop3-open-server): Use it.
21099
21100         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21101         for POP.
21102         (mail-source-keyword-map): Add :stream for POP.
21103         (mail-source-fetch-pop): Use pop3-stream-type.
21104
21105 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21106
21107         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21108         of current-time-string.
21109
21110 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21111
21112         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21113         date header.
21114
21115 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21116
21117         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21118         it can seriously impact performance as it bypasses the agent's
21119         local caches.
21120
21121 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21122
21123         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21124         must be explicitly online rather than "not explicitly offline" for
21125         its flags to be synchronized.
21126
21127         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21128         that gnus-uu-unmark-thread will function correctly.
21129
21130         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21131         1024K is instead displayed as 1M.
21132
21133 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21134
21135         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21136
21137 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21138
21139         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21140
21141 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21142
21143         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21144         error message to display actual error condition.
21145         (gnus-agent-save-local): Avoid saving symbols that are bound to
21146         nil as they simply result in a warning message in
21147         gnus-agent-read-local.
21148
21149 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21150
21151         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21152         rather than make-variable-buffer-local for file-precious-flag.
21153
21154 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21155
21156         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21157         for duplicates which are removed.  The invalid sort check then
21158         triggers a rescan after the sort as sorting may have moved
21159         duplicate entries such that they can be cheaply detected.
21160
21161 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21162
21163         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21164
21165 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21166
21167         * gnus-agent.el (gnus-agent-article-alist-save-format):
21168         Change internal variable to a custom variable.  Change default value
21169         from compressed(2) to uncompressed(1).
21170         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21171         support for uncompressed agentview files.  Taken together, reading
21172         the agentview file should now be 6-7 times faster.
21173
21174 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21175
21176         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21177         as a buffer-local variable.  This avoids creating truncated
21178         dribble files as a result of a hang up, eg.
21179
21180 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21181
21182         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21183         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21184         XEmacs.
21185
21186 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21187
21188         * gnus-start.el (gnus-start-draft-setup):
21189         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21190
21191         * gnus.el (gnus-splash): Change custom group.
21192         (gnus-group-get-parameter, gnus-group-parameter-value):
21193         Describe allow-list argument.
21194
21195         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21196         string.
21197
21198 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21199
21200         * gnus-art.el (gnus-default-article-saver): Add user-defined
21201         `function' to custom type.
21202
21203 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21204
21205         * imap.el (imap-open): Handle case where buffer is a buffer
21206         object.
21207
21208 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21209
21210         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21211         long lines.
21212         (gnus-cache-delete-group): Wrap doc strings.
21213
21214         * gnus-agent.el (gnus-agent-rename-group)
21215         (gnus-agent-delete-group): Wrap doc strings.
21216
21217 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21218
21219         * messagexmas.el (message-use-toolbar): Change the valid values
21220         into default, top, bottom, left, and right.
21221         (message-toolbar-thickness): New variable.
21222         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21223         well.
21224         (message-setup-toolbar): Make it work.
21225
21226         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21227         (gnus-use-toolbar): Change the valid values into default, top,
21228         bottom, left, and right.
21229         (gnus-toolbar-thickness): New variable.
21230         (gnus-xmas-setup-toolbar): New function.
21231         (gnus-xmas-setup-group-toolbar): Use it.
21232         (gnus-xmas-setup-summary-toolbar): Use it.
21233
21234 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21235
21236         * gnus-start.el (gnus-1): Add "native" to
21237         gnus-predefined-server-alist.
21238
21239         * gnus.el (gnus-method-to-server): Don't add "native" to the
21240         lists here, because that leads to problems when
21241         gnus-select-method is bound.
21242
21243 2005-11-09  Simon Josefsson  <jas@extundo.com>
21244
21245         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21246         use (not sort-by-date) instead.
21247
21248 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21249
21250         * gnus-delay.el (gnus-delay-group): Don't autoload.
21251         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21252         to be re-loaded when customizing the `gnus-delay' group.
21253
21254 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21255
21256         * message.el: Revert last changes.
21257         (message-insert-citation-line): Use newlines.
21258
21259 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21260
21261         * message.el (message-courtesy-message)
21262         (message-mark-insert-begin, message-mark-insert-end)
21263         (message-elide-ellipsis, message-cancel-message)
21264         (message-add-header, message-change-subject)
21265         (message-cross-post-followup-to-header)
21266         (message-cross-post-insert-note, message-reduce-to-to-cc)
21267         (message-widen-reply, message-delete-not-region)
21268         (message-kill-to-signature, message-insert-signature)
21269         (message-insert-importance-high, message-insert-importance-low)
21270         (message-insert-or-toggle-importance)
21271         (message-insert-disposition-notification-to)
21272         (message-indent-citation, message-yank-original)
21273         (message-cite-original-without-signature, message-cite-original)
21274         (message-insert-citation-line, message-position-on-field)
21275         (message-fix-before-sending, message-send-mail-partially)
21276         (message-send-mail, message-send-mail-with-sendmail)
21277         (message-send-mail-with-qmail, message-send-news)
21278         (message-check-news-header-syntax, message-generate-headers)
21279         (message-insert-courtesy-copy, message-fill-address)
21280         (message-fill-header, message-shorten-references)
21281         (message-setup-1, message-cancel-news)
21282         (message-forward-make-body-plain, message-forward-make-body-mime)
21283         (message-forward-make-body-mml, message-encode-message-body)
21284         (message-forward-make-body-digest-plain)
21285         (message-forward-make-body-digest-mime)
21286         (message-use-alternative-email-as-from): Insert `hard-newline'
21287         instead of ordinary newlines.
21288
21289 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21290
21291         * message.el (message-generate-headers): Downcase the argument
21292         given to message-check-element.
21293
21294 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21295
21296         * nntp.el (nntp-authinfo-rejected): New error condition.
21297         (nntp-wait-for): Use new error condition to signal authentication
21298         error.
21299         (nntp-retrieve-data): Rethrow new error condition to break out of
21300         recursive call to nntp-send-authinfo.
21301
21302 2005-11-08  Romain Francoise  <romain@orebokech.com>
21303
21304         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21305         (gnus-summary-exit-map): Bind to `Z p'.
21306         (gnus-summary-make-menu-bar): Add menu item.
21307
21308 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21309
21310         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21311         (gnus-treat-*): Add `first' in all doc strings.
21312
21313         * gnus-group.el (gnus-group-compact-group): Fix typo.
21314
21315 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21316
21317         * gnus.el (gnus-parameters-case-fold-search): New variable.
21318         (gnus-parameters-get-parameter): Use it.
21319
21320         * gnus-score.el (gnus-home-score-file): Doc fix.
21321
21322 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21323
21324         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21325
21326 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21327
21328         * mm-util.el (mm-special-display-p): New function.
21329
21330         * mml.el (mml-preview): Use it; doc fix.
21331
21332 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21333
21334         * imap.el (imap-open): Handle case where buffer is a buffer object.
21335
21336 2005-10-29  Romain Francoise  <romain@orebokech.com>
21337
21338         * message.el (message-fix-before-sending): Fix comment.
21339
21340 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21341
21342         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21343
21344 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21345
21346         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21347         Used in gnus-score.el.
21348
21349 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21350
21351         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21352
21353 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21354
21355         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21356         whitespace removed in revision 7.8.  Use concatenated string to
21357         protect trailing whitespace.
21358
21359 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21360
21361         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21362         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21363         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21364         Courier IMAP ("some version from 2004").  Mostly based on similar
21365         code in the same function.
21366
21367 2005-10-26  Didier Verna  <didier@xemacs.org>
21368
21369         * gnus-group.el (gnus-group-compact-group): Invalidate original
21370         article buffer.
21371         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21372         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21373         NOV database and in article itself.
21374         Invalidate article backlog.
21375
21376 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21377
21378         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21379
21380 2005-10-26  Simon Josefsson  <jas@extundo.com>
21381
21382         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21383         part of 2004-07-25 change.
21384
21385 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21386
21387         * message.el (message-display-completion-list): New function.
21388         (message-expand-group): Use it; make sure the Completions buffer
21389         is modifiable.
21390 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21391
21392         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21393         user-mail-name is an empty string.
21394
21395 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21396
21397         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21398         depending on gnus-score-decay-constant.
21399
21400         * encrypt.el (encrypt-insert-file-contents)
21401         (encrypt-write-file-contents): Don't use `gnus-message'.
21402
21403         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21404         arguments.
21405         (mm-uu-type-alist): Add message-marks and insert-marks.
21406         Pass arguments to mm-uu-verbatim-marks-extract.
21407         (mm-uu-hide-markers): New variable.
21408         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21409
21410         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21411         (gnus-convert-image-to-face-command): Use "convert" by default to
21412         allow other input image formats.
21413         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21414         accordingly.
21415
21416 2005-10-23  Simon Josefsson  <jas@extundo.com>
21417
21418         * imap.el (imap-gssapi-program): Align command line parameters
21419         with latest GNU SASL.
21420         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21421
21422 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21423
21424         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21425         HTML.
21426         (nnslashdot-request-article): Ditto.
21427
21428         * lpath.el (featurep): Add nobreak-char-display.
21429
21430 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21431
21432         * mail-source.el (mail-source-fetch-pop): Require pop3.
21433         (mail-source-check-pop): Ditto.
21434
21435 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21436
21437         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21438         errors.
21439
21440 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21441
21442         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21443         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21444
21445         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21446
21447         * mm-bodies.el (mm-decode-string):
21448         Call `mm-charset-to-coding-system' with allow-override argument.
21449
21450 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21451
21452         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21453         (rfc2047-charset-to-coding-system): New function.
21454         (rfc2047-decode-encoded-words): New function.
21455         (rfc2047-decode-region): Use them.
21456         (rfc2047-decode-cte): Remove.
21457         (rfc2047-parse-and-decode): Remove.
21458         (rfc2047-decode): Remove.
21459
21460 2005-10-15  Kenichi Handa  <handa@m17n.org>
21461
21462         * rfc2047.el (rfc2047-decode-cte): New function.
21463         (rfc2047-decode-region): Change the way to decode successive
21464         encoded-words: decode B- or Q-encoding in each encoded-word,
21465         concatenate them, and decode it as charset.
21466
21467 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21468
21469         * lpath.el: Fbind codepage-setup for XEmacs.
21470
21471 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21472
21473         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21474         widget-move-and-invoke.
21475         (gnus-custom-mode): Use gnus-custom-map.
21476
21477 2005-10-15  Bill Wohler  <wohler@newt.com>
21478
21479         * message.el (message-tool-bar-map): Rename image file from
21480         mail_send to mail/send.
21481
21482 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21483
21484         * message.el (message-expand-group): Pass the common
21485         prefix substring of completion to `display-completion-list'.
21486
21487 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21488
21489         * mml-sec.el (mml-secure-method): New internal variable.
21490         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21491         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21492         New functions using mml-secure-method.
21493
21494         * mml.el (mml-mode-map): Add key bindings for those functions.
21495         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21496         Harder <harder@myrealbox.com>.
21497         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21498         Goto end of message if point is the headers of the message.
21499
21500         * message.el (message-in-body-p): New function.
21501
21502         * assistant.el: Autoload gnus-util and netrc.
21503
21504         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21505         Use `mm-charset-override-alist' only when decoding.
21506
21507         * mm-bodies.el (mm-decode-body):
21508         Call `mm-charset-to-coding-system' with allow-override argument.
21509
21510         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21511         `filename' from Content-Disposition if Content-Type doesn't
21512         provide `name'.
21513         (gnus-mime-view-part-as-type): Set default instead of
21514         initial-input.
21515
21516 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21517
21518         * format-spec.el (format-spec): Propagate text properties of % spec.
21519
21520 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21521
21522         * gnus-art.el (gnus-treat-predicate): Add `first'.
21523
21524 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21525
21526         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21527         (mm-charset-override-alist): New variable.
21528         (mm-charset-to-coding-system): Use it.
21529         (mm-codepage-setup): New helper function.
21530         (mm-charset-eval-alist): New variable.
21531         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21532         Warn about unknown charsets.
21533
21534         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21535
21536 2005-10-04  David Hansen  <david.hansen@gmx.net>
21537
21538         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21539         (nnrss-check-group): Ditto.
21540
21541 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21542
21543         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21544         Rename x-gnus-verbatim to x-verbatim.
21545         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21546
21547         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21548         x-verbatim.
21549
21550         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21551
21552         * gnus-util.el (gnus-remove-duplicates): Remove.
21553
21554         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21555         instead of gnus-remove-duplicates.
21556
21557         * message.el (message-remove-duplicates): Remove.
21558         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21559         message-remove-duplicates.
21560
21561         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21562         available, else use implementation from `delete-dups'.
21563
21564         * message.el (message-insert-expires): New function.
21565         (message-mode-map): Add key binding.
21566         (message-mode-field-menu): Add menu entry.
21567         (message-mode): Document it.
21568         (message-make-expires-date): Use `message-make-date'.
21569
21570 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21571
21572         * message.el (message-make-expires-date): New function.
21573
21574 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21575
21576         * Makefile.in (list-installed-shadows): New entry.
21577         (install): Use it.
21578         (remove-installed-shadows): New entry.
21579
21580         * dgnushack.el (dgnushack-default-load-path): New variable.
21581         (dgnushack-find-lisp-shadows): New function.
21582         (dgnushack-remove-lisp-shadows): New function.
21583
21584 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21585
21586         * Makefile.in (install-el-elc): New entry.
21587         (install): Use it so that .el files are necessarily installed.
21588
21589 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21590
21591         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21592
21593 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21594
21595         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21596         function rather than the diff-mode.el package.
21597         (mm-display-external): Use with-current-buffer.
21598         (mm-viewer-completion-map, mm-viewer-completion-map):
21599         Move initialization inside declaration.
21600
21601 2005-09-29  Simon Josefsson  <jas@extundo.com>
21602
21603         * spam.el: Load hashcash when compiling, to avoid warnings.
21604         Don't autoload mail-check-payment.
21605         (spam-check-hashcash): Define unconditionally, since hashcash.el
21606         is part of Gnus now.  Ignore errors from payment checking.
21607
21608 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21609
21610         * message.el (message-bold-region, message-unbold-region):
21611         Rename from `bold-region' and `unbold-region'.
21612
21613         * message.el: Remove useless autoloads.
21614
21615 2005-09-28  Simon Josefsson  <jas@extundo.com>
21616
21617         * message.el (message-use-idna): Default to t.
21618         (message-use-idna): Test whether encoding works too.  Doc fix.
21619
21620 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21621
21622         * nntp.el (nntp-warn-about-losing-connection): Remove.
21623
21624 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21625
21626         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21627         customizable.  Change default value.
21628         (mm-uu-diff-groups-regexp): Change default value.
21629         (mm-uu-type-alist): Add doc string.
21630         (mm-uu-configure): Add doc string.  Make it interactive.
21631         (mm-uu-tex-groups-regexp): New variable.
21632         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21633         (mm-uu-type-alist): Add LaTeX documents.
21634         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21635         of "text/verbatim".
21636         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21637
21638         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21639         instead of "text/verbatim".
21640
21641         * message.el (message-mark-inserted-region)
21642         (message-mark-insert-file): Use slrn style marks when called with
21643         prefix argument.
21644
21645 2005-09-27  Simon Josefsson  <jas@extundo.com>
21646
21647         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21648
21649 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21650
21651         * message.el (message-remove-duplicates): New function.
21652         Implementation borrowed from `gnus-remove-duplicates'.
21653         (message-idna-to-ascii-rhs): Also encode idna addresses in
21654         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21655         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21656         only ask about the same idna domain once per header and also tell
21657         in what header to replace the idna domain.
21658
21659         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21660         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21661         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21662         a header is decoded and not just the last one.
21663
21664 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21665
21666         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21667         has been decoded.
21668
21669         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21670         (mm-insert-part): Don't modify text if it has been decoded.
21671
21672         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21673         decoded.
21674
21675         * mm-view.el (mm-inline-text): Don't strip text props unless
21676         decoding enriched or richtext parts.
21677
21678 2005-09-25  Romain Francoise  <romain@orebokech.com>
21679
21680         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21681         * gnus-start.el (gnus-subscribe-interactively):
21682         * gnus-uu.el (gnus-uu-grab-articles):
21683         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21684         space.
21685
21686 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21687
21688         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21689         * mm-view.el (mm-view-pkcs7-decrypt):
21690         * gnus-sum.el (gnus-summary-limit-to-extra)
21691         (gnus-summary-respool-article, gnus-read-move-group-name):
21692         * gnus-score.el (gnus-summary-increase-score):
21693         * gnus-util.el (gnus-completing-read-with-default):
21694         * gnus-art.el (gnus-read-save-file-name)
21695         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21696         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21697         * message.el (message-check-news-header-syntax):
21698         Follow convention for reading with the minibuffer.
21699
21700 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21701
21702         * spam-report.el (spam-report-url-ping-plain):
21703         Use gnus-extended-version as User-Agent.
21704
21705         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21706         default value is nil.
21707
21708         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21709         (mm-uu-verbatim-marks-extract): New function.
21710         (mm-uu-extract): New face.
21711         (mm-uu-copy-to-buffer): Use it.
21712
21713         * spam-report.el (spam-report-gmane-ham): Rename from
21714         `spam-report-gmane-unspam'.
21715         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21716         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21717
21718         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21719         Autoload.
21720         (spam-report-gmane-unregister-routine):
21721         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21722
21723 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21724
21725         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21726         (spam-report-gmane-unregister-routine): Add support for gmane
21727         unregistration.
21728
21729         * spam-report.el (spam-report-gmane-unspam)
21730         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21731         (spam-report-gmane): Change to take a single article and do unspam
21732         registration.
21733
21734 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21735
21736         * mm-url.el (mm-url-decode-entities): Fix regexp.
21737
21738 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21739
21740         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21741         default to nil, to be able to use Gnus at all.  If the default
21742         switches to something else, then the function should be fixed not
21743         be exceedingly slow.
21744
21745 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21746
21747         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21748         fail hard.
21749
21750         * spam-report.el: Add better Keywords line.
21751
21752         * spam.el: Add Maintainer and better Keywords line.
21753
21754 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21755
21756         * gnus-art.el (gnus-article-replace-part)
21757         (gnus-mime-replace-part): New functions.
21758         (gnus-mime-action-alist, gnus-mime-button-commands)
21759         (gnus-mime-save-part-and-strip): Add file argument.
21760         (gnus-article-part-wrapper): Add interactive argument.
21761
21762         * gnus-sum.el (gnus-summary-mime-map):
21763         Add `gnus-article-replace-part'.
21764
21765 2005-09-19  Didier Verna  <didier@xemacs.org>
21766
21767         The nnml compaction feature:
21768         * nnml.el (nnml-request-compact-group): New function.
21769         * nnml.el (nnml-request-compact): New function.
21770         * gnus-int.el (gnus-request-compact-group): New function.
21771         * gnus-int.el (gnus-request-compact): New function.
21772         * gnus-group.el (gnus-group-compact-group): New function.
21773         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21774         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21775         * gnus-srvr.el (gnus-server-compact-server): New function.
21776         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21777         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21778
21779 2005-09-18  Deepak Goel  <deego@gnufans.org>
21780
21781         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21782         format spec.
21783
21784 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21785
21786         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21787
21788 2005-09-15  Romain Francoise  <romain@orebokech.com>
21789
21790         * message.el (message-fill-paragraph): Clarify docstring.
21791
21792 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21793
21794         * gnus-art.el (gnus-mime-display-part): Protect against broken
21795         MIME messages.
21796
21797 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21798
21799         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21800         before parsing header.
21801
21802 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21803
21804         * html2text.el (html2text-replace-list): Add new entities.
21805
21806 2005-09-11  Romain Francoise  <romain@orebokech.com>
21807
21808         * message.el (message-alternative-emails): Improve docstring.
21809         (message-setup-1): Call `message-use-alternative-email-as-from'
21810         after `message-setup-hook' to give it precedence over posting
21811         styles, etc.
21812         (message-use-alternative-email-as-from): Add docstring.
21813         Remove the original From header if present.
21814
21815         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21816         (nnml-save-mail): Use it.
21817
21818         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21819         articles.  Add new argument `silent'.
21820         (gnus-uu-mark-all): Report the total number of marked articles.
21821
21822 2005-09-10  Romain Francoise  <romain@orebokech.com>
21823
21824         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21825         (gnus-uu-mark-series): Likewise.
21826
21827 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21828
21829         * spam-report.el (spam-report-gmane): Fix generation of spam
21830         report URL.
21831
21832 2005-09-10  Simon Josefsson  <jas@extundo.com>
21833
21834         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21835         t, based on discussion on the ding list with Robert Epprecht
21836         <epprecht@solnet.ch>.
21837
21838 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21839
21840         * spam-report.el (spam-report-gmane): Make it work without
21841         X-Report-Spam header.  Gmane now only provides Archived-At.
21842         This is only used if `spam-report-gmane-use-article-number' is nil.
21843         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21844
21845         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21846         make `gnus-summary-sort-by-recipient' work with threading.
21847
21848         * nnweb.el (nnweb-google-wash-article): Print a message if article
21849         is not available.
21850
21851 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21852
21853         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21854         change.  Decode text/* parts content before displaying.
21855
21856 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21857
21858         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21859
21860 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21861
21862         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21863
21864         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21865         url-package-name, url-package-version,
21866         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21867         w3m-display-inline-images, and w3m-minor-mode-map.
21868
21869 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21870
21871         * message.el (message-tab-body-function): Fix mismatched custom type.
21872
21873         * gnus.el (gnus-group-change-level-function): Ditto.
21874
21875         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21876
21877         * gnus-art.el (gnus-signature-limit)
21878         (gnus-article-mime-part-function): Ditto.
21879
21880 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21881
21882         * mml.el (mml-mode): Silence the byte compiler.
21883
21884         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21885         using `(sit-for 0)' before moving the point to the specified part;
21886         skip unbuttonized parts.
21887         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21888         return to the summary window if gnus-auto-select-part is non-nil.
21889
21890 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21891
21892         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21893         New variables.
21894         (mml-dnd-attach-file, mml-mode): Use them.
21895
21896         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21897         Make fetching article by MID work again for Google Groups.
21898         Add FIXME concerning gnus-group-make-web-group.
21899
21900         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21901         Don't depend on Gnus by using mail-extract-address-components if
21902         gnus-extract-address-components is not bound.
21903
21904 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21905
21906         * gnus-art.el (gnus-mime-display-security): Don't display the
21907         signature, but only the signed part.
21908
21909 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21910
21911         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21912
21913         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21914         list, not listp.
21915
21916 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21917
21918         * mm-encode.el (mm-encode-content-transfer-encoding):
21919         Likewise when encoding.
21920
21921         * mm-bodies.el (mm-decode-content-transfer-encoding):
21922         De-canonicalize CRLF for all text content types, not just
21923         text/plain.
21924
21925 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21926
21927         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21928         valid article; point arrow and cursor at the MIME button.
21929
21930 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21931
21932         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21933         Suggested by Dan Christensen <jdc@uwo.ca>.
21934
21935         * mm-decode.el (mm-save-part): Enable change of prompt.
21936
21937 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21938
21939         * gnus-msg.el (gnus-inews-add-send-actions):
21940         Make `message-post-method' lambda parameter ARG `&optional'.
21941
21942 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21943
21944         * gnus-sum.el (gnus-summary-mime-map):
21945         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21946         gnus-article-jump-to-part.
21947
21948         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21949         (gnus-article-edit-part): Use it.
21950         (gnus-article-part-wrapper): Add no-handle argument.
21951         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21952         New functions.
21953
21954 2005-08-29  Romain Francoise  <romain@orebokech.com>
21955
21956         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21957         docstring.
21958         (gnus-face-from-file): Likewise.
21959
21960 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21961
21962         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21963         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21964         non-nil.
21965         (gnus-auto-select-part): New variable.
21966         (gnus-article-jump-to-part): New function.
21967         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21968         (gnus-mime-delete-part): Allow selecting specified part after
21969         deleting or stripping parts.
21970         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21971         part if argument is bogus.
21972
21973 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21974
21975         * gnus-art.el (w3m-minor-mode-map):
21976         * gnus-spec.el (gnus-newsrc-file-version):
21977         * gnus-util.el (nnmail-active-file-coding-system)
21978         (gnus-original-article-buffer, gnus-user-agent):
21979         * gnus.el (gnus-ham-process-destinations)
21980         (gnus-parameter-ham-marks-alist)
21981         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21982         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21983         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21984         * mm-decode.el (gnus-current-window-configuration):
21985         * mm-extern.el (gnus-article-mime-handles):
21986         * mm-url.el (url-current-object, url-package-name)
21987         (url-package-version):
21988         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21989         (smime-keys, w3m-cid-retrieve-function-alist)
21990         (w3m-current-buffer, w3m-display-inline-images)
21991         (w3m-minor-mode-map):
21992         * mml-smime.el (gnus-extract-address-components):
21993         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21994         (gnus-newsrc-hashtb, message-default-charset)
21995         (message-deletable-headers, message-options)
21996         (message-posting-charset, message-required-mail-headers)
21997         (message-required-news-headers):
21998         * mml1991.el (mc-pgp-always-sign):
21999         * mml2015.el (mc-pgp-always-sign):
22000         * nnheader.el (nnmail-extra-headers):
22001         * rfc1843.el (gnus-decode-encoded-word-function)
22002         (gnus-decode-header-function, gnus-newsgroup-name):
22003         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22004
22005 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22006
22007         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22008         the end of the date treatments.
22009
22010 2005-08-15  Simon Josefsson  <jas@extundo.com>
22011
22012         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22013         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22014         Capello and Romain Francoise.
22015         (pgg-fetch-key-function): Remove, not used?
22016         (pgg-insert-url-with-w3): Require url, to get
22017         url-insert-file-contents regardless of where it is defined.
22018
22019 2005-08-13  Romain Francoise  <romain@orebokech.com>
22020
22021         * message.el (message-cite-original-1): New function.
22022         (message-cite-original): Use it.
22023         (message-cite-original-without-signature): Ditto.
22024
22025 2005-08-08  Romain Francoise  <romain@orebokech.com>
22026
22027         * message.el (message-yank-empty-prefix): New variable.
22028         (message-indent-citation): Use it.
22029         (message-cite-original-without-signature): Respect X-No-Archive.
22030
22031 2005-08-08  Simon Josefsson  <jas@extundo.com>
22032
22033         * pgg.el: Autoload url-insert-file-contents instead of loading
22034         w3/url.
22035         (pgg-insert-url-with-w3): Don't load url here.
22036
22037 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22038
22039         * message.el (message-kill-to-signature): Don't insert newline at
22040         bol.
22041         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22042
22043 2005-08-06  Romain Francoise  <romain@orebokech.com>
22044
22045         * message.el (message-user-fqdn): Fix typo in docstring.
22046
22047 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22048
22049         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22050
22051         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22052
22053 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22054
22055         * mm-bodies.el (mm-encode-body): Use coding system rather than
22056         charset to encode text.
22057
22058         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22059         number of charsets if utf-8 is available (XEmacs).
22060
22061 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22062
22063         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22064         taken from `gnus-button-mid-or-mail-regexp'.
22065         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22066         (gnus-button-alist): Improve regexp for domain part of the MIDs
22067         for news:localpart@domain buttons.
22068         (gnus-button-ctan-directory-regexp): Update.
22069
22070 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22071
22072         * sieve-manage.el (sieve-manage-interactive-login):
22073         Use make-local-variable rather than make-variable-buffer-local.
22074         (sieve-manage-open): Ditto.
22075         (sieve-manage-authenticate): Ditto.
22076
22077         * mml.el (mml-generate-mime-1): Make the content type default to
22078         text/plain if the filename is not specified.
22079
22080 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22081
22082         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22083         instead of insert-buffer.
22084
22085         * message.el (message-yank-original): Ditto; set the mark at the
22086         end of the yanked message.
22087
22088 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22089
22090         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22091         lines to scroll rather than to stop it.
22092
22093         * mml.el (mml-generate-default-type): Add doc string.
22094         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22095         default to application/octet-stream when determining the content
22096         type if it is not specified for the part or the mml contents; add
22097         a comment about mml-generate-default-type.
22098
22099 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22100
22101         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22102         make it default to application/octet-stream when determining the
22103         content type if it is not specified for the external contents.
22104
22105 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22106
22107         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22108         segmented parameter but also other parameters might be there.
22109
22110 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22111
22112         * mm-decode.el (mm-display-external): Delete temp file, directory
22113         and buffer immediately if the external process is exited.
22114
22115 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22116
22117         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22118         fewer lines than that of scroll-margin.
22119         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22120
22121 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22122
22123         * gnus-art.el (gnus-article-next-page): Revert.
22124         (gnus-article-beginning-of-window): New macro.
22125         (gnus-article-next-page-1): Use it.
22126         (gnus-article-prev-page): Ditto.
22127         (gnus-article-edit-part): Use insert-buffer-substring instead of
22128         insert-buffer.
22129         (gnus-article-edit-exit): Ditto.
22130
22131         * gnus-util.el (gnus-beginning-of-window): Remove.
22132         (gnus-end-of-window): Remove.
22133
22134         * lpath.el: Don't bind header-line-format and scroll-margin.
22135
22136 2005-07-25  Simon Josefsson  <jas@extundo.com>
22137
22138         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22139         to have the url package without w3.  Reported by Daiki Ueno
22140         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22141
22142 2005-07-20  Didier Verna  <didier@xemacs.org>
22143
22144         * gnus-diary.el: Remove the description comment (nndiary is now
22145         properly documented in the Gnus manual).
22146         Fix the spelling of "Back End".
22147         * nndiary.el: Ditto.
22148         Fix the copyright notice.
22149
22150 2005-07-18  Romain Francoise  <romain@orebokech.com>
22151
22152         * gnus-sum.el (gnus-summary-to-prefix)
22153         (gnus-summary-newsgroup-prefix): New variables.
22154         (gnus-summary-from-or-to-or-newsgroups): Use them.
22155
22156 2005-07-17  Romain Francoise  <romain@orebokech.com>
22157
22158         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22159         space as it's generally not especially interesting to the user.
22160
22161 2005-07-16  Romain Francoise  <romain@orebokech.com>
22162
22163         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22164         nil to avoid prompting and file modification if one of the
22165         messages at the top of the nnfolder file contains a copyright
22166         notice.
22167         Update copyright notice.
22168
22169         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22170         instead of `current-time-string' as the latter creates a time
22171         string that is not RFC 2822 compliant (it lacks the zone).
22172         Update copyright notice.
22173
22174 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22175
22176         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22177         for text/rtf.  Display default in prompt.  Pass default for M-n.
22178
22179         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22180
22181 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22182
22183         * gnus-msg.el (gnus-button-mailto):
22184         Remove save-selected-window-window hackery because it relies on
22185         save-selected-window internals.
22186
22187 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22188
22189         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22190         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22191         (gnus-article-prev-page): Ditto.
22192
22193         * gnus-util.el (gnus-beginning-of-window): New function.
22194         (gnus-end-of-window): New function.
22195
22196         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22197
22198 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22199
22200         * gnus-score.el (gnus-score-edit-all-score):
22201         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22202         gnus-message.
22203
22204 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22205
22206         * gnus-msg.el (gnus-button-mailto):
22207         Remove save-selected-window-window hackery because it relies on
22208         save-selected-window internals.
22209
22210 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22211
22212         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22213         add-minor-mode.
22214         (gnus-binary-mode): Ditto.
22215
22216         * gnus-topic.el (gnus-topic-mode): Ditto.
22217
22218 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22219
22220         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22221         (gnus-article-prev-page): Take scroll-margin into consideration.
22222
22223 2005-07-04  Lute Kamstra  <lute@gnu.org>
22224
22225         Update FSF's address in GPL notices.
22226
22227 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22228
22229         * gnus.el (gnus-exit):
22230         * gnus-group.el (gnus-group-icons):
22231         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22232
22233         * gnus-nocem.el (gnus-nocem):
22234         * message.el (message-various, message-buffers, message-sending)
22235         (message-interface, message-forwarding, message-insertion)
22236         (message-headers, message-news, message-mail):
22237         * pgg-gpg.el (pgg-gpg):
22238         * pgg-parse.el (pgg-parse):
22239         * pgg-pgp.el (pgg-pgp):
22240         * pgg-pgp5.el (pgg-pgp5):
22241         * pop3.el (pop3): Finish `defgroup' description with period.
22242
22243 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22244
22245         * gnus-art.el (article-display-face): Improve the efficiency.
22246         (article-display-x-face): Ditto; remove gray x-face stuff.
22247
22248 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22249
22250         * gnus-art.el (article-display-face): Correct the position in
22251         which Faces are inserted.
22252
22253 2005-06-29  Didier Verna  <didier@xemacs.org>
22254
22255         * gnus-art.el (article-display-face): Display faces in correct
22256         order.
22257
22258 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22259
22260         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22261         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22262         (gnus-nocem-check-article): Fetch the Type header.
22263         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22264         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22265         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22266         make sure gnus-nocem-hashtb is initialized.
22267         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22268         (gnus-nocem-unwanted-article-p): Ditto.
22269
22270         * pgg.el (pgg-verify): Return the verification result.
22271
22272 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22273
22274         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22275         is ascii.
22276
22277 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22278
22279         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22280         `show-nonbreak-escape'.
22281
22282 2005-06-23  Lute Kamstra  <lute@gnu.org>
22283
22284         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22285
22286         * dig.el (dig-mode):
22287         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22288
22289 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22290
22291         * nnimap.el (nnimap-split-download-body): Fix spellings.
22292
22293 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22294
22295         * gnus-art.el (gnus-article-encrypt-body):
22296         * gnus-cus.el (gnus-score-customize):
22297         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22298         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22299
22300 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22301
22302         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22303         header by looking for magic "MII" at the beginning.
22304
22305 2005-06-16  Miles Bader  <miles@gnu.org>
22306
22307         * gnus-xmas.el (gnus-xmas-group-startup-message):
22308         Use renamed gnus-splash face.
22309
22310         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22311         (assistant-field-face): New backward-compatibility alias for renamed
22312         face.
22313         (assistant-render-text): Use renamed assistant-field face.
22314
22315         * spam.el (spam): Remove "-face" suffix from face name.
22316         (spam-face): New backward-compatibility alias for renamed face.
22317         (spam-face, spam-initialize): Use renamed spam face.
22318
22319         * message.el (message-header-to, message-header-cc)
22320         (message-header-subject, message-header-newsgroups)
22321         (message-header-other, message-header-name)
22322         (message-header-xheader, message-separator, message-cited-text)
22323         (message-mml): Remove "-face" suffix from face names.
22324         (message-header-to-face, message-header-cc-face)
22325         (message-header-subject-face, message-header-newsgroups-face)
22326         (message-header-other-face, message-header-name-face)
22327         (message-header-xheader-face, message-separator-face)
22328         (message-cited-text-face, message-mml-face):
22329         New backward-compatibility aliases for renamed faces.
22330         (message-font-lock-keywords): Use renamed message faces.
22331
22332         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22333         (sieve-test-commands, sieve-tagged-arguments):
22334         Remove "-face" suffix from face names.
22335         (sieve-control-commands-face, sieve-action-commands-face)
22336         (sieve-test-commands-face, sieve-tagged-arguments-face):
22337         New backward-compatibility aliases for renamed faces.
22338         (sieve-control-commands-face, sieve-action-commands-face)
22339         (sieve-test-commands-face, sieve-tagged-arguments-face):
22340         Use renamed sieve faces.
22341
22342         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22343         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22344         (gnus-group-news-3-empty, gnus-group-news-4)
22345         (gnus-group-news-4-empty, gnus-group-news-5)
22346         (gnus-group-news-5-empty, gnus-group-news-6)
22347         (gnus-group-news-6-empty, gnus-group-news-low)
22348         (gnus-group-news-low-empty, gnus-group-mail-1)
22349         (gnus-group-mail-1-empty, gnus-group-mail-2)
22350         (gnus-group-mail-2-empty, gnus-group-mail-3)
22351         (gnus-group-mail-3-empty, gnus-group-mail-low)
22352         (gnus-group-mail-low-empty, gnus-summary-selected)
22353         (gnus-summary-cancelled, gnus-summary-high-ticked)
22354         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22355         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22356         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22357         (gnus-summary-low-undownloaded)
22358         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22359         (gnus-summary-low-unread, gnus-summary-normal-unread)
22360         (gnus-summary-high-read, gnus-summary-low-read)
22361         (gnus-summary-normal-read, gnus-splash):
22362         Remove "-face" suffix from face names.
22363         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22364         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22365         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22366         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22367         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22368         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22369         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22370         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22371         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22372         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22373         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22374         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22375         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22376         (gnus-summary-normal-ticked-face)
22377         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22378         (gnus-summary-normal-ancient-face)
22379         (gnus-summary-high-undownloaded-face)
22380         (gnus-summary-low-undownloaded-face)
22381         (gnus-summary-normal-undownloaded-face)
22382         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22383         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22384         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22385         (gnus-splash-face):
22386         New backward-compatibility aliases for renamed faces.
22387         (gnus-group-startup-message): Use renamed gnus faces.
22388
22389         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22390         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22391         (gnus-server-agent): Remove "-face" suffix from face names.
22392         (gnus-server-agent-face, gnus-server-opened-face)
22393         (gnus-server-closed-face, gnus-server-denied-face)
22394         (gnus-server-offline-face):
22395         New backward-compatibility aliases for renamed faces.
22396         (gnus-server-agent-face, gnus-server-opened-face)
22397         (gnus-server-closed-face, gnus-server-denied-face)
22398         (gnus-server-offline-face): Use renamed gnus faces.
22399
22400         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22401         Remove "-face" suffix from face names.
22402         (gnus-picon-xbm-face, gnus-picon-face):
22403         New backward-compatibility aliases for renamed faces.
22404
22405         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22406         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22407         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22408         (gnus-cite-11): Remove "-face" suffix from face names.
22409         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22410         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22411         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22412         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22413         New backward-compatibility aliases for renamed faces.
22414         (gnus-cite-attribution-face, gnus-cite-face-list)
22415         (gnus-article-boring-faces): Use renamed gnus faces.
22416
22417         * gnus-art.el (gnus-signature, gnus-header-from)
22418         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22419         (gnus-header-content): Remove "-face" suffix from face names.
22420         (gnus-signature-face, gnus-header-from-face)
22421         (gnus-header-subject-face, gnus-header-newsgroups-face)
22422         (gnus-header-name-face, gnus-header-content-face):
22423         New backward-compatibility aliases for renamed faces.
22424         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22425
22426         * gnus-sum.el (gnus-summary-selected-face)
22427         (gnus-summary-highlight): Use renamed gnus faces.
22428         * gnus-group.el (gnus-group-highlight): Likewise.
22429
22430 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22431
22432         * gnus-sieve.el (gnus-sieve-article-add-rule):
22433         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22434         * spam-stat.el (spam-stat-buffer-change-to-spam)
22435         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22436
22437         * message.el (message-is-yours-p):
22438         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22439
22440 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22441
22442         * mm-view.el (mm-inline-text): Withdraw the last change.
22443
22444 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22445
22446         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22447         executing enriched-decode.
22448
22449 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22450
22451         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22452         charset of tar files.
22453
22454 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22455
22456         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22457
22458 2005-06-04  Lute Kamstra  <lute@gnu.org>
22459
22460         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22461         information is never recorded.
22462
22463 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22464
22465         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22466
22467 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22468
22469         * pop3.el (pop3-apop): Run md5 in the binary mode.
22470
22471         * starttls.el (starttls-set-process-query-on-exit-flag):
22472         Use eval-and-compile.
22473
22474 2005-05-31  Simon Josefsson  <jas@extundo.com>
22475
22476         * smime.el (smime-replace-in-string): Define.
22477         (smime-cert-by-ldap-1): Use it.
22478
22479 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22480
22481         * gnus-art.el (article-display-x-face): Replace
22482         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22483
22484         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22485         set-process-query-on-exit-flag or process-kill-without-query.
22486
22487         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22488         loop instead of replace-regexp.
22489
22490         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22491         instead of process-kill-without-query if it is available.
22492
22493         * lpath.el: Fbind ldap-search-entries.
22494
22495         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22496         instead of find-file-hooks if it is available.
22497
22498         * mml1991.el: Bind pgg-default-user-id when compiling.
22499
22500         * mml2015.el: Bind pgg-default-user-id when compiling.
22501
22502         * nndraft.el (nndraft-request-associate-buffer):
22503         Use write-contents-functions instead of write-contents-hooks if it is
22504         available.
22505
22506         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22507         instead of find-file-hooks if it is available.
22508
22509         * nntp.el (nntp-open-connection): Replace
22510         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22511         (nntp-open-ssl-stream): Ditto.
22512         (nntp-open-tls-stream): Ditto.
22513
22514         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22515         set-process-query-on-exit-flag or process-kill-without-query.
22516         (starttls-open-stream-gnutls): Use it instead of
22517         process-kill-without-query.
22518         (starttls-open-stream): Ditto.
22519
22520 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22521
22522         * smime.el (smime-cert-by-ldap-1): Don't use
22523         replace-regexp-in-string.
22524
22525 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22526
22527         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22528
22529         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22530         in PEM format.  Adjust to the XEmacs compatibility.
22531
22532 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22533
22534         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22535         by `string-to-number'.
22536         * gnus-agent.el (gnus-agent-regenerate-group)
22537         (gnus-agent-fetch-articles): Ditto.
22538         * gnus-art.el (gnus-button-fetch-group): Ditto.
22539         * gnus-cache.el (gnus-cache-generate-active)
22540         (gnus-cache-articles-in-group): Ditto.
22541         * gnus-group.el (gnus-group-set-current-level)
22542         (gnus-group-insert-group-line): Ditto.
22543         * gnus-score.el (gnus-score-set-expunge-below)
22544         (gnus-score-set-mark-below, gnus-summary-score-effect)
22545         (gnus-summary-score-entry): Ditto.
22546         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22547         (gnus-soup-pack): Ditto.
22548         * gnus-spec.el (gnus-xmas-format): Ditto.
22549         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22550         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22551         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22552         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22553         * nndb.el (nndb-get-remote-expire-response): Ditto.
22554         * nndiary.el (nndiary-parse-schedule-value)
22555         (nndiary-string-to-number, nndiary-request-replace-article)
22556         (nndiary-request-article): Ditto.
22557         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22558         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22559         * nneething.el (nneething-make-head): Ditto.
22560         * nnfolder.el (nnfolder-request-article)
22561         (nnfolder-retrieve-headers): Ditto.
22562         * nnheader.el (nnheader-file-to-number): Ditto.
22563         * nnkiboze.el (nnkiboze-request-article): Ditto.
22564         * nnmail.el (nnmail-process-unix-mail-format)
22565         (nnmail-process-babyl-mail-format): Ditto.
22566         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22567         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22568         (nnmh-request-create-group, nnmh-request-list-1)
22569         (nnmh-request-group, nnmh-request-article): Ditto.
22570         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22571         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22572         * nnsoup.el (nnsoup-make-active): Ditto.
22573         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22574         * nntp.el (nntp-find-group-and-number)
22575         (nntp-retrieve-headers-with-xover): Ditto.
22576         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22577         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22578         (pgg-format-key-identifier): Ditto.
22579         * pop3.el (pop3-last, pop3-stat): Ditto.
22580         * qp.el (quoted-printable-decode-region): Ditto.
22581
22582         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22583         of concat.
22584
22585 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22586
22587         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22588
22589         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22590
22591         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22592
22593         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22594
22595         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22596
22597         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22598
22599         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22600         (gnus-carpal-mode): Ditto.
22601
22602         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22603         (gnus-browse-mode): Ditto.
22604
22605         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22606
22607         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22608
22609 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22610
22611         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22612
22613 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22614
22615         * gnus-util.el (gnus-run-mode-hooks): New function.
22616
22617         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22618
22619         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22620         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22621
22622 2005-05-27  Lute Kamstra  <lute@gnu.org>
22623
22624         * dns-mode.el (dns-mode): Specify customization group.
22625
22626 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22627
22628         * gnus-agent.el (gnus-agent-make-mode-line-string):
22629         Use mode-line-highlight as mouse-face.
22630
22631 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22632
22633         * canlock.el (canlock): Change the parent group to news.
22634
22635         * deuglify.el (gnus-outlook-deuglify): Add :group.
22636
22637         * dig.el (dig): Add :group.
22638
22639         * dns-mode.el (dns-mode): Add :group.
22640
22641         * encrypt.el (encrypt): Add :group.
22642
22643         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22644         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22645         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22646         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22647         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22648
22649         * gnus-diary.el (gnus-diary): Add :group.
22650
22651         * gnus.el (gnus-group-news-1-face): Add :group.
22652         (gnus-group-news-1-empty-face): Ditto.
22653         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22654         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22655         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22656         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22657         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22658         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22659         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22660         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22661         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22662         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22663         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22664         (gnus-summary-high-ticked-face): Ditto.
22665         (gnus-summary-low-ticked-face): Ditto.
22666         (gnus-summary-normal-ticked-face): Ditto.
22667         (gnus-summary-high-ancient-face): Ditto.
22668         (gnus-summary-low-ancient-face): Ditto.
22669         (gnus-summary-normal-ancient-face): Ditto.
22670         (gnus-summary-high-undownloaded-face): Ditto.
22671         (gnus-summary-low-undownloaded-face): Ditto.
22672         (gnus-summary-normal-undownloaded-face): Ditto.
22673         (gnus-summary-high-unread-face): Ditto.
22674         (gnus-summary-low-unread-face): Ditto.
22675         (gnus-summary-normal-unread-face): Ditto.
22676         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22677         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22678
22679         * hashcash.el (hashcash): New custom group.
22680         (hashcash-default-payment): Add :group.
22681         (hashcash-payment-alist): Ditto.
22682         (hashcash-default-accept-payment): Ditto.
22683         (hashcash-accept-resources): Ditto.
22684         (hashcash-path): Ditto.
22685         (hashcash-extra-generate-parameters): Ditto.
22686         (hashcash-double-spend-database): Ditto.
22687         (hashcash-in-news): Ditto.
22688
22689         * message.el (message-minibuffer-local-map): Add :group.
22690
22691         * netrc.el (netrc): Add :group.
22692
22693         * sieve-manage.el (sieve-manage-log): Add :group.
22694         (sieve-manage-default-user): Diito.
22695         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22696         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22697         (sieve-manage-authenticators): Ditto.
22698         (sieve-manage-authenticator-alist): Ditto.
22699         (sieve-manage-default-port): Ditto.
22700
22701         * sieve-mode.el (sieve-control-commands-face): Add :group.
22702         (sieve-action-commands-face): Ditto.
22703         (sieve-test-commands-face): Ditto.
22704         (sieve-tagged-arguments-face): Ditto.
22705
22706         * smime.el (smime): Add :group.
22707
22708         * spam-report.el (spam-report): Add :group.
22709
22710         * spam.el (spam, spam-face): Add :group.
22711
22712 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22713
22714         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22715         return \n.\n.\n at the end of articles.  Protect against that.
22716         (nntp-with-open-group): Allow debugging.
22717
22718         * nnheader.el (mail-header-set-extra): Make into a function
22719         because I just could't understand how to quote the list properly.
22720
22721         * dns.el (query-dns-cached): New function.
22722
22723 2005-05-26  Lute Kamstra  <lute@gnu.org>
22724
22725         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22726
22727 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22728
22729         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22730
22731         * gnus-art.el: Don't autoload mail-extract-address-components.
22732
22733         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22734         eval-and-compile to evaluate it.
22735
22736         * hashcash.el: Don't autoload executable-find.
22737
22738         * nndb.el: Don't declare the nndb back end two or more times; don't
22739         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22740
22741         * nntp.el: Autoload format-spec instead of format; use
22742         eval-and-compile to evaluate autoload forms.
22743
22744 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22745
22746         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22747
22748 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22749
22750         * gnus.el (gnus-version-number): Bump version.
22751
22752 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22753
22754         * gnus.el: No Gnus v0.3 is released.
22755
22756 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22757
22758         * lpath.el (featurep): Bind show-nonbreak-escape.
22759
22760 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22761
22762         * gnus-art.el (gnus-article-edit-part): Disable undo.
22763
22764 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22765
22766         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22767         gnus-article-date-lapsed-new-header is t if date timer is active;
22768         skip headers in which the original date value is empty.
22769         (gnus-article-save-original-date): Redefine it as a macro.
22770         (gnus-display-mime): Use it.
22771
22772 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22773
22774         * gnus-art.el (article-date-ut): Support converting date in
22775         forwarded parts as well.
22776         (gnus-article-save-original-date): New function.
22777         (gnus-display-mime): Use it.
22778
22779 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22780
22781         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22782         enclosure element of <item>.
22783
22784 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22785
22786         * message.el (message-kill-buffer-query): Rename from
22787         `message-kill-buffer-query-if-modified'.  Add :version.
22788
22789 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22790
22791         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22792         window layout.
22793
22794 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22795
22796         * mml.el: Autoload dnd when compiling.
22797
22798 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22799
22800         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22801         x-dnd-*.
22802
22803 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22804
22805         * qp.el (quoted-printable-encode-region): Save excursion.
22806
22807 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22808
22809         * message.el (message-kill-buffer-query-if-modified): Add new variable
22810         so the user can kill a modified message buffer quickly.
22811         (message-kill-buffer): Use it.
22812
22813 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22814
22815         * lpath.el: Fbind display-time-event-handler; don't fbind
22816         string-to-multibyte.
22817
22818         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22819
22820 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22821
22822         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22823         contained in text because xml.el decodes entities) with LFs.
22824
22825 2005-04-11  Lute Kamstra  <lute@gnu.org>
22826
22827         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22828         differently.
22829
22830 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22831
22832         * mm-util.el (mm-detect-coding-region): Typo.
22833
22834 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22835
22836         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22837
22838 2005-04-06  Deepak Goel  <deego@gnufans.org>
22839
22840         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22841         user-function allow user modifications of the scores.
22842         (spam-stat-score-buffer-user): New function, to allow
22843         user-computed modifications to the score.
22844         (spam-stat-score-buffer-user-functions): List of additional
22845         scoring functions.
22846         (spam-stat-error-holder): Global temporary error holder.
22847         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22848         variable.
22849
22850 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22851
22852         * gnus-registry.el (gnus-registry-clean-empty-function)
22853         (gnus-registry-trim, gnus-registry-fetch-groups)
22854         (gnus-registry-delete-group): Groups that match
22855         `gnus-registry-ignored-groups' are removed from the registry
22856         entries, not just ignored for splitting.  This helps clean up the
22857         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22858         to get all the groups a message ID is in.
22859
22860         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22861         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22862         (spam-stat-score-buffer-user-functions): Add :number custom type.
22863
22864 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22865
22866         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22867         argument in XEmacs.
22868
22869         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22870         (nnrss-request-group): Decode group name first.
22871         (nnrss-request-article): Make a text/plain article if mml-to-mime
22872         failed.
22873         (nnrss-get-encoding): Return a compatible encoding according to
22874         nnrss-compatible-encoding-alist.
22875         (nnrss-find-el): Use consp instead of listp.
22876         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22877
22878 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22879
22880         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22881         which Emacs 20 doesn't support.
22882         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22883
22884 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22885
22886         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22887         silence the byte compiler inside the defun.
22888
22889         * gnus-demon.el (parse-time-string): Add autoload.
22890
22891         * gnus-delay.el (parse-time-string): Add autoload.
22892
22893         * gnus-art.el (parse-time-string): Add autoload.
22894
22895         * nnultimate.el (parse-time): Require for `parse-time-string'.
22896
22897 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22898
22899         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22900
22901         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22902
22903         * smime.el (smime-ldap-host-list): Add :version.
22904
22905 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22906
22907         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22908         pass it to `gnus-browse-read-group'.
22909         (gnus-browse-read-group): Add NUMBER argument and pass it to
22910         `gnus-group-read-ephemeral-group'.
22911
22912         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22913         argument and pass it to `gnus-group-read-group'.
22914
22915 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22916
22917         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22918         mm-xemacs-find-mime-charset-1 if we have the mule feature
22919         available at runtime.
22920
22921 2005-03-25  Werner Lemberg  <wl@gnu.org>
22922
22923         * nnmaildir.el: Replace `illegal' with `invalid'.
22924
22925 2005-03-23  Lute Kamstra  <lute@gnu.org>
22926
22927         * time-date.el: Add comment on time value formats.
22928         Don't require parse-time.
22929         (with-decoded-time-value): New macro.
22930         (encode-time-value): New function.
22931         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22932         (days-to-time): Return a valid time value when arg is huge.
22933         (time-since): Use time-subtract.
22934         (time-to-number-of-days): Use time-to-seconds.
22935
22936 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22937
22938         * gnus-start.el (gnus-display-time-event-handler):
22939         Check display-time-timer at runtime rather than only at load time
22940         in case display-time-mode is turned off in the mean time.
22941
22942 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22943
22944         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22945         used.
22946
22947         * nneething.el (nneething-map-file-directory): Derive from
22948         `gnus-directory'.
22949
22950         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22951         the To/Cc button.
22952
22953 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22954
22955         * nnmaildir.el (nnmaildir-request-accept-article):
22956         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22957
22958 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22959
22960         * gnus-async.el: Require timer-funcs at compile time when in
22961         XEmacs for `run-with-idle-timer'.
22962
22963 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22964
22965         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22966         autoloaded function.
22967
22968 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22969
22970         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22971
22972 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22973
22974         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22975
22976 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22977
22978         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22979         Add gnus-expert-user to default.
22980
22981 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22982
22983         * nnimap.el (nnimap-open-server): Ditto.
22984
22985         * imap.el (imap-authenticate): Fix typo.
22986
22987 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22988
22989         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22990         buffer (since IMAP server might return FETCH response out of
22991         order, and the nntp buffer must be sorted).
22992
22993 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22994
22995         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22996         comparison on string.
22997
22998         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22999         (gnus-agent-score): Rename category keywords to match gnus-cus.
23000         (gnus-agent-summary-fetch-series): Modify to protect against
23001         gnus-agent-summary-fetch-group clearing processable flags.
23002         (gnus-agent-synchronize-group-flags): Update live group buffer as
23003         synchronization may occur due to the user toggle the plugged
23004         status.
23005         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23006         successfully downloaded.
23007         (gnus-agent-expire-group-1): Avoid using markers when the overview
23008         is in ascending order; greatly improves performance.
23009         (gnus-agent-regenerate-group):
23010         Use gnus-agent-synchronize-group-flags to reset read status in both
23011         gnus and server.
23012         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23013
23014 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23015
23016         * message.el: Don't autoload former message-utils variables.
23017         (message-strip-subject-trailing-was): Change doc string.
23018
23019         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23020         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23021         (nnweb-google-search): Add "hl=en" here.
23022         (nnweb-google-parse-1, nnweb-google-create-mapping):
23023         Don't hardcode URL.
23024
23025 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23026
23027         * message.el (message-get-reply-headers, message-followup):
23028         Mention related variables `message-use-followup-to' and
23029         `message-use-mail-followup-to', in the information buffer.
23030
23031         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23032         of broken groups(-beta).google.com.
23033
23034 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23035
23036         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23037         parameter to invoked gnus-request-move-article; remove the
23038         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23039         all at once instead of once per article.
23040         (gnus-summary-remove-process-mark): Accept a list of articles as
23041         well as a single article for processing.
23042
23043         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23044         parameter.
23045
23046         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23047
23048         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23049
23050         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23051         parameter.
23052
23053         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23054         parameter.
23055
23056         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23057         parameter and remove the gnus-sum-hint-move-is-internal variable.
23058
23059         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23060         parameter.
23061
23062         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23063         parameter.
23064
23065         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23066         parameter.
23067
23068         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23069
23070         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23071         parameter.
23072
23073         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23074         parameter.
23075
23076 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23077
23078         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23079         a more conservative way.
23080
23081 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23082
23083         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23084         buffer, so it moves the window's cursor.
23085
23086 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23087
23088         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23089         `mm-dissect-multipart' and receive the from field as an (optional)
23090         argument from `mm-dissect-multipart'.
23091         (mm-dissect-multipart): Receive the from field as an argument and
23092         pass it on when we call `mm-dissect-buffer' on MIME parts.
23093         Fixes verification/decryption of signed/encrypted MIME parts.
23094
23095 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23096
23097         * gnus-sum.el (gnus-summary-move-article):
23098         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23099         whatever it calls (right now, only nnimap-request-move article
23100         respects it).
23101
23102         * nnimap.el (nnimap-request-move-article):
23103         When gnus-sum-hint-move-is-internal is set, don't do the extra
23104         nnimap-request-article.
23105
23106 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23107
23108         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23109
23110         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23111         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23112
23113         * gnus-sum.el (gnus-summary-caesar-message):
23114         Apply `gnus-treat-article' after rotation.
23115
23116         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23117         doc string.
23118
23119 2005-02-22  Simon Josefsson  <jas@extundo.com>
23120
23121         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23122         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23123         <arne@arnested.dk>.
23124         (encrypt): Add password-cache and password-cache-expiry as group
23125         members.
23126
23127 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23128
23129         * smime.el (smime-ldap-host-list): Doc fix.
23130         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23131         cache) password.
23132         (smime-sign-region): Use it.
23133         (smime-decrypt-region): Use it.
23134         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23135         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23136         fails.
23137         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23138         certificate from DER to PEM format rather than calling openssl.
23139
23140         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23141
23142         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23143         for signing/encryption.
23144
23145         * mml.el (mml-parse-1): Use them.
23146
23147 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23148
23149         * nnrss.el (nnrss-verbose): Remove.
23150         (nnrss-request-group): Use `nnheader-message' instead.
23151
23152 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23153
23154         * nnrss.el (nnrss-verbose): New variable.
23155         (nnrss-request-group): Make it say nnrss is requesting a group.
23156
23157 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23158
23159         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23160         Handle news URL with given port correctly.
23161
23162 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23163
23164         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23165         containing special characters.
23166
23167         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23168
23169         * mml.el (mime-to-mml): Ditto.
23170
23171         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23172         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23173         (rfc2047-decode-region): Quote decoded words containing special
23174         characters when rfc2047-quote-decoded-words-containing-tspecials
23175         is non-nil.
23176
23177 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23178
23179         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23180
23181         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23182
23183 2005-02-15  Simon Josefsson  <jas@extundo.com>
23184
23185         * nnimap.el (nnimap-debug): Doc fix.
23186
23187         * imap.el (imap-debug): Doc fix.
23188
23189 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23190
23191         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23192
23193 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23194
23195         * gnus.el (spam-contents): Improve docs for spam-contents
23196         parameter in its variable incarnation.
23197
23198 2005-02-14  Simon Josefsson  <jas@extundo.com>
23199
23200         * smime-ldap.el: Use require instead of load-library for ldap.
23201         (smime-ldap-search): Indent.
23202         (smime-ldap-search-internal): Shorten line.
23203
23204         * smime.el (smime-cert-by-dns): Add doc-string.
23205         (smime-cert-by-ldap-1): Indent.
23206
23207         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23208         mml-smime-get-dns-ldap.
23209         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23210
23211 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23212
23213         * smime.el: Require smime-ldap.
23214         (smime-ldap-host-list): New variable.
23215         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23216
23217         * mml-smime.el (mml-smime-encrypt-query): New function.
23218         (mml-smime-encrypt-query): Use it.
23219
23220         * smime-ldap.el: New file.
23221
23222 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23223
23224         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23225
23226 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23227
23228         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23229         argument in doc string.  Make query for type more clear.
23230
23231 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23232
23233         * gnus.el (gnus-group-startup-message): Search for gnus images in
23234         etc/images/gnus.
23235         * mm-util.el (mm-image-load-path): Likewise.
23236         * smiley.el (smiley-data-directory): Search for smilies in
23237         etc/images/smilies.
23238
23239 2005-02-09  Kim F. Storm  <storm@cua.dk>
23240
23241         Change Emacs release version from 21.4 to 22.1 throughout.
23242         Change Emacs development version from 21.3.50 to 22.0.50.
23243
23244 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23245
23246         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23247
23248         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23249         non-Mule XEmacs as well.
23250         (mm-decompress-buffer): Signal an error intentionally if it does
23251         not decompress compressed data because auto-compression-mode is
23252         disabled.
23253
23254 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23255
23256         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23257         an ID in the registry even if it has no groups.
23258
23259 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23260
23261         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23262         merge it into mm-decompress-buffer.
23263         (gnus-mime-copy-part): Use the MIME part charset, the value which
23264         a user specified or gnus-newsgroup-charset for decoding, like
23265         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23266         save-buffer what was used.  Suggested by Kevin Ryde
23267         <user42@zip.com.au>.
23268         (gnus-mime-inline-part): Allow the name parameter as well as the
23269         filename parameter; force decompressing of compressed data; always
23270         display contents being not decoded as unibyte.
23271
23272         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23273         as well as the filename parameter.
23274
23275         * mm-util.el (mm-decompress-buffer):
23276         Merge gnus-mime-jka-compr-maybe-uncompress.
23277         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23278         of compressed data.
23279
23280 2005-02-08  Simon Josefsson  <jas@extundo.com>
23281
23282         * imap.el (imap-log): Doc fix.
23283
23284 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23285
23286         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23287         the coding cookies; decompress compressed parts.
23288
23289         * mml.el (mml-generate-mime-1): Add the charset parameter according
23290         to the value which a user specified manually or the coding cookie.
23291
23292         * mm-util.el (mm-string-to-multibyte): New function.
23293         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23294         (mm-coding-system-to-mime-charset): New function.
23295         (mm-decompress-buffer): New function.
23296         (mm-find-buffer-file-coding-system): New function.
23297
23298         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23299         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23300         parts.
23301
23302 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23303
23304         * mm-view.el (mm-display-inline-fontify): Decode a part according
23305         to the charset parameter.
23306
23307 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23308
23309         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23310         prefix arg is neither nil nor a number, as info specifies.
23311
23312 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23313
23314         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23315         timestamps.
23316
23317 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23318
23319         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23320         groups error checking and notify user.
23321
23322 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23323
23324         * message.el (message-send-mail-function): Check existence of
23325         sendmail-program first before using default value
23326         `message-send-mail-with-sendmail'.  Otherwise use more generic
23327         `smtpmail-send-it'.
23328
23329 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23330
23331         * nntp.el (nntp-request-update-info): Always return nil.
23332
23333 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23334
23335         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23336
23337 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23338
23339         * message.el (message-beginning-of-line): Change the behavior when
23340         invoked between BOL and : so that it first moves backward.
23341
23342 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23343
23344         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23345         article buffer when editing of the article is discarded.
23346         (gnus-article-prepare): Revert.
23347
23348 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23349
23350         * gnus-art.el (gnus-article-prepare):
23351         Remove message-strip-forbidden-properties from the local hook.
23352
23353 2005-01-27  Simon Josefsson  <jas@extundo.com>
23354
23355         * password.el (password-cache-add): Only start one timer per key.
23356         Reported by Derek Atkins <warlord@MIT.EDU>.
23357
23358 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23359
23360         * run-at-time.el: Remove.  It is no longer needed as
23361         timer-funcs.el in the xemacs-base package has a working version of
23362         `run-at-time'.
23363
23364         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23365
23366         * password.el: Require timer-funcs instead of run-at-time in
23367         XEmacs.
23368         Remove `password-run-at-time' macro.
23369         (password-cache-add): Use `run-at-time' instead of
23370         `password-run-at-time'.
23371
23372         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23373         Remove `nnheader-cancel-function-timers' alias,
23374         `cancel-function-timers' exists in XEmacs in timer-funcs.
23375
23376         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23377         for `run-with-idle-timer'.
23378
23379         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23380         for `run-at-time'.
23381
23382         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23383         for `with-timeout'.
23384
23385         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23386         the same as for XEmacs 21.4.
23387         No need to ignore `run-with-idle-timer', this function exists in
23388         XEmacs now in timer-funcs.el in the xemacs-base package.
23389         (dgnushack-compile): No need to delete
23390         run-at-time.el from the list of files to compile because it
23391         doesn't exist anymore.
23392
23393 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23394
23395         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23396         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23397
23398 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23399
23400         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23401         sensitively.
23402
23403 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23404
23405         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23406
23407 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23408
23409         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23410         which will be inserted according to the multibyteness of a buffer
23411         rather than the type of contents.  Suggested by ARISAWA Akihiro
23412         <ari@mbf.ocn.ne.jp>.
23413
23414         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23415         of string which old xml.el may return rather than a string.
23416
23417 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23418
23419         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23420
23421 2005-01-16  Simon Josefsson  <jas@extundo.com>
23422
23423         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23424         idn/idna.el isn't available.
23425         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23426         <michael@waxrat.com>.
23427
23428         * hashcash.el: Remove non-FSF copyright header.
23429
23430         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23431         (hashcash-generate-payment): Use it.
23432         (hashcash-generate-payment-async): Use it.
23433
23434 2005-01-15  Simon Josefsson  <jas@extundo.com>
23435
23436         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23437         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23438
23439         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23440         gnus-summary-idna-message.
23441         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23442         (gnus-summary-idna-message): New function.
23443
23444 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23445
23446         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23447         gnus-novice-user.
23448
23449 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23450
23451         * nnrss.el (nnrss-request-delete-group): Delete entries in
23452         nnrss-group-alist as well.
23453         (nnrss-save-server-data): Insert newline.
23454
23455 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23456
23457         * gnus.el (gnus-user-agent): Use list of symbols instead of
23458         symbols.  Display full version number for (S)XEmacs.
23459         Optionally display (S)XEmacs codename.
23460
23461         * gnus-util.el (gnus-emacs-version): Update for new
23462         `gnus-user-agent'.
23463
23464         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23465         Gnus version.
23466
23467 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23468
23469         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23470         which is unreadable in some setups.
23471
23472 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23473
23474         * gnus-spec.el (gnus-update-format-specifications): Flush the
23475         group format spec cache if it doesn't support decoded group names.
23476
23477 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23478
23479         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23480         Allow to apply decay on score files matching a regexp.
23481
23482 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23483
23484         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23485         compatibility in %g and %c.
23486
23487 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23488
23489         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23490         name for only %g and %c.
23491         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23492         of gnus-tmp-group to decoded group name.
23493         (gnus-group-make-rss-group): Exclude `/'s from group names.
23494
23495 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23496
23497         * nnrss.el (nnrss-get-encoding): Fix regexp.
23498
23499 2004-12-27  Simon Josefsson  <jas@extundo.com>
23500
23501         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23502         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23503         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23504
23505 2004-12-17  Kim F. Storm  <storm@cua.dk>
23506
23507         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23508
23509         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23510
23511 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23512
23513         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23514
23515 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23516
23517         * nnrss.el: Require rfc2047 and mml.
23518         (nnrss-file-coding-system): New variable.
23519         (nnrss-format-string): Redefine it as an inline function.
23520         (nnrss-decode-group-name): New function.
23521         (nnrss-string-as-multibyte): Remove.
23522         (nnrss-retrieve-headers): Decode group name; don't use
23523         nnrss-format-string.
23524         (nnrss-request-group): Decode group name.
23525         (nnrss-request-article): Decode group name; allow a Message-ID as
23526         well as an article number; don't use nnrss-format-string; encode a
23527         Message-ID string which may contain non-ASCII characters; use
23528         mml-to-mime to compose a MIME article.
23529         (nnrss-request-expire-articles): Decode group name.
23530         (nnrss-request-delete-group): Decode group name.
23531         (nnrss-fetch): Clarify error message.
23532         (nnrss-read-server-data): Use insert-file-contents instead of load;
23533         bind file-name-coding-system; use multibyte buffer.
23534         (nnrss-save-server-data): Bind coding-system-for-write to the
23535         value of nnrss-file-coding-system; bind file-name-coding-system;
23536         add coding cookie.
23537         (nnrss-read-group-data): Use insert-file-contents instead of load;
23538         bind file-name-coding-system; use multibyte buffer.
23539         (nnrss-save-group-data): Bind coding-system-for-write to the
23540         value of nnrss-file-coding-system; bind file-name-coding-system.
23541         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23542         make it work with non-ASCII text.
23543         (nnrss-find-el): Make it work with old xml.el as well.
23544
23545 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23546
23547         * nnrss.el (nnrss-get-encoding): New function.
23548         (nnrss-fetch): Use unibyte buffer initially; bind
23549         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23550         decode contents according to the encoding attribute.
23551         (nnrss-save-group-data): Add coding cookie.
23552         (nnrss-mime-encode-string): New function.
23553         (nnrss-check-group): Use it to encode subject and author.
23554
23555 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23556
23557         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23558         imaginary variable.
23559
23560 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23561
23562         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23563         correctly even if there are wide characters.
23564
23565 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23566
23567         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23568         downcased symbol names; make a new cache instead of reusing
23569         bbdb-hashtable.
23570
23571 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23572
23573         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23574         concatenating segments rather than before concatenating them.
23575         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23576
23577         * message.el (message-get-reply-headers): Bind `extra'.
23578
23579 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23580
23581         * message.el (message-extra-wide-headers): New variable.
23582         (message-get-reply-headers): Use it.
23583
23584 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23585
23586         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23587         (gnus-agent-group-pathname): Ditto.
23588
23589         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23590
23591         * gnus-group.el (gnus-group-make-group): Decode group name.
23592         (gnus-group-make-rss-group): Register the group data after opening
23593         the nnrss group.
23594
23595 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23596
23597         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23598         by expiry now get marked as read.
23599
23600 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23601
23602         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23603
23604 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23605
23606         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23607         unify Latin characters in XEmacs.
23608         (mm-find-mime-charset-region): Use it.
23609
23610 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23611
23612         * gnus-util.el (gnus-delete-directory): New function.
23613
23614         * gnus-agent.el (gnus-agent-delete-group): Use it.
23615
23616         * gnus-cache.el (gnus-cache-delete-group): Use it.
23617
23618 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23619
23620         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23621         names.
23622
23623 2004-12-16  Simon Josefsson  <jas@extundo.com>
23624
23625         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23626
23627 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23628
23629         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23630
23631         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23632         (gnus-group-set-current-level): Decode group name.
23633
23634 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23635
23636         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23637         failed.
23638
23639 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23640
23641         * gnus-group.el (gnus-group-delete-group): Decode group name.
23642         (gnus-group-make-rss-group): Encode group name.
23643         (gnus-group-catchup-current): Decode group name.
23644         (gnus-group-kill-group): Decode group name.
23645
23646 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23647
23648         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23649
23650 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23651
23652         * gnus-group.el (gnus-group-make-rss-group):
23653         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23654
23655         * gnus-start.el (gnus-setup-news): Honor user's setting to
23656         gnus-message-archive-method.  Suggested by Lute Kamstra
23657         <lute@gnu.org>.
23658
23659 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23660
23661         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23662         global counterparts of the buffer-local variables.
23663
23664 2004-11-16  Romain Francoise  <romain@orebokech.com>
23665
23666         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23667         counterparts of the buffer-local variables.
23668
23669 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23670
23671         * message.el (message-forbidden-properties): Fix typo in doc
23672         string.
23673
23674 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23675
23676         * gnus-util.el (gnus-replace-in-string): Add doc string.
23677
23678         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23679         to avoid problems when splitting mails with many recipients.
23680
23681 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23682
23683         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23684         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23685
23686 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23687
23688         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23689         if there is no hashtable in memory or file modification time is
23690         newer than cached timestamp.
23691
23692 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23693
23694         * gnus-sum.el (gnus-summary-limit-to-recipient):
23695         Implement not-matching option.
23696
23697 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23698
23699         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23700         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23701         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23702         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23703         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23704         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23705
23706 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23707
23708         * message.el (message-forward-make-body-mml): Remove headers
23709         according to message-forward-ignored-headers if a message is decoded.
23710
23711 2004-12-02  Romain Francoise  <romain@orebokech.com>
23712
23713         * message.el (message-forward-make-body-plain): Always remove
23714         headers according to message-forward-ignored-headers.
23715
23716 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23717
23718         * spam.el (spam-summary-prepare-exit): Remove the
23719         gnus-summary-limit pop for now, it has problems with ham marks for
23720         me.
23721
23722 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23723
23724         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23725         correctly.
23726
23727 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23728
23729         * format-spec.el (format-spec): Message the char.
23730
23731 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23732
23733         * gnus-art.el (gnus-split-methods): Reformat comments.
23734
23735         * spam.el (spam-summary-prepare-exit): Remove article limits
23736         before exiting the summary buffer.
23737
23738 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23739
23740         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23741         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23742
23743         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23744         order to silence the byte compiler.
23745
23746         * spam.el: Fix the way to silence the byte compiler, which
23747         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23748         bbdb-search-simple, spam-BBDB-register-routine,
23749         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23750         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23751         spam-stat-buffer-is-spam, spam-stat-load,
23752         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23753         spam-stat-save and spam-stat-split-fancy.
23754
23755 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23756
23757         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23758         which may confuse users.
23759         (canlock-password-for-verify): Ditto.
23760
23761         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23762
23763         * gnus-art.el (gnus-emphasis-alist): Ditto.
23764
23765         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23766
23767         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23768
23769         * gnus-start.el (gnus-save-killed-list): Ditto.
23770
23771         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23772         (gnus-sum-thread-tree-root): Ditto.
23773         (gnus-sum-thread-tree-false-root): Ditto.
23774         (gnus-sum-thread-tree-single-indent): Ditto.
23775
23776         * message.el (message-courtesy-message): Ditto.
23777         (message-archive-note): Ditto.
23778         (message-subscribed-address-file): Ditto.
23779         (message-user-fqdn): Ditto.
23780
23781         * spam-report.el (spam-report-gmane-regex): Ditto.
23782
23783         * spam.el (spam-blackhole-good-server-regex): Ditto.
23784
23785 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23786
23787         * mml.el (mml-preview): Widen the message buffer before copying
23788         the contents to the preview buffer; sort headers before previewing.
23789
23790         * message.el (message-hidden-headers): Fix the way to avoid a bug
23791         in the `repeat' widget in Emacs 21.3 or earlier.
23792
23793 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23794
23795         * message.el (message-hidden-headers): Default to "^References:".
23796         Improve customization type.  Suggested by Reiner Steib
23797         <Reiner.Steib@gmx.de>.
23798
23799 2004-11-25  Romain Francoise  <romain@orebokech.com>
23800
23801         * message.el (message-strip-forbidden-properties): Remove check for
23802         obsolete `message-hidden' text property, hidden headers are not
23803         accessible in the buffer anymore.
23804
23805 2004-11-22  Romain Francoise  <romain@orebokech.com>
23806
23807         * message.el (message-header-format-alist): Add `From' in list
23808         so that it can be sorted.
23809         (message-fix-before-sending): Widen and sort headers before
23810         sending.
23811         (message-hide-headers): Use narrowing to hide headers by moving
23812         them to the top of the buffer and narrowing to the region
23813         underneath.
23814
23815 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23816
23817         * message.el (message-strip-forbidden-properties):
23818         Bind buffer-read-only (etc) to nil.
23819
23820 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23821
23822         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23823         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23824
23825 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23826
23827         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23828
23829 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23830
23831         * dns.el (query-dns): Use sit-for to time instead of
23832         accept-process-output, since that doesn't seem to work on udp
23833         sockets.
23834
23835 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23836
23837         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23838
23839 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23840
23841         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23842         doc string.  Improve doc string.
23843
23844 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23845
23846         * nntp.el (nntp-request-update-info): Return nil if
23847         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23848         may not call gnus-activate-group which uselessly issues the GROUP
23849         commands for all nntp groups and wastes time.  Reported by Romain
23850         Francoise <romain@orebokech.com>.
23851
23852         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23853
23854 2004-11-15  Simon Josefsson  <jas@extundo.com>
23855
23856         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23857         headers separately.
23858         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23859         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23860
23861 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23862
23863         * gnus-start.el (gnus-convert-old-newsrc):
23864         Assign legacy-gnus-agent to 5.10.7.
23865
23866 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23867
23868         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23869         start of the lines.
23870
23871 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23872
23873         * hashcash.el (hashcash-default-payment): Change default to 20.
23874         (hashcash-default-accept-payment): Change default to 20.
23875         (hashcash-process-alist): New variable.
23876         (hashcash-generate-payment-async): Add.
23877         (hashcash-already-paid-p): Add.
23878         (hashcash-insert-payment): Don't generate payments twice.
23879         (hashcash-insert-payment-async): Add.
23880         (hashcash-insert-payment-async-2): Add.
23881         (hashcash-cancel-async): Add.
23882         (hashcash-wait-async): Add.
23883         (hashcash-processes-running-p): Add.
23884         (hashcash-wait-or-cancel): Add.
23885         (mail-add-payment): New optional argument.  Conditionally start
23886         asynchronous calculation.
23887         (mail-add-payment-async): Add.
23888
23889         * message.el (message-send-mail): Wait for asynchronous hashcash
23890         results.  Don't clobber existing X-Hashcash headers.
23891         (message-setup-1): Call mail-add-payment-async when
23892         message-generate-hashcash is non-nil.
23893
23894 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23895
23896         * message.el (message-use-alternative-email-as-from): Examine the
23897         From header as well; use message-make-from in order to include a
23898         user's full name.
23899
23900 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23901
23902         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23903         default; improve customization type.
23904         (gnus-emphasis-custom-with-format): New macro.
23905         (gnus-emphasis-custom-value-to-external): New function.
23906         (gnus-emphasis-custom-value-to-internal): New function.
23907
23908 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23909
23910         * dns.el (query-dns): Resolve reverse addresses.
23911
23912 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23913
23914         * gnus-group.el (gnus-group-get-new-news): Use it.
23915
23916         * gnus-start.el (gnus-check-reasonable-setup): New function.
23917
23918 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23919
23920         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23921         "Args out of range" error.  Reported by Arnaud Giersch
23922         <arnaud.giersch@free.fr>.
23923
23924 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23925
23926         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23927
23928 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23929
23930         * spam.el (spam group): Add :version.
23931
23932         * pgg-def.el (pgg group): Add :version.
23933
23934 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23935
23936         * gnus-art.el (gnus-article-edit-article): Don't associate the
23937         article buffer with a draft file.  This is a temporary measure
23938         against the 2004-08-22 change to gnus-article-edit-mode.
23939
23940 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23941
23942         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23943         (html2text-format-tags): Remove unused variable `attr'.
23944
23945 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23946
23947         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23948
23949         * tls.el (tls-process-connection-type, tls-success)
23950         (tls-certtool-program): Add :version.
23951
23952         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23953         (starttls-extra-arguments, starttls-process-connection-type)
23954         (starttls-connect, starttls-failure, starttls-success): Add :version.
23955
23956         * spam-stat.el (spam-stat): Add :version.
23957
23958         * sieve.el (sieve): Add :version.
23959
23960         * sha1.el (sha1): Add :version.
23961         (sha1-use-external): Remove redundant version.
23962
23963         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23964         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23965         (nnmail-split-fancy-match-partial-words)
23966         (nnmail-split-lowercase-expanded): Add :version.
23967
23968         * nndiary.el (nndiary): Add :version.
23969
23970         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23971
23972         * mml-sec.el (mml-default-sign-method)
23973         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23974         Add :version.
23975
23976         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23977
23978         * mm-url.el (mm-url-use-external, mm-url-program)
23979         (mm-url-arguments): Add :version.
23980
23981         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23982         (mm-attachment-file-modes, mm-decrypt-option)
23983         (mm-w3m-safe-url-regexp): Add :version.
23984
23985         * message.el (message-cite-prefix-regexp)
23986         (message-sendmail-envelope-from, message-minibuffer-local-map)
23987         (message-user-fqdn, message-completion-alist): Add :version.
23988
23989         * gnus-win.el (gnus-configure-windows-hook)
23990         (gnus-use-frames-on-any-display): Add :version.
23991
23992         * gnus-art.el (gnus-article-address-banner-alist)
23993         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23994         (gnus-treat-from-picon, gnus-treat-mail-picon)
23995         (gnus-treat-x-pgp-sig): Add :version.
23996
23997         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23998         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23999         (gnus-summary-article-delete-hook)
24000         (gnus-summary-display-while-building): Add :version.
24001
24002         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24003         (gnus-get-top-new-news-hook): Add :version.
24004
24005         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24006         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24007
24008         * gnus-registry.el (gnus-registry): Add :version.
24009
24010         * gnus-spec.el (gnus-use-correct-string-widths)
24011         (gnus-make-format-preserve-properties): Add :version.
24012
24013         * gnus.el (gnus-group-charter-alist)
24014         (gnus-group-fetch-control-use-browse-url)
24015         (gnus-install-group-spam-parameters): Add :version.
24016
24017         * gnus-diary.el (gnus-diary): Add :version.
24018
24019         * gnus-delay.el (gnus-delay): Add :version.
24020
24021         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24022         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24023         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24024         Add :version.
24025
24026         * gnus-agent.el (gnus-agent-max-fetch-size)
24027         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24028         (gnus-agent-prompt-send-queue): Add :version.
24029
24030         * deuglify.el (gnus-outlook-deuglify): Add :version.
24031
24032         * html2text.el: Beautify code.  Improve doc strings.
24033         Some checkdoc cleanup.
24034         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24035
24036 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24037
24038         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24039
24040 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24041
24042         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24043         when package is loaded.
24044
24045         * spam.el (spam-summary-score-preferred-header): Add global preference
24046         for people who want to override the default SpamAssassin over
24047         Bogofilter preference (when both are set).
24048         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24049         (spam-user-format-function-S):
24050         Check spam-summary-score-preferred-header.
24051         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24052         (spam-user-format-function-S): Format the score correctly.
24053
24054 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24055
24056         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24057         signature file.  Suggested by Manoj Srivastava
24058         <srivasta@golden-gryphon.com>.
24059
24060         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24061         iso-2022-jp even in the Japanese language environment.
24062         Suggested by Jason Rumney <jasonr@gnu.org>.
24063
24064 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24065
24066         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24067         use the same characters as the dummy marks; make it free from
24068         getting affected by the language environment.
24069         (gnus-summary-read-group-1): Update mark positions only when the
24070         format spec is updated.
24071
24072         * gnus-spec.el (gnus-update-format-specifications): Return a list
24073         of updated types.
24074
24075 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24076
24077         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24078         of boundp to check if display-warning is available.
24079
24080 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24081
24082         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24083
24084 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24085
24086         * nnspool.el (nnspool-spool-directory): Use news-path if the
24087         news-directory variable is not bound.
24088
24089         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24090         function instead of display-warning if it is not available.
24091
24092 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24093
24094         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24095         v5-10: Use `point-at-bol'.
24096
24097 2004-10-26  Simon Josefsson  <jas@extundo.com>
24098
24099         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24100         <chenggao@gmail.com>.
24101
24102 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24103
24104         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24105         instead.
24106
24107 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24108
24109         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24110         to remove a server from the nnimap-server-buffer-alist.
24111         (nnimap-open-connection, nnimap-close-server): Use it.
24112
24113         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24114
24115 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24116
24117         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24118         running the major-mode function.
24119
24120 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24121
24122         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24123         dummy marks in the right way.
24124
24125 2004-10-18  David Edmondson  <dme@dme.org>
24126
24127         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24128         excessively.
24129
24130 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24131
24132         * gnus-util.el (gnus-split-references): Accept a nil references
24133         string and go on blissfully.
24134
24135         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24136         cases where the references string is non-nil but has no references.
24137
24138         * encrypt.el: Add autoload tags.
24139
24140         * spam.el (spam-resolve-registrations-routine): Remove article
24141         from unregistration list too.  Reported by David Hanak
24142         <dhanak@isis.vanderbilt.edu>
24143
24144 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24145
24146         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24147         nil.  Change custom type.
24148
24149 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24150
24151         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24152
24153         * gnus-sum.el (gnus-summary-move-article): Use it.
24154
24155 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24156
24157         * encrypt.el: Add autoload cookies.
24158
24159         * spam.el (spam-backend-article-list-property)
24160         (spam-backend-get-article-todo-list)
24161         (spam-backend-put-article-todo-list)
24162         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24163         Resolve registrations separately.
24164         (spam-register-routine): Format comments.
24165         (spam-unregister-routine, spam-register-routine): Always call with
24166         specific-articles, no default list.
24167         (spam-summary-prepare-exit): Use the spam-classifications function.
24168
24169         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24170         gnus-encrypt.el.
24171
24172         * encrypt.el: Copied from gnus-encrypt.el.
24173
24174         * gnus-encrypt.el: Commented that it's obsolete.
24175
24176 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24177
24178         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24179         (gnus-score-save): Use it.
24180
24181         * message.el (message-bury): Use `window-dedicated-p'.
24182
24183 2004-10-15  Simon Josefsson  <jas@extundo.com>
24184
24185         * pop3.el (top-level): Don't require nnheader.
24186         (pop3-read-timeout): Add.
24187         (pop3-accept-process-output): Add.
24188         (pop3-read-response, pop3-retr): Use it.
24189
24190 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24191
24192         * spam.el (spam-register-routine): Move comment.
24193         (spam-verify-bogofilter): Use 'unknown for the initial
24194         spam-bogofilter-valid state, not 'never.
24195
24196         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24197         for netrc-machine.
24198
24199         * nnimap.el (nnimap-open-connection):
24200         Use netrc-machine-user-or-password.
24201
24202 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24203
24204         * gnus-registry.el (gnus-registry-unload-hook):
24205         Set as a variable with add-hook.
24206
24207         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24208         of news-path.
24209
24210         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24211
24212         * spam.el: Delete duplicate `provide'.
24213         (spam-unload-hook): Set as a variable with add-hook.
24214
24215 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24216
24217         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24218         in the doc string.
24219
24220         * message.el (message-ignored-news-headers)
24221         (message-ignored-supersedes-headers)
24222         (message-ignored-resent-headers)
24223         (message-forward-ignored-headers): Improve custom type.
24224
24225 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24226
24227         * message.el (message-tokenize-header): Fix 2004-09-06 change
24228         which used point-min in the wrong place.
24229
24230 2004-10-12  Simon Josefsson  <jas@extundo.com>
24231
24232         * tls.el (tls-certtool-program): New variable.
24233         (tls-certificate-information): New function, based on
24234         ssl-certificate-information.
24235
24236 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24237
24238         * compface.el: Move the version of ELisp-based uncompface program
24239         to the contrib directory because of the copyright problem.
24240
24241 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24242
24243         * message.el (message-kill-buffer): Raise the current frame.
24244
24245 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24246
24247         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24248
24249         * gnus.el (message-y-or-n-p): Autoload.
24250
24251         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24252         (pop3-password-required, pop3-authentication-scheme)
24253         (pop3-leave-mail-on-server): Make customizable.
24254         (pop3): New custom group.
24255         (pop3-retr): Remove `sleep-for' statements.
24256         Suggested by Dave Love <fx@gnu.org>.
24257
24258         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24259         Windows/DOS.
24260
24261         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24262         (imap-parse-body): Fix incorrect use of `assert'.
24263         Suggested by Dave Love <fx@gnu.org>.
24264
24265         * mml.el (mml-minibuffer-read-disposition): Require match.
24266         Suggested by Dave Love <fx@gnu.org>.
24267
24268 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24269
24270         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24271         doc string.
24272
24273 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24274
24275         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24276
24277 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24278
24279         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24280         instead of calling `mm-insert-inline', to decode text/* parts
24281         before displaying them.
24282
24283 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24284
24285         * mm-uu.el (mm-uu-text-plain-type): New variable.
24286         (mm-uu-pgp-signed-extract-1): Use it.
24287         (mm-uu-pgp-encrypted-extract-1): Use it.
24288         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24289         bind mm-uu-text-plain-type with that value.
24290         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24291         mm-uu-dissect.
24292
24293 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24294
24295         * gnus-group.el (gnus-update-group-mark-positions):
24296         * gnus-sum.el (gnus-update-summary-mark-positions):
24297         * message.el (message-check-news-body-syntax):
24298         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24299         of string-as-multibyte.
24300
24301 2004-10-05  Juri Linkov  <juri@jurta.org>
24302
24303         * gnus-group.el (gnus-update-group-mark-positions):
24304         * gnus-sum.el (gnus-update-summary-mark-positions):
24305         * message.el (message-check-news-body-syntax):
24306         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24307         8-bit unibyte values to a multibyte string for search functions.
24308
24309 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24310
24311         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24312         (mm-uu-dissect-text-parts): New function.
24313
24314         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24315         dissect text parts.
24316
24317         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24318         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24319
24320         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24321
24322         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24323         Use gnus-current-topics instead of gnus-current-topic.
24324
24325 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24326
24327         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24328
24329 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24330
24331         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24332         where appropriate.
24333
24334         * nnml.el (nnml-generate-active-info): do.
24335
24336         * nndiary.el (nndiary-generate-active-info): do.
24337
24338         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24339         (gnus-topic-move): do.
24340
24341         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24342         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24343
24344         * gnus-srvr.el (gnus-server-prepare)
24345         (gnus-server-open-all-servers): do.
24346
24347         * gnus-msg.el (gnus-summary-cancel-article)
24348         (gnus-summary-resend-message)
24349         (gnus-summary-mail-crosspost-complaint): do.
24350
24351         * gnus-move.el (gnus-change-server): do.
24352
24353         * gnus-group.el (gnus-group-unmark-all-groups)
24354         (gnus-group-set-current-level): do.
24355
24356 2004-10-04  Simon Josefsson  <jas@extundo.com>
24357
24358         * message.el (message-generate-hashcash): Doc fix.
24359
24360 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24361
24362         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24363         avoid infinite recursion via gnus-get-function.
24364
24365 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24366
24367         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24368
24369         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24370
24371         * nnmail.el (nnmail-split-history): do.
24372
24373         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24374         (nnml-request-delete-group): do.
24375
24376         * nnslashdot.el (nnslashdot-read-groups): do.
24377
24378         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24379         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24380
24381         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24382         (nnspool-sift-nov-with-sed): Use last.
24383         (nnspool-retrieve-headers-with-nov): Use mapc.
24384         (nnspool-request-newgroups): Use dolist.
24385         (nnspool-request-group): Use last.
24386
24387         * nntp.el (nntp-read-server-type): Use dolist.
24388
24389         * nnvirtual.el (nnvirtual-create-mapping)
24390         (nnvirtual-update-read-and-marked): Use dolist.
24391         (nnvirtual-convert-headers): Simplify.
24392
24393 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24394
24395         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24396         Add support for sync'ing tick marks.
24397
24398 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24399
24400         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24401         there's no visible header.
24402
24403 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24404
24405         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24406         When necessary, pass full group name to gnus-request-set-marks.
24407
24408 2004-10-01  Simon Josefsson  <jas@extundo.com>
24409
24410         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24411         acroread.
24412
24413 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24414
24415         * spam-report.el (spam-report-gmane): Fix interactive.
24416
24417         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24418
24419         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24420         when writing file.
24421         (gnus-agent-synchronize-flags): Don't default to being
24422         interactive.
24423
24424 2004-09-30  Simon Josefsson  <jas@extundo.com>
24425
24426         * message.el (message-generate-hashcash): Add.
24427         (message-send-mail): Use it, call mail-add-payment.
24428
24429 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24430
24431         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24432
24433 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24434
24435         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24436         gnus-requst-update-info with explicit code to sync the in-memory
24437         info read flags with the marks being sync'd to the backend.
24438
24439         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24440
24441 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24442
24443         * spam.el (spam-verify-bogofilter): Add new function.
24444         (spam-check-bogofilter)
24445         (spam-bogofilter-register-with-bogofilter): Use it.
24446         (spam-verify-bogofilter): Add small fixes.
24447
24448 2004-09-28  Simon Josefsson  <jas@extundo.com>
24449
24450         * hashcash.el (hashcash-generate-payment): Revert.
24451
24452 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24453
24454         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24455         Use gnus-extract-references instead of gnus-split-references.
24456
24457         * gnus-util.el (gnus-extract-references): Add new function, analogous
24458         to gnus-split-references but extracts only the message-ID without
24459         anything extra.
24460
24461         * hashcash.el (hashcash-generate-payment)
24462         (hashcash-check-payment): Do the right thing if hashcash-path is
24463         nil (because the hashcash program could not be found).
24464
24465         * spam.el (spam-use-hashcash): Remove comment.
24466
24467 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24468
24469         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24470         (gnus-cache-enter-article, gnus-cache-remove-article)
24471         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24472
24473         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24474
24475         * gnus-art.el (article-hide-boring-headers)
24476         (article-translate-strings, article-display-face)
24477         (gnus-article-mime-match-handle-first)
24478         (gnus-article-highlight-headers)
24479         (gnus-article-add-buttons-to-head): do.
24480
24481 2004-09-27  Simon Josefsson  <jas@extundo.com>
24482
24483         * hashcash.el: New version, from
24484         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24485         ../contrib/.
24486
24487 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24488
24489         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24490
24491 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24492
24493         * gnus-dup.el (gnus-dup-open): Use mapc.
24494         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24495
24496         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24497         Reported by Stefan Wiens <s.wi@gmx.net>.
24498
24499         * gnus.el (gnus-shutdown): Use dolist.
24500
24501         * gnus-undo.el (gnus-undo): Use mapc.
24502
24503         * nnrss.el (nnrss-generate-active): do.
24504
24505         * message.el (message-cite-original-without-signature)
24506         (message-cite-original): Use mapc.
24507         (message-do-actions, message-make-forward-subject): Use dolist.
24508
24509 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24510
24511         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24512         deletion to remove entire duplicate line.  Fixes merged article
24513         number bug.
24514
24515 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24516
24517         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24518         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24519         first ask if you want to open a server and then, even when you
24520         responded with no, asking if you want to synchronize the server's
24521         flags.
24522         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24523         multi-line expressions.
24524         (gnus-agent-synchronize-group-flags): New internal function.
24525         Updates marks in memory (in the info structure) AND in the
24526         backend.
24527
24528         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24529
24530         * nnagent.el (nnagent-request-set-mark):
24531         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24532         method, to ensure that synchronization updates marks in the
24533         backend and in the info (in memory) structure.
24534
24535 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24536
24537         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24538         convention fully; don't miss the root article of a thread; make
24539         the X-Draft-From header with correct article numbers.
24540
24541 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24542
24543         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24544         unless plugged.  Disable the agent so that an open failure causes
24545         an error.
24546
24547         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24548         Revert 2004-09-21 change.  The backend must be opened while
24549         synchronizing flags even when the backend stores the flags
24550         locally.
24551
24552 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24553
24554         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24555         in `header' match.  Reported by Svend Tollak Munkejord.
24556
24557         * message.el (message-cite-original): Fix use of
24558         `message-cite-articles-with-x-no-archive'.
24559
24560 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24561
24562         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24563         (gnus-window-to-buffer): Ditto.
24564
24565         * mml.el (mml-preview-buffer): New variable.
24566         (mml-preview): Manage window layout with gnus-buffer-configuration.
24567
24568         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24569         X-Draft-From header even if those articles aren't quoted.
24570
24571 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24572
24573         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24574         (gnus-request-set-mark, gnus-request-update-mark): Use new
24575         g-s-t-u-l-m to decide to use backend even when unplugged.
24576
24577 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24578
24579         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24580         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24581
24582 2004-09-20  Simon Josefsson  <jas@extundo.com>
24583
24584         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24585         "utf-16-le".
24586
24587 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24588
24589         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24590
24591 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24592
24593         * uudecode.el (uudecode-use-external): Add :version.
24594
24595         * smime.el (smime-CA-file, smime-encrypt-cipher)
24596         (smime-dns-server): Add :version.
24597
24598         * smiley.el (gnus-smiley-file-types): Add :version.
24599
24600         * sha1.el (sha1-use-external): Add :version.
24601
24602         * pgg-def.el (pgg-query-keyserver): Add :version.
24603
24604         * nnmail.el (nnmail-fancy-expiry-targets)
24605         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24606         Add :version.
24607
24608         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24609         (nnimap-retrieve-groups-asynchronous): Add :version.
24610         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24611
24612         * mml.el (mml-content-disposition-parameters)
24613         (mml-insert-mime-headers-always): Add :version.
24614
24615         * mm-util.el (mm-coding-system-priorities): Add :version.
24616
24617         * mm-decode.el (mm-inline-text-html-with-images)
24618         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24619         (mm-verify-option): Add :version.
24620         (mm-text-html-renderer): Change :version.
24621
24622         * message.el (message-fcc-externalize-attachments)
24623         (message-required-headers, message-draft-headers)
24624         (message-subject-trailing-was-query)
24625         (message-subject-trailing-was-ask-regexp)
24626         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24627         (message-mark-insert-end, message-archive-header)
24628         (message-archive-note, message-cross-post-default)
24629         (message-cross-post-note, message-followup-to-note)
24630         (message-cross-post-note-function, message-use-mail-followup-to)
24631         (message-subscribed-address-functions)
24632         (message-subscribed-address-file, message-subscribed-addresses)
24633         (message-subscribed-regexps, message-allow-no-recipients)
24634         (message-yank-cited-prefix, message-signature-insert-empty-line)
24635         (message-hidden-headers, message-hierarchical-addresses)
24636         (message-mail-user-agent, message-use-idna)
24637         (message-valid-fqdn-regexp)
24638         (message-strip-special-text-properties, message-header-synonyms)
24639         (message-beginning-of-line, message-tab-body-function): Add :version.
24640         (message-insert-canlock, message-wide-reply-confirm-recipients):
24641         Change :version.
24642
24643         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24644         and :version.
24645         (mail-source-delete-old-incoming-confirm)
24646         (mail-source-movemail-program): Add :version.
24647
24648         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24649         (gnus-agent-cache, gnus-agent): Change :version.
24650
24651         * gnus-util.el (gnus-use-byte-compile): Change :version.
24652
24653         * gnus-sum.el (gnus-summary-make-false-root-always)
24654         (gnus-summary-default-high-score)
24655         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24656         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24657         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24658         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24659         (gnus-sum-thread-tree-single-indent)
24660         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24661         (gnus-sum-thread-tree-leaf-with-other)
24662         (gnus-sum-thread-tree-single-leaf): Add :version.
24663         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24664         (gnus-article-loose-mime): Change :version.
24665
24666         * gnus-start.el (gnus-backup-startup-file)
24667         (gnus-save-startup-file-via-temp-buffer): Add :version.
24668
24669         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24670         (gnus-server-offline-face): Add :version.
24671
24672         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24673
24674         * gnus-msg.el (gnus-gcc-externalize-attachments)
24675         (gnus-debug-files, gnus-debug-exclude-variables)
24676         (gnus-discouraged-post-methods): Change :version.
24677         (gnus-confirm-mail-reply-to-news)
24678         (gnus-confirm-treat-mail-like-news): Add :version.
24679
24680         * gnus-int.el (gnus-server-unopen-status): Add :version.
24681
24682         * gnus-group.el (gnus-group-jump-to-group-prompt)
24683         (gnus-large-ephemeral-newsgroup)
24684         (gnus-fetch-old-ephemeral-headers): Add :version.
24685
24686         * gnus-fun.el (gnus-x-face-directory)
24687         (gnus-convert-pbm-to-x-face-command)
24688         (gnus-convert-image-to-x-face-command)
24689         (gnus-convert-image-to-face-command): Add :version.
24690
24691         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24692
24693         * gnus-cite.el (gnus-cite-blank-line-after-header)
24694         (gnus-article-boring-faces): Add :version.
24695
24696         * gnus-art.el (gnus-buttonized-mime-types)
24697         (gnus-inhibit-mime-unbuttonizing)
24698         (gnus-treat-display-face)
24699         (gnus-treat-body-boundary): Change :version.
24700         (gnus-body-boundary-delimiter, gnus-picon-databases)
24701         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24702         (gnus-treat-date-english, gnus-treat-fold-headers)
24703         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24704         (gnus-treat-mail-picon, gnus-treat-wash-html)
24705         (gnus-article-encrypt-protocol)
24706         (gnus-use-idna, gnus-article-over-scroll)
24707         (gnus-mime-display-multipart-alternative-as-mixed)
24708         (gnus-mime-display-multipart-related-as-mixed)
24709         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24710         (gnus-ctan-url, gnus-button-ctan-handler)
24711         (gnus-button-handle-ctan-bogus-regexp)
24712         (gnus-button-ctan-directory-regexp)
24713         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24714         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24715         (gnus-button-man-level, gnus-button-emacs-level)
24716         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24717
24718         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24719         (gnus-agent-go-online): Change :version.
24720         (gnus-agent-expire-unagentized-dirs)
24721         (gnus-agent-auto-agentize-methods): Add :version.
24722
24723         * flow-fill.el (fill-flowed-display-column)
24724         (fill-flowed-encode-column): Add :version.
24725
24726         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24727         (gnus-outlook-deuglify-unwrap-max)
24728         (gnus-outlook-deuglify-cite-marks)
24729         (gnus-outlook-deuglify-unwrap-stop-chars)
24730         (gnus-outlook-deuglify-no-wrap-chars)
24731         (gnus-outlook-deuglify-attrib-cut-regexp)
24732         (gnus-outlook-deuglify-attrib-verb-regexp)
24733         (gnus-outlook-deuglify-attrib-end-regexp)
24734         (gnus-outlook-display-hook): Add :version.
24735
24736         * binhex.el (binhex-use-external): Add :version.
24737
24738 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24739
24740         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24741         and `invisible'.
24742
24743 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24744
24745         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24746         in gnus-registry-trim.
24747
24748 2004-09-13  Simon Josefsson  <jas@extundo.com>
24749
24750         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24751
24752         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24753
24754         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24755         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24756         <yamaoka@jpl.org>.
24757         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24758         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24759         <yamaoka@jpl.org>.
24760
24761         * sieve.el (sieve-manage-mode): Ditto.
24762
24763 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24764
24765         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24766
24767 2004-09-11  Simon Josefsson  <jas@extundo.com>
24768
24769         * dns-mode.el: Add.
24770
24771         * mm-view.el (mm-display-dns-inline): Add.
24772
24773         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24774         (mm-automatic-display): Ditto.
24775
24776         * mailcap.el (mailcap-mime-data): Add text/dns.
24777         (mailcap-mime-extensions): Map .soa to text/dns.
24778
24779 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24780
24781         * gnus-art.el (article-decode-mime-words, article-babel)
24782         (gnus-article-highlight-signature, gnus-article-add-buttons)
24783         (gnus-signature-toggle): Remove unnecessary bindings of
24784         `inhibit-read-only' inherited from v5.10 merge.
24785
24786 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24787
24788         * nntp.el (nntp): New customization group.
24789         (nntp-authinfo-file): Add customization group.
24790
24791         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24792
24793         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24794
24795         * gnus.el (to-address, to-list, subscribed)
24796         (large-newsgroup-initial): Ditto.
24797
24798         * flow-fill.el (fill-flowed-display-column)
24799         (fill-flowed-encode-column): Ditto.
24800
24801 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24802
24803         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24804         Use point-min rather than 1.
24805         (message-send-mail): Use buffer-size rather than point-max.
24806
24807         * gnus-sum.el (gnus-summary-search-article-forward):
24808         Signal a specific `search-failed' rather than a generic `error'.
24809
24810         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24811         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24812         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24813
24814 2004-09-10  Simon Josefsson  <jas@extundo.com>
24815
24816         * nndb.el (require): Remove tcp and duplicate cl.
24817
24818 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24819
24820         * gnus-agent.el (directory-files-and-attributes): Move forward.
24821
24822 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24823
24824         * gnus-agent.el (directory-files-and-attributes):
24825         Optionally defined to support XEmacs.
24826
24827 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24828
24829         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24830         to avoid run-time CL dependencies.
24831         (gnus-agent-unfetch-articles): New function.
24832         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24833         article numbers even when local .overview file is missing.
24834         (gnus-agent-read-article-number): New function.  Only accepts
24835         27-bit article numbers.
24836         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24837         Use gnus-agent-read-article-number.
24838         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24839         from backend while recognizing that article numbers in .overview
24840         must be valid.
24841         (gnus-agent-update-files-total-fetched-for):
24842         Use directory-files-and-attributes to improve performance.
24843         * gnus-int.el (gnus-request-move-article):
24844         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24845         improve performance.
24846
24847         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24848         some users confused by references to .newsrc when they only have a
24849         .newsrc.eld file.
24850         (gnus-convert-mark-converter-prompt)
24851         (gnus-convert-converter-needs-prompt): Fix use of property list.
24852         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24853         New function.  Used internally to only display 'gnus converting
24854         files' message when actually necessary.
24855
24856         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24857         methods now autoloaded.
24858
24859 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24860
24861         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24862         identifiers.
24863
24864 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24865
24866         * gnus-picon.el: Fix indentation and closing parenthesis.
24867
24868 2004-09-01  Simon Josefsson  <jas@extundo.com>
24869
24870         * message.el (message-canlock-generate): Require sha1, not
24871         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24872         to require within a function.  Sadly, if sha1.el isn't loaded, the
24873         let binding in m-c-g will hide the defcustom definition, which is
24874         bad.)
24875
24876         * canlock.el: Require sha1, not sha1-el.
24877
24878         * message.el: Don't autoload sha1 (there is a autoload cookie in
24879         sha1.el).
24880
24881         * sha1-el.el: Rename to sha1.el.
24882
24883 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24884
24885         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24886
24887 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24888
24889         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24890
24891 2004-08-30  Kim F. Storm  <storm@cua.dk>
24892
24893         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24894
24895         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24896         Add :group 'nnimap.
24897
24898 2004-08-30  Andreas Schwab  <schwab@suse.de>
24899
24900         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24901         ?* and ?\;.
24902
24903         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24904         and ?\' to symbol instead of whitespace.
24905
24906 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24907
24908         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24909
24910         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24911         instead of re-search-forward.
24912
24913         * gnus-uu.el (gnus-uu-save-article): Ditto.
24914         (gnus-uu-post-encode-uuencode): Ditto.
24915
24916         * html2text.el (html2text-clean-list-items): Ditto.
24917         (html2text-clean-dtdd): Ditto.
24918         (html2text-format-tags): Ditto.
24919
24920         * message.el (message-send-mail-with-sendmail): Fix regexp.
24921         (message-fill-field-general): Use search-forward instead of
24922         re-search-forward.
24923         (unbold-region): Ditto.
24924
24925         * nnrss.el (nnrss-request-article): Ditto.
24926
24927         * nnslashdot.el (nnslashdot-request-article): Ditto.
24928
24929         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24930
24931         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24932         "Unrecognized menu descriptor" error in XEmacs.
24933
24934 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24935
24936         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24937         parent article of a sparse article in the thread hashtb.
24938
24939 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24940
24941         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24942         (nnmail-expand-newtext): Lowercase expanded entries if
24943         nnmail-split-lowercase-expanded is non-nil.
24944
24945 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24946
24947         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24948
24949         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24950         of gnus-tmp-news-method into string under XEmacs.  It will be
24951         passed to gnus-correct-length which takes only a string argument.
24952
24953 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24954
24955         * gnus-util.el (gnus-bind-print-variables): New macro.
24956         (gnus-prin1): Use it.
24957         (gnus-prin1-to-string): Use it.
24958         (gnus-pp): New function.
24959         (gnus-pp-to-string): New function.
24960
24961         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24962         Replace pp-to-string with gnus-pp-to-string.
24963         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24964         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24965         * gnus-msg.el (gnus-debug): Ditto.
24966         * gnus-score.el (gnus-score-save): Ditto.
24967         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24968         gnus-pp-to-string.
24969         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24970         with gnus-pp.
24971         * score-mode.el (gnus-score-pretty-print): Ditto.
24972         * webmail.el (webmail-debug): Ditto.
24973
24974 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24975
24976         * gnus-art.el (article-display-face, article-display-x-face):
24977         Use buffer-read-only.
24978
24979 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24980
24981         * gnus-art.el (article-hide-list-identifiers):
24982         Bind inhibit-read-only as t.
24983
24984 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24985
24986         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24987
24988 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24989
24990         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24991         (gnus-narrow-to-page): Don't assume point-min == 1.
24992         (gnus-article-edit-mode): Derive from message-mode.
24993
24994         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24995         point-min == 1.
24996
24997         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24998         Disable incorrect use of `assert'.
24999
25000         * message.el (message-mode): Set comment-start-skip.
25001
25002
25003 2004-08-22  Sam Steingold  <sds@gnu.org>
25004
25005         * pop3.el (pop3-leave-mail-on-server): New user variable.
25006         (pop3-movemail): Delete mail only when it is nil.
25007
25008 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25009
25010         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25011
25012         * mml.el (mml-preview): Use `pop-to-buffer'.
25013
25014         * message.el (message-goto-mail-followup-to): Insert after "To".
25015         (message-carefully-insert-headers): Add comment.
25016
25017         * gnus.el: Remove unused variable `gnus-article-check-size'.
25018
25019         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25020
25021         * gnus-art.el (gnus-button-alist):
25022         Improve `gnus-button-handle-library' entry.
25023
25024 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25025
25026         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25027         Use downcase, since XEmacs capitalizes error messages differently.
25028
25029 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25030
25031         * nntp.el: Add (require 'gnus) due to reference to
25032         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25033
25034 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25035
25036         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25037         Bind `mm-fill-flowed'.
25038
25039         * mm-decode.el (mm-dissect-singlepart): Check it.
25040
25041 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25042
25043         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25044         'imap' for netrc parsing.
25045
25046 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25047
25048         * mailcap.el (mailcap-mime-data): Mark as risky.
25049
25050 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25051
25052         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25053         may be included in the encoded word.
25054         (rfc2047-encode): Don't append a space if the encoded word
25055         includes close parenthesis.
25056
25057 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25058
25059         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25060         of text within parentheses.
25061
25062 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25063
25064         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25065         (gnus-encrypt-write-file-contents): Make the password key the file
25066         name PLUS the cipher, not just the cipher.  Also remove failed
25067         passwords from the cache.
25068
25069 2004-08-06  Simon Josefsson  <jas@extundo.com>
25070
25071         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25072         Doc fix.
25073
25074 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25075
25076         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25077         LWSP.
25078
25079 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25080
25081         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25082         Try to append in-reply-to: data to the references: header.
25083
25084         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25085         (netrc-parse): Use gnus-encrypt.el functions.
25086
25087         * gnus-encrypt.el: Add new file for encryption support; currently
25088         does only a few GPG ciphers and an internal XOR cipher.
25089
25090         * password.el: Add comments on using password-read-and-add.
25091         (password-read-and-add): Add function to read and add the
25092         password to the cache at once.
25093
25094 2004-07-28  Simon Josefsson  <jas@extundo.com>
25095
25096         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25097         parameter (but don't use it, for now).
25098
25099         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25100         instead of hard coding to nil.
25101
25102 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25103
25104         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25105         as mm-inline-image-xemacs does.
25106
25107 2004-07-26  Simon Josefsson  <jas@extundo.com>
25108
25109         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25110         Revert part of 2004-07-17 change below.
25111
25112 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25113
25114         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25115         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25116
25117 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25118
25119         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25120         quotes that actually start with ">" at the beginning of the
25121         lines.
25122
25123 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25124
25125         * rfc2047.el (rfc2047-encode-region): Fix last change.
25126         (rfc2047-encode-parameter): Remove useless concat.
25127
25128 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25129
25130         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25131         encode special characters; fix some kind of misconfigured headers;
25132         signal a real error if debug-on-quit or debug-on-error is non-nil.
25133         (rfc2047-encode-max-chars): New variable.
25134         (rfc2047-encode-1): Use it.
25135         (rfc2047-encode-parameter): New function.
25136
25137         * mml.el (mml-insert-parameter): Remove an excessive space.
25138
25139 2004-07-17  Simon Josefsson  <jas@extundo.com>
25140
25141         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25142         Kai Grossjohann <kai@emptydomain.de>.
25143         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25144         (gnus-group-make-menu-bar): Ditto.
25145
25146         * gnus-util.el (gnus-group-server): Add.
25147
25148 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25149
25150         * message.el (message-clone-locals): Clone sendmail and smtp
25151         variables.
25152
25153 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25154
25155         * rfc2047.el (rfc2047-encode-region): Fix last change.
25156
25157 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25158
25159         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25160         characters as non-special.
25161
25162 2004-07-09  Simon Josefsson  <jas@extundo.com>
25163
25164         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25165         Users will lose all flag changes made while unplugged with
25166         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25167         good default.  See numerous reports on ding mailing list.
25168
25169 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25170
25171         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25172         add generate-head-function and generate-article-function to the
25173         rfc822-forward entry.
25174         (nndoc-rfc822-forward-generate-article): New function.
25175         (nndoc-rfc822-forward-generate-head): New function.
25176
25177         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25178
25179 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25180
25181         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25182         respect display group parameter and gnus-summary-expunge-below.
25183         (gnus-articles-to-read): Remove unused reference to display group
25184         parameter.
25185
25186 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25187
25188         * nnheader.el (nnheader-uniquify-message-id): New experimental
25189         variable.
25190         (nnheader-nov-read-message-id): Use it.
25191
25192         * spam-report.el (spam-report-gmane): Add interactive.
25193
25194 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25195
25196         * mm-encode.el (mm-content-transfer-encoding-defaults):
25197         Use qp-or-base64 for the application/* types.
25198
25199 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25200
25201         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25202
25203 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25204
25205         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25206         trim value.
25207
25208 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25209
25210         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25211         New macro and function.
25212         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25213
25214 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25215
25216         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25217         after-load-alist.
25218
25219 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25220
25221         * gnus-group.el (gnus-group-get-new-news-this-group):
25222         Don't update info that isn't there.
25223
25224 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25225
25226         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25227         entry.
25228
25229 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25230
25231         * mm-view.el (mm-inline-render-with-function): Use multibyte
25232         buffer; decode html source by charset.
25233
25234         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25235
25236         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25237         Mule-UCS is loaded under XEmacs.
25238         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25239
25240 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25241
25242         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25243
25244 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25245
25246         * mm-util.el (mm-coding-system-p): Return a coding-system.
25247         (mm-mime-mule-charset-alist): Use shift_jis instead of
25248         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25249         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25250         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25251         instead of japanese-shift-jis and iso-latin-1 respectively in
25252         order to share the default value with both Emacs and XEmacs-mule.
25253         (mm-mule-charset-to-mime-charset):
25254         Make mm-coding-system-priorities effective.
25255         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25256         while predicating of candidates upon the priorities.
25257
25258 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25259
25260         * gnus-sum.el (gnus-summary-make-menu-bar):
25261         Add gnus-uu-invert-processable.
25262
25263         * gnus.el: Autoload gnus-uu-invert-processable.
25264
25265 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25266
25267         * mm-util.el (mm-with-multibyte-buffer): New macro.
25268
25269         * rfc2047.el (rfc2047-encode-string): Use it.
25270         (rfc2047-encode-region): Move point to the end of the region after
25271         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25272
25273 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25274
25275         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25276         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25277
25278 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25279
25280         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25281         (gnus-cite-parse): Ignore quoted envelope From_.
25282         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25283
25284 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25285
25286         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25287         invalid addresses.
25288
25289 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25290
25291         * spam.el: Change section markers, revise TODO list.
25292         (spam-backends): Make new master list of all installed backends.
25293         (spam-summary-exit-behavior): Add new variable to determine how
25294         messages moves are done at summary exit.
25295         (spam-move-spam-nonspam-groups-only)
25296         (spam-process-ham-in-nonham-groups)
25297         (spam-process-ham-in-spam-groups): Remove variables, the
25298         spam-summary-exit-behavior variable should be used to manage this
25299         behavior.
25300         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25301         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25302         and spam-old-spam-articles.
25303         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25304         Add empty variables, placeholders for the backends they represent.
25305         (spam-set-difference): Move, unchanged.
25306         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25307         unless the user has a processor variable.
25308         (spam-classifications, spam-classification-valid-p)
25309         (spam-backend-properties, spam-backend-property-valid-p)
25310         (spam-backend-function-type-valid-p)
25311         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25312         (spam-report-articles-gmane, spam-report-articles-resend):
25313         Remove functions, they are not needed.
25314         (spam-install-backend-super, spam-backend-list)
25315         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25316         (spam-backend-function, spam-backend-ham-registration-function)
25317         (spam-backend-spam-registration-function)
25318         (spam-backend-ham-unregistration-function)
25319         (spam-backend-spam-unregistration-function)
25320         (spam-backend-statistical-p, spam-backend-mover-p)
25321         (spam-install-backend-alias, spam-install-checkonly-backend)
25322         (spam-install-mover-backend, spam-install-nocheck-backend)
25323         (spam-install-backend, spam-install-statistical-backend)
25324         (spam-install-statistical-checkonly-backend): Add backend installation
25325         support.
25326         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25327         (spam-group-processor-p): Use the new backend code and respect the
25328         summary exit behavior.
25329         (spam-mark-spam-as-expired-and-move-routine): Remove.
25330         (spam-summary-prepare): Change to use the new spam-old-articles
25331         variable.
25332         (spam-copy-or-move-routine, spam-copy-spam-routine)
25333         (spam-move-spam-routine, spam-copy-ham-routine)
25334         (spam-move-ham-routine): Add code to copy/move ham or spam.
25335         (spam-fetch-field-fast): Improve doc and code, plus allow the
25336         'number request.
25337         (spam-list-of-checks, spam-list-of-statistical-checks):
25338         Remove variables.
25339         (spam-split, spam-find-spam): Use the new backend code.
25340         (spam-registration-functions): Remove variable.
25341         (spam-unregister-routine): Add convenience wrapper.
25342         (spam-log-undo-registration, spam-register-routine)
25343         (spam-log-processing-to-registry)
25344         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25345         where possible.
25346         (spam-check-gmane-xref, spam-check-regex-headers)
25347         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25348         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25349         (spam-check-bogofilter-headers, spam-check-spamoracle)
25350         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25351         (spam-check-crm114-headers): Use the spam-split-group that
25352         spam-split prepares, no need to determine it every time.
25353
25354         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25355         to the nnheader-parse-naked-head call.
25356
25357         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25358
25359         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25360         the nnheader-nov-read-message-id call.
25361
25362 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25363
25364         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25365         gnus-activate-group twice.  Suggested by Markus Peter
25366         <warp@spin.de>.
25367
25368 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25369
25370         * gnus-art.el (gnus-article-time-format): Exchange the order of
25371         day and month in the default value; fix customization type.
25372         (article-date-ut): Use add-text-properties.
25373         (article-make-date-line): Use message-make-date instead of
25374         current-time-string.
25375
25376         * message.el (message-fetch-field): Don't use set-text-properties.
25377         (message-make-date): Simplify.
25378
25379         * messagexmas.el (message-xmas-make-date): New function.
25380         (message-xmas-redefine): Defalias message-make-date to it.
25381
25382 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25383
25384         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25385         (rfc2047-encode-region): Treat text within parentheses as special;
25386         show the original text when error has occurred.
25387
25388         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25389         already-computed method to gnus-activate-group.
25390
25391         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25392         same select-methods identical Lisp objects.
25393
25394         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25395         object when modifying the info.
25396
25397 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25398
25399         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25400         gnus-opened-servers since it has never been opened with the new
25401         configuration yet.
25402
25403 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25404
25405         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25406         arg to nnheader-generate-fake-message-id.
25407
25408 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25409
25410         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25411         number and build a fake message ID localized to a group and
25412         article number (so it's repeatable from that point on).
25413         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25414         ID format.
25415
25416         * gnus-sum.el (gnus-get-newsgroup-headers):
25417         Call nnheader-generate-fake-message-id with the article number.
25418
25419 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25420
25421         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25422         end-of-buffer.
25423
25424 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25425
25426         * message.el (message-ignored-supersedes-headers): Add Approved.
25427
25428 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25429
25430         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25431         goto-char.
25432         (rfc2047-encode): Fold the line before encoding.
25433
25434 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25435
25436         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25437         folding -- not all headers can be folded, and this should be done
25438         by the message composition mode.  Probably.  I think.
25439
25440 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25441
25442         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25443         fast.
25444
25445         * gnus-ems.el (gnus-remove-image): Don't use
25446         message-text-with-property; remove only the image found first.
25447
25448         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25449         found first.
25450
25451 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25452
25453         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25454
25455 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25456
25457         * message.el (message-text-with-property): Make it fast and accept
25458         optional arguments.
25459         (message-strip-forbidden-properties): Use it.
25460         (message-fix-before-sending): Follow the m-t-w-p change.
25461
25462         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25463
25464 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25465
25466         * gnus-art.el (article-hide-headers): Don't change the buffer
25467         mistakenly when performing mml-preview even if
25468         gnus-single-article-buffer is nil.
25469
25470 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25471
25472         * message.el (message-expand-name-databases): New user option.
25473         (message-expand-name): Use it.
25474
25475 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25476
25477         * spam.el (spam-report-articles-resend)
25478         (spam-report-resend-register-routine): Allow ham reporting.
25479         (spam-report-resend-register-ham-routine): Add wrapper.
25480         (spam-registration-functions): Add ham resending functions.
25481         (spam-list-of-processors): Add ham resend processor.
25482
25483         * gnus.el (ham-resend-to): Add new group parameter.
25484         (spam-process): Add ham resend option.
25485
25486         * spam-report.el (spam-report-resend): Allow reporting ham.
25487         (spam-report-resend-ham): Add wrapper.
25488
25489 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25490
25491         * message.el (message-cite-articles-with-x-no-archive):
25492         New variable.
25493         (message-cite-original): Use it.
25494
25495 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25496
25497         * message.el (message-cite-original): Respect X-No-Archive.
25498
25499 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25500
25501         * gnus-art.el (article-hide-headers): Refer to the values for
25502         gnus-ignored-headers and gnus-visible-headers in the summary
25503         buffer since a user may have set them as group parameters.
25504
25505 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25506
25507         * assistant.el (assistant-node-name): Add convenience function.
25508         (assistant-render-text, assistant-render-node): Add error handling,
25509         plus handle multiple next nodes.
25510         (assistant-find-next-node): Comment out for now.
25511         (assistant-find-next-nodes): Add function, returns list of next
25512         nodes.
25513
25514 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25515
25516         * mail-source.el (mail-source-directory): Fix doc-string.
25517
25518 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25519
25520         * assistant.el (assistant-render-text, assistant-eval): Add :set
25521         widget type, which is different because it takes and returns a
25522         list.  Much hilarity ensues.
25523
25524 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25525
25526         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25527
25528         * gnus-group.el (gnus-group-get-new-news-this-group):
25529         Add doc-string.
25530
25531         * gnus-start.el (gnus-activate-group): Add doc-string.
25532
25533 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25534
25535         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25536
25537 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25538
25539         * assistant.el (assistant-render-text): Try to add a :set
25540         widget, more to come.
25541
25542         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25543         strings.
25544         (spam-report-articles-resend)
25545         (spam-register-routine): Do registration iff any articles warrant
25546         it.
25547         (spam-summary-prepare-exit): Change log message for nil group
25548         destinations.
25549
25550 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25551
25552         * spam.el (spam-report-resend-register-routine):
25553         Allow spam-report-resend-to to be a group parameter or a global value.
25554
25555 2004-05-26  Simon Josefsson  <jas@extundo.com>
25556
25557         * starttls.el: Merge with my GNUTLS based starttls.el.
25558         (starttls-gnutls-program, starttls-use-gnutls)
25559         (starttls-extra-arguments, starttls-process-connection-type)
25560         (starttls-connect, starttls-failure, starttls-success):
25561         New variables.
25562         (starttls-program, starttls-extra-args): Doc fix.
25563         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25564         New functions.
25565         (starttls-negotiate, starttls-open-stream):
25566         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25567         function if it is set.
25568
25569 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25570
25571         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25572         structured fields.
25573
25574 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25575
25576         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25577
25578 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25579
25580         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25581         Add variable.
25582         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25583         assigning the spam-mark to new messages.
25584
25585 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25586
25587         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25588
25589 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25590
25591         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25592
25593         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25594         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25595         default.
25596
25597 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25598
25599         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25600         correct data.
25601
25602 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25603
25604         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25605         (spam-group-processor-p): Fix function.
25606         (spam-group-processor-multiple-p)
25607         (spam-group-spam-processor-report-gmane-p)
25608         (spam-group-spam-processor-report-resend-p)
25609         (spam-group-spam-processor-bogofilter-p)
25610         (spam-group-spam-processor-blacklist-p)
25611         (spam-group-spam-processor-ifile-p)
25612         (spam-group-ham-processor-ifile-p)
25613         (spam-group-spam-processor-spamoracle-p)
25614         (spam-group-spam-processor-crm114-p)
25615         (spam-group-ham-processor-bogofilter-p)
25616         (spam-group-spam-processor-stat-p)
25617         (spam-group-ham-processor-stat-p)
25618         (spam-group-ham-processor-whitelist-p)
25619         (spam-group-ham-processor-BBDB-p)
25620         (spam-group-ham-processor-spamoracle-p)
25621         (spam-group-ham-processor-copy-p): Remove functions with some
25622         prejudice against unneeded code.
25623         (spam-report-articles-resend)
25624         (spam-report-resend-register-routine): Allow the group/topic
25625         spam-resend-to value to override spam-report-resend-to.
25626         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25627         properly now.
25628
25629         * gnus.el (spam-resend-to): Add group/topic parameter.
25630         (spam-process): Move the OBSOLETE processors to the end of the
25631         choices.
25632
25633 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25634
25635         * spam-report.el (spam-report-resend-to, spam-report-resend):
25636         Start with resend-to set to nil, and then ask the user if necessary.
25637         (spam-report-resend): spam-report-resend takes a list of articles, not
25638         separate article numbers.
25639
25640 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25641
25642         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25643         addition to emacs-w3m.
25644
25645 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25646
25647         * assistant.el (assistant-authinfo-data): New function.
25648         (assistant-eval): Eval for entire assistant.
25649
25650         * netrc.el (netrc-services-file): New variable.
25651         (netrc-parse-services): New function.
25652         (netrc-find-service-name): New function.
25653         (netrc-find-service-number): New function.
25654         (netrc-port-equal): New function.
25655         (netrc-machine): Use it.
25656
25657         * nnimap.el (nnimap-open-connection): Use netrc.
25658
25659         * gnus-util.el (gnus-netrc-get): Remove aliases.
25660
25661         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25662
25663         * assistant.el (wid-edit): Fix compilation.
25664
25665         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25666
25667 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25668
25669         * gnus-util.el (gnus-set-file-modes): New function.  (small
25670         patch).
25671
25672 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25673
25674         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25675
25676         * assistant.el (assistant-render-node): Fix up rendering and
25677         read-only text.
25678         (assistant-render-node): Reset.
25679         (assistant-make-read-only): Not sticky.
25680
25681 2004-05-20  Danny Siu  <dsiu@adobe.com>
25682
25683         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25684         centered even when gnus-auto-center-summary is t.
25685
25686 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25687
25688         * dns.el (dns-get-txt-answer): New function.
25689         (dns-read-txt): Ditto.
25690         (query-dns): Use it.
25691
25692 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25693
25694         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25695         active for foreign groups even if the group level is higher than
25696         the specified value.
25697
25698 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25699
25700         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25701         non-active groups.
25702
25703         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25704
25705 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25706
25707         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25708
25709 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25710
25711         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25712         (spam-crm114-header, spam-crm114-spam-switch)
25713         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25714         (spam-crm114-positive-spam-header)
25715         (spam-crm114-database-directory, spam-list-of-processors)
25716         (spam-group-spam-processor-crm114-p)
25717         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25718         (spam-generic-score, spam-list-of-checks)
25719         (spam-list-of-statistical-checks, spam-registration-functions)
25720         (spam-check-crm114-headers, spam-crm114-score)
25721         (spam-check-crm114, spam-crm114-register-with-crm114)
25722         (spam-crm114-register-spam-routine)
25723         (spam-crm114-unregister-spam-routine)
25724         (spam-crm114-register-ham-routine)
25725         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25726
25727 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25728
25729         * gnus.el: Add spam-use-crm114.
25730
25731         * spam.el (spam-list-of-processors, spam-registration-functions):
25732         Add spam-use-resend.
25733         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25734         (spam-report-articles-gmane): Add doc fix.
25735         (spam-report-articles-resend, spam-report-resend-register-routine):
25736         Add wrappers around spam-report-resend-to.
25737
25738         * spam-report.el (spam-report-resend-to, spam-report-resend):
25739         Add support for resending spam.
25740         (spam-report-gmane): Fix line length >80.
25741
25742         * gnus.el (spam-process): Add spam-use-resend.
25743
25744 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25745
25746         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25747         number of processed spam messages.
25748         (spam-ham-copy-or-move-routine): Return the number of processed
25749         ham messages.
25750         (spam-summary-prepare-exit): Use the above values to decide
25751         whether status messages shouled be displayed.
25752
25753 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25754
25755         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25756         `rfc2047-encoding-function-alist' in order to avoid conflicting
25757         with the old version.
25758         (rfc2047-encode-region): Concatenate words containing non-ASCII
25759         characters in structured fields; don't encode space-delimited
25760         ASCII words even in unstructured fields; don't break words at
25761         char-category boundaries.
25762         (rfc2047-encode-1): New function.
25763         (rfc2047-encode): Use it; encode text so that it occupies the
25764         maximum width within 76-column; work correctly on Q encoding for
25765         iso-2022-* charsets.
25766         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25767         sure not to break a line just after the header name.
25768         (rfc2047-b-encode-region): Remove.
25769         (rfc2047-b-encode-string): New function.
25770         (rfc2047-q-encode-region): Remove.
25771         (rfc2047-q-encode-string): New function.
25772
25773         * mm-util.el (mm-replace-in-string): New function.
25774
25775 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25776
25777         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25778         Really get it right.
25779         (gnus-inews-make-draft): Really.
25780
25781 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25782
25783         * nnmh.el (nnmh-request-list-1): Don't check the link count
25784         before descending.  (small patch)
25785
25786 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25787
25788         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25789         stuff.
25790
25791         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25792         Match on real group name.
25793
25794         * gnus-art.el (gnus-signature-limit): Doc fix.
25795
25796         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25797
25798         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25799
25800 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25801
25802         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25803         isn't a string.
25804
25805 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25806
25807         * gnus-draft.el (gnus-draft-send):
25808         Bind rfc2047-encode-encoded-words.
25809
25810         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25811         (rfc2047-encodable-p): Say that =? needs encoding.
25812         (rfc2047-encode-encoded-words): New variable.
25813
25814         * gnus-group.el (gnus-group-select-group): Doc fix.
25815
25816         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25817
25818         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25819         to nil.
25820
25821         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25822
25823         * nnheader.el (nnheader-get-lines-and-char): New function.
25824
25825 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25826
25827         * gnus-msg.el (gnus-summary-followup-with-original):
25828         Document yanking of region when active.
25829
25830 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25831
25832         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25833         groups if the group level is higher than the specified value.
25834
25835 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25836
25837         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25838         (gnus-group-jump-to-group): Add prefix argument using
25839         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25840         non-active group.
25841
25842         * compface.el (uncompface): Be verbose when changing
25843         `uncompface-use-external'.
25844
25845         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25846         handle manual section.
25847
25848 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25849
25850         * gnus-art.el (gnus-button-alist): Revert previous change.
25851
25852 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25853
25854         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25855
25856 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25857
25858         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25859         whether backend can accept message.
25860
25861         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25862
25863 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25864
25865         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25866         Avoid creating directory when nntp-marks-is-evil is true.
25867         Reported by Reiner Steib.
25868
25869 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25870
25871         * gnus-picon.el (gnus-picon-insert-glyph):
25872         Add optional `nostring' argument.
25873
25874 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25875
25876         * gnus-picon.el (gnus-picon-style): New variable.
25877         (gnus-picon-transform-address): Support `gnus-picon-style'.
25878
25879 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25880
25881         * message.el (message-fill-field): Return point.
25882         (message-generate-headers): Go to end of field.
25883
25884         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25885         stuff for non-living groups.
25886
25887 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25888
25889         * gnus-art.el (gnus-article-followup-with-original)
25890         (gnus-article-reply-with-original): gnus-mark-active-p ->
25891         gnus-region-active-p.
25892
25893 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25894
25895         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25896         only when there is spam or ham to be processed.
25897
25898 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25899
25900         * mail-source.el (mail-source-delete-crash-box): Refactor.
25901         (mail-source-fetch): Use it.
25902         (mail-source-fetch-file): Ditto.
25903         (mail-source-fetch-directory): Run postscript in loop.
25904         (mail-source-fetch-pop): Delete.
25905         (mail-source-fetch-maildir): Ditto.
25906         (mail-source-fetch-imap): Ditto.
25907
25908         * imap.el (imap-authenticators): Comment out sasl.
25909
25910         * message.el (message-skip-to-next-address): New function.
25911         (message-fill-header-address): Refactor.
25912         (message-fill-address): Use it.
25913         (message-delete-address): Use it.
25914         (message-fill-header-general): Refactor.
25915         (message-fill-field-address): Rename.
25916         (message-narrow-to-field): Find the start of the header.
25917         (message-header-format-alist): Don't pre-fill.
25918         (message-fill-header): Remove.
25919         (message-insert-header): New function.
25920         (message-shorten-references): Use it.
25921
25922         * rfc2047.el (rfc2047-field-value): Strip props.
25923
25924         * mail-parse.el (mail-header-make-address): New alias.
25925
25926         * ietf-drums.el (ietf-drums-make-address): New function.
25927
25928         * imap.el: Add compiler directives.
25929
25930         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25931
25932         * gnus-art.el (article-decode-idna-rhs): Don't use
25933         message-idna-inside-rhs-p.
25934
25935 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25936
25937         * message.el (message-idna-inside-rhs-p): Remove.
25938         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25939
25940         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25941         false positives.
25942
25943 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25944
25945         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25946
25947 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25948
25949         * nneething.el (nneething-file-name): Don't create spurious
25950         files.
25951
25952         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25953         (gnus-inews-do-gcc): Remove sleep.
25954
25955         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25956         part under point.
25957
25958         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25959         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25960
25961 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25962
25963         * spam.el (spam-summary-prepare-exit): Fix (length).
25964
25965 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25966
25967         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25968         as expired without moving it" message when there are spam
25969         messages left.
25970
25971 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25972
25973         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25974         header is not nil.
25975
25976 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25977
25978         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25979         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25980         (nntp-marks-changed-p): New arg SERVER.
25981         (nntp-request-update-info): Adjust caller.
25982
25983 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25984
25985         * nntp.el (nntp-save-marks): Pass missing arg.
25986
25987 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25988
25989         * nntp.el: Support marks.
25990         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25991         (nntp-marks-modtime, nntp-marks-directory): New variables.
25992         (nntp-request-set-mark, nntp-request-update-info)
25993         (nntp-possibly-create-directory, nntp-marks-changed-p)
25994         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25995         New functions.
25996
25997 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25998
25999         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26000         (gnus-xmas-redefine): Rename.
26001
26002         * gnus-score.el (gnus-score-insert-help):
26003         Use gnus-select-lowest-window.
26004
26005         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26006         appt-select-lowest-window and rename to gnus-select-lowest-window.
26007
26008         * gnus.el: do.
26009
26010 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26011
26012         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26013         encodings of MIME-encoded words, in order to improve
26014         interoperability with several broken MUAs.
26015
26016 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26017
26018         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26019         tags, only when charsets are not specified in headers.
26020         (mm-inline-text-html-render-with-w3m): Ditto.
26021
26022         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26023         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26024
26025 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26026
26027         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26028         instead of MIME-decoded from fields when checking
26029         `gnus-article-address-banner-alist'.
26030
26031 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26032
26033         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26034         description rather than subject.
26035
26036 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26037
26038         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26039
26040 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26041
26042         * gnus.el (gnus-version-number): Bump.
26043
26044 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26045
26046         * gnus.el: No Gnus v0.2 is released.
26047
26048 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26049
26050         * gnus-agent.el (gnus-agent-read-agentview):
26051         Inline gnus-uncompress-range.
26052
26053 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26054
26055         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26056         `exec-installed-p'.
26057
26058 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26059
26060         * gnus.el (spam-process, spam-autodetect-methods):
26061         Add bsfilter and bsfilter-headers.
26062
26063         * spam.el (spam-bsfilter): New customize group.
26064         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26065         (spam-bsfilter-header, spam-bsfilter-probability-header)
26066         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26067         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26068         (spam-bsfilter-database-directory): New options.
26069         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26070         (spam-list-of-statistical-checks, spam-registration-functions):
26071         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26072         (spam-bsfilter-score): New command.
26073         (spam-check-bsfilter-headers, spam-check-bsfilter)
26074         (spam-bsfilter-register-with-bsfilter)
26075         (spam-bsfilter-register-spam-routine)
26076         (spam-bsfilter-unregister-spam-routine)
26077         (spam-bsfilter-register-ham-routine)
26078         (spam-bsfilter-unregister-ham-routine): New functions.
26079         (spam-generic-score): Support bsfilter; Accept an optional argument
26080         to recalcurate spam score even if scoring header has already been
26081         added.
26082         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26083         optional argument to recalcurate spam score even if scoring header
26084         has already been added.
26085
26086 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26087
26088         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26089         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26090         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26091         link is missing.
26092
26093 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26094
26095         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26096         (html2text-get-attr): Rewrite.
26097
26098         * message.el (message-setup-1): Remove redundant put-text-property
26099         on mail-header-separator.
26100
26101 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26102
26103         * gnus-registry.el (gnus-registry-cache-whitespace)
26104         (gnus-registry-action, gnus-registry-spool-action)
26105         (gnus-registry-split-fancy-with-parent): Change message levels
26106         from 5 to 3 or 7, as needed.
26107
26108         * spam.el (spam-summary-prepare-exit)
26109         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26110         (spam-split, spam-find-spam, spam-log-undo-registration)
26111         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26112         level from 5 to 6.
26113
26114 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26115
26116         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26117         2004-03-04 change).
26118
26119 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26120
26121         * sieve-manage.el (sieve-manage-open):
26122         * nnweb.el (nnweb-insert-html):
26123         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26124         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26125         * nnspool.el (nnspool-request-group):
26126         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26127         * nnml.el (nnml-request-update-info):
26128         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26129         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26130         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26131         (nnimap-request-set-mark):
26132         * nnfolder.el (nnfolder-request-update-info):
26133         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26134         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26135         * gnus-uu.el (gnus-uu-find-articles-matching):
26136         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26137         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26138         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26139         * gnus-nocem.el (gnus-nocem-scan-groups):
26140         * gnus-int.el (gnus-start-news-server):
26141         * gnus-group.el (gnus-group-make-kiboze-group)
26142         (gnus-group-browse-foreign-server):
26143         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26144         Use mapc when appropriate.
26145
26146 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26147             Adam Sjøgren  <asjo@koldfront.dk>
26148             Wes Hardaker  <wes@hardakers.net>
26149             Michael Shields  <shields@msrl.com>
26150
26151         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26152         may need for spam sorting and scoring.
26153         (spam-user-format-function-S): Add user format function suitable for
26154         general use.
26155         (spam-article-sort-by-spam-status): Add sorting function for summary
26156         sorting.
26157         (spam-extra-header-to-number): Add function to get a score from a
26158         header.
26159         (spam-summary-score): Add function to get a numeric score from the
26160         headers.
26161         (spam-generic-score): Fix function doc, was in wrong place.
26162         (spam-initialize): Take symbols when it's run, and install the
26163         extra headers that spam-necessary-extra-headers thinks we need.
26164
26165 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26166
26167         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26168         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26169
26170 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26171
26172         * gnus-sum.el (gnus-set-global-variables)
26173         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26174         (gnus-article-get-xrefs, gnus-summary-best-group)
26175         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26176         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26177         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26178         Use with-current-buffer.
26179
26180 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26181
26182         * spam.el (spam-summary-prepare-exit): Simplify logic.
26183         (spam-fetch-article-header): Read the article header if it's not
26184         available.
26185         (spam-list-articles): Simplify logic.
26186         (spam-filelist-register-routine): Fix bug with unregister-list.
26187
26188         * gnus-registry.el: Fix comments at beginning.
26189
26190 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26191
26192         * message.el (message-cater-to-broken-inn): Remove.
26193         (message-shorten-references): Make sure the total folded length of
26194         References is shorter than 998 characters to cater to a bug in INN
26195         2.3.  Also, don't pretend that references aren't folded -- this
26196         hasn't worked for a while.
26197
26198 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26199
26200         * gnus-agent.el (gnus-agentize):
26201         gnus-agent-send-mail-real-function no longer set to current value
26202         of message-send-mail-function but rather a lambda that calls
26203         message-send-mail-function.  The change makes the agent real-time
26204         responsive to user changes to message-send-mail-function.
26205
26206 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26207
26208         * legacy-gnus-agent.el
26209         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26210         help from Florian Weimer <fw@deneb.enyo.de>
26211
26212 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26213
26214         * nnmail.el (nnmail-cache-insert): Revert last change.
26215
26216 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26217
26218         * nnmail.el (nnmail-cache-insert): Always check whether
26219         nnmail-cache-ignore-groups matches a group name.
26220
26221 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26222
26223         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26224         (spam-find-spam, spam-log-processing-to-registry)
26225         (spam-log-registered-p, spam-log-unregistration-needed-p)
26226         (spam-log-undo-registration): Use gnus-message instead of
26227         gnus-error, none of these errors are fatal.
26228
26229         * gnus-registry.el (gnus-registry-clean-empty-function)
26230         (gnus-registry-clean-empty): Remove only empty entries without
26231         extra data.
26232
26233 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26234
26235         * spam-stat.el (spam-stat-buffer-change-to-spam)
26236         (spam-stat-buffer-change-to-non-spam): Change (error) to
26237         (gnus-message 8) invocation.
26238
26239 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26240
26241         * nntp.el (nntp-via-netcat-command): New variable.
26242         (nntp-via-netcat-switches): New variable.
26243         (nntp-open-via-rlogin-and-netcat): New function.
26244         (nntp-open-connection-function): Doc fix.
26245         (nntp-telnet-command): Doc fix.
26246         (nntp-end-of-line): Doc fix.
26247         (nntp-via-rlogin-command): Doc fix.
26248         (nntp-via-user-name): Doc fix.
26249         (nntp-via-address): Doc fix.
26250
26251 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26252
26253         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26254         error in Emacs 21.1.
26255
26256 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26257
26258         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26259
26260 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26261
26262         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26263         (gnus-agent-with-refreshed-group): New macro.
26264         (gnus-agent-rename-group): New function.
26265         (gnus-agent-delete-group): New function.
26266         (gnus-agent-save-group-info): Use gnus-command-method when
26267         `method' parameter is nil.  Don't write nil entries into the
26268         active file.
26269         (gnus-agent-get-group-info): New function.
26270         (gnus-agent-fetch-articles):
26271         Use gnus-agent-update-files-total-fetched-for to increment disk space
26272         used.
26273         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26274         Use gnus-agent-update-view-total-fetched-for to increment disk space
26275         used.
26276         (gnus-agent-get-local): Add optional parameters to avoid calling
26277         gnus-group-real-name and gnus-find-method-for-group.
26278         (gnus-agent-set-local): Delete stored entry if either min, or max,
26279         are nil.
26280         (gnus-agent-fetch-session): Reworded error/quit messages.
26281         On quit, use gnus-agent-regenerate-group to record existance of any
26282         articles fetched to disk before the quit occurred.
26283         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26284         gnus-agent-update-view-total-fetched-for, and
26285         gnus-agent-update-files-total-fetched-for to decrement disk space
26286         used.
26287         (gnus-agent-retrieve-headers):
26288         Use gnus-agent-update-view-total-fetched-for to increment disk space
26289         used.
26290         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26291         with gnus-agent-update-files-total-fetched-for to decrement disk
26292         space and fresh group buffer.
26293         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26294         (gnus-agent-need-update-total-fetched-for): New variable.
26295         (gnus-agent-update-files-total-fetched-for): New function.
26296         (gnus-agent-update-view-total-fetched-for): New function.
26297         (gnus-agent-total-fetched-for): New function.
26298
26299         * gnus-cache.el (gnus-cache-save-buffers):
26300         Use gnus-cache-update-overview-total-fetched-for to change disk space
26301         used by this group.
26302         (gnus-cache-possibly-enter-article):
26303         Use gnus-cache-update-file-total-fetched-for to increment disk space
26304         used by this group.
26305         (gnus-cache-possibly-remove-article):
26306         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26307         used by this group.
26308         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26309         (gnus-cache-rename-group): New function.
26310         (gnus-cache-delete-group): New function.
26311         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26312         (gnus-cache-need-update-total-fetched-for): New variable.
26313         (gnus-cache-with-refreshed-group): New macro.
26314         (gnus-cache-update-file-total-fetched-for): New function.
26315         (gnus-cache-update-overview-total-fetched-for): New function.
26316         (gnus-cache-rename-group-total-fetched-for): New function.
26317         (gnus-cache-delete-group-total-fetched-for): New function.
26318         (gnus-cache-total-fetched-for): New function.
26319
26320         * gnus-group.el: Require gnus-sum and autoload functions to
26321         resolve warnings when gnus-group.el compiled alone.
26322         (gnus-group-line-format): Document new %F.
26323         (size of Fetched data) group line format; identifies disk space
26324         used by agent and cache.
26325         (gnus-group-line-format-alist): Define new F format.
26326         (gnus-total-fetched-for): New function.
26327         (gnus-group-delete-group): No longer update
26328         gnus-cache-active-altered as gnus-request-delete-group now keeps
26329         the cache in sync.
26330         (gnus-group-list-active): Let the agent store a server's active
26331         list if currently plugged.
26332
26333         * gnus-int.el (gnus-request-delete-group):
26334         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26335         local disk in sync with the server.
26336         (gnus-request-rename-group):
26337         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26338         local disk in sync with the server.
26339
26340         * gnus-start.el (gnus-get-unread-articles):
26341         Cosmetic simplification to logic.
26342
26343         * gnus-util.el (gnus-rename-file): New function.
26344
26345 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26346
26347         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26348
26349 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26350
26351         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26352         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26353
26354 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26355
26356         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26357         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26358
26359 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26360
26361         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26362
26363 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26364
26365         * spam.el (spam-set-difference): Add function to replace
26366         gnus-set-difference in spam.el.
26367         (spam-summary-prepare-exit): Use spam-set-difference.
26368
26369 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26370
26371         * gnus-registry.el (gnus-registry-cache-file): Update to use
26372         gnus-dribble-directory OR gnus-home-directory OR ~.
26373         (gnus-registry-split-fancy-with-parent): Fix doc.
26374
26375 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26376
26377         * message.el (message-exchange-point-and-mark):
26378         Use message-mark-active-p.  Suggested by Jesper Harder
26379         <harder@ifa.au.dk>.
26380
26381 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26382
26383         * message.el (message-exchange-point-and-mark): Don't activate
26384         region if it was inactive.  Suggested by Hiroshi Fujishima
26385         <pooh@nature.tsukuba.ac.jp>.
26386
26387 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26388
26389         * gnus-art.el (article-display-face): Display Faces in the same
26390         order as X-Faces.
26391
26392 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26393
26394         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26395
26396 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26397
26398         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26399         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26400         (gnus-article-mime-hierarchy): Remove.
26401         (gnus-article-mime-hierarchy-next): Remove.
26402         (gnus-article-mode): Revert 2004-03-19 change.
26403         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26404         (gnus-insert-mime-button): Revert 2004-03-19 change.
26405         (gnus-mime-accumulate-hierarchy): Remove.
26406         (gnus-mime-enter-multipart): Remove.
26407         (gnus-mime-leave-multipart): Remove.
26408         (gnus-mime-display-part): Revert 2004-03-19 change.
26409         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26410
26411         * mml.el (mml-preview): Revert 2004-03-19 change.
26412
26413 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26414
26415         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26416
26417 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26418
26419         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26420         t while entering a file name using the mm-with-multibyte macro.
26421         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26422
26423         * mm-util.el (mm-with-multibyte): New macro.
26424
26425 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26426
26427         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26428         New user option.
26429         (gnus-mime-multipart-functions): Doc and customization fix.
26430         (gnus-article-mime-hierarchy): New variable.
26431         (gnus-article-mime-hierarchy-next): New variable.
26432         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26433         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26434         gnus-article-mime-hierarchy-next to nil.
26435         (gnus-insert-mime-button): Show hierarchy numbers.
26436         (gnus-mime-accumulate-hierarchy): New function.
26437         (gnus-mime-enter-multipart): New function.
26438         (gnus-mime-leave-multipart): New function.
26439         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26440         (gnus-mime-display-alternative): Show hierarchy numbers.
26441
26442         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26443         gnus-article-mime-hierarchy-next to nil.
26444
26445 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26446
26447         * dns.el: Don't require gnus-xmas.
26448
26449 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26450
26451         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26452         inline PGP.
26453         (mml-menu): Disable mml-quote-region if mark is inactive.
26454
26455 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26456
26457         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26458         when the group's active is not available.
26459
26460 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26461
26462         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26463         error.
26464
26465 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26466
26467         * imap.el (imap-store-password): New variable.
26468         (imap-interactive-login): Use it.
26469         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26470
26471 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26472
26473         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26474         window-start and hscroll to summary window.
26475
26476 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26477
26478         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26479         conversion message to newsrc-dribble when an actual conversion is
26480         performed.
26481
26482 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26483
26484         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26485
26486 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26487
26488         * mm-decode.el (mm-complicated-handles): New function reviving
26489         former definition of mm-multiple-handles.
26490
26491         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26492         (gnus-mime-delete-part): Use it.
26493
26494 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26495
26496         * gnus-agent.el (gnus-agent-read-local):
26497         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26498         avoid the implicit assumption that they will always be equal.
26499         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26500         coding-system-for-write, as the with-temp-file macro first prints
26501         to a buffer then saves the buffer.
26502
26503 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26504
26505         * gnus-art.el (gnus-article-edit-part): New function.
26506         (gnus-mime-save-part-and-strip): Use it; do query instead of
26507         signaling an error; don't use mm-multiple-handles.
26508         (gnus-mime-delete-part): Ditto.
26509
26510 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26511
26512         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26513         old file versions.
26514         (gnus-group-prepare-hook): Remove function that converted list
26515         form of gnus-agent-expire-days to group properties.
26516
26517         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26518         (gnus-request-accept-article): Re-indented.
26519
26520         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26521         converters to handle old agent file formats.  Add logic for a
26522         "backup before upgrading warning".
26523         (gnus-convert-mark-converter-prompt): Developers can mark
26524         functions as needing (default), or not needing,
26525         gnus-convert-old-newsrc's "backup before upgrading warning".
26526         (gnus-convert-converter-needs-prompt): Tests whether the user
26527         should be protected from potentially irreversable changes by the
26528         function.
26529
26530         * legacy-gnus-agent.el: New.  Provides converters that are only
26531         loaded when gnus-convert-old-newsrc needs to call them.
26532
26533 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26534
26535         * mail-source.el (mail-source-touch-pop): Doc fix.
26536
26537         * message.el (message-smtpmail-send-it): Doc fix.
26538
26539 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26540
26541         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26542
26543         * nnmail.el (nnmail-split-fancy): do.
26544
26545         * gnus-kill.el (gnus-kill, gnus-execute): do.
26546
26547 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26548
26549         * gnus-sum.el (gnus-widget-reversible-match)
26550         (gnus-widget-reversible-to-internal)
26551         (gnus-widget-reversible-to-external): New functions.
26552         (gnus-widget-reversible): New widget.
26553         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26554
26555 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26556
26557         * gnus-sum.el (gnus-thread-sort-functions)
26558         (gnus-article-sort-functions): Document `(not F)' items.
26559
26560 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26561
26562         * spam.el (spam-use-gmane-xref): Add new backend.
26563         (spam-gmane-xref-spam-group): Add variable to control the name of the
26564         Gmane spam group.
26565         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26566         (spam-regex-headers-spam, spam-regex-headers-ham)
26567         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26568         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26569         backends and checks.
26570         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26571
26572         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26573         an autodetect method.
26574
26575 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26576
26577         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26578         articles are being added to a group.
26579         (gnus-request-replace-article): Inform the agent that articles
26580         need to be uncached as the cached contents are no longer valid.
26581
26582 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26583
26584         * binhex.el: Don't autoload executable-find.
26585
26586         * canlock.el: Don't autoload mail-fetch-field.
26587
26588         * dgnushack.el: Autoload c-mode for XEmacs.
26589
26590         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26591
26592         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26593         rmail-dont-reply-to and rmail-output.
26594
26595         * gnus-score.el: Don't autoload ffap-string-at-point.
26596
26597         * gnus-setup.el: Don't autoload sc-cite-original.
26598
26599         * imap.el: Don't autoload base64-decode-string,
26600         base64-encode-string and md5.
26601
26602         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26603         and rmail-msg-restore-non-pruned-header.
26604
26605         * mm-decode.el: Don't autoload executable-find.
26606
26607         * mm-url.el: Don't autoload executable-find.
26608
26609         * mm-view.el: Don't autoload diff-mode.
26610
26611         * nndb.el: Don't autoload news-reply-mode, news-setup,
26612         cancel-timer and telnet.
26613
26614         * password.el: Don't autoload run-at-time for Emacs.
26615
26616         * sha1-el.el: Don't autoload executable-find.
26617
26618         * sieve-mode.el: Don't autoload c-mode.
26619
26620         * uudecode.el: Don't autoload executable-find.
26621
26622 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26623
26624         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26625         (gnus-agent-possibly-alter-active): Avoid null in numeric
26626         comparison.
26627         (gnus-agent-set-local): Refuse to save null in local object table.
26628         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26629         list of articles that will be marked as unread.
26630
26631 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26632
26633         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26634
26635 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26636
26637         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26638         language tags.
26639
26640 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26641
26642         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26643         Don't bind "obarray".
26644
26645         * gnus-sum.el (gnus-thread-sort-functions):
26646         Add `gnus-thread-sort-by-most-recent-number' and
26647         `gnus-thread-sort-by-most-recent-date'.
26648         Reported by Kai Grossjohann <kai@emptydomain.de>.
26649
26650 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26651
26652         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26653
26654 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26655
26656         * gnus-cus.el (gnus-agent-customize-category):
26657         Remove ignore-errors macro reference that required cl to be loaded at
26658         run-time.
26659
26660         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26661         single-interval range of the form (min . max).  Previously the
26662         range had to look like ((min . max)).  Likewise, return
26663         (min . max) rather than ((min . max)).
26664         (gnus-range-map): Use gnus-range-normalize to accept
26665         single-interval range.
26666
26667         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26668         the cache, but not the agent, now appear with their usual face.
26669
26670         * dgnushack.el (loaddir): New variable that is bound to the
26671         directory containing the dgnushack.el file.  Use loaddir, rather
26672         than srcdir, to update load-path.  Change lets dgnushack compile
26673         code in directories other than GNUS/lisp.
26674
26675 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26676
26677         * lpath.el: Don't bind w3m-safe-url-regexp.
26678
26679         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26680         w3m-safe-url-regexp variable buffer-local.
26681
26682         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26683
26684 2004-02-27  Simon Josefsson  <jas@extundo.com>
26685
26686         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26687         gnus-group-real-prefix.
26688         (gnus-summary-move-article): Use it, instead of
26689         gnus-group-real-prefix.
26690
26691 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26692
26693         * lpath.el: Bind w3m-safe-url-regexp.
26694
26695         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26696         w3m-safe-url-regexp variable buffer-local and set it as the value
26697         of mm-w3m-safe-url-regexp.
26698
26699         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26700
26701         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26702         parsing gnus-posting-styles when the message is not for replying.
26703
26704         * dgnushack.el: Autoload sgml-mode for XEmacs.
26705
26706         * nnrss.el (nnrss-opml-export):
26707         Use mm-set-buffer-file-coding-system instead of
26708         set-buffer-file-coding-system.
26709
26710 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26711
26712         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26713         of checkdoc.el).
26714         * nnrss.el: do.
26715         * gnus-mlspl.el: do.
26716         * gnus-ml.el: do.
26717         * gnus-srvr.el: do.
26718
26719         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26720
26721 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26722
26723         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26724         Corrections to custom-manual links.
26725
26726         * gnus-art.el (gnus-article): Ditto.
26727
26728         * mm-decode.el (mime-display, mime-security): Ditto.
26729
26730 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26731
26732         * flow-fill.el: Typo.
26733
26734 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26735
26736         * spam-wash.el: New file.
26737
26738 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26739
26740         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26741
26742 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26743
26744         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26745         to be run with new-articles as LIST1, not LIST2.
26746         (spam-registration-functions): Add spam-use-ham-copy as a nil
26747         registration backend.
26748
26749 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26750
26751         * spam-stat.el (spam-stat-washing-hook): New option.
26752         (spam-stat-buffer-words): Use it.
26753         (spam-stat-process-directory, spam-stat-test-directory):
26754         Use insert-file-contents-literally.
26755         (spam-stat-coding-system): New variable.
26756         (spam-stat-load, spam-stat-save): Use it.
26757
26758 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26759
26760         * spam-report.el (spam-report-plug-agent):
26761         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26762
26763 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26764
26765         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26766         Allow / in mailto URLs.
26767
26768 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26769
26770         * spam-report.el (spam-report-process-queue): Fix interactive use.
26771         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26772         (spam-report-unplug-agent): Doc fixes.
26773         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26774         (spam-report-agentize, spam-report-deagentize): Autoload.
26775
26776 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26777
26778         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26779
26780         * message.el (message-setup-fill-variables): Add mml tags to
26781         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26782         <ajk@iu.edu>.
26783         (message-mode): Don't modify paragraph-separate there.
26784
26785 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26786
26787         * compface.el (uncompface-use-external): Default to undecided.
26788         (uncompface-use-external-threshold): New variable.
26789         (uncompface-float-time): New macro.
26790         (uncompface): Determine whether to use the external decoder if
26791         uncompface-use-external is undecided.
26792
26793 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26794
26795         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26796         after images.
26797
26798         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26799
26800 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26801
26802         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26803
26804         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26805
26806         * gnus-sum.el (gnus-summary-limit-to-age)
26807         (gnus-summary-limit-children): do.
26808
26809         * gnus-int.el (gnus-request-scan): do.
26810
26811         * gnus-group.el (gnus-group-suspend): do.
26812
26813         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26814
26815         * gnus-cite.el (gnus-cite-parse-attributions): do.
26816
26817         * gnus-agent.el (gnus-summary-set-agent-mark)
26818         (gnus-agent-regenerate-group): do.
26819
26820         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26821
26822         * binhex.el (binhex-decode-region-internal): do.
26823
26824 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26825
26826         * gnus-fun.el (gnus-face-properties-alist): New user option.
26827         (gnus-display-x-face-in-from): Use it.
26828
26829         * gnus-art.el (article-display-face): Ditto.
26830
26831         * compface.el (uncompface-use-external): Default to nil.
26832
26833 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26834
26835         * nntp.el (nntp-erase-buffer): New function.
26836         (nntp-retrieve-data, nntp-send-command)
26837         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26838         (nntp-possibly-change-group): Use it.
26839
26840         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26841         Use with-current-buffer.
26842
26843 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26844
26845         * compface.el: Merge the ELisp-based uncompface program.
26846         (compface): New customization group.
26847         (uncompface-use-external): New user option.
26848         (uncompface): Call uncompface-internal if uncompface-use-external
26849         is nil.
26850         (uncompface-internal): New function.  Note that there are also
26851         some other functions and variables added for this function.
26852
26853 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26854
26855         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26856         if necessary.
26857
26858 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26859
26860         * spam-report.el (spam-report-unplug-agent)
26861         (spam-report-plug-agent, spam-report-deagentize)
26862         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26863         Add support for the Agent in spam-report: when unplugged, report to a
26864         file; when plugged, submit all the requests.
26865
26866         * spam.el (spam-register-routine): Fix message about
26867         registration.
26868
26869 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26870
26871         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26872         dependencies.
26873         (rfc2047-encode): Use it.
26874
26875         * gnus-art.el (gnus-button-marker-list): Move before first
26876         reference.
26877
26878         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26879         (imap-parse-body): Fix format string mismatch.
26880
26881         * gnus-score.el (gnus-summary-increase-score): do.
26882
26883         * nnrss.el (nnrss-close): New function.
26884
26885 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26886
26887         * nnrss.el (nnrss-make-filename): New function.
26888         (nnrss-request-delete-group, nnrss-read-server-data)
26889         (nnrss-save-server-data, nnrss-read-group-data)
26890         (nnrss-save-group-data): Use it.
26891         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26892         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26893         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26894
26895 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26896
26897         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26898
26899 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26900
26901         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26902         files.
26903
26904         * message.el (message-generate-headers-first): Don't quote nil
26905         and t in docstrings.
26906
26907         * imap.el (imap-id): do.
26908
26909         * gnus-agent.el (gnus-agent-consider-all-articles)
26910         (gnus-agent-queue-mail): do.
26911
26912 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26913
26914         * spam-report.el (spam-report-process-queue): New function.
26915         Process requests from `spam-report-requests-file'.
26916         (spam-report-process-queue): Doc fix.
26917
26918 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26919
26920         * spam.el (spam-register-routine)
26921         (spam-log-processing-to-registry, spam-log-registered-p)
26922         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26923         Change "check" to "spam-check" for semi-clarity.
26924
26925 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26926
26927         * pop3.el: Require nnheader.
26928
26929         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26930
26931         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26932
26933         * gnus-picon.el: Require cl.
26934
26935         * gnus-fun.el: Require gnus-ems and gnus-util.
26936
26937         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26938
26939         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26940
26941         * gnus-art.el (gnus-article-edit-mode): Define before first
26942         reference.
26943
26944 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26945
26946         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26947         (gnus-uu-post-encoded): Use point-at-bol.
26948
26949         * gnus-topic.el (gnus-group-active-topic-p): do.
26950
26951         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26952
26953         * gnus-group.el (gnus-group-kill-region): do.
26954
26955         * gnus-art.el (article-date-ut): do.
26956
26957         * message.el (message-fetch-field): Remove redundant
26958         case-fold-search binding.
26959         (message-narrow-to-field): Simplify.
26960
26961 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26962
26963         * spam.el (spam-directory): Derive from `gnus-directory'.
26964
26965         * spam-report.el (spam-report-url-to-file)
26966         (spam-report-requests-file): New function and variable for offline
26967         reporting.
26968         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26969         and user defined function.
26970         (spam-report-url-ping-mm-url): Remove doubled slash.
26971
26972 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26973
26974         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26975
26976 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26977
26978         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26979         Fix format string mismatch.
26980
26981         * sieve.el (sieve-deactivate-all): do.
26982
26983         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26984
26985         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26986
26987         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26988
26989         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26990
26991 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26992
26993         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26994         the list of checks.
26995
26996 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26997
26998         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26999         padding.
27000
27001 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27002
27003         * mm-view.el (mm-fill-flowed): New variable.
27004         (mm-inline-text): Use it.
27005
27006 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27007
27008         * spam.el (spam-spamassassin-register-ham-routine)
27009         (spam-spamassassin-register-spam-routine): Fix function names.
27010
27011 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27012
27013         * gnus.el (gnus-tmp-grouplens): Remove.
27014         (gnus-summary-line-format): Remove grouplens.
27015
27016         * gnus-group.el (gnus-group-line-format): Ditto.
27017
27018         * gnus-spec.el (gnus-format-specs): Ditto.
27019         (gnus-update-format-specifications): Flush the group format spec
27020         cache if there's the grouplens stuff.
27021         (gnus-parse-simple-format): Replace %l with the empty string.
27022
27023 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27024
27025         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27026         omission.
27027
27028 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27029
27030         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27031         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27032
27033 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27034
27035         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27036         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27037         New macros and functions.
27038         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27039         Handle > NLINK_MAX messages.
27040         * nnmaildir.el (nnmaildir-request-set-mark):
27041         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27042
27043 2004-01-25  Alex Schroeder  <alex@gnu.org>
27044
27045         * spam-stat.el (spam-stat-process-directory-age): New option.
27046         (spam-stat-process-directory): Use it.
27047
27048 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27049
27050         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27051         (spam-stat-save): Accept prefix argument.
27052
27053 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27054
27055         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27056         links" error.
27057
27058 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27059
27060         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27061         the rest of the and/or forms.
27062
27063 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27064
27065         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27066         compatibility with old .newsrc.eld files.
27067
27068         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27069
27070         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27071
27072         * gnus-start.el (gnus-1): do.
27073
27074         * gnus-group.el (gnus-group-line-format-alist): do.
27075
27076         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27077
27078         * gnus-gl.el: Remove.
27079
27080 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27081
27082         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27083         marks consisting of a single range {for example, (3 . 5)} rather
27084         than a list of a single range { ((3 . 5)) }.
27085
27086 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27087
27088         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27089         Use with-current-buffer.
27090         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27091         avoid consing a string.
27092
27093         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27094         Remove obsolete entries for big5 and gb2312.
27095
27096 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27097
27098         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27099         uncompressed list.
27100
27101 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27102
27103         * spam-stat.el (spam-stat-strip-xref): New function.
27104         (spam-stat-process-directory): Use it.
27105
27106         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27107         here -- it's done in message-fetch-field.
27108
27109 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27110
27111         * gnus-agent.el (gnus-agent-queue-mail)
27112         (gnus-agent-prompt-send-queue): New variables.
27113         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27114         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27115         "nndraft:queue" along to gnus-draft-send.
27116         Use gnus-agent-prompt-send-queue.
27117         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27118         is "nndraft:queue".  Suggested by Gaute Strokkenes
27119         <gs234@srcf.ucam.org>
27120
27121         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27122         (agent-enable-undownloaded-faces): Add.
27123         (gnus-agent-cat-groups): Use eval-and-compile, not
27124         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27125         method of gnus-agent-cat-groups even when the buffer has been
27126         evaled.
27127         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27128         delete gnus-agent-save-active-1.
27129         (gnus-agent-save-groups): Delete.  Identical to
27130         gnus-agent-save-active.
27131         (gnus-agent-write-active): No longer adjust agent's copy of active
27132         file as agent's adjustments are now stored in their own
27133         file.  Remove optional parameter.
27134         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27135         servers.  Add use of min/max range limits from server's local
27136         file.
27137         (gnus-agent-save-alist): Remove unused optional argument.
27138         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27139         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27140         (gnus-agent-set-local): A per-server file that keeps min/max range
27141         limits for articles known to the agent.  Provides a fast mechanism
27142         for altering many active ranges.
27143         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27144         active file (local makes it unnecessary).
27145         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27146
27147         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27148         (agent-enable-undownloaded-faces): Add.
27149
27150         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27151         disable it when sending to "nndraft:queue".
27152         (gnus-group-send-queue): Add safety check to avoid sending queue
27153         when unplugged.
27154
27155         * gnus-group.el (gnus-group-catchup): Use new
27156         gnus-sequence-of-unread-articles, not
27157         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27158         numbers of articles.  Use gnus-range-map to avoid having to
27159         uncompress the unread list.
27160         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27161         Fix invalid ange-ftp reference.
27162
27163         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27164         (gnus-sorted-range-intersection): Intersection of two ranges
27165         without requiring that they first be uncompressed.
27166
27167         * gnus-start.el (gnus-activate-group): Unless blocked by the
27168         caller, possibly expand the active range to include both cached
27169         and agentized articles.
27170         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27171         multiple version-dependent converters.
27172         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27173         gnus-agent-save-active.
27174         (gnus-save-newsrc-file): Save dirty agent range limits.
27175
27176         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27177         gnus-agent-possibly-alter-active.
27178         (gnus-adjust-marked-articles): Faster handling of simple lists.
27179
27180 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27181
27182         * spam-stat.el (spam-stat-test-directory): New optional argument
27183         displays a list of files detected.  Suggested by Andrew Cohen
27184         <cohen@andy.bu.edu>.
27185         (spam-stat-buffer-words-with-scores): Don't narrow and change
27186         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27187
27188 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27189
27190         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27191         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27192         (spam-spamassassin-arguments)
27193         (spam-spamassassin-spam-flag-header)
27194         (spam-spamassassin-positive-spam-flag-header)
27195         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27196         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27197         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27198         (spam-list-of-processors, spam-list-of-checks)
27199         (spam-list-of-statistical-checks, spam-registration-functions)
27200         (spam-check-spamassassin-headers, spam-check-spamassassin)
27201         (spam-spamassassin-score)
27202         (spam-spamassassin-register-with-sa-learn)
27203         (spam-spamassassin-register-spam-routine)
27204         (spam-spamassassin-register-ham-routine)
27205         (spam-assassin-register-spam-routine)
27206         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27207         (spam-bogofilter-score): Fix to show article before scoring.
27208
27209 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27210
27211         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27212         default scoring function.
27213         (spam-generic-score): Call spam-spamassassin-score if
27214         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27215         spam-bogofilter-score otherwise.
27216
27217         * gnus.el (spam-process, spam-autodetect-methods):
27218         Add spamassassin and spamassassin-headers.
27219
27220 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27221
27222         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27223         Suppress unnecessary messages.
27224
27225 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27226
27227         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27228         make-hash-table.
27229
27230 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27231
27232         * canlock.el (base64-encode-string): Don't autoload it.
27233
27234 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27235
27236         * run-at-time.el: Remove useless (require 'itimer),
27237         eval-and-compile and (featurep 'xemacs).
27238
27239 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27240
27241         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27242         GROUP is a virtual group.
27243
27244 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27245
27246         * gnus.el: Autoload `message-y-or-n-p'.
27247
27248 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27249
27250         * pgg-parse.el: Remove unnecessary (require 'custom).
27251
27252         * pgg-def.el: do.
27253
27254         * nnmail.el: do.
27255
27256         * gnus-undo.el: do.
27257
27258         * gnus-picon.el: do.
27259
27260         * gnus-util.el: do.
27261
27262 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27263
27264         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27265
27266 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27267
27268         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27269         handle, as well as a list.
27270
27271         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27272         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27273         (mm-w3m-cid-retrieve): Simplify.
27274
27275 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27276
27277         * message.el (message-kill-to-signature): Allow prefix arg to
27278         specify number of lines to keep before signature.
27279
27280 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27281
27282         * message.el (message-kill-to-signature): Change docstring.
27283
27284 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27285
27286         * canlock.el: Always require sha1-el.
27287         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27288
27289         * message.el: Autoload sha1 only when compiling.
27290
27291         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27292         eudc-expand-inline for XEmacs.
27293
27294 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27295
27296         * message.el (message-canlock-generate): Require sha1-el.
27297
27298 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27299
27300         * message.el (message-expand-name): Silence the byte compiler.
27301
27302         * lpath.el: Add detect-coding-system.
27303
27304         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27305         cus-edit.
27306
27307 2004-01-13  Simon Josefsson  <jas@extundo.com>
27308
27309         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27310         Invoke gnus-score-mode.
27311         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27312
27313         * gnus-range.el (gnus-compress-sequence): Doc fix.
27314         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27315
27316 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27317
27318         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27319
27320 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27321
27322         * spam.el (spam-get-article-as-string): Update to use
27323         gnus-request-article-this-buffer, much simpler.
27324         (spam-get-article-as-buffer): Remove.
27325
27326 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27327
27328         * message.el (message-expand-name): Use EUDC if the user uses that.
27329
27330 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27331
27332         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27333         character for the encoding to avoid consing a string.
27334
27335         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27336         unnecessarily.
27337
27338         * mm-util.el (mm-replace-chars-in-string): Remove.
27339
27340         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27341         of mm-replace-chars-in-string.
27342
27343 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27344
27345         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27346
27347         * mm-util.el (mm-subst-char-in-string): Support inplace.
27348
27349         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27350         a new string in every iteration.  Use shy groups.
27351
27352 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27353
27354         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27355         * gnus-soup.el (gnus-soup-group-brew):
27356         * gnus-msg.el (gnus-put-message):
27357         * gnus-move.el (gnus-group-move-group-to-server):
27358         * gnus-kill.el (gnus-batch-score):
27359         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27360         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27361         (gnus-group-update-group, gnus-group-read-group)
27362         (gnus-group-make-group, gnus-group-make-help-group)
27363         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27364         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27365         (gnus-group-sort-by-unread, gnus-group-catchup)
27366         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27367         (gnus-group-yank-group, gnus-group-set-info)
27368         (gnus-group-list-groups):
27369         * gnus.el (gnus-generate-new-group-name):
27370         * gnus-delay.el (gnus-delay-send-queue):
27371         * nnvirtual.el (nnvirtual-catchup-group):
27372         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27373         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27374         (gnus-group-prepare-topics, gnus-topic-check-topology):
27375         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27376         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27377         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27378         (gnus-group-make-articles-read):
27379         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27380         (gnus-group-change-level, gnus-kill-newsgroup)
27381         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27382         (gnus-get-unread-articles, gnus-make-articles-unread)
27383         (gnus-make-ascending-articles-unread): Use accessor
27384         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27385         to get group information for improved readability.
27386
27387
27388 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27389
27390         * gnus-art.el (article-decode-mime-words, article-babel)
27391         (gnus-article-highlight-signature, gnus-article-add-buttons)
27392         (gnus-signature-toggle): Use gnus-with-article-buffer.
27393
27394         * gnus-art.el (gnus-article-highlight-headers)
27395         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27396
27397         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27398         (gnus-article-set-globals, gnus-request-article-this-buffer)
27399         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27400         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27401         (gnus-mime-display-alternative): Use with-current-buffer.
27402
27403 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27404
27405         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27406         also under 80 char limit, and call gnus-error if needed.
27407         (spam-fetch-article-header): Fix - it was a
27408         buffer-local variable (gnus-newsgroup-data).
27409         (spam-find-spam): Use spam-generate-fake-headers, forget about
27410         spam-insert-fake-headers.
27411         (spam-insert-fake-headers): Remove.
27412
27413 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27414
27415         * deuglify.el (gnus-article-outlook-unwrap-lines)
27416         (gnus-outlook-rearrange-article)
27417         (gnus-outlook-repair-attribution-outlook)
27418         (gnus-outlook-repair-attribution-block)
27419         (gnus-outlook-repair-attribution-other): Remove redundant
27420         save-excursion.
27421
27422 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27423
27424         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27425         (spam-fetch-field-subject-fast)
27426         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27427         (spam-fetch-article-header): Add functions to deal with Gnus
27428         internals for fast retrieval of article header data.
27429         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27430
27431 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27432
27433         * pop3.el (pop3-md5): Remove.
27434         (pop3-apop): Replace pop3-md5 with md5.
27435
27436         * mm-bodies.el: base64 is always built-in.
27437
27438         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27439         Use with-current-buffer.
27440
27441 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27442
27443         * canlock.el (canlock-insert-header): Remove excessive grouping in
27444         regexp.
27445
27446         * gnus-sum.el (gnus-summary-read-document): Ditto.
27447
27448         * gnus-uu.el (gnus-uu-part-number): Ditto.
27449
27450         * html2text.el (html2text-remove-tags): Ditto.
27451         (html2text-format-tags): Ditto.
27452         (html2text-format-single-elements): Ditto.
27453
27454         * mml.el (mml-parse-1): Ditto.
27455
27456 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27457
27458         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27459
27460         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27461
27462         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27463
27464         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27465
27466 2003-11-15  Simon Josefsson  <jas@extundo.com>
27467
27468         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27469         (pgg-gpg-lookup-key): Use regexp match instead of
27470         split-string (split-string is different between emacs 21.2 and
27471         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27472
27473 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27474
27475         * gnus-art.el (gnus-mime-view-all-parts)
27476         (gnus-article-part-wrapper, gnus-article-view-part):
27477         Use with-current-buffer.
27478
27479 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27480
27481         * spam.el (spam-disable-spam-split-during-ham-respool)
27482         (spam-spamoracle-database, spam-cache-lookups)
27483         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27484         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27485         (spam-group-ham-marks, spam-group-spam-marks)
27486         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27487         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27488         also add spam-use-blackholes to the statistical checks.
27489         (spam-fetch-field-fast): Add interface to fetching fields, may
27490         become a macro.
27491         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27492         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27493         (spam-insert-fake-headers): Fake an article when needed.
27494         (spam-find-spam): Fake article when possible.
27495         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27496         (spam-check-bogofilter-headers): Use message-fetch-field instead
27497         of nnmail-fetch-field.
27498
27499 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27500
27501         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27502
27503 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27504
27505         * spam.el (spam-split): Do not require spam-use-CHECK to be
27506         enabled if that check is passed to spam-split explicitly; also
27507         fix so 'spam doesn't get converted to spam-split-group when
27508         spam-split-symbolic-return is t.
27509         (spam-find-spam): Find registrations of the article and use those
27510         instead of re-running spam-split to find the spam/ham
27511         classification of the article.
27512         (spam-log-processing-to-registry, spam-log-registered-p)
27513         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27514         Use gnus-error instead of gnus-message.
27515         (spam-log-registration-type): Add function to determine the
27516         classification of a message based on registry entries; will
27517         return nil if both 'spam and 'ham are found.
27518         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27519         a reasonably fast local cache without the loading errors.
27520         (spam-cache-lookups): Set to t by default.
27521         (spam-find-spam): Don't try to guess spam-cache-lookups.
27522         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27523         spam-caches entry.
27524         (spam-filelist-build-cache, spam-filelist-check-cache):
27525         Fix caching of whitelist/blacklist entries.
27526         (spam-check-whitelist, spam-check-blacklist):
27527         Invoke spam-from-listed-p with a type, not a cache variable.
27528         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27529
27530 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27531
27532         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27533
27534         * nnmail.el (nnmail-split-fancy): do.
27535
27536         * mml.el (mml-parse): do.
27537
27538         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27539         (gnus-score-adaptive): do.
27540
27541 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27542
27543         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27544         (gnus-mime-button-map): Don't set keymap parent.
27545         (gnus-button-ctan-directory-regexp): Use shy grouping.
27546         (gnus-prev-page-map): Don't set keymap parent.
27547         (gnus-prev-page-map): Remove duplicated one.
27548         (gnus-next-page-map): Don't set keymap parent.
27549         (gnus-mime-security-button-map): Ditto.
27550
27551         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27552         version number.
27553
27554         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27555
27556 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27557
27558         * canlock.el (canlock-sha1-function): Remove.
27559         (canlock-sha1-function-for-verify): Remove.
27560         (canlock-openssl-program): Remove.
27561         (canlock-openssl-args): Remove.
27562         (canlock-ignore-errors): Remove.
27563         (canlock-sha1-with-openssl): Remove.
27564         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27565         (canlock-verify): Don't use canlock-ignore-errors.
27566
27567         * sha1-el.el (sha1-string-external): Make it can return a string
27568         in binary form.
27569         (sha1-region-external): Ditto.
27570         (sha1-string-internal): Ditto.
27571         (sha1-region-internal): Ditto.
27572         (sha1-region): Ditto.
27573         (sha1-string): Ditto.
27574         (sha1): Ditto.
27575
27576 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27577
27578         * spam.el (spam-report-articles-gmane): New command.
27579
27580 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27581
27582         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27583
27584         * run-at-time.el (run-at-time-saved): Remove.
27585         (run-at-time): Doc fix.
27586
27587 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27588
27589         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27590         (gnus-summary-limit-map): Add it.
27591         (gnus-summary-make-menu-bar): do.
27592
27593 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27594
27595         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27596         Make attempt at some caching support (done for BBDB only now).
27597         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27598         addresses to be checked.
27599         (spam-clear-cache-BBDB): Add function, to be invoked by
27600         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27601         (spam-check-BBDB): Check and use the caches, if
27602         spam-cache-lookups is on, remove superfluous (provide).
27603
27604 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27605
27606         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27607
27608 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27609
27610         * run-at-time.el (run-at-time-saved): Move to after the definition
27611         of `run-at-time'.
27612
27613         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27614
27615 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27616
27617         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27618         mm-w3m-local-map-property.
27619
27620         * mm-view.el (mm-w3m-mode-map): Remove.
27621         (mm-w3m-local-map-property): Remove.
27622         (mm-inline-text-html-render-with-w3m): Don't use
27623         mm-w3m-local-map-property.
27624
27625 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27626
27627         * run-at-time.el: New file.
27628
27629         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27630         under Emacs.
27631
27632         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27633         of gnus-set-text-properties.
27634
27635         * gnus-uu.el (gnus-uu-save-article): Ditto.
27636
27637         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27638
27639         * gnus-cite.el (gnus-cite-parse): Ditto.
27640
27641         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27642         of gnus-.
27643
27644         * gnus-xmas.el (run-at-time): Require run-at-time.
27645
27646         * gnus.el: Change calls to nnheader-run-at-time and
27647         password-run-at-time throughout to use run-at-time directly.
27648
27649         * password.el: Remove definition of run-at-time.
27650
27651         * nnheaderxm.el: Remove definition of run-at-time.
27652
27653 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27654
27655         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27656         in prompt.
27657
27658 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27659
27660         * messagexmas.el (message-xmas-redefine): Alias
27661         `message-make-caesar-translation-table' to
27662         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27663         version.
27664
27665         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27666         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27667         `gnus-xmas-set-text-properties'.
27668         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27669         `gnus-xmas-completing-read'.
27670         (gnus-xmas-completing-read): Removed.
27671         (gnus-xmas-open-network-stream): Removed.
27672
27673         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27674         XEmacs version.
27675
27676         * dns.el (dns-make-network-process): Use `open-network-stream'
27677         instead of `gnus-xmas-open-network-stream'.
27678
27679         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27680
27681         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27682
27683 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27684
27685         * gnus-art.el (gnus-mime-display-alternative)
27686         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27687         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27688         Don't use gnus-local-map-property.
27689
27690         * gnus-util.el (gnus-local-map-property): Remove.
27691
27692         * mm-view.el (mm-view-pkcs7-decrypt):
27693         Replace gnus-completing-read-maybe-default with completing-read.
27694
27695         * gnus-util.el (gnus-completing-read): do.
27696         (gnus-completing-read-maybe-default): Remove.
27697
27698 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27699
27700         * password.el: Only autoload `run-at-time' if not XEmacs.
27701         Only autoload the itimer functions if XEmacs.
27702
27703 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27704
27705         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27706         XEmacsen.
27707
27708         * dgnushack.el: Autoload executable-find for XEmacs.
27709
27710 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27711
27712         * gnus-art.el (gnus-read-string): Remove.
27713         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27714         read-string.
27715
27716 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27717
27718         * netrc.el: Autoload password-read.
27719         (netrc): Add configuration group.
27720         (netrc-encoding-method, netrc-openssl-path):
27721         Add variables for encoding and decoding of files with symmetric
27722         ciphers.
27723         (netrc-encode): Add assistant function to encode a file with
27724         netrc-encoding-method.
27725         (netrc-parse): Add interactive parameter, added optional
27726         decoding if netrc-encoding-method is non-nil but otherwise
27727         behavior is standard.
27728         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27729         Do s/encode/encrypt/ everywhere.
27730
27731         * spam.el: Remove executable-find autoload.
27732
27733 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27734
27735         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27736
27737         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27738
27739 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27740
27741         * gnus-art.el (gnus-treat-ansi-sequences)
27742         (article-treat-ansi-sequences): New variable and function.
27743         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27744
27745         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27746         Use it.
27747
27748 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27749
27750         * mm-util.el (mm-quote-arg): Remove.
27751
27752         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27753         shell-quote-argument.
27754
27755         * gnus-uu.el (gnus-uu-command): do.
27756
27757         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27758
27759         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27760         with make-char.
27761
27762         * mm-util.el (mm-make-char): Remove.
27763
27764         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27765         add-minor-mode.
27766
27767         * gnus-undo.el (gnus-undo-mode): do.
27768
27769         * gnus-topic.el (gnus-topic-mode): do.
27770
27771         * gnus-sum.el (gnus-dead-summary-mode): do.
27772
27773         * gnus-start.el (gnus-slave-mode): do.
27774
27775         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27776
27777         * gnus-ml.el (gnus-mailing-list-mode): do.
27778
27779         * gnus-gl.el (gnus-grouplens-mode): do.
27780
27781         * gnus-draft.el (gnus-draft-mode): do.
27782
27783         * gnus-dired.el (gnus-dired-mode): do.
27784
27785         * gnus-ems.el (gnus-add-minor-mode): Remove.
27786
27787         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27788         Replace gnus-char-width with char-width.
27789
27790         * gnus-ems.el (gnus-char-width): Remove.
27791
27792         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27793         Replace gnus-char-width with char-width.
27794
27795         * gnus-ems.el (gnus-char-width): Remove.
27796
27797         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27798         definition.
27799         Remove Emacs 20 hash table compatibility code.
27800
27801         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27802         20 compatibility code.
27803
27804         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27805
27806         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27807
27808         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27809         Replace with point-at-{eol,bol}.
27810
27811         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27812
27813         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27814
27815         * flow-fill.el (fill-flowed-point-at-bol)
27816         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27817
27818         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27819         Replace with point-at-{eol,bol} throughout all files.
27820
27821 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27822
27823         * ntlm.el (ntlm-string-as-unibyte): New macro.
27824         (ntlm-build-auth-response): Use it.
27825
27826         Remove Emacs 20 stuff:
27827         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27828         (butlast, mapc, remove): Remove the compiler macros.
27829         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27830         of delq and copy-sequence.
27831         * gnus-art.el (popup-menu): Remove the compiler macro.
27832         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27833         Emacs 20.
27834
27835 2004-01-05  Simon Josefsson  <jas@extundo.com>
27836
27837         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27838         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27839         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27840         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27841         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27842         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27843         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27844         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27845         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27846         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27847         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27848         string-xor into ntlm-string-xor.
27849         Suggested by Jesper Harder <harder@myrealbox.com>.
27850
27851         * ntlm.el: Don't include poem.
27852
27853         * md4.el (print-int32, print-string-hexa): Remove.
27854         Suggested by Jesper Harder <harder@myrealbox.com>.
27855
27856         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27857
27858         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27859         probably breaks emacs with DL patch, but do we care? Is anyone
27860         still using the DL stuff?)
27861
27862         * sieve-manage.el: Use the password package.
27863         (sieve-manage-read-passwd): Remove.
27864         (sieve-manage-interactive-login): Use password.  Re-add
27865         condition-case around loop.
27866
27867         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27868         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27869         Use the password package.
27870
27871 2003-02-19  Simon Josefsson  <jas@extundo.com>
27872
27873         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27874         token.
27875
27876 2002-08-07  Simon Josefsson  <jas@extundo.com>
27877
27878         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27879         (sieve-manage-authenticators)
27880         (sieve-manage-authenticator-alist): Add some SASL mechs.
27881         (sieve-sasl-auth): New function.
27882         (sieve-manage-cram-md5-auth)
27883         (sieve-manage-plain-auth): Rewrite using SASL library.
27884         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27885         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27886         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27887         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27888
27889 2004-01-05  Simon Josefsson  <jas@extundo.com>
27890
27891         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27892         New files.
27893
27894 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27895
27896         * gnus-group.el (gnus-no-groups-message): Update.
27897
27898         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27899
27900 2003-11-09  Simon Josefsson  <jas@extundo.com>
27901
27902         * imap.el: Support for ID IMAP extension (RFC 2971).
27903         (imap-local-variables): Add imap-id.
27904         (imap-id): New variable.
27905         (imap-id): New function.
27906         (imap-parse-response): Parse untagged ID response.
27907         * nnimap.el (nnimap-id): New variable.
27908         (nnimap-open-connection): Use it.
27909
27910 2003-12-28  Simon Josefsson  <jas@extundo.com>
27911
27912         * gnus-score.el (gnus-score-edit-all-score): New.
27913         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27914
27915 2004-01-04  Simon Josefsson  <jas@extundo.com>
27916
27917         * password.el: Add.
27918
27919 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27920
27921         * dns.el (dns-query-types): Fix typo.
27922         (dns-query-types): New function.
27923         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27924         PTR and SOA replies, see RFC 1035.
27925
27926 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27927
27928         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27929
27930         * Move to Changelog.2.
27931
27932 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27933
27934         * gnus.el (gnus-version-number): Bump version.
27935
27936 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27937
27938         * gnus.el: No Gnus v0.1 is released.
27939
27940 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27941
27942         * gnus.el: No Gnus v0.0 is released.
27943
27944 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27945
27946         * gnus.el (gnus-version-number): Bump.
27947         (gnus-version): No.
27948
27949 See ChangeLog.2 for earlier changes.
27950
27951   Copyright (C) 2004-2015 Free Software Foundation, Inc.
27952
27953   This file is part of GNU Emacs.
27954
27955   GNU Emacs is free software: you can redistribute it and/or modify
27956   it under the terms of the GNU General Public License as published by
27957   the Free Software Foundation, either version 3 of the License, or
27958   (at your option) any later version.
27959
27960   GNU Emacs is distributed in the hope that it will be useful,
27961   but WITHOUT ANY WARRANTY; without even the implied warranty of
27962   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27963   GNU General Public License for more details.
27964
27965   You should have received a copy of the GNU General Public License
27966   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27967
27968 ;; Local Variables:
27969 ;; coding: utf-8
27970 ;; fill-column: 79
27971 ;; add-log-time-zone-rule: t
27972 ;; End: